PMD Results
The following document contains the results of PMD 6.28.0.
Violations By Priority
Priority 3
org/woehlke/computer/kurzweil/WatorApplication.java
Rule |
Violation |
Line |
UnusedLocalVariable |
Avoid unused local variables such as 'frame'. |
23 |
UnusedLocalVariable |
Avoid unused local variables such as 'application'. |
31 |
org/woehlke/computer/kurzweil/tabs/wator/WatorCanvas.java
Rule |
Violation |
Line |
ImportFromSamePackage |
No need to import a type that lives in the same package |
3 |
org/woehlke/computer/kurzweil/tabs/wator/WatorController.java
Rule |
Violation |
Line |
ImportFromSamePackage |
No need to import a type that lives in the same package |
3 |
ImportFromSamePackage |
No need to import a type that lives in the same package |
4 |
org/woehlke/computer/kurzweil/tabs/wator/model/WatorTabStateMachine.java
Rule |
Violation |
Line |
ImportFromSamePackage |
No need to import a type that lives in the same package |
4 |
Priority 4
org/woehlke/computer/kurzweil/tabs/wator/WatorCanvas.java
Rule |
Violation |
Line |
UselessParentheses |
Useless parentheses. |
42 |
org/woehlke/computer/kurzweil/tabs/wator/model/WatorTabStateMachine.java
Rule |
Violation |
Line |
UnnecessaryFullyQualifiedName |
Unnecessary use of fully qualified name 'WatorTabState.MANDELBROT' due to existing static import 'org.woehlke.computer.kurzweil.tabs.wator.model.WatorTabState.*' |
22 |
Files
org/woehlke/computer/kurzweil/WatorApplication.java
Rule |
Violation |
Priority |
Line |
UnusedLocalVariable |
Avoid unused local variables such as 'frame'. |
3 |
23 |
UnusedLocalVariable |
Avoid unused local variables such as 'application'. |
3 |
31 |
org/woehlke/computer/kurzweil/tabs/wator/WatorCanvas.java
Rule |
Violation |
Priority |
Line |
ImportFromSamePackage |
No need to import a type that lives in the same package |
3 |
3 |
UselessParentheses |
Useless parentheses. |
4 |
42 |
org/woehlke/computer/kurzweil/tabs/wator/WatorController.java
Rule |
Violation |
Priority |
Line |
ImportFromSamePackage |
No need to import a type that lives in the same package |
3 |
3 |
ImportFromSamePackage |
No need to import a type that lives in the same package |
3 |
4 |
org/woehlke/computer/kurzweil/tabs/wator/model/WatorTabStateMachine.java
Rule |
Violation |
Priority |
Line |
ImportFromSamePackage |
No need to import a type that lives in the same package |
3 |
4 |
UnnecessaryFullyQualifiedName |
Unnecessary use of fully qualified name 'WatorTabState.MANDELBROT' due to existing static import 'org.woehlke.computer.kurzweil.tabs.wator.model.WatorTabState.*' |
4 |
22 |