Checkstyle Results

The following document contains the results of Checkstyle 5.7.

Summary

Files  Info  Warnings  Errors
33 0 0 20

Details

org/jomc/modlet/DefaultModelContext.java

Severity Category Rule Message Line
 Error coding FinalLocalVariable Variable 's0' should be declared final. 597
 Error coding FinalLocalVariable Variable 's0' should be declared final. 2167
 Error coding FinalLocalVariable Variable 's0' should be declared final. 2266
 Error coding FinalLocalVariable Variable 's0' should be declared final. 2473
 Error coding FinalLocalVariable Variable 's0' should be declared final. 2482
 Error coding FinalLocalVariable Variable 's0' should be declared final. 2530
 Error coding FinalLocalVariable Variable 's0' should be declared final. 2539

org/jomc/modlet/DefaultModletProcessor.java

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

org/jomc/modlet/ModelContext.java

Severity Category Rule Message Line
 Error coding FinalLocalVariable Variable 's0' should be declared final. 420
 Error coding HiddenField 'modlets' hides a field. 824
 Error coding HiddenField 'modlets' hides a field. 840

org/jomc/modlet/ModelContextFactory.java

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

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. 64
 Error coding RedundantThrows Redundant throws: 'NullPointerException' is unchecked exception. 78

org/jomc/modlet/package-info.java

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