Inspectopedia
 
2024.3

Class naming convention

Warning
Code Style
Last modified: 03 December 2024

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

For each class type, specify the minimum length, maximum length, and the regular expression expected for class names using the provided input fields.

Regular expressions should be specified in the standard java.util.regex format.