PMD Results

The following document contains the results of PMD 7.3.0.

Violations By Priority

Priority 2

org/codehaus/plexus/components/secdispatcher/internal/SecUtil.java

Rule Violation Line
AvoidBranchingStatementAsLastInLoop Avoid using a branching statement as the last in a loop. 87

Priority 3

org/codehaus/plexus/components/secdispatcher/SecDispatcher.java

Rule Violation Line
UnnecessarySemicolon Unnecessary semicolon 110

Priority 4

org/codehaus/plexus/components/secdispatcher/internal/DefaultSecDispatcher.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'SecDispatcher': 'DISPATCHER_NAME_ATTR' is already in scope because it is inherited by an enclosing type 122
UnnecessaryFullyQualifiedName Unnecessary qualifier 'SecDispatcher': 'DISPATCHER_VERSION_ATTR' is already in scope because it is inherited by an enclosing type 123

org/codehaus/plexus/components/secdispatcher/internal/sources/GpgAgentMasterSource.java

Rule Violation Line
UselessParentheses Useless parentheses. 152

Files

org/codehaus/plexus/components/secdispatcher/SecDispatcher.java

Rule Violation Priority Line
UnnecessarySemicolon Unnecessary semicolon 3 110

org/codehaus/plexus/components/secdispatcher/internal/DefaultSecDispatcher.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary qualifier 'SecDispatcher': 'DISPATCHER_NAME_ATTR' is already in scope because it is inherited by an enclosing type 4 122
UnnecessaryFullyQualifiedName Unnecessary qualifier 'SecDispatcher': 'DISPATCHER_VERSION_ATTR' is already in scope because it is inherited by an enclosing type 4 123

org/codehaus/plexus/components/secdispatcher/internal/SecUtil.java

Rule Violation Priority Line
AvoidBranchingStatementAsLastInLoop Avoid using a branching statement as the last in a loop. 2 87

org/codehaus/plexus/components/secdispatcher/internal/sources/GpgAgentMasterSource.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 152