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
Reports instance methods whose names are too short, too long, or do not follow the specified regular expression pattern.
- Instance variable naming convention
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
Reports static methods whose names are too short, too long, or do not follow the specified regular expression pattern.
- Static variable naming convention
Reports static variables whose names are too short, too long, or do not follow the specified regular expression pattern.