Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
12 0 110 0

Rules

Category Rule Violations Severity
coding MultipleVariableDeclarations 2  Warning
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
1  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
12  Warning
javadoc JavadocStyle
  • 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://"
76  Warning
whitespace SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
3  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
3  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). 138
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 139
 Warning sizes LineLength Line is longer than 120 characters (found 131). 140
 Warning sizes LineLength Line is longer than 120 characters (found 144). 160
 Warning sizes LineLength Line is longer than 120 characters (found 196). 162
 Warning sizes LineLength Line is longer than 120 characters (found 148). 204
 Warning whitespace SeparatorWrap '.' should be on a new line. 204
 Warning sizes LineLength Line is longer than 120 characters (found 148). 219
 Warning whitespace SeparatorWrap '.' should be on a new line. 219

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 sizes LineLength Line is longer than 120 characters (found 185). 77
 Warning sizes LineLength Line is longer than 120 characters (found 189). 78
 Warning sizes LineLength Line is longer than 120 characters (found 212). 85
 Warning sizes LineLength Line is longer than 120 characters (found 182). 86
 Warning sizes LineLength Line is longer than 120 characters (found 125). 88
 Warning sizes LineLength Line is longer than 120 characters (found 190). 89
 Warning sizes LineLength Line is longer than 120 characters (found 185). 181
 Warning sizes LineLength Line is longer than 120 characters (found 144). 187
 Warning sizes LineLength Line is longer than 120 characters (found 507). 188
 Warning sizes LineLength Line is longer than 120 characters (found 158). 189
 Warning sizes LineLength Line is longer than 120 characters (found 236). 191
 Warning sizes LineLength Line is longer than 120 characters (found 143). 194
 Warning sizes LineLength Line is longer than 120 characters (found 125). 200

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 131). 41
 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). 103
 Warning sizes LineLength Line is longer than 120 characters (found 127). 141
 Warning sizes LineLength Line is longer than 120 characters (found 133). 199
 Warning sizes LineLength Line is longer than 120 characters (found 177). 220
 Warning sizes LineLength Line is longer than 120 characters (found 129). 240
 Warning sizes LineLength Line is longer than 120 characters (found 171). 242
 Warning sizes LineLength Line is longer than 120 characters (found 174). 247
 Warning sizes LineLength Line is longer than 120 characters (found 136). 270
 Warning sizes LineLength Line is longer than 120 characters (found 311). 280
 Warning sizes LineLength Line is longer than 120 characters (found 312). 285
 Warning sizes LineLength Line is longer than 120 characters (found 249). 292
 Warning sizes LineLength Line is longer than 120 characters (found 202). 298
 Warning sizes LineLength Line is longer than 120 characters (found 208). 299
 Warning sizes LineLength Line is longer than 120 characters (found 146). 304

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). 91
 Warning sizes LineLength Line is longer than 120 characters (found 140). 92
 Warning sizes LineLength Line is longer than 120 characters (found 144). 98
 Warning whitespace SeparatorWrap '.' should be on a new line. 100

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

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

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'io.netty.channel.nio.NioEventLoopGroup' should be separated from previous import group. 12
 Warning sizes LineLength Line is longer than 120 characters (found 138). 111
 Warning sizes LineLength Line is longer than 120 characters (found 128). 118
 Warning sizes LineLength Line is longer than 120 characters (found 126). 120