PMD Results
The following document contains the results of PMD 6.45.0.
Violations By Priority
Priority 3
io/wcm/qa/glnm/maven/freemarker/pojo/InteractionMethodPojo.java
Rule | Violation | Line |
---|---|---|
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 85 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 97 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 98 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 99 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 100 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 101 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 154 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 155 |
io/wcm/qa/glnm/maven/freemarker/util/FormatUtil.java
Rule | Violation | Line |
---|---|---|
AvoidProtectedMethodInFinalClassNotExtending | Avoid protected methods in a final class that doesnt extend anything other than Object. Change to private or package access. | 186–188 |
Priority 4
io/wcm/qa/glnm/galen/specs/ParsingUtil.java
Rule | Violation | Line |
---|---|---|
UnnecessaryImport | Unused import 'java.util.List' | 23 |
io/wcm/qa/glnm/maven/freemarker/util/FreemarkerUtil.java
Rule | Violation | Line |
---|---|---|
DoNotThrowExceptionInFinally | A throw statement in a finally block makes the control flow hard to understand. | 199–208 |
Files
io/wcm/qa/glnm/galen/specs/ParsingUtil.java
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryImport | Unused import 'java.util.List' | 4 | 23 |
io/wcm/qa/glnm/maven/freemarker/pojo/InteractionMethodPojo.java
Rule | Violation | Priority | Line |
---|---|---|---|
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 3 | 85 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 3 | 97 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 3 | 98 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 3 | 99 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 3 | 100 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 3 | 101 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 3 | 154 |
ConsecutiveAppendsShouldReuse | StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable. | 3 | 155 |
io/wcm/qa/glnm/maven/freemarker/util/FormatUtil.java
Rule | Violation | Priority | Line |
---|---|---|---|
AvoidProtectedMethodInFinalClassNotExtending | Avoid protected methods in a final class that doesnt extend anything other than Object. Change to private or package access. | 3 | 186–188 |
io/wcm/qa/glnm/maven/freemarker/util/FreemarkerUtil.java
Rule | Violation | Priority | Line |
---|---|---|---|
DoNotThrowExceptionInFinally | A throw statement in a finally block makes the control flow hard to understand. | 4 | 199–208 |