PMD Results
The following document contains the results of PMD 5.3.5.
Files
fr/paris/lutece/plugins/userws/service/UserAttributesWebService.java
Violation |
Line |
Avoid unnecessary constructors - the compiler will generate these for you |
85–87 |
Document empty constructor |
85–87 |
If you run in Java5 or newer and have concurrent access, you should use the ConcurrentHashMap implementation |
105 |
StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. |
108 |
StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. |
109 |
StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. |
110 |
StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. |
153 |
StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. |
154 |
StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. |
155 |
StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. |
156 |
fr/paris/lutece/plugins/userws/service/UserWSPlugin.java
Violation |
Line |
Document empty method |
52–53 |
fr/paris/lutece/plugins/userws/util/http/WebServiceCaller.java
Violation |
Line |
Document empty constructor |
60–62 |
StringBuffer constructor is initialized with size 16, but has at least 258 characters appended. |
106 |
StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. |
107 |
StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String. |
107 |
StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. |
108 |
StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String. |
110 |
StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. |
110 |
StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String. |
123 |
StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String. |
132 |