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
43 0 0 26

Details

org/jomc/modlet/DefaultModelContext.java

Severity Category Rule Message Line
 Error coding FinalLocalVariable Variable 's0' should be declared final. 1992
 Error coding FinalLocalVariable Variable 's0' should be declared final. 2098
 Error coding FinalLocalVariable Variable 's0' should be declared final. 2339
 Error coding FinalLocalVariable Variable 's0' should be declared final. 2348
 Error coding FinalLocalVariable Variable 's0' should be declared final. 2402
 Error coding FinalLocalVariable Variable 's0' should be declared final. 2411

org/jomc/modlet/DefaultModletProcessor.java

Severity Category Rule Message Line
 Error coding FinalLocalVariable Variable 's0' should be declared final. 527

org/jomc/modlet/DefaultModletValidator.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'NullPointerException' is unchecked exception. 255
 Error coding FinalLocalVariable Variable 's0' should be declared final. 300

org/jomc/modlet/DefaultServiceFactory.java

Severity Category Rule Message Line
 Error javadoc JavadocMethod Missing a Javadoc comment. 148
 Error coding FinalLocalVariable Variable 's0' should be declared final. 186

org/jomc/modlet/ModelContext.java

Severity Category Rule Message Line
 Error coding FinalLocalVariable Variable 's0' should be declared final. 447
 Error coding HiddenField 'modlets' hides a field. 839
 Error coding HiddenField 'modlets' hides a field. 855
 Error coding HiddenField 'modlets' hides a field. 871

org/jomc/modlet/ModelContextFactory.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'ModelContextFactoryError' is unchecked exception. 80
 Error coding RedundantThrows Redundant throws: 'ModelContextFactoryError' is unchecked exception. 105

org/jomc/modlet/ModelProcessor.java

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

org/jomc/modlet/ModelProvider.java

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

org/jomc/modlet/ModelValidator.java

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

org/jomc/modlet/ModletProcessor.java

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

org/jomc/modlet/ModletProvider.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'NullPointerException' is unchecked exception. 65
 Error coding RedundantThrows Redundant throws: 'NullPointerException' is unchecked exception. 79

org/jomc/modlet/ModletValidator.java

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

org/jomc/modlet/ServiceFactory.java

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

org/jomc/modlet/package-info.java

Severity Category Rule Message Line
 Error javadoc JavadocStyle Missing a Javadoc comment. 36