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 206208
EmptyControlStatement Empty while statement 218220

csveed - org/csveed/token/ParseStateMachine.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 11368

csveed - org/csveed/token/SymbolMapping.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 11296
EmptyControlStatement Empty while statement 133135
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 206208
EmptyControlStatement Empty while statement 3 218220

csveed - org/csveed/token/ParseStateMachine.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 11368

csveed - org/csveed/token/SymbolMapping.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 11296
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 133135
UnusedNullCheckInEquals Invoke equals() on the object you've already ensured is not null 3 220