PMD Results

The following document contains the results of PMD 6.13.0.

Violations By Priority

Priority 4

info/magnolia/periscope/Periscope.java

Rule Violation Line
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'Collectors.toList' due to existing static import 'java.util.stream.Collectors.*' 147

info/magnolia/periscope/search/jcr/JcrSearchResultSupplier.java

Rule Violation Line
UselessParentheses Useless parentheses. 214

info/magnolia/periscope/search/rest/RestSearchResultSupplier.java

Rule Violation Line
UselessParentheses Useless parentheses. 203
UselessParentheses Useless parentheses. 204

Files

info/magnolia/periscope/Periscope.java

Rule Violation Priority Line
UnnecessaryFullyQualifiedName Unnecessary use of fully qualified name 'Collectors.toList' due to existing static import 'java.util.stream.Collectors.*' 4 147

info/magnolia/periscope/search/jcr/JcrSearchResultSupplier.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 214

info/magnolia/periscope/search/rest/RestSearchResultSupplier.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 203
UselessParentheses Useless parentheses. 4 204