Checkstyle Results

The following document contains the results of Checkstyle 6.19 with org/sw4j/quality-profile/checkstyle/checkstyle-6.19.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
11 7 5 0

Rules

Category Rule Violations Severity
coding NestedIfDepth
  • max: "1"
7  Info
javadoc JavadocMethod
  • validateThrows: "true"
  • allowUndeclaredRTE: "true"
  • logLoadErrors: "false"
  • allowThrowsTagsForSubclasses: "true"
  • allowedAnnotations: ""
2  Warning
JavadocVariable 1  Warning
metrics CyclomaticComplexity 1  Warning
misc FinalParameters 1  Warning

Details

org/sw4j/tool/annotation/jpa/processor/AnnotationProcessor.java

Severity Category Rule Message Line
 Warning javadoc JavadocVariable Missing a Javadoc comment. 62
 Info coding NestedIfDepth Nested if-else depth is 2 (max allowed is 1). 142
 Info coding NestedIfDepth Nested if-else depth is 3 (max allowed is 1). 145
 Info coding NestedIfDepth Nested if-else depth is 4 (max allowed is 1). 149
 Warning javadoc JavadocMethod Unused @param tag for 'outputOption'. 165
 Warning javadoc JavadocMethod Expected @param tag for 'properties'. 169

org/sw4j/tool/annotation/jpa/processor/AttributeProcessor.java

Severity Category Rule Message Line
 Warning metrics CyclomaticComplexity Cyclomatic Complexity is 13 (max allowed is 10). 82
 Warning misc FinalParameters Parameter type should be final. 172
 Info coding NestedIfDepth Nested if-else depth is 2 (max allowed is 1). 182
 Info coding NestedIfDepth Nested if-else depth is 2 (max allowed is 1). 244
 Info coding NestedIfDepth Nested if-else depth is 3 (max allowed is 1). 245

org/sw4j/tool/annotation/jpa/processor/EntityProcessor.java

Severity Category Rule Message Line
 Info coding NestedIfDepth Nested if-else depth is 2 (max allowed is 1). 113