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 346 0

Files

File  I  W  E
org/opendaylight/bgpcep/pcep/topology/provider/AbstractPCEPSessionTest.java 0 7 0
org/opendaylight/bgpcep/pcep/topology/provider/AbstractTopologySessionListener.java 0 31 0
org/opendaylight/bgpcep/pcep/topology/provider/IncrementalSynchronizationProcedureTest.java 0 20 0
org/opendaylight/bgpcep/pcep/topology/provider/OperationResults.java 0 6 0
org/opendaylight/bgpcep/pcep/topology/provider/PCEPRequest.java 0 10 0
org/opendaylight/bgpcep/pcep/topology/provider/PCEPStatefulPeerProposal.java 0 2 0
org/opendaylight/bgpcep/pcep/topology/provider/PCEPStatefulPeerProposalTest.java 0 1 0
org/opendaylight/bgpcep/pcep/topology/provider/PCEPTopologyProvider.java 0 11 0
org/opendaylight/bgpcep/pcep/topology/provider/PCEPTriggeredReSynchronizationProcedureTest.java 0 33 0
org/opendaylight/bgpcep/pcep/topology/provider/PCETriggeredInitialSyncProcedureTest.java 0 19 0
org/opendaylight/bgpcep/pcep/topology/provider/ServerSessionManager.java 0 11 0
org/opendaylight/bgpcep/pcep/topology/provider/SessionListenerState.java 0 4 0
org/opendaylight/bgpcep/pcep/topology/provider/StateSynchronizationAvoidanceProcedureTest.java 0 29 0
org/opendaylight/bgpcep/pcep/topology/provider/Stateful07TopologySessionListener.java 0 71 0
org/opendaylight/bgpcep/pcep/topology/provider/Stateful07TopologySessionListenerTest.java 0 33 0
org/opendaylight/bgpcep/pcep/topology/provider/SyncOptimization.java 0 3 0
org/opendaylight/bgpcep/pcep/topology/provider/SyncOptimizationTest.java 0 13 0
org/opendaylight/bgpcep/pcep/topology/provider/TopologyNodeState.java 0 6 0
org/opendaylight/bgpcep/pcep/topology/provider/TopologyProgramming.java 0 3 0
org/opendaylight/bgpcep/pcep/topology/provider/TopologyProgrammingTest.java 0 5 0
org/opendaylight/bgpcep/pcep/topology/provider/TopologyRPCs.java 0 1 0
org/opendaylight/controller/config/yang/pcep/topology/provider/PCEPTopologyProviderModule.java 0 8 0
org/opendaylight/controller/config/yang/pcep/topology/provider/PCEPTopologyProviderModuleFactory.java 0 2 0
org/opendaylight/controller/config/yang/pcep/topology/provider/PCEPTopologyProviderModuleTest.java 0 8 0
org/opendaylight/controller/config/yang/pcep/topology/provider/Stateful07TopologySessionListenerModule.java 0 5 0
org/opendaylight/controller/config/yang/pcep/topology/provider/Stateful07TopologySessionListenerModuleFactory.java 0 3 0
org/opendaylight/controller/config/yang/pcep/topology/provider/Stateful07TopologySessionListenerModuleTest.java 0 1 0

Rules

Category Rule Violations Severity
coding IllegalCatch 4  Warning
OverloadMethodsDeclarationOrder 3  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"
41  Warning
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
14  Warning
NonEmptyAtclauseDescription 9  Warning
misc UpperEll 34  Warning
modifier RedundantModifier 7  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "4"
1  Warning
MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
8  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
194  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
2  Warning
GenericWhitespace 4  Warning
MethodParamPad 3  Warning
OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR "
  • option: "NL"
1  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/pcep/topology/provider/AbstractPCEPSessionTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 123). 70
 Warning sizes LineLength Line is longer than 120 characters (found 136). 99
 Warning sizes LineLength Line is longer than 120 characters (found 130). 121
 Warning sizes LineLength Line is longer than 120 characters (found 133). 124
 Warning sizes LineLength Line is longer than 120 characters (found 146). 135
 Warning sizes LineLength Line is longer than 120 characters (found 160). 138
 Warning sizes LineLength Line is longer than 120 characters (found 159). 165

org/opendaylight/bgpcep/pcep/topology/provider/AbstractTopologySessionListener.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 145). 72
 Warning sizes LineLength Line is longer than 120 characters (found 153). 150
 Warning sizes LineLength Line is longer than 120 characters (found 129). 172
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 196
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 218
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 241
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 243
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 244
 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 'block' child have incorrect indentation level 16, expected level should be 20. 248
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 249
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 251
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 252
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 253
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 254
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 255
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 262
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 292
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 370
 Warning javadoc JavadocStyle First sentence should end with a period. 370
 Warning sizes LineLength Line is longer than 120 characters (found 139). 427
 Warning sizes LineLength Line is longer than 120 characters (found 148). 430
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 485
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '135'. 516
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '273'. 525
 Warning sizes LineLength Line is longer than 120 characters (found 139). 539
 Warning sizes LineLength Line is longer than 120 characters (found 158). 548
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 564
 Warning javadoc JavadocStyle First sentence should end with a period. 564
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 567

org/opendaylight/bgpcep/pcep/topology/provider/IncrementalSynchronizationProcedureTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 128). 50
 Warning sizes LineLength Line is longer than 120 characters (found 135). 71
 Warning sizes LineLength Line is longer than 120 characters (found 123). 77
 Warning misc UpperEll Should use uppercase 'L'. 77
 Warning sizes LineLength Line is longer than 120 characters (found 136). 81
 Warning sizes LineLength Line is longer than 120 characters (found 136). 91
 Warning sizes LineLength Line is longer than 120 characters (found 136). 101
 Warning sizes LineLength Line is longer than 120 characters (found 136). 112
 Warning sizes LineLength Line is longer than 120 characters (found 160). 120
 Warning sizes LineLength Line is longer than 120 characters (found 288). 122
 Warning sizes LineLength Line is longer than 120 characters (found 132). 124
 Warning sizes LineLength Line is longer than 120 characters (found 125). 129
 Warning whitespace SeparatorWrap '.' should be on a new line. 129
 Warning sizes LineLength Line is longer than 120 characters (found 130). 131
 Warning sizes LineLength Line is longer than 120 characters (found 245). 132
 Warning sizes LineLength Line is longer than 120 characters (found 200). 133
 Warning sizes LineLength Line is longer than 120 characters (found 163). 134
 Warning sizes LineLength Line is longer than 120 characters (found 281). 139
 Warning sizes LineLength Line is longer than 120 characters (found 216). 141
 Warning misc UpperEll Should use uppercase 'L'. 141

org/opendaylight/bgpcep/pcep/topology/provider/OperationResults.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 26
 Warning javadoc JavadocStyle Javadoc has empty description section. 26
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 55
 Warning sizes LineLength Line is longer than 120 characters (found 127). 64
 Warning sizes LineLength Line is longer than 120 characters (found 127). 70
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 84

org/opendaylight/bgpcep/pcep/topology/provider/PCEPRequest.java

Severity Category Rule Message Line
 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 'block' child have incorrect indentation level 12, expected level should be 16. 74
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 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

org/opendaylight/bgpcep/pcep/topology/provider/PCEPStatefulPeerProposal.java

Severity Category Rule Message Line
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 69
 Warning sizes LineLength Line is longer than 120 characters (found 130). 70

org/opendaylight/bgpcep/pcep/topology/provider/PCEPStatefulPeerProposalTest.java

Severity Category Rule Message Line
 Warning misc UpperEll Should use uppercase 'L'. 52

org/opendaylight/bgpcep/pcep/topology/provider/PCEPTopologyProvider.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 136). 44
 Warning sizes LineLength Line is longer than 120 characters (found 144). 54
 Warning sizes LineLength Line is longer than 120 characters (found 141). 57
 Warning sizes LineLength Line is longer than 120 characters (found 139). 59
 Warning sizes LineLength Line is longer than 120 characters (found 126). 68
 Warning sizes LineLength Line is longer than 120 characters (found 121). 71
 Warning sizes LineLength Line is longer than 120 characters (found 132). 78
 Warning sizes LineLength Line is longer than 120 characters (found 143). 82
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 100
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 105
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 110

org/opendaylight/bgpcep/pcep/topology/provider/PCEPTriggeredReSynchronizationProcedureTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 132). 53
 Warning sizes LineLength Line is longer than 120 characters (found 121). 68
 Warning misc UpperEll Should use uppercase 'L'. 68
 Warning sizes LineLength Line is longer than 120 characters (found 135). 76
 Warning sizes LineLength Line is longer than 120 characters (found 136). 83
 Warning sizes LineLength Line is longer than 120 characters (found 136). 89
 Warning sizes LineLength Line is longer than 120 characters (found 136). 94
 Warning sizes LineLength Line is longer than 120 characters (found 136). 102
 Warning sizes LineLength Line is longer than 120 characters (found 121). 112
 Warning misc UpperEll Should use uppercase 'L'. 112
 Warning sizes LineLength Line is longer than 120 characters (found 135). 120
 Warning sizes LineLength Line is longer than 120 characters (found 136). 128
 Warning sizes LineLength Line is longer than 120 characters (found 136). 139
 Warning sizes LineLength Line is longer than 120 characters (found 136). 149
 Warning sizes LineLength Line is longer than 120 characters (found 160). 158
 Warning sizes LineLength Line is longer than 120 characters (found 155). 160
 Warning sizes LineLength Line is longer than 120 characters (found 148). 161
 Warning sizes LineLength Line is longer than 120 characters (found 132). 163
 Warning sizes LineLength Line is longer than 120 characters (found 159). 171
 Warning sizes LineLength Line is longer than 120 characters (found 142). 172
 Warning sizes LineLength Line is longer than 120 characters (found 148). 173
 Warning sizes LineLength Line is longer than 120 characters (found 153). 174
 Warning misc UpperEll Should use uppercase 'L'. 174
 Warning misc UpperEll Should use uppercase 'L'. 179
 Warning sizes LineLength Line is longer than 120 characters (found 129). 180
 Warning whitespace SeparatorWrap '.' should be on a new line. 180
 Warning sizes LineLength Line is longer than 120 characters (found 133). 181
 Warning misc UpperEll Should use uppercase 'L'. 181
 Warning sizes LineLength Line is longer than 120 characters (found 159). 183
 Warning sizes LineLength Line is longer than 120 characters (found 152). 184
 Warning sizes LineLength Line is longer than 120 characters (found 142). 185
 Warning misc UpperEll Should use uppercase 'L'. 185
 Warning sizes LineLength Line is longer than 120 characters (found 147). 186

org/opendaylight/bgpcep/pcep/topology/provider/PCETriggeredInitialSyncProcedureTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 125). 49
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 61
 Warning javadoc JavadocStyle First sentence should end with a period. 61
 Warning sizes LineLength Line is longer than 120 characters (found 123). 69
 Warning misc UpperEll Should use uppercase 'L'. 69
 Warning sizes LineLength Line is longer than 120 characters (found 124). 70
 Warning misc UpperEll Should use uppercase 'L'. 70
 Warning sizes LineLength Line is longer than 120 characters (found 136). 74
 Warning sizes LineLength Line is longer than 120 characters (found 136). 80
 Warning sizes LineLength Line is longer than 120 characters (found 135). 89
 Warning sizes LineLength Line is longer than 120 characters (found 160). 94
 Warning whitespace MethodParamPad '(' should be on the previous line. 99
 Warning sizes LineLength Line is longer than 120 characters (found 132). 100
 Warning misc UpperEll Should use uppercase 'L'. 110
 Warning misc UpperEll Should use uppercase 'L'. 115
 Warning misc UpperEll Should use uppercase 'L'. 117
 Warning whitespace MethodParamPad '(' should be on the previous line. 118
 Warning misc UpperEll Should use uppercase 'L'. 122
 Warning whitespace MethodParamPad '(' should be on the previous line. 124

org/opendaylight/bgpcep/pcep/topology/provider/ServerSessionManager.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 53
 Warning javadoc JavadocStyle Javadoc has empty description section. 53
 Warning sizes LineLength Line is longer than 120 characters (found 161). 56
 Warning sizes LineLength Line is longer than 120 characters (found 125). 70
 Warning modifier RedundantModifier Redundant 'public' modifier. 72
 Warning sizes LineLength Line is longer than 120 characters (found 150). 73
 Warning sizes LineLength Line is longer than 120 characters (found 141). 83
 Warning sizes LineLength Line is longer than 120 characters (found 129). 85
 Warning sizes LineLength Line is longer than 120 characters (found 129). 94
 Warning sizes LineLength Line is longer than 120 characters (found 152). 100
 Warning sizes LineLength Line is longer than 120 characters (found 131). 103

org/opendaylight/bgpcep/pcep/topology/provider/SessionListenerState.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 45
 Warning sizes LineLength Line is longer than 120 characters (found 186). 137
 Warning sizes LineLength Line is longer than 120 characters (found 182). 146
 Warning sizes LineLength Line is longer than 120 characters (found 186). 155

org/opendaylight/bgpcep/pcep/topology/provider/StateSynchronizationAvoidanceProcedureTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 131). 51
 Warning sizes LineLength Line is longer than 120 characters (found 142). 70
 Warning sizes LineLength Line is longer than 120 characters (found 159). 71
 Warning sizes LineLength Line is longer than 120 characters (found 428). 72
 Warning misc UpperEll Should use uppercase 'L'. 72
 Warning misc UpperEll Should use uppercase 'L'. 72
 Warning sizes LineLength Line is longer than 120 characters (found 179). 76
 Warning misc UpperEll Should use uppercase 'L'. 77
 Warning sizes LineLength Line is longer than 120 characters (found 121). 88
 Warning misc UpperEll Should use uppercase 'L'. 88
 Warning sizes LineLength Line is longer than 120 characters (found 149). 93
 Warning misc UpperEll Should use uppercase 'L'. 101
 Warning sizes LineLength Line is longer than 120 characters (found 333). 102
 Warning misc UpperEll Should use uppercase 'L'. 102
 Warning sizes LineLength Line is longer than 120 characters (found 159). 103
 Warning sizes LineLength Line is longer than 120 characters (found 451). 104
 Warning misc UpperEll Should use uppercase 'L'. 104
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 104
 Warning sizes LineLength Line is longer than 120 characters (found 123). 113
 Warning misc UpperEll Should use uppercase 'L'. 113
 Warning sizes LineLength Line is longer than 120 characters (found 122). 118
 Warning sizes LineLength Line is longer than 120 characters (found 281). 125
 Warning sizes LineLength Line is longer than 120 characters (found 305). 126
 Warning misc UpperEll Should use uppercase 'L'. 126
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 127
 Warning sizes LineLength Line is longer than 120 characters (found 122). 130
 Warning sizes LineLength Line is longer than 120 characters (found 160). 138
 Warning sizes LineLength Line is longer than 120 characters (found 331). 140
 Warning sizes LineLength Line is longer than 120 characters (found 132). 141

org/opendaylight/bgpcep/pcep/topology/provider/Stateful07TopologySessionListener.java

Severity Category Rule Message Line
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 103
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 118
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 138
 Warning javadoc JavadocStyle Javadoc has empty description section. 138
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 139
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 140
 Warning modifier RedundantModifier Redundant 'public' modifier. 217
 Warning sizes LineLength Line is longer than 120 characters (found 146). 244
 Warning sizes LineLength Line is longer than 120 characters (found 162). 268
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 298
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 299
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 300
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 301
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 301
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 302
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 20. 303
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 304
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 305
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 306
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 20. 307
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 24. 308
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 16, expected level should be 20. 309
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 310
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 311
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 312
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 313
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 316
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 317
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 318
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 330
 Warning sizes LineLength Line is longer than 120 characters (found 139). 360
 Warning sizes LineLength Line is longer than 120 characters (found 149). 376
 Warning sizes LineLength Line is longer than 120 characters (found 182). 377
 Warning sizes LineLength Line is longer than 120 characters (found 181). 378
 Warning sizes LineLength Line is longer than 120 characters (found 347). 384
 Warning sizes LineLength Line is longer than 120 characters (found 161). 400
 Warning sizes LineLength Line is longer than 120 characters (found 147). 405
 Warning sizes LineLength Line is longer than 120 characters (found 184). 420
 Warning modifier RedundantModifier Redundant 'public' modifier. 438
 Warning sizes LineLength Line is longer than 120 characters (found 121). 446
 Warning sizes LineLength Line is longer than 120 characters (found 144). 470
 Warning sizes LineLength Line is longer than 120 characters (found 150). 477
 Warning sizes LineLength Line is longer than 120 characters (found 131). 482
 Warning sizes LineLength Line is longer than 120 characters (found 126). 489
 Warning sizes LineLength Line is longer than 120 characters (found 154). 496
 Warning sizes LineLength Line is longer than 120 characters (found 122). 509
 Warning sizes LineLength Line is longer than 120 characters (found 137). 527
 Warning sizes LineLength Line is longer than 120 characters (found 196). 535
 Warning sizes LineLength Line is longer than 120 characters (found 157). 538
 Warning sizes LineLength Line is longer than 120 characters (found 142). 543
 Warning modifier RedundantModifier Redundant 'public' modifier. 551
 Warning sizes LineLength Line is longer than 120 characters (found 154). 569
 Warning sizes LineLength Line is longer than 120 characters (found 154). 576
 Warning sizes LineLength Line is longer than 120 characters (found 138). 592
 Warning sizes LineLength Line is longer than 120 characters (found 154). 629
 Warning sizes LineLength Line is longer than 120 characters (found 154). 642
 Warning sizes LineLength Line is longer than 120 characters (found 180). 661
 Warning naming ParameterName Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 661
 Warning sizes LineLength Line is longer than 120 characters (found 207). 670
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 725
 Warning javadoc JavadocStyle First sentence should end with a period. 725
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 727
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 728
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 729
 Warning sizes LineLength Line is longer than 120 characters (found 168). 732
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 752
 Warning javadoc JavadocStyle First sentence should end with a period. 752
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 756
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 762
 Warning javadoc JavadocStyle First sentence should end with a period. 762
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 764

org/opendaylight/bgpcep/pcep/topology/provider/Stateful07TopologySessionListenerTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 99
 Warning naming AbbreviationAsWordInName Abbreviation in name 'TUNNEL_NAME' must contain no more than '4' capital letters. 101
 Warning naming MemberName Member name 'TUNNEL_NAME' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 101
 Warning sizes LineLength Line is longer than 120 characters (found 315). 140
 Warning sizes LineLength Line is longer than 120 characters (found 150). 141
 Warning sizes LineLength Line is longer than 120 characters (found 281). 175
 Warning sizes LineLength Line is longer than 120 characters (found 165). 177
 Warning sizes LineLength Line is longer than 120 characters (found 204). 178
 Warning sizes LineLength Line is longer than 120 characters (found 301). 187
 Warning sizes LineLength Line is longer than 120 characters (found 301). 213
 Warning sizes LineLength Line is longer than 120 characters (found 127). 214
 Warning sizes LineLength Line is longer than 120 characters (found 222). 215
 Warning sizes LineLength Line is longer than 120 characters (found 167). 221
 Warning sizes LineLength Line is longer than 120 characters (found 296). 230
 Warning sizes LineLength Line is longer than 120 characters (found 121). 255
 Warning sizes LineLength Line is longer than 120 characters (found 130). 257
 Warning sizes LineLength Line is longer than 120 characters (found 288). 297
 Warning sizes LineLength Line is longer than 120 characters (found 153). 308
 Warning sizes LineLength Line is longer than 120 characters (found 250). 310
 Warning sizes LineLength Line is longer than 120 characters (found 155). 311
 Warning sizes LineLength Line is longer than 120 characters (found 127). 312
 Warning sizes LineLength Line is longer than 120 characters (found 281). 322
 Warning sizes LineLength Line is longer than 120 characters (found 165). 324
 Warning sizes LineLength Line is longer than 120 characters (found 204). 325
 Warning sizes LineLength Line is longer than 120 characters (found 167). 337
 Warning sizes LineLength Line is longer than 120 characters (found 315). 357
 Warning sizes LineLength Line is longer than 120 characters (found 125). 366
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 376
 Warning sizes LineLength Line is longer than 120 characters (found 160). 387
 Warning sizes LineLength Line is longer than 120 characters (found 335). 389
 Warning sizes LineLength Line is longer than 120 characters (found 162). 401
 Warning sizes LineLength Line is longer than 120 characters (found 162). 404
 Warning sizes LineLength Line is longer than 120 characters (found 175). 405

org/opendaylight/bgpcep/pcep/topology/provider/SyncOptimization.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 28
 Warning whitespace OperatorWrap '&&' should be on a new line. 38
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 58

org/opendaylight/bgpcep/pcep/topology/provider/SyncOptimizationTest.java

Severity Category Rule Message Line
 Warning misc UpperEll Should use uppercase 'L'. 44
 Warning misc UpperEll Should use uppercase 'L'. 53
 Warning misc UpperEll Should use uppercase 'L'. 54
 Warning misc UpperEll Should use uppercase 'L'. 63
 Warning misc UpperEll Should use uppercase 'L'. 72
 Warning misc UpperEll Should use uppercase 'L'. 73
 Warning misc UpperEll Should use uppercase 'L'. 82
 Warning misc UpperEll Should use uppercase 'L'. 91
 Warning misc UpperEll Should use uppercase 'L'. 92
 Warning misc UpperEll Should use uppercase 'L'. 102
 Warning sizes LineLength Line is longer than 120 characters (found 125). 118
 Warning sizes LineLength Line is longer than 120 characters (found 137). 123
 Warning sizes LineLength Line is longer than 120 characters (found 153). 125

org/opendaylight/bgpcep/pcep/topology/provider/TopologyNodeState.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 144). 52
 Warning modifier RedundantModifier Redundant 'public' modifier. 52
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 97
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 128
 Warning sizes LineLength Line is longer than 120 characters (found 143). 156
 Warning sizes LineLength Line is longer than 120 characters (found 122). 158

org/opendaylight/bgpcep/pcep/topology/provider/TopologyProgramming.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 36
 Warning javadoc JavadocStyle Javadoc has empty description section. 36
 Warning sizes LineLength Line is longer than 120 characters (found 123). 113

org/opendaylight/bgpcep/pcep/topology/provider/TopologyProgrammingTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 125). 172
 Warning sizes LineLength Line is longer than 120 characters (found 136). 179
 Warning sizes LineLength Line is longer than 120 characters (found 133). 180
 Warning sizes LineLength Line is longer than 120 characters (found 168). 191
 Warning sizes LineLength Line is longer than 120 characters (found 299). 253

org/opendaylight/bgpcep/pcep/topology/provider/TopologyRPCs.java

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

org/opendaylight/controller/config/yang/pcep/topology/provider/PCEPTopologyProviderModule.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 42
 Warning javadoc JavadocStyle Javadoc has empty description section. 42
 Warning sizes LineLength Line is longer than 120 characters (found 139). 57
 Warning sizes LineLength Line is longer than 120 characters (found 123). 76
 Warning sizes LineLength Line is longer than 120 characters (found 140). 85
 Warning sizes LineLength Line is longer than 120 characters (found 125). 110
 Warning sizes LineLength Line is longer than 120 characters (found 125). 119
 Warning sizes LineLength Line is longer than 120 characters (found 124). 124

org/opendaylight/controller/config/yang/pcep/topology/provider/PCEPTopologyProviderModuleFactory.java

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

org/opendaylight/controller/config/yang/pcep/topology/provider/PCEPTopologyProviderModuleTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'io.netty.channel.nio.NioEventLoopGroup' should be separated from previous import group. 12
 Warning sizes LineLength Line is longer than 120 characters (found 125). 138
 Warning sizes LineLength Line is longer than 120 characters (found 135). 140
 Warning sizes LineLength Line is longer than 120 characters (found 126). 156
 Warning sizes LineLength Line is longer than 120 characters (found 137). 161
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '137'. 161
 Warning sizes LineLength Line is longer than 120 characters (found 151). 166
 Warning sizes LineLength Line is longer than 120 characters (found 135). 168

org/opendaylight/controller/config/yang/pcep/topology/provider/Stateful07TopologySessionListenerModule.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 Javadoc has empty description section. 21
 Warning sizes LineLength Line is longer than 120 characters (found 124). 27
 Warning sizes LineLength Line is longer than 120 characters (found 124). 32
 Warning sizes LineLength Line is longer than 120 characters (found 133). 49

org/opendaylight/controller/config/yang/pcep/topology/provider/Stateful07TopologySessionListenerModuleFactory.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
 Warning sizes LineLength Line is longer than 120 characters (found 127). 23

org/opendaylight/controller/config/yang/pcep/topology/provider/Stateful07TopologySessionListenerModuleTest.java

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