resources.report.rules.findbugs.SS_SHOULD_BE_STATIC.html Maven / Gradle / Ivy
SS_SHOULD_BE_STATIC
SS: Unread field: should this field be static? (SS_SHOULD_BE_STATIC)
This class contains an instance final field that
is initialized to a compile-time static value.
Consider making the field static.