PMD Results
The following document contains the results of PMD 7.17.0.
Violations By Priority
Priority 4
org/apache/shardingsphere/distsql/parser/core/kernel/KernelDistSQLStatementParserEngine.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses around `new KernelDistSQLStatementVisitor()`. | 47 |
org/apache/shardingsphere/distsql/parser/core/utility/UtilityDistSQLStatementParserEngine.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses around `new UtilityDistSQLStatementVisitor()`. | 56 |
Files
org/apache/shardingsphere/distsql/parser/core/kernel/KernelDistSQLStatementParserEngine.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses around `new KernelDistSQLStatementVisitor()`. | 4 | 47 |
org/apache/shardingsphere/distsql/parser/core/utility/UtilityDistSQLStatementParserEngine.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses around `new UtilityDistSQLStatementVisitor()`. | 4 | 56 |
