Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.55.0.

Violations By Priority

Priority 5

org/basepom/inline/mojo/InlineMojo.java

Rule Violation Line
TooManyFields Too many fields 86560
PreserveStackTrace New exception is thrown in catch block, original stack trace may be lost 292
CognitiveComplexity The method 'computeDependencyMap(ImmutableSetMultimap.Builder, ImmutableSet.Builder)' has a cognitive complexity of 23, current threshold is 15 298416
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'String.format' due to existing static import 'java.lang.String.format' 552

org/basepom/inline/mojo/PluginLog.java

Rule Violation Line
ProperLogger Logger should be defined private static final and have the correct class 27

Files

org/basepom/inline/mojo/InlineMojo.java

Rule Violation Priority Line
TooManyFields Too many fields 5 86560
PreserveStackTrace New exception is thrown in catch block, original stack trace may be lost 5 292
CognitiveComplexity The method 'computeDependencyMap(ImmutableSetMultimap.Builder, ImmutableSet.Builder)' has a cognitive complexity of 23, current threshold is 15 5 298416
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'String.format' due to existing static import 'java.lang.String.format' 5 552

org/basepom/inline/mojo/PluginLog.java

Rule Violation Priority Line
ProperLogger Logger should be defined private static final and have the correct class 5 27