The following document contains the results of PMD 6.13.0.
Rule | Violation | Line |
---|---|---|
ClassNamingConventions | The utility class name 'SolrExtendUtilities' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' | 4–17 |
ClassWithOnlyPrivateConstructorsShouldBeFinal | A class which only has private constructors should be final | 4–17 |
Rule | Violation | Line |
---|---|---|
CommentRequired | Header comments are required | 26–150 |
ConfusingTernary | Avoid if (x != y) ..; else ..; | 92 |
ConfusingTernary | Avoid if (x != y) ..; else ..; | 99 |
ConfusingTernary | Avoid if (x != y) ..; else ..; | 107 |
Rule | Violation | Line |
---|---|---|
CommentRequired | Header comments are required | 4–17 |
Rule | Violation | Priority | Line |
---|---|---|---|
CommentRequired | Header comments are required | 3 | 26–150 |
ConfusingTernary | Avoid if (x != y) ..; else ..; | 3 | 92 |
ConfusingTernary | Avoid if (x != y) ..; else ..; | 3 | 99 |
ConfusingTernary | Avoid if (x != y) ..; else ..; | 3 | 107 |
Rule | Violation | Priority | Line |
---|---|---|---|
ClassNamingConventions | The utility class name 'SolrExtendUtilities' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper|Home|Service)' | 1 | 4–17 |
ClassWithOnlyPrivateConstructorsShouldBeFinal | A class which only has private constructors should be final | 1 | 4–17 |
CommentRequired | Header comments are required | 3 | 4–17 |