Affects PMD Version:
6.3.0
Rule:ClassNamingConventions
Description:ClassNamingConventions
shouldn't prohibit numbers in class names by default. I don't see anything wrong with class named e.g. Md5Checksum
. Actually there are hundreds of classes with numbers in their names in JDK itself, e.g. MD5, SHA1, SHA256 etc.
Code Sample demonstrating the issue:
public class Md5Checksum {}
[ClassNamingConventions] The class name 'Md5Checksum' doesn't match '[A-Z][a-zA-Z]+
Running PMD through: Gradle
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4