Checkstyle Results

The following document contains the results of Checkstyle .

Summary

Files Errors
9 30

Files

Files Errors
org/realityforge/salt/io/package.html 1
org/realityforge/salt/lang/package.html 1
org/realityforge/salt/io/FileUtil.java 8
org/realityforge/salt/io/IOUtil.java 6
org/realityforge/salt/io/EndianUtil.java 2
org/realityforge/salt/i18n/Resources.java 2
org/realityforge/salt/i18n/ResourceManager.java 9
org/realityforge/salt/lang/JavaVersion.java 1

org/realityforge/salt/io/package.html

Error Line
missing package documentation file. 0

org/realityforge/salt/lang/package.html

Error Line
missing package documentation file. 0

org/realityforge/salt/io/FileUtil.java

Error Line
line longer than 100 characters 44
line longer than 100 characters 288
line longer than 100 characters 309
line longer than 100 characters 333
line longer than 100 characters 470
'for' construct must use '{}'s. 477
Empty catch block. 653
Empty catch block. 694

org/realityforge/salt/io/IOUtil.java

Error Line
line longer than 100 characters 61
Empty catch block. 129
Empty catch block. 151
Empty catch block. 172
Empty catch block. 193
line longer than 100 characters 692

org/realityforge/salt/io/EndianUtil.java

Error Line
line longer than 100 characters 74
line longer than 100 characters 94

org/realityforge/salt/i18n/Resources.java

Error Line
'if' construct must use '{}'s. 692
'final' modifier out of order with the JLS suggestions. 712

org/realityforge/salt/i18n/ResourceManager.java

Error Line
'static' modifier out of order with the JLS suggestions. 40
variable 'c_resources' must match pattern '^[A-Z](_?[A-Z0-9]+)*$'. 40
'static' modifier out of order with the JLS suggestions. 55
'static' modifier out of order with the JLS suggestions. 73
'static' modifier out of order with the JLS suggestions. 93
'static' modifier out of order with the JLS suggestions. 107
'static' modifier out of order with the JLS suggestions. 132
'static' modifier out of order with the JLS suggestions. 144
'static' modifier out of order with the JLS suggestions. 163