resources.report.rules.findbugs.NM_FIELD_NAMING_CONVENTION.html Maven / Gradle / Ivy
NM_FIELD_NAMING_CONVENTION
Nm: Field names should start with a lower case letter (NM_FIELD_NAMING_CONVENTION)
Names of fields that are not final should be in mixed case with a lowercase first letter and the first letters of subsequent words capitalized.