PMD Results

The following document contains the results of PMD 7.3.0.

Violations By Priority

Priority 3

de/funfried/netbeans/plugins/editor/closeleftright/AbstractBaseAction.java

Rule Violation Line
UnusedPrivateField Avoid unused private fields such as 'log'. 30

de/funfried/netbeans/plugins/editor/closeleftright/options/AdditionalCloseActionsPanel.java

Rule Violation Line
UnusedFormalParameter Avoid unused method parameters such as 'evt'. 139

Priority 4

de/funfried/netbeans/plugins/editor/closeleftright/actions/project/AbstractProjectBaseAction.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Action': 'NAME' is already in scope because it is inherited by an enclosing type 90
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Action': 'NAME' is already in scope because it is inherited by an enclosing type 95

de/funfried/netbeans/plugins/editor/closeleftright/options/AdditionalCloseActionsOptionsPanelController.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'OptionsPanelController': 'PROP_CHANGED' is already in scope because it is inherited by an enclosing type 120
UnnecessaryFullyQualifiedName Unnecessary qualifier 'OptionsPanelController': 'PROP_VALID' is already in scope because it is inherited by an enclosing type 123

de/funfried/netbeans/plugins/editor/closeleftright/options/AdditionalCloseActionsPanel.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'javax.swing': 'JCheckBox' is already in scope because it is imported in this file 96
UnnecessaryFullyQualifiedName Unnecessary qualifier 'java.awt.event': 'ActionEvent' is already in scope because it is imported in this file 102
UnnecessaryFullyQualifiedName Unnecessary qualifier 'java.awt.event': 'ActionEvent' is already in scope because it is imported in this file 139
UnnecessaryFullyQualifiedName Unnecessary qualifier 'javax.swing': 'JCheckBox' is already in scope because it is imported in this file 171

Files

de/funfried/netbeans/plugins/editor/closeleftright/AbstractBaseAction.java

Rule Violation Priority Line
UnusedPrivateField Avoid unused private fields such as 'log'. 3 30

de/funfried/netbeans/plugins/editor/closeleftright/actions/project/AbstractProjectBaseAction.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Action': 'NAME' is already in scope because it is inherited by an enclosing type 4 90
UnnecessaryFullyQualifiedName Unnecessary qualifier 'Action': 'NAME' is already in scope because it is inherited by an enclosing type 4 95

de/funfried/netbeans/plugins/editor/closeleftright/options/AdditionalCloseActionsOptionsPanelController.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'OptionsPanelController': 'PROP_CHANGED' is already in scope because it is inherited by an enclosing type 4 120
UnnecessaryFullyQualifiedName Unnecessary qualifier 'OptionsPanelController': 'PROP_VALID' is already in scope because it is inherited by an enclosing type 4 123

de/funfried/netbeans/plugins/editor/closeleftright/options/AdditionalCloseActionsPanel.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'javax.swing': 'JCheckBox' is already in scope because it is imported in this file 4 96
UnnecessaryFullyQualifiedName Unnecessary qualifier 'java.awt.event': 'ActionEvent' is already in scope because it is imported in this file 4 102
UnnecessaryFullyQualifiedName Unnecessary qualifier 'java.awt.event': 'ActionEvent' is already in scope because it is imported in this file 4 139
UnusedFormalParameter Avoid unused method parameters such as 'evt'. 3 139
UnnecessaryFullyQualifiedName Unnecessary qualifier 'javax.swing': 'JCheckBox' is already in scope because it is imported in this file 4 171