Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
9 50

Files

Files Errors
com/cyclops/albumbuilder/AlbumBuilder.java 5
com/cyclops/albumbuilder/AlbumBuilderCli.java 9
com/cyclops/albumbuilder/AlbumBuilderComponent.java 5
com/cyclops/albumbuilder/ComponentLoader.java 4
com/cyclops/albumbuilder/GalleryIndexGenerator.java 12
com/cyclops/albumbuilder/Main.java 1
com/cyclops/albumbuilder/SourceResource.java 3
com/cyclops/albumbuilder/SourceResourceCopier.java 3
com/cyclops/albumbuilder/ThumbnailGenerator.java 8

com/cyclops/albumbuilder/AlbumBuilder.java

Error Line
variable 'components' missing Javadoc. 27
variable 'configuration' missing Javadoc. 28
variable 'logger' missing Javadoc. 29
variable 'commands' missing Javadoc. 30
line longer than 80 characters 32

com/cyclops/albumbuilder/AlbumBuilderCli.java

Error Line
variable 'DEFAULT_DESCRIPTOR' missing Javadoc. 22
variable 'additionalProperties' missing Javadoc. 23
variable 'commands' missing Javadoc. 24
variable 'DESCRIPTOR' missing Javadoc. 26
variable 'descriptor' missing Javadoc. 27
method is missing a Javadoc comment. 28
Expected an @return tag. 34
Expected @throws tag for 'ParseException'. 40
Expected an @return tag. 62

com/cyclops/albumbuilder/AlbumBuilderComponent.java

Error Line
variable 'logger' must be private and have accessor methods. 29
variable 'rootConfiguration' missing Javadoc. 30
variable 'sourceRepository' missing Javadoc. 31
line longer than 80 characters 33
method is missing a Javadoc comment. 64

com/cyclops/albumbuilder/ComponentLoader.java

Error Line
line longer than 80 characters 14
variable 'configuration' missing Javadoc. 22
variable 'logger' missing Javadoc. 23
method is missing a Javadoc comment. 37

com/cyclops/albumbuilder/GalleryIndexGenerator.java

Error Line
variable 'SEPARATOR' missing Javadoc. 31
variable 'copySource' missing Javadoc. 32
variable 'encoding' missing Javadoc. 33
variable 'indexTemplate' missing Javadoc. 34
variable 'thumbnailColumns' missing Javadoc. 35
variable 'xdocsDirectory' missing Javadoc. 36
variable 'imageLink' missing Javadoc. 37
variable 'imageLinkPrefix' missing Javadoc. 38
method is missing a Javadoc comment. 71
method is missing a Javadoc comment. 90
method is missing a Javadoc comment. 103
method is missing a Javadoc comment. 111

com/cyclops/albumbuilder/Main.java

Error Line
line longer than 80 characters 15

com/cyclops/albumbuilder/SourceResource.java

Error Line
variable 'relativePath' missing Javadoc. 18
variable 'rootDirectory' missing Javadoc. 19
variable 'size' missing Javadoc. 20

com/cyclops/albumbuilder/SourceResourceCopier.java

Error Line
variable 'copySource' missing Javadoc. 24
variable 'targetDirectory' missing Javadoc. 25
variable 'forceOverWrite' missing Javadoc. 26

com/cyclops/albumbuilder/ThumbnailGenerator.java

Error Line
variable 'targetDirectory' missing Javadoc. 28
variable 'maxThumbnailDimension' missing Javadoc. 29
variable 'renderFinished' missing Javadoc. 30
variable 'forceOverWrite' missing Javadoc. 31
method is missing a Javadoc comment. 54
method is missing a Javadoc comment. 94
line longer than 80 characters 103
line longer than 80 characters 121