PMD Results
The following document contains the results of PMD 7.4.0.
Violations By Priority
Priority 3
csveed - org/csveed/bean/BeanProperties.java
Rule | Violation | Line |
---|---|---|
EmptyControlStatement | Empty while statement | 206–208 |
EmptyControlStatement | Empty while statement | 218–220 |
csveed - org/csveed/token/ParseStateMachine.java
Rule | Violation | Line |
---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 11–368 |
csveed - org/csveed/token/SymbolMapping.java
Rule | Violation | Line |
---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 11–296 |
EmptyControlStatement | Empty while statement | 133–135 |
UnusedNullCheckInEquals | Invoke equals() on the object you've already ensured is not null | 220 |
Priority 4
csveed - org/csveed/token/SymbolMapping.java
Rule | Violation | Line |
---|---|---|
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'EncounteredSymbol': 'ESCAPE_SYMBOL' is already in scope because it is imported in this file | 75 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'EncounteredSymbol': 'QUOTE_SYMBOL' is already in scope because it is imported in this file | 76 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'EncounteredSymbol': 'EOL_SYMBOL' is already in scope because it is imported in this file | 78 |
Files
csveed - org/csveed/bean/BeanProperties.java
Rule | Violation | Priority | Line |
---|---|---|---|
EmptyControlStatement | Empty while statement | 3 | 206–208 |
EmptyControlStatement | Empty while statement | 3 | 218–220 |
csveed - org/csveed/token/ParseStateMachine.java
Rule | Violation | Priority | Line |
---|---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 3 | 11–368 |
csveed - org/csveed/token/SymbolMapping.java
Rule | Violation | Priority | Line |
---|---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 3 | 11–296 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'EncounteredSymbol': 'ESCAPE_SYMBOL' is already in scope because it is imported in this file | 4 | 75 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'EncounteredSymbol': 'QUOTE_SYMBOL' is already in scope because it is imported in this file | 4 | 76 |
UnnecessaryFullyQualifiedName | Unnecessary qualifier 'EncounteredSymbol': 'EOL_SYMBOL' is already in scope because it is imported in this file | 4 | 78 |
EmptyControlStatement | Empty while statement | 3 | 133–135 |
UnusedNullCheckInEquals | Invoke equals() on the object you've already ensured is not null | 3 | 220 |