Fork me on GitHub

PMD Results

The following document contains the results of PMD 6.49.0.

Violations By Priority

Priority 3

Bloomreach XM Utilities Commons - org/onehippo/forge/utilities/commons/AnnotationUtil.java

Rule Violation Line
ForLoopShouldBeWhileLoop This for loop could be simplified to a while loop 125132
ForLoopShouldBeWhileLoop This for loop could be simplified to a while loop 147161

Priority 4

Bloomreach XM Utilities Commons - org/onehippo/forge/utilities/commons/HippoUtil.java

Rule Violation Line
UselessParentheses Useless parentheses. 210

Bloomreach XM Utilities Commons - org/onehippo/forge/utilities/commons/jcrmockup/MockNode.java

Rule Violation Line
UselessParentheses Useless parentheses. 321

Files

Bloomreach XM Utilities Commons - org/onehippo/forge/utilities/commons/AnnotationUtil.java

Rule Violation Priority Line
ForLoopShouldBeWhileLoop This for loop could be simplified to a while loop 3 125132
ForLoopShouldBeWhileLoop This for loop could be simplified to a while loop 3 147161

Bloomreach XM Utilities Commons - org/onehippo/forge/utilities/commons/HippoUtil.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 210

Bloomreach XM Utilities Commons - org/onehippo/forge/utilities/commons/jcrmockup/MockNode.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 321

Suppressed Violations

Filename Rule message Suppression type Reason
org/onehippo/forge/utilities/commons/HippoUtil.java Avoid unused private fields such as 'log'. annotation
org/onehippo/forge/utilities/hst/paging/DefaultPagination.java Avoid unused private fields such as 'log'. annotation