Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
4 0 35 0

Rules

Category Rule Violations Severity
coding OverloadMethodsDeclarationOrder 1  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"
  • thirdPartyPackageRegExp: ".*"
  • specialImportsRegExp: "^com.*"
10  Warning
indentation Indentation
  • lineWrappingIndentation: "4"
  • caseIndent: "4"
  • arrayInitIndent: "4"
  • throwsIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
1  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
1  Warning
JavadocParagraph 7  Warning
modifier ModifierOrder 1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
10  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
4  Warning

Details

org/opendaylight/yangtools/transform/NormalizedNodeTransformations.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 15
 Warning javadoc JavadocMethod Missing a Javadoc comment. 31
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 44
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 57

org/opendaylight/yangtools/transform/QNameModuleReplacementFunction.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 12

org/opendaylight/yangtools/transform/QNameReplacementFunction.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 12

org/opendaylight/yangtools/transform/QNameTransformingStreamWriter.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 13
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 14
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 15
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 16
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter' import. 22
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 25
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 27
 Warning indentation Indentation 'method def' child have incorrect indentation level 14, expected level should be one of the following: 16, 20. 52
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 65
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 79
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 93
 Warning modifier ModifierOrder '@Nonnull' annotation modifier does not preceed non-annotation modifiers. 99
 Warning sizes LineLength Line is longer than 120 characters (found 127). 107
 Warning sizes LineLength Line is longer than 120 characters (found 134). 112
 Warning sizes LineLength Line is longer than 120 characters (found 133). 122
 Warning sizes LineLength Line is longer than 120 characters (found 131). 127
 Warning sizes LineLength Line is longer than 120 characters (found 132). 132
 Warning sizes LineLength Line is longer than 120 characters (found 127). 137
 Warning sizes LineLength Line is longer than 120 characters (found 125). 142
 Warning sizes LineLength Line is longer than 120 characters (found 130). 154
 Warning sizes LineLength Line is longer than 120 characters (found 125). 159
 Warning sizes LineLength Line is longer than 120 characters (found 141). 169
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '99'. 188