Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 347 Bytes

FinalFieldCouldBeStatic.md

File metadata and controls

8 lines (6 loc) · 347 Bytes

FinalFieldCouldBeStatic

Category: pmd
Rule Key: pmd:FinalFieldCouldBeStatic

⚠️ This rule is deprecated in favour of S1170.


If a final field is assigned to a compile-time constant, it could be made static, thus saving overhead in each object at runtime.