PMD Results
The following document contains the results of PMD 7.17.0.
Violations By Priority
Priority 4
org/myjtools/gherkinparser/KeywordType.java
org/myjtools/gherkinparser/internal/GherkinAstBuilder.java
| Rule |
Violation |
Line |
| UselessParentheses |
Useless parentheses around `!separatorToken.matchedText().isEmpty() ? separ...`. |
120 |
| UselessParentheses |
Useless parentheses around `rows != null && !rows.isEmpty() ? rows.getFirst...`. |
205 |
| UselessParentheses |
Useless parentheses around `rows != null && !rows.isEmpty() ? rows.subList(...`. |
207 |
org/myjtools/gherkinparser/internal/RuleType.java
Files
org/myjtools/gherkinparser/KeywordType.java
org/myjtools/gherkinparser/internal/GherkinAstBuilder.java
| Rule |
Violation |
Priority |
Line |
| UselessParentheses |
Useless parentheses around `!separatorToken.matchedText().isEmpty() ? separ...`. |
4 |
120 |
| UselessParentheses |
Useless parentheses around `rows != null && !rows.isEmpty() ? rows.getFirst...`. |
4 |
205 |
| UselessParentheses |
Useless parentheses around `rows != null && !rows.isEmpty() ? rows.subList(...`. |
4 |
207 |
org/myjtools/gherkinparser/internal/RuleType.java