Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
1 0 44 0

Rules

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

Details

org/opendaylight/ovsdb/utils/southbound/utils/SouthboundUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.ImmutableBiMap' import. 96
 Warning javadoc JavadocMethod Missing a Javadoc comment. 142
 Warning javadoc JavadocMethod Missing a Javadoc comment. 149
 Warning javadoc JavadocMethod Missing a Javadoc comment. 156
 Warning javadoc JavadocMethod Missing a Javadoc comment. 162
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '169'. 178
 Warning javadoc JavadocMethod Missing a Javadoc comment. 182
 Warning javadoc JavadocMethod Missing a Javadoc comment. 199
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 199
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '173'. 215
 Warning javadoc JavadocMethod Missing a Javadoc comment. 229
 Warning javadoc JavadocMethod Missing a Javadoc comment. 242
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '229'. 261
 Warning javadoc JavadocMethod Missing a Javadoc comment. 261
 Warning javadoc JavadocMethod Missing a Javadoc comment. 291
 Warning javadoc JavadocMethod Missing a Javadoc comment. 315
 Warning javadoc JavadocMethod Missing a Javadoc comment. 333
 Warning javadoc JavadocMethod Missing a Javadoc comment. 344
 Warning javadoc JavadocMethod Missing a Javadoc comment. 350
 Warning javadoc JavadocMethod Missing a Javadoc comment. 404
 Warning javadoc JavadocMethod Missing a Javadoc comment. 413
 Warning javadoc JavadocMethod Missing a Javadoc comment. 435
 Warning javadoc JavadocMethod Missing a Javadoc comment. 442
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 449
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 449
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 449
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 449
 Warning javadoc JavadocMethod Missing a Javadoc comment. 459
 Warning javadoc JavadocMethod Missing a Javadoc comment. 472
 Warning javadoc JavadocMethod Missing a Javadoc comment. 508
 Warning javadoc JavadocMethod Missing a Javadoc comment. 575
 Warning coding VariableDeclarationUsageDistance Distance between variable 'tpIid' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 578
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 622
 Warning naming AbbreviationAsWordInName Abbreviation in name must contain no more than '1' capital letters. 648
 Warning javadoc JavadocMethod Missing a Javadoc comment. 662
 Warning whitespace WhitespaceAround WhitespaceAround: 'try' is not followed by whitespace. 730
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 730
 Warning sizes LineLength Line is longer than 120 characters (found 124). 731
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 731
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not preceded with whitespace. 742
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 742
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 742
 Warning javadoc JavadocMethod Missing a Javadoc comment. 748
 Warning javadoc JavadocMethod Missing a Javadoc comment. 762