Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
12 0 0 28

Rules

Rules Violations Severity
PackageHtml 0 error Error
TabCharacter 0 error Error
AvoidStarImport 2 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
NeedBraces 0 error Error
RedundantThrows
  • allowUnchecked : "true"
0 error Error
LineLength
  • max : "120"
2 error Error
JavadocMethod
  • allowUndeclaredRTE : "true"
24 error Error

Details

org/apache/commons/finder/Finder.java

Violation Message Line
error Missing a Javadoc comment. 76
error Missing a Javadoc comment. 77
error Missing a Javadoc comment. 79
error Missing a Javadoc comment. 80

org/apache/commons/finder/FindingFilter.java

Violation Message Line
error Missing a Javadoc comment. 81
error Missing a Javadoc comment. 136
error Missing a Javadoc comment. 140

org/apache/commons/finder/FindEvent.java

Violation Message Line
error Missing a Javadoc comment. 38
error Missing a Javadoc comment. 45
error Missing a Javadoc comment. 53
error Missing a Javadoc comment. 61
error Missing a Javadoc comment. 65
error Expected an @return tag. 72
error Expected an @return tag. 79
error Missing a Javadoc comment. 83
error Missing a Javadoc comment. 87

org/apache/commons/finder/FileFinder.java

Violation Message Line
error Expected an @return tag. 56
error Expected an @return tag. 66
error Missing a Javadoc comment. 109
error Missing a Javadoc comment. 200

org/apache/commons/finder/Find.java

Violation Message Line
error Using the '.*' form of import should be avoided - org.apache.commons.cli2.*. 19
error Using the '.*' form of import should be avoided - org.apache.commons.cli2.builder.*. 20
error Missing a Javadoc comment. 25
error Missing a Javadoc comment. 29
error Line is longer than 120 characters. 34
error Line is longer than 120 characters. 35
error Missing a Javadoc comment. 60
error Missing a Javadoc comment. 68