You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @nvanderperren this is just a quick one really and not my final choice for you. I needed a quick choice as I have to drive to an office now. I suspect it won’t take long and I’ll be ready with another issue in a couple of hours.
There are seven occurrences of this issue.
Why is this an issue?
Since: PMD 1.2
Avoid instantiating Boolean objects; you can reference Boolean.TRUE, Boolean.FALSE, or call Boolean.valueOf() instead.
Example(s):
The full list of occurrences can be found here on Codacy
The text was updated successfully, but these errors were encountered: