Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
1 0 53 0

Rules

Category Rule Violations Severity
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
2  Warning
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
5  Warning
NonEmptyAtclauseDescription 27  Warning
modifier RedundantModifier 10  Warning
naming ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
1  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
2  Warning

Details

org/opendaylight/netvirt/bgpmanager/api/IBgpManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Collection' import. Should be before 'org.opendaylight.netvirt.fibmanager.api.RouteOrigin'. 12
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.opendaylight.netvirt.fibmanager.api.RouteOrigin'. 13
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 17
 Warning javadoc JavadocStyle Javadoc has empty description section. 17
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 19
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 20
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 21
 Warning modifier RedundantModifier Redundant 'public' modifier. 23
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 25
 Warning javadoc JavadocStyle Javadoc has empty description section. 25
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 27
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 28
 Warning modifier RedundantModifier Redundant 'public' modifier. 30
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 36
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 37
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 38
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 39
 Warning sizes LineLength Line is longer than 120 characters (found 129). 41
 Warning modifier RedundantModifier Redundant 'public' modifier. 41
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 46
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 47
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 48
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 49
 Warning modifier RedundantModifier Redundant 'public' modifier. 51
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 54
 Warning javadoc JavadocStyle Javadoc has empty description section. 54
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 56
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 57
 Warning modifier RedundantModifier Redundant 'public' modifier. 59
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 61
 Warning javadoc JavadocStyle Javadoc has empty description section. 61
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 63
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 64
 Warning modifier RedundantModifier Redundant 'public' modifier. 66
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 72
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 73
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 74
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 75
 Warning modifier RedundantModifier Redundant 'public' modifier. 77
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 82
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 83
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 84
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 85
 Warning modifier RedundantModifier Redundant 'public' modifier. 87
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 89
 Warning javadoc JavadocStyle Javadoc has empty description section. 89
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 91
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 92
 Warning modifier RedundantModifier Redundant 'public' modifier. 94
 Warning modifier RedundantModifier Redundant 'public' modifier. 97
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 100
 Warning naming ParameterName Parameter name 'qBGPrestartTS' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 100
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 101