Checkstyle Results

The following document contains the results of Checkstyle 5.7.

Summary

Files  Info  Warnings  Errors
36 0 0 64

Details

org/jomc/ant/ClassFileProcessorTask.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 122
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 156
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 174
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 194

org/jomc/ant/CommitClassesTask.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 138
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 152
 Error coding FinalLocalVariable Variable 's0' should be declared final. 175

org/jomc/ant/GenerateResourcesTask.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 95
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 108

org/jomc/ant/JomcModelTask.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 273
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 441
 Error coding FinalLocalVariable Variable 's0' should be declared final. 476

org/jomc/ant/JomcTask.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 603
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 628
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 648
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 663
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 714
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 781
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 873
 Error coding FinalLocalVariable Variable 's0' should be declared final. 990
 Error coding FinalLocalVariable Variable 's0' should be declared final. 999
 Error coding FinalLocalVariable Variable 's0' should be declared final. 1005
 Error coding FinalLocalVariable Variable 's0' should be declared final. 1011
 Error coding FinalLocalVariable Variable 's0' should be declared final. 1020
 Error coding FinalLocalVariable Variable 's0' should be declared final. 1026
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 1119
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 1232
 Error coding FinalLocalVariable Variable 's0' should be declared final. 1331
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 1358
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 1381
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 1404
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 1428
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 1462
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 1531

org/jomc/ant/JomcToolTask.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 722
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 735
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 751
 Error coding FinalLocalVariable Variable 's0' should be declared final. 807
 Error coding FinalLocalVariable Variable 's0' should be declared final. 823
 Error coding FinalLocalVariable Variable 's0' should be declared final. 850
 Error coding FinalLocalVariable Variable 's0' should be declared final. 866

org/jomc/ant/ManageSourcesTask.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 95
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 108

org/jomc/ant/MergeModletsTask.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 380
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 398
 Error coding FinalLocalVariable Variable 's0' should be declared final. 581

org/jomc/ant/MergeModulesTask.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 341
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 358
 Error coding FinalLocalVariable Variable 's0' should be declared final. 552

org/jomc/ant/ProjectClassLoader.java

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

org/jomc/ant/ResourceFileProcessorTask.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 152
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 187
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 212
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 232

org/jomc/ant/SourceFileProcessorTask.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 123
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 157
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 175
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 195

org/jomc/ant/ValidateClassesTask.java

Severity Category Rule Message Line
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 95
 Error coding RedundantThrows Redundant throws: 'BuildException' is unchecked exception. 108

org/jomc/ant/ValidateClasspathTask.java

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

org/jomc/ant/ValidateModelTask.java

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

org/jomc/ant/WriteModelTask.java

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

org/jomc/ant/types/KeyValueType.java

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