Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 222 Bytes

BooleanInstantiation.md

File metadata and controls

8 lines (5 loc) · 222 Bytes

BooleanInstantiation

Category: pmd
Rule Key: pmd:BooleanInstantiation


Avoid instantiating Boolean objects; you can reference Boolean.TRUE, Boolean.FALSE, or call Boolean.valueOf() instead.