Checkstyle Results

The following document contains the results of Checkstyle 6.18 with it/tidalwave/checkstyle/checkstyle.xml ruleset. 

rss feed

Summary

Files
 Info
 Warnings
 Errors
4 0 0 12

Files

File
 I
 W
 E
it/tidalwave/northernwind/frontend/filesystem/scm/spi/ScmFileSystemProvider.java 0 0 1
it/tidalwave/util/ProcessExecutor.java 0 0 4
it/tidalwave/util/ProcessExecutorException.java 0 0 1
it/tidalwave/util/impl/DefaultProcessExecutor.java 0 0 6

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
7
 Error
misc FinalParameters 1
 Error
sizes FileLength
  • max: "300"
1
 Error
LineLength
  • max: "120"
  • ignorePattern: "GEN-FIRST.*$"
1
 Error
whitespace EmptyForIteratorPad 1
 Error
NoWhitespaceBefore 1
 Error

Details

it/tidalwave/northernwind/frontend/filesystem/scm/spi/ScmFileSystemProvider.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 120 characters (found 121). 63

it/tidalwave/util/ProcessExecutor.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 99
 Error
javadoc JavadocMethod Expected an @return tag. 105
 Error
javadoc JavadocMethod Missing a Javadoc comment. 197
 Error
javadoc JavadocMethod Missing a Javadoc comment. 200

it/tidalwave/util/ProcessExecutorException.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Missing a Javadoc comment. 57

it/tidalwave/util/impl/DefaultProcessExecutor.java

Severity Category Rule Message Line
 Error
sizes FileLength File length is 424 lines (max allowed is 300). 1
 Error
whitespace NoWhitespaceBefore ';' is preceded with whitespace. 217
 Error
whitespace EmptyForIteratorPad ';' is followed by whitespace. 217
 Error
misc FinalParameters Parameter executable should be final. 261
 Error
javadoc JavadocMethod Expected @param tag for 'executable'. 261
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 262