PMD Results
The following document contains the results of PMD
4.2.2.
Files
fit/FileRunner.java
Violation |
Line |
Avoid empty catch blocks |
27
- 31
|
fit/TypeAdapter.java
Violation |
Line |
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. |
207
|
net/sourceforge/xmlfit/fit/stepper/gui/DebuggerFrame.java
Violation |
Line |
Avoid unused imports such as 'javax.swing.JDialog' |
13
|
Avoid unused imports such as 'javax.swing.text.StyleConstants.ColorConstants' |
19
|
net/sourceforge/xmlfit/fit/stepper/gui/DebuggerViewModel.java
Violation |
Line |
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead. |
31
|