Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 304 Bytes

ShortClassName.md

File metadata and controls

12 lines (10 loc) · 304 Bytes

ShortClassName

Category: pmd
Rule Key: pmd:ShortClassName

⚠️ This rule is deprecated in favour of S101.


Classnames with fewer than five characters are not recommended. Example:

public class Foo {
}