PMD Results
The following document contains the results of PMD 7.19.0.
Violations By Priority
Priority 3
dev/metaschema/maven/plugin/AbstractMetaschemaMojo.java
dev/metaschema/maven/plugin/GenerateSchemaMojo.java
| Rule |
Violation |
Line |
| CognitiveComplexity |
The method 'generate(Set<IModule>)' has a cognitive complexity of 16, current threshold is 15 |
145 |
| CyclomaticComplexity |
The method 'generate(Set<IModule>)' has a cyclomatic complexity of 11. |
145 |
dev/metaschema/maven/plugin/GenerateSourcesMojo.java
| Rule |
Violation |
Line |
| CyclomaticComplexity |
The method 'generate(Set<IModule>)' has a cyclomatic complexity of 10. |
84 |
Files
dev/metaschema/maven/plugin/AbstractMetaschemaMojo.java
dev/metaschema/maven/plugin/GenerateSchemaMojo.java
| Rule |
Violation |
Priority |
Line |
| CognitiveComplexity |
The method 'generate(Set<IModule>)' has a cognitive complexity of 16, current threshold is 15 |
3 |
145 |
| CyclomaticComplexity |
The method 'generate(Set<IModule>)' has a cyclomatic complexity of 11. |
3 |
145 |
dev/metaschema/maven/plugin/GenerateSourcesMojo.java
| Rule |
Violation |
Priority |
Line |
| CyclomaticComplexity |
The method 'generate(Set<IModule>)' has a cyclomatic complexity of 10. |
3 |
84 |
Suppressed Violations
| Filename |
Rule message |
Suppression type |
Reason |
| dev/metaschema/maven/plugin/GenerateSchemaMojo.java |
Field 'inlineDefinitions' may be declared final |
@suppresswarnings |
|
| dev/metaschema/maven/plugin/GenerateSchemaMojo.java |
Avoid catching Exception in try-catch block |
@suppresswarnings |
|
| dev/metaschema/maven/plugin/GenerateSchemaMojo.java |
Avoid catching Exception in try-catch block |
@suppresswarnings |
|