Fork me on GitHub

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
3 0 0 7

Files

File
 I
 W
 E
it/tidalwave/bluemarine2/captureone/CaptureOneDao.java 0 0 3
it/tidalwave/bluemarine2/captureone/impl/C1Document.java 0 0 2
it/tidalwave/bluemarine2/captureone/impl/applescript/AppleScriptCaptureOneDao.java 0 0 2

Rules

Category Rule Violations Severity
javadoc JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "public"
2
 Error
JavadocType
  • scope: "public"
1
 Error
sizes LineLength
  • max: "120"
  • ignorePattern: "GEN-FIRST.*$"
1
 Error
whitespace WhitespaceAfter 1
 Error
WhitespaceAround 2
 Error

Details

it/tidalwave/bluemarine2/captureone/CaptureOneDao.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Unknown tag 'stereotype'. 37
 Error
javadoc JavadocMethod Expected an @return tag. 48
 Error
javadoc JavadocMethod Expected @throws tag for 'IOException'. 50

it/tidalwave/bluemarine2/captureone/impl/C1Document.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAround '=' is not preceded with whitespace. 49
 Error
whitespace WhitespaceAround '=' is not followed by whitespace. 49

it/tidalwave/bluemarine2/captureone/impl/applescript/AppleScriptCaptureOneDao.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 85
 Error
sizes LineLength Line is longer than 120 characters (found 124). 123