Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
31 0 398 0

Files

File  I  W  E
org/opendaylight/protocol/pcep/ietf/PCEPObjectParserTest.java 0 39 0
org/opendaylight/protocol/pcep/ietf/PCEPStatefulCapabilityTest.java 0 1 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 47 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 5 0
org/opendaylight/protocol/pcep/ietf/stateful07/PathBindingTlvParser.java 0 9 0
org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07ErrorMessageParser.java 0 49 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 47 0
org/opendaylight/protocol/pcep/ietf/stateful07/Stateful07PCUpdateRequestMessageParser.java 0 42 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
  • 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://"
180  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
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. 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 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 sizes LineLength Line is longer than 120 characters (found 129). 109
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 111
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 112
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 113
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 114
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 115
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 116
 Warning coding FallThrough Fall through from previous branch of the switch statement. 116
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 117
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 118
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 119
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 120
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 121
 Warning coding FallThrough Fall through from previous branch of the switch statement. 121
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 122
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 123
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 124
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 125
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 126
 Warning coding FallThrough Fall through from previous branch of the switch statement. 126
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 127
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 128
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 129
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 130
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 131
 Warning coding FallThrough Fall through from previous branch of the switch statement. 131
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 132
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 133
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 134
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 135
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 136
 Warning coding FallThrough Fall through from previous branch of the switch statement. 136
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 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 'case' child have incorrect indentation level 8, expected level should be 12. 142
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 143
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 144
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 145

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 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 186). 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 sizes LineLength Line is longer than 120 characters (found 188). 126
 Warning naming ParameterName Parameter name 'b' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 126
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 126
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 128
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 129
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 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 rcurly' have incorrect indentation level 12, expected level should be 16. 133
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 134
 Warning coding FallThrough Fall through from previous branch of the switch statement. 134
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 135
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 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 rcurly' have incorrect indentation level 12, expected level should be 16. 139
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 140
 Warning coding FallThrough Fall through from previous branch of the switch statement. 140
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 141
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 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 rcurly' have incorrect indentation level 12, expected level should be 16. 145
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 146
 Warning coding FallThrough Fall through from previous branch of the switch statement. 146
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 147
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 148
 Warning sizes LineLength Line is longer than 120 characters (found 126). 148
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 149
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 150
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 151
 Warning coding FallThrough Fall through from previous branch of the switch statement. 151
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 152
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 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 rcurly' 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 coding FallThrough Fall through from previous branch of the switch statement. 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 'case' child have incorrect indentation level 8, expected level should be 12. 160
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 161

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. 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. 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. 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. 44
 Warning javadoc JavadocStyle First sentence should end with a period. 44
 Warning sizes LineLength Line is longer than 120 characters (found 147). 57
 Warning sizes LineLength Line is longer than 120 characters (found 136). 137
 Warning sizes LineLength Line is longer than 120 characters (found 153). 140
 Warning sizes LineLength Line is longer than 120 characters (found 129). 185
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 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 'if' have incorrect indentation level 12, expected level should be 16. 197
 Warning sizes LineLength Line is longer than 120 characters (found 175). 197
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 198
 Warning sizes LineLength Line is longer than 120 characters (found 200). 198
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 199
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 200
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 201
 Warning coding FallThrough Fall through from previous branch of the switch statement. 201
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 202
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 203
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 204
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 205
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 206
 Warning coding FallThrough Fall through from previous branch of the switch statement. 206
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 207
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 208
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 209
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 210
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 211
 Warning coding FallThrough Fall through from previous branch of the switch statement. 211
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 212
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 213
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 214
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 215
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 216
 Warning coding FallThrough Fall through from previous branch of the switch statement. 216
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 217
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 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

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. 41
 Warning javadoc JavadocStyle First sentence should end with a period. 41
 Warning sizes LineLength Line is longer than 120 characters (found 147). 54
 Warning sizes LineLength Line is longer than 120 characters (found 121). 83
 Warning naming ParameterName Parameter name 'pBuilder' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 154
 Warning sizes LineLength Line is longer than 120 characters (found 130). 170
 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. 172
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 173
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 174
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 175
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 176
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 177
 Warning coding FallThrough Fall through from previous branch of the switch statement. 177
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 178
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 179
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 180
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 181
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 182
 Warning sizes LineLength Line is longer than 120 characters (found 175). 182
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 183
 Warning sizes LineLength Line is longer than 120 characters (found 201). 183
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 184
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 185
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 186
 Warning coding FallThrough Fall through from previous branch of the switch statement. 186
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 187
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 188
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 189
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 190
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 191
 Warning coding FallThrough Fall through from previous branch of the switch statement. 191
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 192
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 193
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 194
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 195
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 196
 Warning coding FallThrough Fall through from previous branch of the switch statement. 196
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 197
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 198
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 199
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 200

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 127). 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. 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