Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 292 Bytes

ImmutableField.md

File metadata and controls

8 lines (5 loc) · 292 Bytes

ImmutableField

Category: pmd
Rule Key: pmd:ImmutableField


Identifies private fields whose values never change once they are initialized either in the declaration of the field or by a constructor. This aids in converting existing classes to immutable classes.