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.
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.