Checkstyle Results

The following document contains the results of Checkstyle 7.6.1 with odl_checks.xml ruleset. rss feed

Summary

Files  Info  Warnings  Errors
2 0 7 0

Rules

Category Rule Violations Severity
coding IllegalCatch 1  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
1  Warning
javadoc JavadocParagraph
  • allowNewlineParagraph: "false"
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
4  Warning

Details

org/opendaylight/yangtools/yang/parser/system/test/Main.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 31
 Warning sizes LineLength Line is longer than 120 characters (found 130). 75
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 121
 Warning sizes LineLength Line is longer than 120 characters (found 122). 164
 Warning indentation Indentation 'array initialization' child have incorrect indentation level 16, expected level should be one of the following: 12, 112, 114. 187

org/opendaylight/yangtools/yang/parser/system/test/SystemTestUtils.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 127). 40
 Warning sizes LineLength Line is longer than 120 characters (found 125). 101