The following document contains the results of PMD 6.13.0.
Rule | Violation | Line |
---|---|---|
FieldNamingConventions | The constant name 'logger' doesn't match '[A-Z][A-Z_0-9]*' | 56 |
FieldNamingConventions | The constant name '_PROP_PREFIX' doesn't match '[A-Z][A-Z_0-9]*' | 60 |
Rule | Violation | Line |
---|---|---|
CommentRequired | Header comments are required | 47–188 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 133 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 133 |
Rule | Violation | Priority | Line |
---|---|---|---|
CommentRequired | Header comments are required | 3 | 47–188 |
FieldNamingConventions | The constant name 'logger' doesn't match '[A-Z][A-Z_0-9]*' | 1 | 56 |
FieldNamingConventions | The constant name '_PROP_PREFIX' doesn't match '[A-Z][A-Z_0-9]*' | 1 | 60 |
UseDiamondOperator | Explicit type arguments can be replaced by Diamond Operator | 3 | 133 |
UseConcurrentHashMap | If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation | 3 | 133 |