Reflow
Maven Skin
GitHub project
Documentation
Get Started
Migration
Developer Documentation
Maven documentation
Project Information
Summary
Licenses
Project Modules
Team
Source Code Management
Issue Management
Dependency Information
Dependency Convergence
Dependency Management
Plugins
Project Reports
GitHub Report
Checkstyle
Source Xref
Test Source Xref
Surefire Report
Rat Report
Clover
CPD
PMD
Reflow
| Reflow Maven Skin
PMD Results
Files
Reflow Velocity Tools - org/devacfr/maven/skins/reflow/HtmlTool.java
Reflow Velocity Tools - org/devacfr/maven/skins/reflow/URITool.java
Reflow Velocity Tools - org/devacfr/maven/skins/reflow/model/Component.java
Reflow Velocity Tools - org/devacfr/maven/skins/reflow/model/Toc.java
PMD Results
The following document contains the results of
PMD
6.4.0.
Files
Reflow Velocity Tools - org/devacfr/maven/skins/reflow/HtmlTool.java
Violation Priority Line Avoid really long classes. 3
75
–
1524
This class has too many methods, consider refactoring it. 3
75
–
1524
Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() 4
275
Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() 4
515
Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() 4
675
Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() 4
757
Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() 4
831
Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() 4
860
Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() 4
913
Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() 4
957
No need to call String.valueOf to append to a string. 4
1253
Reflow Velocity Tools - org/devacfr/maven/skins/reflow/URITool.java
Violation Priority Line The utility class name 'URITool' doesn't match '[A-Z][a-zA-Z0-9]+(Utils?|Helper)' 3
39
–
192
Reflow Velocity Tools - org/devacfr/maven/skins/reflow/model/Component.java
Violation Priority Line This abstract class does not have any abstract methods 3
41
–
153
Reflow Velocity Tools - org/devacfr/maven/skins/reflow/model/Toc.java
Violation Priority Line Consider simply returning the value vs storing it in local variable 'tocItems' 4
162