PMD Results
The following document contains the results of PMD 7.0.0.
Violations By Priority
Priority 3
org/codehaus/plexus/components/io/attributes/AttributeConstants.java
Rule | Violation | Line |
---|---|---|
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 22 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 24 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 26 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 28 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 30 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 32 |
org/codehaus/plexus/components/io/attributes/AttributeUtils.java
Rule | Violation | Line |
---|---|---|
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 61 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 64 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 67 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 71 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 74 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 77 |
org/codehaus/plexus/components/io/attributes/FileAttributes.java
Rule | Violation | Line |
---|---|---|
UnusedFormalParameter | Avoid unused constructor parameters such as 'userCache'. | 84 |
UnusedFormalParameter | Avoid unused constructor parameters such as 'groupCache'. | 84 |
org/codehaus/plexus/components/io/resources/Deferred.java
Rule | Violation | Line |
---|---|---|
UselessQualifiedThis | Useless qualified this usage in the same class. | 90 |
Priority 4
org/codehaus/plexus/components/io/attributes/FileAttributes.java
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'PlexusIoResourceAttributes': 'UNKNOWN_OCTAL_MODE' is already in scope because it is inherited by an enclosing type | 154 |
org/codehaus/plexus/components/io/attributes/SimpleResourceAttributes.java
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'PlexusIoResourceAttributes': 'UNKNOWN_OCTAL_MODE' is already in scope because it is inherited by an enclosing type | 34 |
org/codehaus/plexus/components/io/resources/proxy/PlexusIoProxyResourceCollection.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 126 |
Files
org/codehaus/plexus/components/io/attributes/AttributeConstants.java
Rule | Violation | Priority | Line |
---|---|---|---|
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 3 | 22 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 3 | 24 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 3 | 26 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 3 | 28 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 3 | 30 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 3 | 32 |
org/codehaus/plexus/components/io/attributes/AttributeUtils.java
Rule | Violation | Priority | Line |
---|---|---|---|
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 3 | 61 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 3 | 64 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 3 | 67 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 3 | 71 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 3 | 74 |
AvoidUsingOctalValues | Do not start a literal by 0 unless its an octal value | 3 | 77 |
org/codehaus/plexus/components/io/attributes/FileAttributes.java
Rule | Violation | Priority | Line |
---|---|---|---|
UnusedFormalParameter | Avoid unused constructor parameters such as 'userCache'. | 3 | 84 |
UnusedFormalParameter | Avoid unused constructor parameters such as 'groupCache'. | 3 | 84 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'PlexusIoResourceAttributes': 'UNKNOWN_OCTAL_MODE' is already in scope because it is inherited by an enclosing type | 4 | 154 |
org/codehaus/plexus/components/io/attributes/SimpleResourceAttributes.java
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'PlexusIoResourceAttributes': 'UNKNOWN_OCTAL_MODE' is already in scope because it is inherited by an enclosing type | 4 | 34 |
org/codehaus/plexus/components/io/resources/Deferred.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessQualifiedThis | Useless qualified this usage in the same class. | 3 | 90 |
org/codehaus/plexus/components/io/resources/proxy/PlexusIoProxyResourceCollection.java
Rule | Violation | Priority | Line |
---|---|---|---|
UselessParentheses | Useless parentheses. | 4 | 126 |