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

Files

File  I  W  E
org/opendaylight/bgpcep/bgp/topology/provider/AbstractReachabilityTopologyBuilder.java 0 4 0
org/opendaylight/bgpcep/bgp/topology/provider/AbstractTopologyBuilder.java 0 53 0
org/opendaylight/bgpcep/bgp/topology/provider/AbstractTopologyBuilderTest.java 0 2 0
org/opendaylight/bgpcep/bgp/topology/provider/Ipv4ReachabilityTopologyBuilder.java 0 4 0
org/opendaylight/bgpcep/bgp/topology/provider/Ipv4ReachabilityTopologyBuilderTest.java 0 7 0
org/opendaylight/bgpcep/bgp/topology/provider/Ipv6ReachabilityTopologyBuilder.java 0 4 0
org/opendaylight/bgpcep/bgp/topology/provider/Ipv6ReachabilityTopologyBuilderTest.java 0 7 0
org/opendaylight/bgpcep/bgp/topology/provider/LinkstateTopologyBuilder.java 0 99 0
org/opendaylight/bgpcep/bgp/topology/provider/LinkstateTopologyBuilderTest.java 0 36 0
org/opendaylight/bgpcep/bgp/topology/provider/LocRIBListener.java 0 2 0
org/opendaylight/bgpcep/bgp/topology/provider/UriBuilder.java 0 7 0
org/opendaylight/bgpcep/bgp/topology/provider/UriBuilderTest.java 0 6 0
org/opendaylight/bgpcep/bgp/topology/provider/config/AbstractBgpTopologyProvider.java 0 7 0
org/opendaylight/bgpcep/bgp/topology/provider/config/BackwardsCssTopologyProvider.java 0 6 0
org/opendaylight/bgpcep/bgp/topology/provider/config/BgpTopologyDeployerImpl.java 0 25 0
org/opendaylight/bgpcep/bgp/topology/provider/config/Ipv4TopologyProvider.java 0 1 0
org/opendaylight/bgpcep/bgp/topology/provider/config/Ipv6TopologyProvider.java 0 1 0
org/opendaylight/bgpcep/bgp/topology/provider/config/LinkstateTopologyProvider.java 0 1 0
org/opendaylight/bgpcep/bgp/topology/provider/config/TopologyReferenceSingletonServiceImpl.java 0 3 0
org/opendaylight/bgpcep/bgp/topology/provider/spi/TopologyReferenceSingletonService.java 0 1 0
org/opendaylight/controller/config/yang/bgp/reachability/ipv4/Ipv4ReachabilityTopologyBuilderModule.java 0 6 0
org/opendaylight/controller/config/yang/bgp/reachability/ipv4/Ipv4ReachabilityTopologyBuilderModuleFactory.java 0 5 0
org/opendaylight/controller/config/yang/bgp/reachability/ipv6/Ipv6ReachabilityTopologyBuilderModule.java 0 4 0
org/opendaylight/controller/config/yang/bgp/reachability/ipv6/Ipv6ReachabilityTopologyBuilderModuleFactory.java 0 5 0
org/opendaylight/controller/config/yang/bgp/topology/provider/Ipv4ReachabilityTopologyBuilderModuleTest.java 0 5 0
org/opendaylight/controller/config/yang/bgp/topology/provider/Ipv6ReachabilityTopologyBuilderModuleTest.java 0 5 0
org/opendaylight/controller/config/yang/bgp/topology/provider/LinkstateTopologyBuilderModule.java 0 6 0
org/opendaylight/controller/config/yang/bgp/topology/provider/LinkstateTopologyBuilderModuleFactory.java 0 5 0
org/opendaylight/controller/config/yang/bgp/topology/provider/LinkstateTopologyBuilderModuleTest.java 0 5 0

Rules

Category Rule Violations Severity
coding IllegalCatch 3  Warning
OverloadMethodsDeclarationOrder 4  Warning
imports UnusedImports 1  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
76  Warning
javadoc JavadocParagraph
  • allowNewlineParagraph: "false"
1  Warning
JavadocStyle
  • checkEmptyJavadoc: "true"
17  Warning
NonEmptyAtclauseDescription 2  Warning
modifier RedundantModifier 3  Warning
naming LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
2  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
11  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
176  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
11  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

Details

org/opendaylight/bgpcep/bgp/topology/provider/AbstractReachabilityTopologyBuilder.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 50
 Warning javadoc JavadocStyle Javadoc has empty description section. 50
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 95
 Warning sizes LineLength Line is longer than 120 characters (found 137). 114

org/opendaylight/bgpcep/bgp/topology/provider/AbstractTopologyBuilder.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 122). 95
 Warning sizes LineLength Line is longer than 120 characters (found 139). 101
 Warning sizes LineLength Line is longer than 120 characters (found 138). 105
 Warning sizes LineLength Line is longer than 120 characters (found 144). 114
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 117
 Warning javadoc JavadocStyle First sentence should end with a period. 117
 Warning sizes LineLength Line is longer than 120 characters (found 162). 121
 Warning sizes LineLength Line is longer than 120 characters (found 173). 122
 Warning sizes LineLength Line is longer than 120 characters (found 128). 123
 Warning sizes LineLength Line is longer than 120 characters (found 144). 126
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 129
 Warning javadoc JavadocStyle First sentence should end with a period. 129
 Warning modifier RedundantModifier Redundant 'final' modifier. 132
 Warning coding IllegalCatch Catching 'RuntimeException' is not allowed. 183
 Warning sizes LineLength Line is longer than 120 characters (found 145). 184
 Warning sizes LineLength Line is longer than 120 characters (found 122). 186
 Warning sizes LineLength Line is longer than 120 characters (found 138). 195
 Warning sizes LineLength Line is longer than 120 characters (found 138). 196
 Warning sizes LineLength Line is longer than 120 characters (found 139). 199
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 208
 Warning sizes LineLength Line is longer than 120 characters (found 125). 209
 Warning sizes LineLength Line is longer than 120 characters (found 144). 210
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 219
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 220
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 221
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 222
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 223
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 224
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 225
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 226
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 227
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 228
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 229
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 230
 Warning sizes LineLength Line is longer than 120 characters (found 127). 238
 Warning sizes LineLength Line is longer than 120 characters (found 127). 239
 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 132). 248
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 256
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 270
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 279
 Warning javadoc JavadocStyle First sentence should end with a period. 279
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 288
 Warning javadoc JavadocStyle First sentence should end with a period. 288
 Warning sizes LineLength Line is longer than 120 characters (found 129). 303
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 309
 Warning javadoc JavadocStyle First sentence should end with a period. 309
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 350
 Warning sizes LineLength Line is longer than 120 characters (found 154). 360
 Warning sizes LineLength Line is longer than 120 characters (found 136). 380
 Warning sizes LineLength Line is longer than 120 characters (found 151). 383
 Warning sizes LineLength Line is longer than 120 characters (found 162). 387
 Warning sizes LineLength Line is longer than 120 characters (found 161). 388

org/opendaylight/bgpcep/bgp/topology/provider/AbstractTopologyBuilderTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 199). 37
 Warning sizes LineLength Line is longer than 120 characters (found 194). 47

org/opendaylight/bgpcep/bgp/topology/provider/Ipv4ReachabilityTopologyBuilder.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' have incorrect indentation level 4, expected level should be 8. 29
 Warning indentation Indentation '.' have incorrect indentation level 4, expected level should be 8. 31
 Warning indentation Indentation '.' have incorrect indentation level 4, expected level should be 8. 32
 Warning sizes LineLength Line is longer than 120 characters (found 140). 36

org/opendaylight/bgpcep/bgp/topology/provider/Ipv4ReachabilityTopologyBuilderTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 156). 56
 Warning sizes LineLength Line is longer than 120 characters (found 135). 57
 Warning sizes LineLength Line is longer than 120 characters (found 187). 68
 Warning sizes LineLength Line is longer than 120 characters (found 220). 69
 Warning sizes LineLength Line is longer than 120 characters (found 154). 73
 Warning sizes LineLength Line is longer than 120 characters (found 161). 81
 Warning sizes LineLength Line is longer than 120 characters (found 147). 102

org/opendaylight/bgpcep/bgp/topology/provider/Ipv6ReachabilityTopologyBuilder.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' have incorrect indentation level 4, expected level should be 8. 29
 Warning indentation Indentation '.' have incorrect indentation level 4, expected level should be 8. 31
 Warning indentation Indentation '.' have incorrect indentation level 4, expected level should be 8. 32
 Warning sizes LineLength Line is longer than 120 characters (found 140). 36

org/opendaylight/bgpcep/bgp/topology/provider/Ipv6ReachabilityTopologyBuilderTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 156). 56
 Warning sizes LineLength Line is longer than 120 characters (found 135). 57
 Warning sizes LineLength Line is longer than 120 characters (found 187). 68
 Warning sizes LineLength Line is longer than 120 characters (found 220). 69
 Warning sizes LineLength Line is longer than 120 characters (found 154). 73
 Warning sizes LineLength Line is longer than 120 characters (found 161). 81
 Warning sizes LineLength Line is longer than 120 characters (found 147). 102

org/opendaylight/bgpcep/bgp/topology/provider/LinkstateTopologyBuilder.java

Severity Category Rule Message Line
 Warning indentation Indentation '.' have incorrect indentation level 4, expected level should be 8. 127
 Warning indentation Indentation '.' have incorrect indentation level 4, expected level should be 8. 129
 Warning indentation Indentation '.' have incorrect indentation level 4, expected level should be 8. 130
 Warning javadoc JavadocStyle First sentence should end with a period. 183
 Warning sizes LineLength Line is longer than 120 characters (found 140). 204
 Warning sizes LineLength Line is longer than 120 characters (found 127). 208
 Warning sizes LineLength Line is longer than 120 characters (found 140). 214
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 12. 223
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 16. 224
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 20. 225
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 20. 226
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 20. 227
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 16. 228
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 16. 230
 Warning sizes LineLength Line is longer than 120 characters (found 144). 230
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 12. 231
 Warning indentation Indentation 'method def' child have incorrect indentation level 16, expected level should be 12. 232
 Warning naming LocalVariableName Local variable name 'h' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 248
 Warning naming ParameterName Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 261
 Warning sizes LineLength Line is longer than 120 characters (found 133). 287
 Warning sizes LineLength Line is longer than 120 characters (found 152). 288
 Warning sizes LineLength Line is longer than 120 characters (found 121). 292
 Warning sizes LineLength Line is longer than 120 characters (found 151). 293
 Warning sizes LineLength Line is longer than 120 characters (found 129). 302
 Warning sizes LineLength Line is longer than 120 characters (found 138). 307
 Warning sizes LineLength Line is longer than 120 characters (found 122). 333
 Warning sizes LineLength Line is longer than 120 characters (found 134). 367
 Warning sizes LineLength Line is longer than 120 characters (found 132). 380
 Warning sizes LineLength Line is longer than 120 characters (found 136). 388
 Warning sizes LineLength Line is longer than 120 characters (found 151). 401
 Warning sizes LineLength Line is longer than 120 characters (found 140). 404
 Warning sizes LineLength Line is longer than 120 characters (found 145). 412
 Warning sizes LineLength Line is longer than 120 characters (found 307). 414
 Warning sizes LineLength Line is longer than 120 characters (found 157). 447
 Warning sizes LineLength Line is longer than 120 characters (found 137). 451
 Warning sizes LineLength Line is longer than 120 characters (found 291). 453
 Warning sizes LineLength Line is longer than 120 characters (found 149). 486
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 516
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 517
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 518
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 519
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 520
 Warning sizes LineLength Line is longer than 120 characters (found 133). 521
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 523
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 524
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 525
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 526
 Warning sizes LineLength Line is longer than 120 characters (found 138). 526
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 528
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 529
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 530
 Warning naming ParameterName Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 535
 Warning sizes LineLength Line is longer than 120 characters (found 140). 601
 Warning sizes LineLength Line is longer than 120 characters (found 123). 618
 Warning naming ParameterName Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 626
 Warning sizes LineLength Line is longer than 120 characters (found 129). 632
 Warning sizes LineLength Line is longer than 120 characters (found 130). 633
 Warning sizes LineLength Line is longer than 120 characters (found 145). 644
 Warning sizes LineLength Line is longer than 120 characters (found 307). 646
 Warning sizes LineLength Line is longer than 120 characters (found 122). 667
 Warning sizes LineLength Line is longer than 120 characters (found 157). 683
 Warning sizes LineLength Line is longer than 120 characters (found 137). 691
 Warning sizes LineLength Line is longer than 120 characters (found 291). 693
 Warning sizes LineLength Line is longer than 120 characters (found 149). 723
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '513'. 727
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 730
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 731
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 732
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 733
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 734
 Warning sizes LineLength Line is longer than 120 characters (found 133). 735
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 737
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 738
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 739
 Warning sizes LineLength Line is longer than 120 characters (found 138). 739
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 741
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 742
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 743
 Warning naming ParameterName Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 748
 Warning naming ParameterName Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 797
 Warning sizes LineLength Line is longer than 120 characters (found 122). 808
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '727'. 808
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 810
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 811
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 812
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 813
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 814
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 815
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 816
 Warning sizes LineLength Line is longer than 120 characters (found 153). 819
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 820
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 821
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 822
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 823
 Warning naming ParameterName Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 828
 Warning sizes LineLength Line is longer than 120 characters (found 143). 874
 Warning naming ParameterName Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 879
 Warning sizes LineLength Line is longer than 120 characters (found 143). 885
 Warning sizes LineLength Line is longer than 120 characters (found 136). 902

org/opendaylight/bgpcep/bgp/topology/provider/LinkstateTopologyBuilderTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 135). 99
 Warning sizes LineLength Line is longer than 120 characters (found 157). 119
 Warning sizes LineLength Line is longer than 120 characters (found 168). 121
 Warning sizes LineLength Line is longer than 120 characters (found 164). 122
 Warning sizes LineLength Line is longer than 120 characters (found 187). 136
 Warning sizes LineLength Line is longer than 120 characters (found 213). 137
 Warning sizes LineLength Line is longer than 120 characters (found 128). 156
 Warning sizes LineLength Line is longer than 120 characters (found 151). 157
 Warning sizes LineLength Line is longer than 120 characters (found 141). 167
 Warning sizes LineLength Line is longer than 120 characters (found 142). 172
 Warning sizes LineLength Line is longer than 120 characters (found 151). 173
 Warning sizes LineLength Line is longer than 120 characters (found 122). 178
 Warning sizes LineLength Line is longer than 120 characters (found 230). 205
 Warning sizes LineLength Line is longer than 120 characters (found 122). 210
 Warning sizes LineLength Line is longer than 120 characters (found 135). 224
 Warning sizes LineLength Line is longer than 120 characters (found 222). 230
 Warning sizes LineLength Line is longer than 120 characters (found 222). 231
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 234
 Warning javadoc JavadocStyle First sentence should end with a period. 234
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 237
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 246
 Warning sizes LineLength Line is longer than 120 characters (found 135). 289
 Warning sizes LineLength Line is longer than 120 characters (found 157). 315
 Warning sizes LineLength Line is longer than 120 characters (found 418). 317
 Warning sizes LineLength Line is longer than 120 characters (found 176). 319
 Warning sizes LineLength Line is longer than 120 characters (found 148). 322
 Warning sizes LineLength Line is longer than 120 characters (found 185). 325
 Warning sizes LineLength Line is longer than 120 characters (found 161). 327
 Warning sizes LineLength Line is longer than 120 characters (found 148). 329
 Warning sizes LineLength Line is longer than 120 characters (found 333). 332
 Warning sizes LineLength Line is longer than 120 characters (found 154). 336
 Warning sizes LineLength Line is longer than 120 characters (found 159). 338
 Warning sizes LineLength Line is longer than 120 characters (found 275). 339
 Warning sizes LineLength Line is longer than 120 characters (found 149). 344
 Warning sizes LineLength Line is longer than 120 characters (found 167). 345
 Warning sizes LineLength Line is longer than 120 characters (found 226). 348

org/opendaylight/bgpcep/bgp/topology/provider/LocRIBListener.java

Severity Category Rule Message Line
 Warning javadoc JavadocStyle Javadoc has empty description section. 16
 Warning javadoc JavadocStyle Javadoc has empty description section. 21

org/opendaylight/bgpcep/bgp/topology/provider/UriBuilder.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 133). 47
 Warning naming LocalVariableName Local variable name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 84
 Warning whitespace OperatorWrap '+' should be on a new line. 114
 Warning sizes LineLength Line is longer than 120 characters (found 124). 124
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '57'. 128
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 149
 Warning javadoc JavadocStyle First sentence should end with a period. 149

org/opendaylight/bgpcep/bgp/topology/provider/UriBuilderTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 152). 38
 Warning sizes LineLength Line is longer than 120 characters (found 127). 53
 Warning sizes LineLength Line is longer than 120 characters (found 124). 55
 Warning sizes LineLength Line is longer than 120 characters (found 134). 58
 Warning sizes LineLength Line is longer than 120 characters (found 135). 63
 Warning sizes LineLength Line is longer than 120 characters (found 137). 67

org/opendaylight/bgpcep/bgp/topology/provider/config/AbstractBgpTopologyProvider.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 43
 Warning sizes LineLength Line is longer than 120 characters (found 121). 63
 Warning sizes LineLength Line is longer than 120 characters (found 133). 86
 Warning sizes LineLength Line is longer than 120 characters (found 190). 87
 Warning sizes LineLength Line is longer than 120 characters (found 138). 88
 Warning sizes LineLength Line is longer than 120 characters (found 128). 92
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '75'. 95

org/opendaylight/bgpcep/bgp/topology/provider/config/BackwardsCssTopologyProvider.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 206). 39
 Warning sizes LineLength Line is longer than 120 characters (found 146). 44
 Warning sizes LineLength Line is longer than 120 characters (found 126). 54
 Warning sizes LineLength Line is longer than 120 characters (found 126). 59
 Warning sizes LineLength Line is longer than 120 characters (found 145). 73
 Warning sizes LineLength Line is longer than 120 characters (found 132). 80

org/opendaylight/bgpcep/bgp/topology/provider/config/BgpTopologyDeployerImpl.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 133). 44
 Warning sizes LineLength Line is longer than 120 characters (found 151). 60
 Warning sizes LineLength Line is longer than 120 characters (found 203). 65
 Warning sizes LineLength Line is longer than 120 characters (found 185). 79
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 81
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 82
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 83
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 84
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 85
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 86
 Warning sizes LineLength Line is longer than 120 characters (found 122). 86
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 87
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 88
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 89
 Warning sizes LineLength Line is longer than 120 characters (found 122). 89
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 90
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 91
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 92
 Warning sizes LineLength Line is longer than 120 characters (found 141). 129
 Warning sizes LineLength Line is longer than 120 characters (found 171). 130
 Warning sizes LineLength Line is longer than 120 characters (found 134). 131
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 137
 Warning sizes LineLength Line is longer than 120 characters (found 121). 148
 Warning sizes LineLength Line is longer than 120 characters (found 129). 156
 Warning sizes LineLength Line is longer than 120 characters (found 170). 157

org/opendaylight/bgpcep/bgp/topology/provider/config/Ipv4TopologyProvider.java

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

org/opendaylight/bgpcep/bgp/topology/provider/config/Ipv6TopologyProvider.java

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

org/opendaylight/bgpcep/bgp/topology/provider/config/LinkstateTopologyProvider.java

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

org/opendaylight/bgpcep/bgp/topology/provider/config/TopologyReferenceSingletonServiceImpl.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - com.google.common.util.concurrent.Futures. 12
 Warning sizes LineLength Line is longer than 120 characters (found 127). 32
 Warning sizes LineLength Line is longer than 120 characters (found 124). 67

org/opendaylight/bgpcep/bgp/topology/provider/spi/TopologyReferenceSingletonService.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'public' modifier. 18

org/opendaylight/controller/config/yang/bgp/reachability/ipv4/Ipv4ReachabilityTopologyBuilderModule.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 130). 34
 Warning sizes LineLength Line is longer than 120 characters (found 183). 38
 Warning sizes LineLength Line is longer than 120 characters (found 188). 51
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 54

org/opendaylight/controller/config/yang/bgp/reachability/ipv4/Ipv4ReachabilityTopologyBuilderModuleFactory.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 sizes LineLength Line is longer than 120 characters (found 139). 31
 Warning sizes LineLength Line is longer than 120 characters (found 169). 32
 Warning sizes LineLength Line is longer than 120 characters (found 175). 40

org/opendaylight/controller/config/yang/bgp/reachability/ipv6/Ipv6ReachabilityTopologyBuilderModule.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 128). 39
 Warning sizes LineLength Line is longer than 120 characters (found 188). 52

org/opendaylight/controller/config/yang/bgp/reachability/ipv6/Ipv6ReachabilityTopologyBuilderModuleFactory.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 sizes LineLength Line is longer than 120 characters (found 139). 31
 Warning sizes LineLength Line is longer than 120 characters (found 169). 32
 Warning sizes LineLength Line is longer than 120 characters (found 175). 40

org/opendaylight/controller/config/yang/bgp/topology/provider/Ipv4ReachabilityTopologyBuilderModuleTest.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 53
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 57
 Warning sizes LineLength Line is longer than 120 characters (found 122). 58
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 61
 Warning sizes LineLength Line is longer than 120 characters (found 136). 126

org/opendaylight/controller/config/yang/bgp/topology/provider/Ipv6ReachabilityTopologyBuilderModuleTest.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 53
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 57
 Warning sizes LineLength Line is longer than 120 characters (found 122). 58
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 61
 Warning sizes LineLength Line is longer than 120 characters (found 136). 126

org/opendaylight/controller/config/yang/bgp/topology/provider/LinkstateTopologyBuilderModule.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 123). 34
 Warning sizes LineLength Line is longer than 120 characters (found 121). 38
 Warning sizes LineLength Line is longer than 120 characters (found 186). 51
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 54

org/opendaylight/controller/config/yang/bgp/topology/provider/LinkstateTopologyBuilderModuleFactory.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 sizes LineLength Line is longer than 120 characters (found 139). 31
 Warning sizes LineLength Line is longer than 120 characters (found 155). 32
 Warning sizes LineLength Line is longer than 120 characters (found 161). 40

org/opendaylight/controller/config/yang/bgp/topology/provider/LinkstateTopologyBuilderModuleTest.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 51
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 55
 Warning sizes LineLength Line is longer than 120 characters (found 122). 56
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 59
 Warning sizes LineLength Line is longer than 120 characters (found 129). 128