Inspectopedia Help

Naming conventions

Class naming convention  

Reports classes whose names are too short, too long, or do not follow the specified regular expression pattern.

Constant naming convention  

Reports constant with names which don't match the specified convention.

Instance method naming convention   New in this release

Reports instance methods whose names are too short, too long, or do not follow the specified regular expression pattern.

Instance variable naming convention   New in this release

Reports instance variables whose names are too short, too long, or do not follow the specified regular expression pattern.

Local variable naming convention  

Reports local variables whose names are too short, too long, or do not follow the specified regular expression pattern.

Method parameter naming convention  

Reports method parameters whose names are either too short, too long, or do not follow the specified regular expression pattern.

Static method naming convention   New in this release

Reports static methods whose names are too short, too long, or do not follow the specified regular expression pattern.

Static variable naming convention   New in this release

Reports static variables whose names are too short, too long, or do not follow the specified regular expression pattern.

Last modified: 11 September 2024