Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
35 0 285 0

Files

File  I  W  E
org/opendaylight/bgpcep/pcep/topology/provider/AbstractPCEPSessionTest.java 0 1 0
org/opendaylight/bgpcep/pcep/topology/provider/AbstractTopologySessionListener.java 0 41 0
org/opendaylight/bgpcep/pcep/topology/provider/IncrementalSynchronizationProcedureTest.java 0 7 0
org/opendaylight/bgpcep/pcep/topology/provider/OperationResults.java 0 4 0
org/opendaylight/bgpcep/pcep/topology/provider/PCEPRequest.java 0 10 0
org/opendaylight/bgpcep/pcep/topology/provider/PCEPStatefulPeerProposal.java 0 1 0
org/opendaylight/bgpcep/pcep/topology/provider/PCEPStatefulPeerProposalTest.java 0 5 0
org/opendaylight/bgpcep/pcep/topology/provider/PCEPTopologyProvider.java 0 4 0
org/opendaylight/bgpcep/pcep/topology/provider/PCEPTriggeredReSynchronizationProcedureTest.java 0 12 0
org/opendaylight/bgpcep/pcep/topology/provider/PCETriggeredInitialSyncProcedureTest.java 0 10 0
org/opendaylight/bgpcep/pcep/topology/provider/ServerSessionManager.java 0 12 0
org/opendaylight/bgpcep/pcep/topology/provider/SessionListenerState.java 0 4 0
org/opendaylight/bgpcep/pcep/topology/provider/StateSynchronizationAvoidanceProcedureTest.java 0 14 0
org/opendaylight/bgpcep/pcep/topology/provider/Stateful07TopologySessionListener.java 0 69 0
org/opendaylight/bgpcep/pcep/topology/provider/Stateful07TopologySessionListenerTest.java 0 27 0
org/opendaylight/bgpcep/pcep/topology/provider/SyncOptimization.java 0 3 0
org/opendaylight/bgpcep/pcep/topology/provider/SyncOptimizationTest.java 0 3 0
org/opendaylight/bgpcep/pcep/topology/provider/TopologyNodeState.java 0 7 0
org/opendaylight/bgpcep/pcep/topology/provider/TopologyProgramming.java 0 3 0
org/opendaylight/bgpcep/pcep/topology/provider/TopologyProgrammingTest.java 0 4 0
org/opendaylight/bgpcep/pcep/topology/provider/TopologyRPCs.java 0 5 0
org/opendaylight/bgpcep/pcep/topology/provider/config/PCEPTopologyDeployer.java 0 6 0
org/opendaylight/bgpcep/pcep/topology/provider/config/PCEPTopologyProviderBean.java 0 8 0
org/opendaylight/bgpcep/pcep/topology/provider/config/PCEPTopologyProviderDependenciesProvider.java 0 10 0
org/opendaylight/bgpcep/pcep/topology/provider/config/PCEPTopologyProviderUtil.java 0 1 0
org/opendaylight/controller/config/yang/pcep/topology/provider/PCEPTopologyProviderModule.java 0 4 0
org/opendaylight/controller/config/yang/pcep/topology/provider/PCEPTopologyProviderModuleFactory.java 0 3 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 2 0

Rules

Category Rule Violations Severity
coding IllegalCatch 5  Warning
OverloadMethodsDeclarationOrder 2  Warning
imports AvoidStarImport 1  Warning
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"
52  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"
26  Warning
NonEmptyAtclauseDescription 18  Warning
modifier RedundantModifier 9  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "4"
1  Warning
MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
2  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
11  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
98  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
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"
4  Warning
ParenPad 1  Warning
SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
18  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
18  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
5  Warning

Details

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

Severity Category Rule Message Line
 Warning naming ParameterName Parameter name 'aVoid' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 175

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 77
 Warning sizes LineLength Line is longer than 120 characters (found 129). 187
 Warning sizes LineLength Line is longer than 120 characters (found 126). 213
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 217
 Warning sizes LineLength Line is longer than 120 characters (found 141). 218
 Warning sizes LineLength Line is longer than 120 characters (found 126). 240
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 244
 Warning sizes LineLength Line is longer than 120 characters (found 125). 245
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 258
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 270
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 281
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 283
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 284
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 285
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 287
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 288
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 289
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 290
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 292
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 293
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 294
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 295
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 296
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 303
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 338
 Warning modifier RedundantModifier Redundant 'final' modifier. 354
 Warning modifier RedundantModifier Redundant 'final' modifier. 364
 Warning sizes LineLength Line is longer than 120 characters (found 122). 366
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 425
 Warning javadoc JavadocStyle First sentence should end with a period. 425
 Warning sizes LineLength Line is longer than 120 characters (found 139). 482
 Warning sizes LineLength Line is longer than 120 characters (found 148). 485
 Warning whitespace ParenPad ')' is preceded with whitespace. 499
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 540
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '141'. 571
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '314'. 580
 Warning sizes LineLength Line is longer than 120 characters (found 139). 594
 Warning sizes LineLength Line is longer than 120 characters (found 158). 603
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 619
 Warning javadoc JavadocStyle First sentence should end with a period. 619
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 622

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 128). 47
 Warning sizes LineLength Line is longer than 120 characters (found 123). 74
 Warning whitespace SeparatorWrap '.' should be on a new line. 122
 Warning whitespace SeparatorWrap '.' should be on a new line. 132
 Warning whitespace SeparatorWrap '.' should be on a new line. 136
 Warning whitespace SeparatorWrap '.' should be on a new line. 146
 Warning whitespace SeparatorWrap '.' should be on a new line. 147

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 sizes LineLength Line is longer than 120 characters (found 127). 65
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 79

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]*$'. 71

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

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.mockito.Mockito.*. 13
 Warning naming MemberName Member name 'rTxMock' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 57
 Warning sizes LineLength Line is longer than 120 characters (found 122). 84
 Warning sizes LineLength Line is longer than 120 characters (found 122). 93
 Warning sizes LineLength Line is longer than 120 characters (found 122). 102

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

Severity Category Rule Message Line
 Warning whitespace OperatorWrap '+' should be on a new line. 42
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 76
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 76
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 114

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 132). 50
 Warning sizes LineLength Line is longer than 120 characters (found 159). 185
 Warning sizes LineLength Line is longer than 120 characters (found 142). 186
 Warning sizes LineLength Line is longer than 120 characters (found 148). 187
 Warning sizes LineLength Line is longer than 120 characters (found 153). 188
 Warning sizes LineLength Line is longer than 120 characters (found 129). 194
 Warning whitespace SeparatorWrap '.' should be on a new line. 194
 Warning sizes LineLength Line is longer than 120 characters (found 133). 195
 Warning sizes LineLength Line is longer than 120 characters (found 159). 197
 Warning sizes LineLength Line is longer than 120 characters (found 152). 198
 Warning sizes LineLength Line is longer than 120 characters (found 134). 199
 Warning sizes LineLength Line is longer than 120 characters (found 142). 200

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 125). 47
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 57
 Warning javadoc JavadocStyle First sentence should end with a period. 57
 Warning sizes LineLength Line is longer than 120 characters (found 124). 66
 Warning sizes LineLength Line is longer than 120 characters (found 132). 67
 Warning sizes LineLength Line is longer than 120 characters (found 160). 99
 Warning whitespace MethodParamPad '(' should be on the previous line. 104
 Warning sizes LineLength Line is longer than 120 characters (found 132). 105
 Warning whitespace MethodParamPad '(' should be on the previous line. 123
 Warning whitespace MethodParamPad '(' should be on the previous line. 129

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. 56
 Warning javadoc JavadocStyle Javadoc has empty description section. 56
 Warning sizes LineLength Line is longer than 120 characters (found 125). 73
 Warning modifier RedundantModifier Redundant 'public' modifier. 78
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 87
 Warning javadoc JavadocStyle First sentence should end with a period. 87
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 110
 Warning sizes LineLength Line is longer than 120 characters (found 129). 122
 Warning sizes LineLength Line is longer than 120 characters (found 152). 134
 Warning sizes LineLength Line is longer than 120 characters (found 131). 137
 Warning sizes LineLength Line is longer than 120 characters (found 182). 152
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 233

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 142). 67
 Warning sizes LineLength Line is longer than 120 characters (found 159). 68
 Warning sizes LineLength Line is longer than 120 characters (found 420). 69
 Warning sizes LineLength Line is longer than 120 characters (found 127). 72
 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 'block rcurly' have incorrect indentation level 8, expected level should be 12. 76
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 2, expected level should be 4. 98
 Warning whitespace SeparatorWrap '.' should be on a new line. 106
 Warning whitespace SeparatorWrap '.' should be on a new line. 109
 Warning indentation Indentation 'operator new' child have incorrect indentation level 20, expected level should be 24. 112
 Warning whitespace SeparatorWrap '.' should be on a new line. 142
 Warning whitespace SeparatorWrap '.' should be on a new line. 163
 Warning whitespace SeparatorWrap '.' should be on a new line. 164

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 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 133). 525
 Warning sizes LineLength Line is longer than 120 characters (found 196). 532
 Warning sizes LineLength Line is longer than 120 characters (found 157). 535
 Warning sizes LineLength Line is longer than 120 characters (found 142). 540
 Warning modifier RedundantModifier Redundant 'public' modifier. 548
 Warning sizes LineLength Line is longer than 120 characters (found 154). 566
 Warning sizes LineLength Line is longer than 120 characters (found 154). 573
 Warning sizes LineLength Line is longer than 120 characters (found 138). 589
 Warning sizes LineLength Line is longer than 120 characters (found 154). 626
 Warning sizes LineLength Line is longer than 120 characters (found 154). 639
 Warning sizes LineLength Line is longer than 120 characters (found 180). 658
 Warning naming ParameterName Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 658
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 719
 Warning javadoc JavadocStyle First sentence should end with a period. 719
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 721
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 722
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 723
 Warning sizes LineLength Line is longer than 120 characters (found 168). 726
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 746
 Warning javadoc JavadocStyle First sentence should end with a period. 746
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 750
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 756
 Warning javadoc JavadocStyle First sentence should end with a period. 756
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 758

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

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'com.google.common.base.Optional' should be separated from previous import group. 23
 Warning sizes LineLength Line is longer than 120 characters (found 126). 102
 Warning naming AbbreviationAsWordInName Abbreviation in name 'TUNNEL_NAME' must contain no more than '4' capital letters. 104
 Warning naming MemberName Member name 'TUNNEL_NAME' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 104
 Warning whitespace SeparatorWrap '.' should be on a new line. 181
 Warning whitespace SeparatorWrap '.' should be on a new line. 229
 Warning whitespace SeparatorWrap '.' should be on a new line. 230
 Warning sizes LineLength Line is longer than 120 characters (found 123). 270
 Warning sizes LineLength Line is longer than 120 characters (found 130). 283
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 316
 Warning javadoc JavadocStyle First sentence should end with a period. 316
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 318
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 319
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 320
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 340
 Warning javadoc JavadocStyle First sentence should end with a period. 340
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 343
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 344
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 345
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 420
 Warning javadoc JavadocStyle First sentence should end with a period. 420
 Warning sizes LineLength Line is longer than 120 characters (found 121). 459
 Warning whitespace SeparatorWrap '.' should be on a new line. 497
 Warning whitespace SeparatorWrap '.' should be on a new line. 516
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 579
 Warning whitespace SeparatorWrap '.' should be on a new line. 635
 Warning whitespace SeparatorWrap '.' should be on a new line. 636

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 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). 51
 Warning modifier RedundantModifier Redundant 'public' modifier. 51
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 91
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 122
 Warning sizes LineLength Line is longer than 120 characters (found 143). 150
 Warning sizes LineLength Line is longer than 120 characters (found 127). 152
 Warning sizes LineLength Line is longer than 120 characters (found 125). 166

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 136). 141
 Warning sizes LineLength Line is longer than 120 characters (found 133). 142
 Warning sizes LineLength Line is longer than 120 characters (found 168). 153
 Warning sizes LineLength Line is longer than 120 characters (found 299). 215

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 193). 43
 Warning sizes LineLength Line is longer than 120 characters (found 202). 48
 Warning sizes LineLength Line is longer than 120 characters (found 208). 53
 Warning sizes LineLength Line is longer than 120 characters (found 202). 58
 Warning sizes LineLength Line is longer than 120 characters (found 172). 64

org/opendaylight/bgpcep/pcep/topology/provider/config/PCEPTopologyDeployer.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 First sentence should end with a period. 19
 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
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 35
 Warning javadoc JavadocStyle First sentence should end with a period. 35

org/opendaylight/bgpcep/pcep/topology/provider/config/PCEPTopologyProviderBean.java

Severity Category Rule Message Line
 Warning whitespace OperatorWrap '+' should be on a new line. 37
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 85
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 16, expected level should be 12. 119
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 16, expected level should be 12. 120
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 16, expected level should be 12. 122
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 16, expected level should be 12. 123
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 16, expected level should be 12. 124
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 160

org/opendaylight/bgpcep/pcep/topology/provider/config/PCEPTopologyProviderDependenciesProvider.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 15
 Warning javadoc JavadocStyle First sentence should end with a period. 15
 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 javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 25
 Warning javadoc JavadocStyle Javadoc has empty description section. 25
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 31
 Warning javadoc JavadocStyle Javadoc has empty description section. 31
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 37
 Warning javadoc JavadocStyle Javadoc has empty description section. 37

org/opendaylight/bgpcep/pcep/topology/provider/config/PCEPTopologyProviderUtil.java

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

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. 41
 Warning javadoc JavadocStyle Javadoc has empty description section. 41
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 42
 Warning whitespace OperatorWrap '+' should be on a new line. 48

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. 24
 Warning javadoc JavadocStyle Javadoc has empty description section. 24
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 25

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. 26
 Warning javadoc JavadocStyle Javadoc has empty description section. 26
 Warning sizes LineLength Line is longer than 120 characters (found 124). 33
 Warning sizes LineLength Line is longer than 120 characters (found 124). 38
 Warning sizes LineLength Line is longer than 120 characters (found 126). 57

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. 24
 Warning javadoc JavadocStyle Javadoc has empty description section. 24