PMD Results
The following document contains the results of PMD 5.0.2.
Files
de/smartics/util/lang/classpath/AbstractProjectClassLoader.java
Violation |
Line |
The String literal "' from file '" appears 4 times in this file; the first occurrence is on line 117 |
117 |
The String literal "Cannot load class '" appears 4 times in this file; the first occurrence is on line 117 |
117 |
New exception is thrown in catch block, original stack trace may be lost |
203 |
de/smartics/util/lang/classpath/ClassPathListingFactory.java
Violation |
Line |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
74 - 75 |
de/smartics/util/lang/classpath/ProjectClassLoader.java
Violation |
Line |
Local variable 'directoryOrArchive' could be declared final |
76 |
Local variable 'directoryOrArchive' could be declared final |
208 |
de/smartics/util/util/GenericServiceFactory.java
Violation |
Line |
Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append(). |
146 - 147 |