Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
11 0 94 0

Rules

Category Rule Violations Severity
coding MultipleVariableDeclarations 2  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
12  Warning
javadoc JavadocStyle
  • tokens: "ANNOTATION_DEF, ANNOTATION_FIELD_DEF, CLASS_DEF, CTOR_DEF, ENUM_CONSTANT_DEF, ENUM_DEF, INTERFACE_DEF, METHOD_DEF, VARIABLE_DEF"
  • checkEmptyJavadoc: "true"
2  Warning
modifier RedundantModifier 1  Warning
naming MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
9  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
60  Warning
whitespace SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
4  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
4  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
1  Warning

Details

org/opendaylight/bgpcep/pcep/tunnel/provider/CreateTunnelInstructionExecutor.java

Severity Category Rule Message Line
 Warning naming MemberName Member name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 75
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 79
 Warning sizes LineLength Line is longer than 120 characters (found 124). 133
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 134
 Warning sizes LineLength Line is longer than 120 characters (found 131). 135
 Warning sizes LineLength Line is longer than 120 characters (found 144). 155
 Warning sizes LineLength Line is longer than 120 characters (found 196). 157
 Warning sizes LineLength Line is longer than 120 characters (found 133). 199
 Warning whitespace SeparatorWrap '.' should be on a new line. 199
 Warning sizes LineLength Line is longer than 120 characters (found 133). 214
 Warning whitespace SeparatorWrap '.' should be on a new line. 214

org/opendaylight/bgpcep/pcep/tunnel/provider/NodeChangedListener.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 84
 Warning sizes LineLength Line is longer than 120 characters (found 131). 90
 Warning naming ParameterName Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 90
 Warning sizes LineLength Line is longer than 120 characters (found 140). 105
 Warning sizes LineLength Line is longer than 120 characters (found 141). 117
 Warning naming ParameterName Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 121
 Warning sizes LineLength Line is longer than 120 characters (found 137). 140
 Warning naming ParameterName Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 140
 Warning sizes LineLength Line is longer than 120 characters (found 126). 165
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 170
 Warning sizes LineLength Line is longer than 120 characters (found 126). 174
 Warning sizes LineLength Line is longer than 120 characters (found 150). 179
 Warning sizes LineLength Line is longer than 120 characters (found 129). 209
 Warning sizes LineLength Line is longer than 120 characters (found 152). 216
 Warning naming ParameterName Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 216
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 226
 Warning sizes LineLength Line is longer than 120 characters (found 123). 250
 Warning sizes LineLength Line is longer than 120 characters (found 241). 252
 Warning sizes LineLength Line is longer than 120 characters (found 131). 254
 Warning sizes LineLength Line is longer than 120 characters (found 122). 260
 Warning sizes LineLength Line is longer than 120 characters (found 128). 262
 Warning sizes LineLength Line is longer than 120 characters (found 133). 265
 Warning sizes LineLength Line is longer than 120 characters (found 141). 272
 Warning sizes LineLength Line is longer than 120 characters (found 152). 279
 Warning naming ParameterName Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 279
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 301
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 414
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 430
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 431
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 432
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 433
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 434
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 435
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 436
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 437
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 438
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 439
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 440
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 441
 Warning sizes LineLength Line is longer than 120 characters (found 121). 456
 Warning sizes LineLength Line is longer than 120 characters (found 142). 484

org/opendaylight/bgpcep/pcep/tunnel/provider/NodeChangedListenerTest.java

Severity Category Rule Message Line
 Warning whitespace SeparatorWrap '.' should be on a new line. 82
 Warning sizes LineLength Line is longer than 120 characters (found 125). 229

org/opendaylight/bgpcep/pcep/tunnel/provider/PCEPTunnelTopologyProvider.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 133). 28
 Warning sizes LineLength Line is longer than 120 characters (found 142). 37
 Warning sizes LineLength Line is longer than 120 characters (found 176). 40

org/opendaylight/bgpcep/pcep/tunnel/provider/TunelProgrammingUtil.java

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

org/opendaylight/bgpcep/pcep/tunnel/provider/TunnelProgramming.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 149). 38
 Warning sizes LineLength Line is longer than 120 characters (found 134). 45
 Warning sizes LineLength Line is longer than 120 characters (found 124). 47
 Warning sizes LineLength Line is longer than 120 characters (found 132). 54
 Warning sizes LineLength Line is longer than 120 characters (found 129). 56
 Warning sizes LineLength Line is longer than 120 characters (found 128). 63
 Warning sizes LineLength Line is longer than 120 characters (found 127). 65

org/opendaylight/bgpcep/pcep/tunnel/provider/TunnelProgrammingTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 175). 100
 Warning sizes LineLength Line is longer than 120 characters (found 127). 138
 Warning sizes LineLength Line is longer than 120 characters (found 133). 175
 Warning sizes LineLength Line is longer than 120 characters (found 177). 196
 Warning sizes LineLength Line is longer than 120 characters (found 129). 216
 Warning sizes LineLength Line is longer than 120 characters (found 171). 218
 Warning sizes LineLength Line is longer than 120 characters (found 174). 223
 Warning sizes LineLength Line is longer than 120 characters (found 136). 246
 Warning sizes LineLength Line is longer than 120 characters (found 311). 256
 Warning sizes LineLength Line is longer than 120 characters (found 312). 261
 Warning sizes LineLength Line is longer than 120 characters (found 249). 268
 Warning sizes LineLength Line is longer than 120 characters (found 202). 274
 Warning sizes LineLength Line is longer than 120 characters (found 208). 275
 Warning sizes LineLength Line is longer than 120 characters (found 146). 280

org/opendaylight/bgpcep/pcep/tunnel/provider/UpdateTunnelInstructionExecutor.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 76
 Warning sizes LineLength Line is longer than 120 characters (found 142). 86
 Warning sizes LineLength Line is longer than 120 characters (found 140). 87
 Warning sizes LineLength Line is longer than 120 characters (found 144). 93
 Warning whitespace SeparatorWrap '.' should be on a new line. 95

org/opendaylight/controller/config/yang/pcep/tunnel/provider/PCEPTunnelTopologyProviderModule.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 32
 Warning javadoc JavadocStyle Javadoc has empty description section. 32
 Warning sizes LineLength Line is longer than 120 characters (found 123). 58
 Warning sizes LineLength Line is longer than 120 characters (found 153). 61
 Warning sizes LineLength Line is longer than 120 characters (found 125). 63
 Warning modifier RedundantModifier Redundant 'public' modifier. 68

org/opendaylight/controller/config/yang/pcep/tunnel/provider/PCEPTunnelTopologyProviderModuleFactory.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 19
 Warning javadoc JavadocStyle Javadoc has empty description section. 19