Checkstyle Results

The following document contains the results of Checkstyle 6.1.1 with org/jomc/build/resources/checkstyle.xml ruleset.

Summary

Files  Info  Warnings  Errors
21 0 0 24

Details

org/jomc/cli/Command.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'NullPointerException' is unchecked exception. 149
 Error coding RedundantThrows Redundant throws: 'NullPointerException' is unchecked exception. 160
 Error coding RedundantThrows Redundant throws: 'NullPointerException' is unchecked exception. 181

org/jomc/cli/Jomc.java

Severity Category Rule Message Line
 Error coding IllegalCatch Catching 'Throwable' is not allowed. 379
 Error misc UncommentedMain Uncommented main method found. 399
 Error coding HiddenField 'defaultLogLevel' hides a field. 786

org/jomc/cli/commands/AbstractCommand.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Missing a Javadoc comment. 146
 Error javadoc JavadocMethod Missing a Javadoc comment. 151
 Error javadoc JavadocMethod Missing a Javadoc comment. 156
 Error javadoc JavadocMethod Missing a Javadoc comment. 161
 Error javadoc JavadocMethod Missing a Javadoc comment. 166
 Error coding IllegalCatch Catching 'Throwable' is not allowed. 189
 Error coding IllegalCatch Catching 'Throwable' is not allowed. 200
 Error coding HiddenField 'defaultLogLevel' hides a field. 558

org/jomc/cli/commands/AbstractModletCommand.java

Severity Category Rule Message Line
 Error coding NestedIfDepth Nested if-else depth is 5 (max allowed is 4). 384

org/jomc/cli/commands/CommitClassesCommand.java

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

org/jomc/cli/commands/GenerateResourcesCommand.java

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

org/jomc/cli/commands/ManageSourcesCommand.java

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

org/jomc/cli/commands/MergeModletsCommand.java

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

org/jomc/cli/commands/MergeModulesCommand.java

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

org/jomc/cli/commands/ShowModelCommand.java

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

org/jomc/cli/commands/ValidateClassesCommand.java

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

org/jomc/cli/commands/ValidateModelCommand.java

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

org/jomc/cli/model/OptionFactory.java

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