PMD Results
The following document contains the results of PMD 4.2.5.
Files
com/trendmicro/grid/acl/commons/collections/AbstractChronologicalList.java
Violation | Line |
---|
It is a good practice to call super() in a constructor | 50 - 57 |
com/trendmicro/grid/acl/commons/collections/AbstractMapKeyCollection.java
Violation | Line |
---|
It is a good practice to call super() in a constructor | 17 - 19 |
com/trendmicro/grid/acl/commons/collections/AbstractMapValueCollection.java
Violation | Line |
---|
It is a good practice to call super() in a constructor | 18 - 20 |
com/trendmicro/grid/acl/commons/collections/ReducingMap.java
Violation | Line |
---|
It is somewhat confusing to have a field name with the same name as a method | 18 |
It is a good practice to call super() in a constructor | 23 - 24 |
com/trendmicro/grid/acl/commons/collections/SoftReferenceMap.java
Violation | Line |
---|
The String literal "unchecked" appears 5 times in this file; the first occurrence is on line 28 | 28 |
It is a good practice to call super() in a constructor | 50 - 52 |
com/trendmicro/grid/acl/commons/LocaleXmlAdapter.java
Violation | Line |
---|
A method/constructor shouldn't explicitly throw java.lang.Exception | 18 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 25 |
com/trendmicro/grid/acl/commons/Paths.java
Violation | Line |
---|
It is somewhat confusing to have a field name matching the declaring class name | 17 |
com/trendmicro/grid/acl/commons/SoftReferenceThreadLocal.java
Violation | Line |
---|
Avoid throwing raw exception types. | 43 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 53 |
com/trendmicro/grid/acl/commons/XmlBeanValidator.java
Violation | Line |
---|
Avoid throwing raw exception types. | 119 |
com/trendmicro/grid/acl/commons/XmlSerializer.java
Violation | Line |
---|
Avoid throwing raw exception types. | 50 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 92 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 104 |
The String literal ".xsd" appears 4 times in this file; the first occurrence is on line 112 | 112 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 130 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 147 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 158 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 171 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 193 |
A method/constructor shouldn't explicitly throw java.lang.Exception | 206 |