Checkstyle Results

The following document contains the results of Checkstyle 6.1.1. rss feed

Summary

Files  Info  Warnings  Errors
46 2 0 2

Rules

Category Rule Violations Severity
coding MissingSwitchDefault 1  Error
design InterfaceIsType 2  Info
naming ConstantName 1  Error

Details

at/rseiler/spbee/core/generator/StoredProcedureGenerator.java

Severity Category Rule Message Line
 Error coding MissingSwitchDefault switch without "default" clause. 287

at/rseiler/spbee/demo/McName.java

Severity Category Rule Message Line
 Info design InterfaceIsType interfaces should describe a type and hence have methods. 8

at/rseiler/spbee/demo/SpLogger.java

Severity Category Rule Message Line
 Error naming ConstantName Name 'idTimestampMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 35

at/rseiler/spbee/demo/SpName.java

Severity Category Rule Message Line
 Info design InterfaceIsType interfaces should describe a type and hence have methods. 8