Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
11 0 97 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 4  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]*$'. 77
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 81
 Warning modifier RedundantModifier Redundant 'final' modifier. 107
 Warning sizes LineLength Line is longer than 120 characters (found 124). 135
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 136
 Warning sizes LineLength Line is longer than 120 characters (found 131). 137
 Warning sizes LineLength Line is longer than 120 characters (found 144). 157
 Warning sizes LineLength Line is longer than 120 characters (found 179). 159
 Warning sizes LineLength Line is longer than 120 characters (found 133). 201
 Warning whitespace SeparatorWrap '.' should be on a new line. 201
 Warning sizes LineLength Line is longer than 120 characters (found 133). 216
 Warning whitespace SeparatorWrap '.' should be on a new line. 216

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

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 53

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 87
 Warning sizes LineLength Line is longer than 120 characters (found 131). 93
 Warning naming ParameterName Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 93
 Warning sizes LineLength Line is longer than 120 characters (found 140). 108
 Warning sizes LineLength Line is longer than 120 characters (found 141). 120
 Warning naming ParameterName Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 124
 Warning sizes LineLength Line is longer than 120 characters (found 137). 143
 Warning naming ParameterName Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 143
 Warning sizes LineLength Line is longer than 120 characters (found 126). 168
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 173
 Warning sizes LineLength Line is longer than 120 characters (found 126). 177
 Warning sizes LineLength Line is longer than 120 characters (found 150). 182
 Warning sizes LineLength Line is longer than 120 characters (found 129). 212
 Warning sizes LineLength Line is longer than 120 characters (found 152). 219
 Warning naming ParameterName Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 219
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 229
 Warning sizes LineLength Line is longer than 120 characters (found 123). 253
 Warning sizes LineLength Line is longer than 120 characters (found 241). 255
 Warning sizes LineLength Line is longer than 120 characters (found 131). 257
 Warning sizes LineLength Line is longer than 120 characters (found 122). 263
 Warning sizes LineLength Line is longer than 120 characters (found 128). 265
 Warning sizes LineLength Line is longer than 120 characters (found 133). 268
 Warning sizes LineLength Line is longer than 120 characters (found 141). 275
 Warning sizes LineLength Line is longer than 120 characters (found 152). 282
 Warning naming ParameterName Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 282
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 304
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 417
 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 'case' child have incorrect indentation level 8, expected level should be 12. 436
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 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 indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 442
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 443
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 444
 Warning sizes LineLength Line is longer than 120 characters (found 121). 459
 Warning sizes LineLength Line is longer than 120 characters (found 142). 487

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). 29
 Warning sizes LineLength Line is longer than 120 characters (found 142). 38
 Warning sizes LineLength Line is longer than 120 characters (found 176). 41

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). 39
 Warning sizes LineLength Line is longer than 120 characters (found 134). 46
 Warning sizes LineLength Line is longer than 120 characters (found 124). 48
 Warning sizes LineLength Line is longer than 120 characters (found 132). 55
 Warning sizes LineLength Line is longer than 120 characters (found 129). 57
 Warning sizes LineLength Line is longer than 120 characters (found 128). 64
 Warning sizes LineLength Line is longer than 120 characters (found 127). 66

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). 176
 Warning sizes LineLength Line is longer than 120 characters (found 177). 197
 Warning sizes LineLength Line is longer than 120 characters (found 129). 217
 Warning sizes LineLength Line is longer than 120 characters (found 171). 219
 Warning sizes LineLength Line is longer than 120 characters (found 174). 224
 Warning sizes LineLength Line is longer than 120 characters (found 136). 247
 Warning sizes LineLength Line is longer than 120 characters (found 311). 257
 Warning sizes LineLength Line is longer than 120 characters (found 312). 262
 Warning sizes LineLength Line is longer than 120 characters (found 249). 269
 Warning sizes LineLength Line is longer than 120 characters (found 202). 275
 Warning sizes LineLength Line is longer than 120 characters (found 208). 276
 Warning sizes LineLength Line is longer than 120 characters (found 146). 281

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

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 64
 Warning sizes LineLength Line is longer than 120 characters (found 124). 77
 Warning sizes LineLength Line is longer than 120 characters (found 142). 87
 Warning sizes LineLength Line is longer than 120 characters (found 140). 88
 Warning sizes LineLength Line is longer than 120 characters (found 144). 94
 Warning whitespace SeparatorWrap '.' should be on a new line. 96

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