Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
10 0 196 0

Rules

Category Rule Violations Severity
coding IllegalCatch 1  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"
87  Warning
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
3  Warning
misc UpperEll 3  Warning
naming LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
1  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
5  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
83  Warning
whitespace GenericWhitespace 4  Warning
SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
2  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
2  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
3  Warning

Details

org/opendaylight/bgpcep/programming/impl/InstructionImpl.java

Severity Category Rule Message Line
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 68
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 69
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 70
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 71
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 72
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 73
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 74
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 75
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 76
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 77
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 78
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 79
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 97
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 98
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 99
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 100
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 101
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 102
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 103
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 104
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 105
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 106
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 107
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 108
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 109
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 110
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 111
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 112
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 113
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 114
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 115
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 116
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 117
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 118
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 119
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 150
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 151
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 152
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 153
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 154
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 155
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 156
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 157
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 158
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 159
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 160
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 161
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 162
 Warning naming ParameterName Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 203
 Warning naming ParameterName Parameter name 'd' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 207
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 238
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 239
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 240
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 241
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 242
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 243
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 244
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 245
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 246
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 247
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 248
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 250
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 251
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 252
 Warning sizes LineLength Line is longer than 120 characters (found 128). 256

org/opendaylight/bgpcep/programming/impl/MockedNotificationServiceWrapper.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 131). 53
 Warning sizes LineLength Line is longer than 120 characters (found 123). 55

org/opendaylight/bgpcep/programming/impl/ProgrammingServiceImpl.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 155). 95
 Warning sizes LineLength Line is longer than 120 characters (found 168). 100
 Warning sizes LineLength Line is longer than 120 characters (found 143). 107
 Warning sizes LineLength Line is longer than 120 characters (found 122). 114
 Warning sizes LineLength Line is longer than 120 characters (found 177). 124
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 124
 Warning sizes LineLength Line is longer than 120 characters (found 130). 153
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 174
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 175
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 176
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 177
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 178
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 179
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 180
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 181
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 182
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 183
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 184
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 185
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 186
 Warning sizes LineLength Line is longer than 120 characters (found 125). 212
 Warning sizes LineLength Line is longer than 120 characters (found 147). 224
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 235
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 236
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 237
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 238
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 239
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 240
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 241
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 242
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 243
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 244
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 245
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 246
 Warning sizes LineLength Line is longer than 120 characters (found 137). 253
 Warning sizes LineLength Line is longer than 120 characters (found 144). 257
 Warning sizes LineLength Line is longer than 120 characters (found 148). 266
 Warning sizes LineLength Line is longer than 120 characters (found 128). 288
 Warning naming ParameterName Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 322
 Warning naming ParameterName Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 330
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 340
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 358

org/opendaylight/bgpcep/programming/impl/ProgrammingServiceImplTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 122). 58
 Warning sizes LineLength Line is longer than 120 characters (found 138). 91
 Warning sizes LineLength Line is longer than 120 characters (found 138). 133
 Warning sizes LineLength Line is longer than 120 characters (found 136). 142
 Warning sizes LineLength Line is longer than 120 characters (found 133). 147
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 147
 Warning sizes LineLength Line is longer than 120 characters (found 139). 148
 Warning sizes LineLength Line is longer than 120 characters (found 139). 149
 Warning sizes LineLength Line is longer than 120 characters (found 139). 150
 Warning sizes LineLength Line is longer than 120 characters (found 139). 151
 Warning sizes LineLength Line is longer than 120 characters (found 155). 169
 Warning sizes LineLength Line is longer than 120 characters (found 130). 182
 Warning sizes LineLength Line is longer than 120 characters (found 122). 202
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 202
 Warning sizes LineLength Line is longer than 120 characters (found 137). 207
 Warning misc UpperEll Should use uppercase 'L'. 207
 Warning sizes LineLength Line is longer than 120 characters (found 139). 222
 Warning sizes LineLength Line is longer than 120 characters (found 137). 227
 Warning misc UpperEll Should use uppercase 'L'. 227
 Warning sizes LineLength Line is longer than 120 characters (found 139). 244
 Warning sizes LineLength Line is longer than 120 characters (found 140). 245
 Warning sizes LineLength Line is longer than 120 characters (found 137). 251
 Warning misc UpperEll Should use uppercase 'L'. 251
 Warning sizes LineLength Line is longer than 120 characters (found 139). 270
 Warning sizes LineLength Line is longer than 120 characters (found 137). 271
 Warning sizes LineLength Line is longer than 120 characters (found 139). 272
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 287
 Warning sizes LineLength Line is longer than 120 characters (found 139). 292
 Warning sizes LineLength Line is longer than 120 characters (found 140). 293
 Warning sizes LineLength Line is longer than 120 characters (found 139). 294
 Warning sizes LineLength Line is longer than 120 characters (found 139). 301
 Warning sizes LineLength Line is longer than 120 characters (found 140). 302
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 310
 Warning sizes LineLength Line is longer than 120 characters (found 151). 313
 Warning sizes LineLength Line is longer than 120 characters (found 151). 324
 Warning sizes LineLength Line is longer than 120 characters (found 312). 340

org/opendaylight/bgpcep/programming/impl/QueueInstruction.java

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

org/opendaylight/controller/config/yang/programming/impl/AbstractInstructionSchedulerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'com.google.common.base.Throwables' should be separated from previous import group. 17
 Warning sizes LineLength Line is longer than 120 characters (found 168). 114
 Warning sizes LineLength Line is longer than 120 characters (found 137). 126
 Warning sizes LineLength Line is longer than 120 characters (found 137). 139
 Warning sizes LineLength Line is longer than 120 characters (found 126). 145
 Warning sizes LineLength Line is longer than 120 characters (found 122). 146
 Warning sizes LineLength Line is longer than 120 characters (found 141). 148
 Warning whitespace SeparatorWrap '.' should be on a new line. 187
 Warning whitespace SeparatorWrap '.' should be on a new line. 189
 Warning sizes LineLength Line is longer than 120 characters (found 139). 198
 Warning sizes LineLength Line is longer than 120 characters (found 128). 210
 Warning sizes LineLength Line is longer than 120 characters (found 121). 211
 Warning sizes LineLength Line is longer than 120 characters (found 122). 216
 Warning sizes LineLength Line is longer than 120 characters (found 130). 218
 Warning sizes LineLength Line is longer than 120 characters (found 129). 219
 Warning sizes LineLength Line is longer than 120 characters (found 140). 228
 Warning sizes LineLength Line is longer than 120 characters (found 155). 234
 Warning sizes LineLength Line is longer than 120 characters (found 162). 235
 Warning sizes LineLength Line is longer than 120 characters (found 130). 242
 Warning sizes LineLength Line is longer than 120 characters (found 126). 245
 Warning sizes LineLength Line is longer than 120 characters (found 164). 252
 Warning sizes LineLength Line is longer than 120 characters (found 146). 253
 Warning sizes LineLength Line is longer than 120 characters (found 148). 254
 Warning sizes LineLength Line is longer than 120 characters (found 126). 263
 Warning sizes LineLength Line is longer than 120 characters (found 126). 266
 Warning sizes LineLength Line is longer than 120 characters (found 150). 275
 Warning sizes LineLength Line is longer than 120 characters (found 150). 278
 Warning sizes LineLength Line is longer than 120 characters (found 138). 285
 Warning sizes LineLength Line is longer than 120 characters (found 131). 290
 Warning sizes LineLength Line is longer than 120 characters (found 130). 291
 Warning sizes LineLength Line is longer than 120 characters (found 140). 300
 Warning sizes LineLength Line is longer than 120 characters (found 121). 302
 Warning sizes LineLength Line is longer than 120 characters (found 145). 305
 Warning sizes LineLength Line is longer than 120 characters (found 146). 306
 Warning sizes LineLength Line is longer than 120 characters (found 126). 316
 Warning sizes LineLength Line is longer than 120 characters (found 142). 320
 Warning sizes LineLength Line is longer than 120 characters (found 139). 332
 Warning sizes LineLength Line is longer than 120 characters (found 135). 339
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 356
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. 371
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 376

org/opendaylight/controller/config/yang/programming/impl/InstructionSchedulerImplModule.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 163). 58
 Warning sizes LineLength Line is longer than 120 characters (found 137). 59
 Warning sizes LineLength Line is longer than 120 characters (found 136). 61
 Warning sizes LineLength Line is longer than 120 characters (found 132). 78

org/opendaylight/controller/config/yang/programming/impl/InstructionSchedulerImplModuleFactory.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