Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
35 0 344 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 47 0
org/opendaylight/bgpcep/pcep/topology/provider/IncrementalSynchronizationProcedureTest.java 0 8 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 2 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 14 0
org/opendaylight/bgpcep/pcep/topology/provider/SessionListenerState.java 0 3 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 74 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 8 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 4 0
org/opendaylight/bgpcep/pcep/topology/provider/config/PCEPTopologyDeployer.java 0 9 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"
3  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"
27  Warning
NonEmptyAtclauseDescription 18  Warning
modifier RedundantModifier 17  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]*$"
10  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
93  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
3  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"
5  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"
56  Warning

Details

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

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 167

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 80
 Warning sizes LineLength Line is longer than 120 characters (found 129). 190
 Warning sizes LineLength Line is longer than 120 characters (found 126). 216
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 220
 Warning sizes LineLength Line is longer than 120 characters (found 141). 221
 Warning sizes LineLength Line is longer than 120 characters (found 126). 243
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 247
 Warning sizes LineLength Line is longer than 120 characters (found 125). 248
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 261
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 273
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 284
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 286
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 287
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 288
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 290
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 291
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 292
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 293
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 295
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 296
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 297
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 298
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 299
 Warning naming ParameterName Parameter name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 306
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 341
 Warning modifier RedundantModifier Redundant 'final' modifier. 357
 Warning modifier RedundantModifier Redundant 'final' modifier. 367
 Warning sizes LineLength Line is longer than 120 characters (found 122). 369
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 428
 Warning javadoc JavadocStyle First sentence should end with a period. 428
 Warning sizes LineLength Line is longer than 120 characters (found 139). 485
 Warning sizes LineLength Line is longer than 120 characters (found 148). 488
 Warning whitespace ParenPad ')' is preceded with whitespace. 502
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 543
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '144'. 574
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '317'. 583
 Warning sizes LineLength Line is longer than 120 characters (found 139). 597
 Warning modifier RedundantModifier Redundant 'final' modifier. 604
 Warning modifier RedundantModifier Redundant 'final' modifier. 604
 Warning sizes LineLength Line is longer than 120 characters (found 158). 606
 Warning modifier RedundantModifier Redundant 'final' modifier. 606
 Warning modifier RedundantModifier Redundant 'final' modifier. 606
 Warning modifier RedundantModifier Redundant 'final' modifier. 606
 Warning modifier RedundantModifier Redundant 'final' modifier. 606
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 622
 Warning javadoc JavadocStyle First sentence should end with a period. 622
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 625

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

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.junit.Assert.assertEquals' should be separated from previous import group by one line. 12
 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. 76
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 77
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 78
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 79
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 80
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 81
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 82
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 83
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 84
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 85

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

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 57
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 73

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 whitespace EmptyLineSeparator 'import' should be separated from previous statement. 11
 Warning imports CustomImportOrder Import statement for 'java.util.Objects.requireNonNull' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 11
 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. 47
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 101
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not followed by whitespace. 101

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. 104
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 139
 Warning javadoc JavadocStyle Javadoc has empty description section. 139
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 140
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 141
 Warning modifier RedundantModifier Redundant 'public' modifier. 216
 Warning sizes LineLength Line is longer than 120 characters (found 146). 243
 Warning sizes LineLength Line is longer than 120 characters (found 162). 267
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 297
 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 'if' have incorrect indentation level 12, expected level should be 16. 300
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 300
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 301
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 20. 302
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 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 rcurly' have incorrect indentation level 16, expected level should be 20. 306
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 24. 307
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 16, expected level should be 20. 308
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 309
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 310
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 311
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 312
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 315
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 316
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 317
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 329
 Warning sizes LineLength Line is longer than 120 characters (found 139). 359
 Warning sizes LineLength Line is longer than 120 characters (found 149). 375
 Warning sizes LineLength Line is longer than 120 characters (found 182). 376
 Warning sizes LineLength Line is longer than 120 characters (found 181). 377
 Warning sizes LineLength Line is longer than 120 characters (found 347). 383
 Warning sizes LineLength Line is longer than 120 characters (found 161). 399
 Warning sizes LineLength Line is longer than 120 characters (found 147). 404
 Warning sizes LineLength Line is longer than 120 characters (found 184). 419
 Warning modifier RedundantModifier Redundant 'public' modifier. 437
 Warning sizes LineLength Line is longer than 120 characters (found 121). 445
 Warning sizes LineLength Line is longer than 120 characters (found 144). 469
 Warning sizes LineLength Line is longer than 120 characters (found 150). 476
 Warning sizes LineLength Line is longer than 120 characters (found 131). 481
 Warning sizes LineLength Line is longer than 120 characters (found 126). 488
 Warning sizes LineLength Line is longer than 120 characters (found 154). 495
 Warning sizes LineLength Line is longer than 120 characters (found 122). 508
 Warning sizes LineLength Line is longer than 120 characters (found 133). 524
 Warning sizes LineLength Line is longer than 120 characters (found 196). 531
 Warning sizes LineLength Line is longer than 120 characters (found 157). 534
 Warning sizes LineLength Line is longer than 120 characters (found 142). 539
 Warning modifier RedundantModifier Redundant 'public' modifier. 547
 Warning sizes LineLength Line is longer than 120 characters (found 154). 565
 Warning sizes LineLength Line is longer than 120 characters (found 154). 572
 Warning sizes LineLength Line is longer than 120 characters (found 138). 588
 Warning sizes LineLength Line is longer than 120 characters (found 154). 625
 Warning sizes LineLength Line is longer than 120 characters (found 154). 638
 Warning sizes LineLength Line is longer than 120 characters (found 180). 657
 Warning naming ParameterName Parameter name 'f' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 657
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 718
 Warning javadoc JavadocStyle First sentence should end with a period. 718
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 720
 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 sizes LineLength Line is longer than 120 characters (found 168). 725
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 745
 Warning javadoc JavadocStyle First sentence should end with a period. 745
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 749
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 755
 Warning javadoc JavadocStyle First sentence should end with a period. 755
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 757

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 by one line. 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 '5' consecutive 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 WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 171
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 171
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 172
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 172
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 173
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 173
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 174
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 174
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 175
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 175
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 176
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 176
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 177
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 177
 Warning whitespace SeparatorWrap '.' should be on a new line. 181
 Warning whitespace SeparatorWrap '.' should be on a new line. 227
 Warning whitespace SeparatorWrap '.' should be on a new line. 228
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 261
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 261
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 262
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 262
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 263
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 263
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 264
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 264
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 265
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 265
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 266
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 266
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 267
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 267
 Warning sizes LineLength Line is longer than 120 characters (found 123). 268
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 268
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 268
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 269
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 269
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 270
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 270
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 271
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 271
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 272
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 272
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 273
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 273
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 274
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 274
 Warning sizes LineLength Line is longer than 120 characters (found 130). 281
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 314
 Warning javadoc JavadocStyle First sentence should end with a period. 314
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 316
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 317
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 318
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 338
 Warning javadoc JavadocStyle First sentence should end with a period. 338
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 341
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 342
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 343
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 418
 Warning javadoc JavadocStyle First sentence should end with a period. 418
 Warning sizes LineLength Line is longer than 120 characters (found 121). 457
 Warning whitespace SeparatorWrap '.' should be on a new line. 495
 Warning whitespace SeparatorWrap '.' should be on a new line. 514
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 577
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 581
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 605
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 605
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not preceded with whitespace. 625
 Warning whitespace WhitespaceAround WhitespaceAround: '->' is not followed by whitespace. 625
 Warning whitespace SeparatorWrap '.' should be on a new line. 633
 Warning whitespace SeparatorWrap '.' should be on a new line. 634

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

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

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). 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]*$'. 92
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 123
 Warning modifier RedundantModifier Redundant 'final' modifier. 145
 Warning sizes LineLength Line is longer than 120 characters (found 143). 151
 Warning sizes LineLength Line is longer than 120 characters (found 127). 153
 Warning sizes LineLength Line is longer than 120 characters (found 125). 167

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

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 136). 142
 Warning sizes LineLength Line is longer than 120 characters (found 133). 143
 Warning sizes LineLength Line is longer than 120 characters (found 168). 154
 Warning sizes LineLength Line is longer than 120 characters (found 299). 216

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 140). 43
 Warning sizes LineLength Line is longer than 120 characters (found 146). 48
 Warning sizes LineLength Line is longer than 120 characters (found 150). 53
 Warning sizes LineLength Line is longer than 120 characters (found 146). 58

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 whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 35
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 42
 Warning javadoc JavadocStyle First sentence should end with a period. 42
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 54
 Warning javadoc JavadocStyle First sentence should end with a period. 54

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

Severity Category Rule Message Line
 Warning whitespace OperatorWrap '+' should be on a new line. 39
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 87
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 16, expected level should be 12. 121
 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. 124
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 16, expected level should be 12. 125
 Warning indentation Indentation 'ctor def' child have incorrect indentation level 16, expected level should be 12. 126
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 162

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 whitespace OperatorWrap '&&' should be on a new line. 26

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