PMD Results
The following document contains the results of PMD 3.7.
Files
org/microemu/device/swt/SwtSystemFont.java
| Violation | Line |
|---|
| Avoid empty if statements | 76 |
org/microemu/device/swt/SwtTrueTypeFont.java
| Violation | Line |
|---|
| Avoid unused private fields such as 'url' | 29 |
| Avoid unused private fields such as 'size' | 33 |
| Avoid empty if statements | 77 |
org/microemu/device/swt/SwtDeviceDisplay.java
| Violation | Line |
|---|
| Avoid unused local variables such as 'filter' | 508 |
| Avoid modifying an outer loop incrementer in an inner loop for update expression | 612 - 614 |
org/microemu/device/swt/SwtInputMethod.java
| Violation | Line |
|---|
| These nested if statements could be combined | 322 - 328 |
org/microemu/device/swt/SwtFontManager.java
| Violation | Line |
|---|
| Avoid unused imports such as 'org.eclipse.swt.graphics.FontMetrics' | 28 |
| Avoid unused imports such as 'org.microemu.app.ui.swt.SwtDeviceComponent' | 29 |
org/microemu/app/ui/swt/SwtMessageDialog.java
| Violation | Line |
|---|
| Avoid unused constructor parameters such as 'imageType' | 47 - 55 |
org/microemu/app/ui/swt/SwtDialog.java
| Violation | Line |
|---|
| Avoid unused private fields such as 'contents' | 57 |
org/microemu/app/ui/swt/SwtDeviceComponent.java
| Violation | Line |
|---|
| These nested if statements could be combined | 291 - 316 |
| These nested if statements could be combined | 293 - 308 |
| Avoid empty if statements | 459 |
| Avoid unused constructor parameters such as 'antialiasing' | 645 - 650 |
org/microemu/app/Swt.java
| Violation | Line |
|---|
| Avoid unused private fields such as 'deviceEntry' | 80 |
| These nested if statements could be combined | 169 - 172 |
| Avoid unused constructor parameters such as 'defaultDevice' | 247 - 295 |
| Avoid empty if statements | 352 |