PMD Results
The following document contains the results of PMD 7.5.0.
Violations By Priority
Priority 5
org/basepom/inline/mojo/InlineMojo.java
Rule |
Violation |
Line |
TooManyFields |
Too many fields |
86–560 |
PreserveStackTrace |
Thrown exception does not preserve the stack trace of exception 'e' on all code paths |
292 |
CognitiveComplexity |
The method 'computeDependencyMap(Builder<InlineDependency, Dependency>, Builder<Dependency>)' has a cognitive complexity of 23, current threshold is 15 |
298 |
Files
org/basepom/inline/mojo/InlineMojo.java
Rule |
Violation |
Priority |
Line |
TooManyFields |
Too many fields |
5 |
86–560 |
PreserveStackTrace |
Thrown exception does not preserve the stack trace of exception 'e' on all code paths |
5 |
292 |
CognitiveComplexity |
The method 'computeDependencyMap(Builder<InlineDependency, Dependency>, Builder<Dependency>)' has a cognitive complexity of 23, current threshold is 15 |
5 |
298 |