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
31 0 395 0

Files

File  I  W  E
org/opendaylight/protocol/pcep/ietf/PCEPObjectParserTest.java 0 39 0
org/opendaylight/protocol/pcep/ietf/PCEPStatefulCapabilityTest.java 0 2 0
org/opendaylight/protocol/pcep/ietf/PCEPTlvParserTest.java 0 43 0
org/opendaylight/protocol/pcep/ietf/PCEPValidatorTest.java 0 51 0
org/opendaylight/protocol/pcep/ietf/initiated00/CInitiated00LspObjectParser.java 0 3 0
org/opendaylight/protocol/pcep/ietf/initiated00/CInitiated00PCInitiateMessageParser.java 0 46 0
org/opendaylight/protocol/pcep/ietf/initiated00/CInitiated00SrpObjectParser.java 0 2 0
org/opendaylight/protocol/pcep/ietf/initiated00/CInitiated00StatefulCapabilityTlvParser.java 0 2 0
org/opendaylight/protocol/pcep/ietf/initiated00/CrabbeInitiatedActivator.java 0 1 0
org/opendaylight/protocol/pcep/ietf/stateful07/PCEPStatefulCapability.java 0 6 0
org/opendaylight/protocol/pcep/ietf/stateful07/PathBindingTlvParser.java 0 9 0
org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07ErrorMessageParser.java 0 48 0
org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07LSPIdentifierIpv4TlvParser.java 0 5 0
org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07LSPIdentifierIpv6TlvParser.java 0 5 0
org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07LspObjectParser.java 0 11 0
org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07LspSymbolicNameTlvParser.java 0 4 0
org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07LspUpdateErrorTlvParser.java 0 2 0
org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07LspaObjectParser.java 0 2 0
org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07OpenObjectParser.java 0 2 0
org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07PCReportMessageParser.java 0 45 0
org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07PCUpdateRequestMessageParser.java 0 41 0
org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07RSVPErrorSpecTlvParser.java 0 3 0
org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07SrpObjectParser.java 0 5 0
org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07StatefulCapabilityTlvParser.java 0 3 0
org/opendaylight/protocol/pcep/ietf/stateful07/StatefulActivator.java 0 8 0
org/opendaylight/protocol/pcep/sync/optimizations/LspDbVersionTlvParser.java 0 1 0
org/opendaylight/protocol/pcep/sync/optimizations/SyncOptimizationsActivator.java 0 3 0
org/opendaylight/protocol/pcep/sync/optimizations/SyncOptimizationsCapabilityTlvParser.java 0 3 0

Rules

Category Rule Violations Severity
coding FallThrough 20  Warning
MultipleVariableDeclarations 1  Warning
VariableDeclarationUsageDistance 2  Warning
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
5  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
132  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"
18  Warning
naming ConstantName 8  Warning
LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
2  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
4  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
175  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
1  Warning
ParenPad 2  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
7  Warning

Details

org/opendaylight/protocol/pcep/ietf/PCEPObjectParserTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'io.netty.buffer.ByteBuf' should be separated from previous import group by one line. 12
 Warning sizes LineLength Line is longer than 120 characters (found 128). 96
 Warning sizes LineLength Line is longer than 120 characters (found 177). 104
 Warning sizes LineLength Line is longer than 120 characters (found 123). 105
 Warning sizes LineLength Line is longer than 120 characters (found 254). 107
 Warning sizes LineLength Line is longer than 120 characters (found 166). 115
 Warning sizes LineLength Line is longer than 120 characters (found 127). 121
 Warning sizes LineLength Line is longer than 120 characters (found 148). 124
 Warning sizes LineLength Line is longer than 120 characters (found 143). 129
 Warning sizes LineLength Line is longer than 120 characters (found 175). 143
 Warning sizes LineLength Line is longer than 120 characters (found 129). 144
 Warning sizes LineLength Line is longer than 120 characters (found 162). 159
 Warning sizes LineLength Line is longer than 120 characters (found 129). 160
 Warning sizes LineLength Line is longer than 120 characters (found 171). 161
 Warning sizes LineLength Line is longer than 120 characters (found 327). 163
 Warning sizes LineLength Line is longer than 120 characters (found 141). 166
 Warning sizes LineLength Line is longer than 120 characters (found 125). 176
 Warning sizes LineLength Line is longer than 120 characters (found 158). 190
 Warning sizes LineLength Line is longer than 120 characters (found 158). 192
 Warning sizes LineLength Line is longer than 120 characters (found 162). 193
 Warning sizes LineLength Line is longer than 120 characters (found 160). 195
 Warning sizes LineLength Line is longer than 120 characters (found 142). 196
 Warning sizes LineLength Line is longer than 120 characters (found 162). 199
 Warning sizes LineLength Line is longer than 120 characters (found 143). 200
 Warning sizes LineLength Line is longer than 120 characters (found 148). 203
 Warning sizes LineLength Line is longer than 120 characters (found 167). 204
 Warning sizes LineLength Line is longer than 120 characters (found 137). 206
 Warning sizes LineLength Line is longer than 120 characters (found 127). 216
 Warning sizes LineLength Line is longer than 120 characters (found 143). 219
 Warning sizes LineLength Line is longer than 120 characters (found 136). 220
 Warning sizes LineLength Line is longer than 120 characters (found 136). 221
 Warning sizes LineLength Line is longer than 120 characters (found 122). 222
 Warning sizes LineLength Line is longer than 120 characters (found 161). 232
 Warning sizes LineLength Line is longer than 120 characters (found 123). 236
 Warning sizes LineLength Line is longer than 120 characters (found 121). 247
 Warning sizes LineLength Line is longer than 120 characters (found 127). 248
 Warning sizes LineLength Line is longer than 120 characters (found 139). 258
 Warning sizes LineLength Line is longer than 120 characters (found 121). 270
 Warning sizes LineLength Line is longer than 120 characters (found 231). 276

org/opendaylight/protocol/pcep/ietf/PCEPStatefulCapabilityTest.java

Severity Category Rule Message Line
 Warning whitespace ParenPad '(' is followed by whitespace. 26
 Warning sizes LineLength Line is longer than 120 characters (found 296). 28

org/opendaylight/protocol/pcep/ietf/PCEPTlvParserTest.java

Severity Category Rule Message Line
 Warning naming ConstantName Name 'statefulBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 61
 Warning sizes LineLength Line is longer than 120 characters (found 137). 63
 Warning naming ConstantName Name 'symbolicNameBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 63
 Warning naming ConstantName Name 'lspUpdateErrorBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 65
 Warning sizes LineLength Line is longer than 120 characters (found 136). 66
 Warning naming ConstantName Name 'lspIdentifiers4Bytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 66
 Warning sizes LineLength Line is longer than 120 characters (found 130). 68
 Warning naming ConstantName Name 'lspIdentifiers6Bytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 68
 Warning sizes LineLength Line is longer than 120 characters (found 134). 69
 Warning sizes LineLength Line is longer than 120 characters (found 134). 70
 Warning sizes LineLength Line is longer than 120 characters (found 128). 71
 Warning sizes LineLength Line is longer than 120 characters (found 144). 73
 Warning naming ConstantName Name 'rsvpErrorBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 73
 Warning sizes LineLength Line is longer than 120 characters (found 146). 75
 Warning naming ConstantName Name 'rsvpError6Bytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 75
 Warning sizes LineLength Line is longer than 120 characters (found 128). 76
 Warning sizes LineLength Line is longer than 120 characters (found 144). 78
 Warning naming ConstantName Name 'userErrorBytes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 78
 Warning sizes LineLength Line is longer than 120 characters (found 288). 95
 Warning sizes LineLength Line is longer than 120 characters (found 179). 111
 Warning sizes LineLength Line is longer than 120 characters (found 158). 132
 Warning sizes LineLength Line is longer than 120 characters (found 162). 133
 Warning sizes LineLength Line is longer than 120 characters (found 160). 135
 Warning sizes LineLength Line is longer than 120 characters (found 141). 136
 Warning sizes LineLength Line is longer than 120 characters (found 153). 148
 Warning sizes LineLength Line is longer than 120 characters (found 128). 149
 Warning sizes LineLength Line is longer than 120 characters (found 162). 151
 Warning sizes LineLength Line is longer than 120 characters (found 128). 152
 Warning sizes LineLength Line is longer than 120 characters (found 155). 154
 Warning sizes LineLength Line is longer than 120 characters (found 128). 155
 Warning sizes LineLength Line is longer than 120 characters (found 141). 157
 Warning sizes LineLength Line is longer than 120 characters (found 158). 169
 Warning sizes LineLength Line is longer than 120 characters (found 139). 170
 Warning sizes LineLength Line is longer than 120 characters (found 143). 173
 Warning sizes LineLength Line is longer than 120 characters (found 152). 184
 Warning sizes LineLength Line is longer than 120 characters (found 128). 185
 Warning sizes LineLength Line is longer than 120 characters (found 139). 187
 Warning sizes LineLength Line is longer than 120 characters (found 143). 190
 Warning sizes LineLength Line is longer than 120 characters (found 143). 205
 Warning sizes LineLength Line is longer than 120 characters (found 127). 214
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. 229
 Warning sizes LineLength Line is longer than 120 characters (found 140). 236
 Warning sizes LineLength Line is longer than 120 characters (found 129). 247

org/opendaylight/protocol/pcep/ietf/PCEPValidatorTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 135). 125
 Warning sizes LineLength Line is longer than 120 characters (found 178). 126
 Warning sizes LineLength Line is longer than 120 characters (found 158). 206
 Warning sizes LineLength Line is longer than 120 characters (found 139). 220
 Warning sizes LineLength Line is longer than 120 characters (found 173). 236
 Warning sizes LineLength Line is longer than 120 characters (found 172). 237
 Warning sizes LineLength Line is longer than 120 characters (found 173). 245
 Warning sizes LineLength Line is longer than 120 characters (found 172). 246
 Warning sizes LineLength Line is longer than 120 characters (found 163). 256
 Warning sizes LineLength Line is longer than 120 characters (found 366). 271
 Warning sizes LineLength Line is longer than 120 characters (found 141). 278
 Warning sizes LineLength Line is longer than 120 characters (found 279). 286
 Warning sizes LineLength Line is longer than 120 characters (found 351). 292
 Warning sizes LineLength Line is longer than 120 characters (found 134). 295
 Warning sizes LineLength Line is longer than 120 characters (found 124). 303
 Warning sizes LineLength Line is longer than 120 characters (found 248). 307
 Warning sizes LineLength Line is longer than 120 characters (found 159). 315
 Warning coding VariableDeclarationUsageDistance Distance between variable 'result' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 339
 Warning sizes LineLength Line is longer than 120 characters (found 146). 341
 Warning sizes LineLength Line is longer than 120 characters (found 121). 352
 Warning sizes LineLength Line is longer than 120 characters (found 121). 368
 Warning sizes LineLength Line is longer than 120 characters (found 122). 378
 Warning sizes LineLength Line is longer than 120 characters (found 132). 383
 Warning sizes LineLength Line is longer than 120 characters (found 130). 390
 Warning sizes LineLength Line is longer than 120 characters (found 171). 400
 Warning sizes LineLength Line is longer than 120 characters (found 139). 405
 Warning sizes LineLength Line is longer than 120 characters (found 319). 413
 Warning sizes LineLength Line is longer than 120 characters (found 121). 421
 Warning sizes LineLength Line is longer than 120 characters (found 320). 430
 Warning sizes LineLength Line is longer than 120 characters (found 121). 439
 Warning sizes LineLength Line is longer than 120 characters (found 171). 449
 Warning sizes LineLength Line is longer than 120 characters (found 153). 450
 Warning sizes LineLength Line is longer than 120 characters (found 140). 454
 Warning sizes LineLength Line is longer than 120 characters (found 140). 467
 Warning sizes LineLength Line is longer than 120 characters (found 131). 482
 Warning sizes LineLength Line is longer than 120 characters (found 126). 494
 Warning coding VariableDeclarationUsageDistance Distance between variable 'result' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 496
 Warning sizes LineLength Line is longer than 120 characters (found 129). 497
 Warning sizes LineLength Line is longer than 120 characters (found 303). 506
 Warning sizes LineLength Line is longer than 120 characters (found 265). 507
 Warning sizes LineLength Line is longer than 120 characters (found 121). 509
 Warning sizes LineLength Line is longer than 120 characters (found 135). 516
 Warning sizes LineLength Line is longer than 120 characters (found 156). 536
 Warning sizes LineLength Line is longer than 120 characters (found 202). 538
 Warning sizes LineLength Line is longer than 120 characters (found 190). 539
 Warning sizes LineLength Line is longer than 120 characters (found 121). 547
 Warning sizes LineLength Line is longer than 120 characters (found 135). 556
 Warning sizes LineLength Line is longer than 120 characters (found 135). 563
 Warning sizes LineLength Line is longer than 120 characters (found 162). 570
 Warning sizes LineLength Line is longer than 120 characters (found 121). 573
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 583

org/opendaylight/protocol/pcep/ietf/initiated00/CInitiated00LspObjectParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 21
 Warning javadoc JavadocStyle First sentence should end with a period. 21
 Warning naming LocalVariableName Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 40

org/opendaylight/protocol/pcep/ietf/initiated00/CInitiated00PCInitiateMessageParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 37
 Warning javadoc JavadocStyle First sentence should end with a period. 37
 Warning sizes LineLength Line is longer than 120 characters (found 164). 50
 Warning sizes LineLength Line is longer than 120 characters (found 201). 51
 Warning sizes LineLength Line is longer than 120 characters (found 121). 75
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 112
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 113
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 114
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 115
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 116
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 117
 Warning coding FallThrough Fall through from previous branch of the switch statement. 117
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 118
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 119
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 120
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 121
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 122
 Warning coding FallThrough Fall through from previous branch of the switch statement. 122
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 123
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 124
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 125
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 126
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 127
 Warning coding FallThrough Fall through from previous branch of the switch statement. 127
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 128
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 129
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 130
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 131
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 132
 Warning coding FallThrough Fall through from previous branch of the switch statement. 132
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 133
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 134
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 135
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 136
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 137
 Warning coding FallThrough Fall through from previous branch of the switch statement. 137
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 138
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 139
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 140
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 141
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 142
 Warning coding FallThrough Fall through from previous branch of the switch statement. 142
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 143
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 144
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 145
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 146

org/opendaylight/protocol/pcep/ietf/initiated00/CInitiated00SrpObjectParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 20
 Warning javadoc JavadocStyle First sentence should end with a period. 20

org/opendaylight/protocol/pcep/ietf/initiated00/CInitiated00StatefulCapabilityTlvParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 18
 Warning javadoc JavadocStyle First sentence should end with a period. 18

org/opendaylight/protocol/pcep/ietf/initiated00/CrabbeInitiatedActivator.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 137). 40

org/opendaylight/protocol/pcep/ietf/stateful07/PCEPStatefulCapability.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator ',' should be separated from previous statement. 22
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 22
 Warning sizes LineLength Line is longer than 120 characters (found 128). 25
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 25
 Warning whitespace ParenPad '(' is followed by whitespace. 45
 Warning sizes LineLength Line is longer than 120 characters (found 300). 47

org/opendaylight/protocol/pcep/ietf/stateful07/PathBindingTlvParser.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 First sentence should end with a period. 32
 Warning sizes LineLength Line is longer than 120 characters (found 128). 75
 Warning sizes LineLength Line is longer than 120 characters (found 184). 78
 Warning sizes LineLength Line is longer than 120 characters (found 136). 84
 Warning naming ParameterName Parameter name 'pTlv' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 114
 Warning sizes LineLength Line is longer than 120 characters (found 134). 177
 Warning sizes LineLength Line is longer than 120 characters (found 121). 179
 Warning sizes LineLength Line is longer than 120 characters (found 132). 184

org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07ErrorMessageParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 44
 Warning javadoc JavadocStyle First sentence should end with a period. 44
 Warning sizes LineLength Line is longer than 120 characters (found 181). 54
 Warning sizes LineLength Line is longer than 120 characters (found 126). 70
 Warning sizes LineLength Line is longer than 120 characters (found 122). 104
 Warning sizes LineLength Line is longer than 120 characters (found 128). 118
 Warning naming ParameterName Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 127
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 127
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 129
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 130
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 131
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 132
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 133
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 134
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 135
 Warning coding FallThrough Fall through from previous branch of the switch statement. 135
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 136
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 137
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 138
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 139
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 140
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 141
 Warning coding FallThrough Fall through from previous branch of the switch statement. 141
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 142
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 143
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 144
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 145
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 146
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 147
 Warning coding FallThrough Fall through from previous branch of the switch statement. 147
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 148
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 149
 Warning sizes LineLength Line is longer than 120 characters (found 126). 149
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 150
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 151
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 152
 Warning coding FallThrough Fall through from previous branch of the switch statement. 152
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 153
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 154
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 155
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 156
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 157
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 158
 Warning coding FallThrough Fall through from previous branch of the switch statement. 158
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 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

org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07LSPIdentifierIpv4TlvParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'com.google.common.base.Preconditions' should be separated from previous import group by one line. 13
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 34
 Warning javadoc JavadocStyle First sentence should end with a period. 34
 Warning sizes LineLength Line is longer than 120 characters (found 158). 48
 Warning sizes LineLength Line is longer than 120 characters (found 124). 77

org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07LSPIdentifierIpv6TlvParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'com.google.common.base.Preconditions' should be separated from previous import group by one line. 13
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 33
 Warning javadoc JavadocStyle First sentence should end with a period. 33
 Warning sizes LineLength Line is longer than 120 characters (found 158). 47
 Warning sizes LineLength Line is longer than 120 characters (found 124). 72

org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07LspObjectParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'com.google.common.base.Preconditions' should be separated from previous import group by one line. 11
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 39
 Warning javadoc JavadocStyle First sentence should end with a period. 39
 Warning sizes LineLength Line is longer than 120 characters (found 129). 66
 Warning sizes LineLength Line is longer than 120 characters (found 124). 70
 Warning sizes LineLength Line is longer than 120 characters (found 149). 71
 Warning naming LocalVariableName Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 85
 Warning sizes LineLength Line is longer than 120 characters (found 141). 111
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not followed by whitespace. 123
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not followed by whitespace. 123
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not followed by whitespace. 124

org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07LspSymbolicNameTlvParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 22
 Warning javadoc JavadocStyle First sentence should end with a period. 22
 Warning sizes LineLength Line is longer than 120 characters (found 171). 35
 Warning sizes LineLength Line is longer than 120 characters (found 170). 41

org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07LspUpdateErrorTlvParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 23
 Warning javadoc JavadocStyle First sentence should end with a period. 23

org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07LspaObjectParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 21
 Warning javadoc JavadocStyle First sentence should end with a period. 21

org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07OpenObjectParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 21
 Warning javadoc JavadocStyle First sentence should end with a period. 21

org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07PCReportMessageParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 43
 Warning javadoc JavadocStyle First sentence should end with a period. 43
 Warning sizes LineLength Line is longer than 120 characters (found 147). 56
 Warning sizes LineLength Line is longer than 120 characters (found 153). 140
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 189
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 190
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 191
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 192
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 193
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 194
 Warning coding FallThrough Fall through from previous branch of the switch statement. 194
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 195
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 196
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 197
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 198
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 199
 Warning sizes LineLength Line is longer than 120 characters (found 175). 199
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 200
 Warning sizes LineLength Line is longer than 120 characters (found 200). 200
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 201
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 202
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 203
 Warning coding FallThrough Fall through from previous branch of the switch statement. 203
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 204
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 205
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 206
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 207
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 208
 Warning coding FallThrough Fall through from previous branch of the switch statement. 208
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 209
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 210
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 211
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 212
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 213
 Warning coding FallThrough Fall through from previous branch of the switch statement. 213
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 214
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 215
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 216
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 217
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 218
 Warning coding FallThrough Fall through from previous branch of the switch statement. 218
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 219
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 220
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 221
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 222

org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07PCUpdateRequestMessageParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 40
 Warning javadoc JavadocStyle First sentence should end with a period. 40
 Warning sizes LineLength Line is longer than 120 characters (found 147). 53
 Warning sizes LineLength Line is longer than 120 characters (found 121). 82
 Warning naming ParameterName Parameter name 'pBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 154
 Warning naming ParameterName Parameter name 'pBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 170
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 173
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 174
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 175
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 176
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 177
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 178
 Warning coding FallThrough Fall through from previous branch of the switch statement. 178
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 179
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 180
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 181
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 182
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 183
 Warning sizes LineLength Line is longer than 120 characters (found 175). 183
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 184
 Warning sizes LineLength Line is longer than 120 characters (found 201). 184
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 185
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 186
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 187
 Warning coding FallThrough Fall through from previous branch of the switch statement. 187
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 188
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 189
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 190
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 191
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 192
 Warning coding FallThrough Fall through from previous branch of the switch statement. 192
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 193
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 194
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 195
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 196
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 197
 Warning coding FallThrough Fall through from previous branch of the switch statement. 197
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 198
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 199
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 200
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 201

org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07RSVPErrorSpecTlvParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 44
 Warning javadoc JavadocStyle First sentence should end with a period. 44
 Warning sizes LineLength Line is longer than 120 characters (found 125). 110

org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07SrpObjectParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 33
 Warning javadoc JavadocStyle First sentence should end with a period. 33
 Warning sizes LineLength Line is longer than 120 characters (found 129). 54
 Warning sizes LineLength Line is longer than 120 characters (found 133). 56
 Warning sizes LineLength Line is longer than 120 characters (found 141). 86

org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07StatefulCapabilityTlvParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 22
 Warning javadoc JavadocStyle First sentence should end with a period. 22
 Warning sizes LineLength Line is longer than 120 characters (found 135). 39

org/opendaylight/protocol/pcep/ietf/stateful07/StatefulActivator.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 131). 39
 Warning sizes LineLength Line is longer than 120 characters (found 125). 41
 Warning sizes LineLength Line is longer than 120 characters (found 131). 56
 Warning sizes LineLength Line is longer than 120 characters (found 131). 57
 Warning sizes LineLength Line is longer than 120 characters (found 125). 59
 Warning sizes LineLength Line is longer than 120 characters (found 123). 61
 Warning sizes LineLength Line is longer than 120 characters (found 133). 63
 Warning sizes LineLength Line is longer than 120 characters (found 127). 65

org/opendaylight/protocol/pcep/sync/optimizations/LspDbVersionTlvParser.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'com.google.common.base.Preconditions' should be separated from previous import group by one line. 11

org/opendaylight/protocol/pcep/sync/optimizations/SyncOptimizationsActivator.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 30
 Warning sizes LineLength Line is longer than 120 characters (found 126). 34
 Warning sizes LineLength Line is longer than 120 characters (found 131). 44

org/opendaylight/protocol/pcep/sync/optimizations/SyncOptimizationsCapabilityTlvParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 291). 32
 Warning sizes LineLength Line is longer than 120 characters (found 178). 45
 Warning sizes LineLength Line is longer than 120 characters (found 287). 52