Reports methods whose names are either too short, too long, or do not follow the specified regular expression pattern. Instance methods that override library methods and constructors are ignored by this inspection.

Use list below to specify which methods should be checked. When unchecked, common instance/static method name pattern won't be applied. For each type use the fields to specify minimum length, maximum length and regular expression expected for method names. Specify 0 in length fields to skip corresponding checks. Regular expressions are in standard java.util.regex format.