Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
8 0 53 0

Rules

Category Rule Violations Severity
coding OverloadMethodsDeclarationOrder 2  Warning
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"
  • thirdPartyPackageRegExp: ".*"
  • specialImportsRegExp: "^com.*"
15  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
3  Warning
JavadocParagraph 15  Warning
JavadocTagContinuationIndentation 2  Warning
NonEmptyAtclauseDescription 2  Warning
naming AbbreviationAsWordInName
  • allowedAbbreviationLength: "1"
  • ignoreFinal: "false"
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
1  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
5  Warning

Details

org/opendaylight/yangtools/yang/common/OperationFailedException.java

Severity Category Rule Message Line
 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

org/opendaylight/yangtools/yang/common/QName.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 'THIRD_PARTY_PACKAGE' group. 11
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 12
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'THIRD_PARTY_PACKAGE' group. 13
 Warning imports CustomImportOrder 'java.io.Serializable'should be separated from previous import group. 14
 Warning imports CustomImportOrder 'org.opendaylight.yangtools.concepts.Immutable'should be separated from previous import group. 22
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 27
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 41
 Warning javadoc JavadocMethod Missing a Javadoc comment. 114
 Warning javadoc SummaryJavadoc First sentence should be present. 154
 Warning javadoc SummaryJavadoc First sentence should be present. 165
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 203
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '114'. 225
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 258
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 268
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 297
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '276'. 303
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 325
 Warning javadoc JavadocMethod Missing a Javadoc comment. 346
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 358
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 375
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 377

org/opendaylight/yangtools/yang/common/QNameModule.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 Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 17
 Warning javadoc JavadocMethod Missing a Javadoc comment. 79
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 161
 Warning sizes LineLength Line is longer than 120 characters (found 137). 173

org/opendaylight/yangtools/yang/common/RpcError.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8
 Warning javadoc JavadocParagraph <p> tag should be precede with empty line. 52
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 96
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 105

org/opendaylight/yangtools/yang/common/RpcResult.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8

org/opendaylight/yangtools/yang/common/RpcResultBuilder.java

Severity Category Rule Message Line
 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 javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 215
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 249
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 418
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 421
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 423
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 425

org/opendaylight/yangtools/yang/common/SimpleDateFormatUtil.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence should be present. 17
 Warning javadoc SummaryJavadoc First sentence should be present. 22
 Warning javadoc SummaryJavadoc First sentence should be present. 27
 Warning javadoc SummaryJavadoc First sentence should be present. 32
 Warning javadoc SummaryJavadoc First sentence should be present. 37

org/opendaylight/yangtools/yang/common/YangConstants.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous statement. 8