Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
3 0 23 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###SPECIAL_IMPORTS"
  • thirdPartyPackageRegExp: ".*"
  • specialImportsRegExp: "^com.*"
3  Warning
javadoc JavadocMethod
  • allowMissingParamTags: "true"
  • allowedAnnotations: "Override, Test"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "public"
  • allowMissingReturnTag: "true"
  • minLineCount: "2"
  • allowMissingThrowsTags: "true"
4  Warning
NonEmptyAtclauseDescription 3  Warning
modifier ModifierOrder 3  Warning
naming LocalVariableName
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
3  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
2  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
1  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
2  Warning
WhitespaceAround
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
  • allowEmptyMethods: "true"
  • allowEmptyConstructors: "true"
1  Warning

Details

org/opendaylight/ovsdb/utils/mdsal/utils/MdsalUtils.java

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

org/opendaylight/ovsdb/utils/mdsal/utils/MdsalUtilsAsync.java

Severity Category Rule Message Line
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 188
 Warning sizes LineLength Line is longer than 120 characters (found 139). 207
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 215

org/opendaylight/ovsdb/utils/mdsal/utils/NotifyingDataChangeListener.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. 21
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 22
 Warning imports CustomImportOrder Import statement is in the wrong order. Should be in the 'STANDARD_JAVA_PACKAGE' group. 23
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 37
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 38
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 39
 Warning javadoc SummaryJavadoc First sentence should be present. 44
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 46
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 55
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 67
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 69
 Warning javadoc JavadocMethod Missing a Javadoc comment. 104
 Warning javadoc JavadocMethod Missing a Javadoc comment. 119
 Warning naming LocalVariableName Local variable name '_start' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 121
 Warning javadoc JavadocMethod Missing a Javadoc comment. 134
 Warning naming LocalVariableName Local variable name '_start' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 136
 Warning javadoc JavadocMethod Missing a Javadoc comment. 149
 Warning naming LocalVariableName Local variable name '_start' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 151