PMD Results
The following document contains the results of PMD 4.2.2.
Files
sk/baka/webvm/AppServer.java
Violation |
Line |
Do not hard code IPv4 or IPv6 addresses, even 127.0.0.1 ! |
90 |
sk/baka/webvm/Classloaders.java
Violation |
Line |
Avoid unused imports such as 'sk.baka.tools.UrlUtils' |
48 |
sk/baka/webvm/Jndi.java
Violation |
Line |
Avoid empty catch blocks |
137 - 139 |
sk/baka/webvm/analyzer/HistorySample.java
Violation |
Line |
Avoid unused imports such as 'sk.baka.webvm.analyzer.hostos.Cpu' |
26 |
sk/baka/webvm/analyzer/ProblemAnalyzer.java
Violation |
Line |
Avoid empty catch blocks |
61 - 63 |
sk/baka/webvm/analyzer/ProblemReport.java
Violation |
Line |
Unnecessary final modifier in final class |
130 - 135 |
sk/baka/webvm/analyzer/classloader/ResourceLink.java
Violation |
Line |
These nested if statements could be combined |
450 - 452 |
sk/baka/webvm/config/Binder.java
Violation |
Line |
Avoid unnecessary return statements |
121 |
sk/baka/webvm/misc/NotificationDelivery.java
Violation |
Line |
This for loop could be simplified to a while loop |
112 - 114 |
This for loop could be simplified to a while loop |
133 - 142 |