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
6 0 0 16

Files

File
 I
 W
 E
it/tidalwave/bluemarine2/service/stoppingdown/impl/DiaryPhotoCollectionProvider.java 0 0 3
it/tidalwave/bluemarine2/service/stoppingdown/impl/GalleryDescription.java 0 0 1
it/tidalwave/bluemarine2/service/stoppingdown/impl/PhotoCollectionProvider.java 0 0 1
it/tidalwave/bluemarine2/service/stoppingdown/impl/PhotoCollectionProviderSupport.java 0 0 2
it/tidalwave/bluemarine2/service/stoppingdown/impl/PhotoItemDIDLAdapter.java 0 0 1
it/tidalwave/bluemarine2/service/stoppingdown/impl/ThemesPhotoCollectionProvider.java 0 0 8

Rules

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

Details

it/tidalwave/bluemarine2/service/stoppingdown/impl/DiaryPhotoCollectionProvider.java

Severity Category Rule Message Line
 Error
javadoc JavadocMethod Expected @param tag for 'baseUrl'. 103
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 120
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 160

it/tidalwave/bluemarine2/service/stoppingdown/impl/GalleryDescription.java

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

it/tidalwave/bluemarine2/service/stoppingdown/impl/PhotoCollectionProvider.java

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

it/tidalwave/bluemarine2/service/stoppingdown/impl/PhotoCollectionProviderSupport.java

Severity Category Rule Message Line
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 151
 Error
misc FinalParameters Parameter url should be final. 177

it/tidalwave/bluemarine2/service/stoppingdown/impl/PhotoItemDIDLAdapter.java

Severity Category Rule Message Line
 Error
javadoc JavadocType Unknown tag 'stereotype'. 49

it/tidalwave/bluemarine2/service/stoppingdown/impl/ThemesPhotoCollectionProvider.java

Severity Category Rule Message Line
 Error
sizes LineLength Line is longer than 120 characters (found 144). 91
 Error
sizes LineLength Line is longer than 120 characters (found 142). 92
 Error
sizes LineLength Line is longer than 120 characters (found 139). 93
 Error
sizes LineLength Line is longer than 120 characters (found 137). 94
 Error
javadoc JavadocMethod Expected @param tag for 'baseUrl'. 115
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 181
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 187
 Error
whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 188