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
23 0 255 0

Files

File  I  W  E
org/opendaylight/bgpcep/bgp/topology/provider/AbstractReachabilityTopologyBuilder.java 0 6 0
org/opendaylight/bgpcep/bgp/topology/provider/AbstractTopologyBuilder.java 0 51 0
org/opendaylight/bgpcep/bgp/topology/provider/Ipv4ReachabilityTopologyBuilder.java 0 4 0
org/opendaylight/bgpcep/bgp/topology/provider/Ipv6ReachabilityTopologyBuilder.java 0 4 0
org/opendaylight/bgpcep/bgp/topology/provider/LinkstateTopologyBuilder.java 0 97 0
org/opendaylight/bgpcep/bgp/topology/provider/LinkstateTopologyBuilderTest.java 0 31 0
org/opendaylight/bgpcep/bgp/topology/provider/NetworkTopologyConfigFileProcessor.java 0 1 0
org/opendaylight/bgpcep/bgp/topology/provider/NetworkTopologyConfigFileProcessorTest.java 0 3 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 10 0
org/opendaylight/bgpcep/bgp/topology/provider/config/BackwardsCssTopologyProvider.java 0 5 0
org/opendaylight/bgpcep/bgp/topology/provider/config/BgpTopologyDeployerImpl.java 0 24 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 2 0
org/opendaylight/bgpcep/bgp/topology/provider/spi/TopologyReferenceSingletonService.java 0 1 0

Rules

Category Rule Violations Severity
coding IllegalCatch 3  Warning
OverloadMethodsDeclarationOrder 4  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
76  Warning
javadoc JavadocParagraph
  • allowNewlineParagraph: "false"
1  Warning
JavadocStyle
  • tokens: "ANNOTATION_DEF, ANNOTATION_FIELD_DEF, CLASS_DEF, CTOR_DEF, ENUM_CONSTANT_DEF, ENUM_DEF, INTERFACE_DEF, METHOD_DEF, VARIABLE_DEF"
  • checkEmptyJavadoc: "true"
9  Warning
NonEmptyAtclauseDescription 2  Warning
modifier ModifierOrder 1  Warning
RedundantModifier 8  Warning
naming LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
1  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://"
130  Warning
whitespace 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
 Warning modifier RedundantModifier Redundant 'final' modifier. 124
 Warning modifier RedundantModifier Redundant 'final' modifier. 126

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 122). 93
 Warning sizes LineLength Line is longer than 120 characters (found 139). 99
 Warning sizes LineLength Line is longer than 120 characters (found 138). 103
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 109
 Warning javadoc JavadocStyle First sentence should end with a period. 109
 Warning sizes LineLength Line is longer than 120 characters (found 162). 113
 Warning sizes LineLength Line is longer than 120 characters (found 173). 114
 Warning sizes LineLength Line is longer than 120 characters (found 128). 115
 Warning sizes LineLength Line is longer than 120 characters (found 144). 118
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 121
 Warning javadoc JavadocStyle First sentence should end with a period. 121
 Warning modifier RedundantModifier Redundant 'final' modifier. 124
 Warning coding IllegalCatch Catching 'RuntimeException' is not allowed. 175
 Warning sizes LineLength Line is longer than 120 characters (found 145). 176
 Warning sizes LineLength Line is longer than 120 characters (found 122). 178
 Warning sizes LineLength Line is longer than 120 characters (found 138). 187
 Warning sizes LineLength Line is longer than 120 characters (found 138). 188
 Warning sizes LineLength Line is longer than 120 characters (found 139). 191
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 200
 Warning sizes LineLength Line is longer than 120 characters (found 125). 201
 Warning sizes LineLength Line is longer than 120 characters (found 144). 202
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 211
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 212
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 213
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 214
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 215
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 216
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 217
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 218
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 219
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 220
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 221
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 222
 Warning sizes LineLength Line is longer than 120 characters (found 127). 230
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 239
 Warning sizes LineLength Line is longer than 120 characters (found 132). 240
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 248
 Warning naming ParameterName Parameter name 't' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 262
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 271
 Warning javadoc JavadocStyle First sentence should end with a period. 271
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 280
 Warning javadoc JavadocStyle First sentence should end with a period. 280
 Warning sizes LineLength Line is longer than 120 characters (found 129). 295
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 301
 Warning javadoc JavadocStyle First sentence should end with a period. 301
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 342
 Warning sizes LineLength Line is longer than 120 characters (found 154). 352
 Warning sizes LineLength Line is longer than 120 characters (found 136). 372
 Warning sizes LineLength Line is longer than 120 characters (found 151). 375
 Warning sizes LineLength Line is longer than 120 characters (found 162). 379
 Warning sizes LineLength Line is longer than 120 characters (found 161). 380

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/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/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 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 ParameterName Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 256
 Warning sizes LineLength Line is longer than 120 characters (found 133). 282
 Warning sizes LineLength Line is longer than 120 characters (found 152). 283
 Warning sizes LineLength Line is longer than 120 characters (found 121). 287
 Warning sizes LineLength Line is longer than 120 characters (found 151). 288
 Warning sizes LineLength Line is longer than 120 characters (found 129). 297
 Warning sizes LineLength Line is longer than 120 characters (found 138). 302
 Warning sizes LineLength Line is longer than 120 characters (found 122). 328
 Warning sizes LineLength Line is longer than 120 characters (found 134). 362
 Warning sizes LineLength Line is longer than 120 characters (found 132). 375
 Warning sizes LineLength Line is longer than 120 characters (found 136). 383
 Warning sizes LineLength Line is longer than 120 characters (found 151). 396
 Warning sizes LineLength Line is longer than 120 characters (found 140). 399
 Warning sizes LineLength Line is longer than 120 characters (found 145). 407
 Warning sizes LineLength Line is longer than 120 characters (found 307). 409
 Warning sizes LineLength Line is longer than 120 characters (found 157). 442
 Warning sizes LineLength Line is longer than 120 characters (found 137). 446
 Warning sizes LineLength Line is longer than 120 characters (found 291). 448
 Warning sizes LineLength Line is longer than 120 characters (found 149). 481
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 511
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 512
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 513
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 514
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 515
 Warning sizes LineLength Line is longer than 120 characters (found 133). 516
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 518
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 519
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 520
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 521
 Warning sizes LineLength Line is longer than 120 characters (found 138). 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 'block' child have incorrect indentation level 12, expected level should be 16. 525
 Warning naming ParameterName Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 530
 Warning sizes LineLength Line is longer than 120 characters (found 140). 596
 Warning sizes LineLength Line is longer than 120 characters (found 123). 613
 Warning naming ParameterName Parameter name 'l' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 621
 Warning sizes LineLength Line is longer than 120 characters (found 129). 627
 Warning sizes LineLength Line is longer than 120 characters (found 130). 628
 Warning sizes LineLength Line is longer than 120 characters (found 145). 639
 Warning sizes LineLength Line is longer than 120 characters (found 307). 641
 Warning sizes LineLength Line is longer than 120 characters (found 122). 662
 Warning sizes LineLength Line is longer than 120 characters (found 157). 678
 Warning sizes LineLength Line is longer than 120 characters (found 137). 686
 Warning sizes LineLength Line is longer than 120 characters (found 291). 688
 Warning sizes LineLength Line is longer than 120 characters (found 149). 718
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '508'. 722
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 725
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 726
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 727
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 728
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 729
 Warning sizes LineLength Line is longer than 120 characters (found 133). 730
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 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 138). 734
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 736
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 737
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 738
 Warning naming ParameterName Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 743
 Warning naming ParameterName Parameter name 'n' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 792
 Warning sizes LineLength Line is longer than 120 characters (found 122). 803
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '722'. 803
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 805
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 806
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 807
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 808
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 809
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 810
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 811
 Warning sizes LineLength Line is longer than 120 characters (found 153). 814
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 815
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 816
 Warning indentation Indentation 'case' child have incorrect indentation level 8, expected level should be 12. 817
 Warning indentation Indentation 'block' child have incorrect indentation level 12, expected level should be 16. 818
 Warning naming ParameterName Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 823
 Warning sizes LineLength Line is longer than 120 characters (found 143). 869
 Warning naming ParameterName Parameter name 'p' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 874
 Warning sizes LineLength Line is longer than 120 characters (found 143). 880
 Warning sizes LineLength Line is longer than 120 characters (found 136). 897

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 191). 145
 Warning sizes LineLength Line is longer than 120 characters (found 217). 146
 Warning sizes LineLength Line is longer than 120 characters (found 124). 163
 Warning sizes LineLength Line is longer than 120 characters (found 122). 164
 Warning sizes LineLength Line is longer than 120 characters (found 132). 165
 Warning sizes LineLength Line is longer than 120 characters (found 155). 166
 Warning sizes LineLength Line is longer than 120 characters (found 145). 179
 Warning sizes LineLength Line is longer than 120 characters (found 146). 184
 Warning sizes LineLength Line is longer than 120 characters (found 155). 185
 Warning sizes LineLength Line is longer than 120 characters (found 125). 194
 Warning sizes LineLength Line is longer than 120 characters (found 234). 223
 Warning sizes LineLength Line is longer than 120 characters (found 125). 230
 Warning sizes LineLength Line is longer than 120 characters (found 139). 247
 Warning sizes LineLength Line is longer than 120 characters (found 226). 253
 Warning sizes LineLength Line is longer than 120 characters (found 226). 254
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 261
 Warning javadoc JavadocStyle First sentence should end with a period. 261
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 264
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 273
 Warning sizes LineLength Line is longer than 120 characters (found 135). 316
 Warning sizes LineLength Line is longer than 120 characters (found 416). 345
 Warning sizes LineLength Line is longer than 120 characters (found 176). 348
 Warning sizes LineLength Line is longer than 120 characters (found 148). 351
 Warning sizes LineLength Line is longer than 120 characters (found 161). 357
 Warning sizes LineLength Line is longer than 120 characters (found 148). 359
 Warning sizes LineLength Line is longer than 120 characters (found 333). 363
 Warning sizes LineLength Line is longer than 120 characters (found 159). 370
 Warning sizes LineLength Line is longer than 120 characters (found 273). 371
 Warning sizes LineLength Line is longer than 120 characters (found 149). 377
 Warning sizes LineLength Line is longer than 120 characters (found 167). 378
 Warning sizes LineLength Line is longer than 120 characters (found 226). 381

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

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

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

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 140). 36
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 36
 Warning sizes LineLength Line is longer than 120 characters (found 137). 80

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 modifier RedundantModifier Redundant 'final' modifier. 92
 Warning modifier RedundantModifier Redundant 'final' modifier. 92
 Warning modifier RedundantModifier Redundant 'final' modifier. 93
 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 177). 37
 Warning sizes LineLength Line is longer than 120 characters (found 146). 42
 Warning sizes LineLength Line is longer than 120 characters (found 126). 46
 Warning sizes LineLength Line is longer than 120 characters (found 126). 51
 Warning sizes LineLength Line is longer than 120 characters (found 132). 64

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). 47
 Warning sizes LineLength Line is longer than 120 characters (found 140). 50
 Warning sizes LineLength Line is longer than 120 characters (found 151). 61
 Warning sizes LineLength Line is longer than 120 characters (found 199). 66
 Warning sizes LineLength Line is longer than 120 characters (found 185). 80
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 82
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 83
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 84
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 85
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 86
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 87
 Warning sizes LineLength Line is longer than 120 characters (found 122). 87
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 88
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 89
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 90
 Warning sizes LineLength Line is longer than 120 characters (found 122). 90
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 91
 Warning indentation Indentation 'case' child have incorrect indentation level 12, expected level should be 16. 92
 Warning indentation Indentation 'block' child have incorrect indentation level 16, expected level should be 20. 93
 Warning sizes LineLength Line is longer than 120 characters (found 141). 119
 Warning sizes LineLength Line is longer than 120 characters (found 170). 120
 Warning sizes LineLength Line is longer than 120 characters (found 134). 121
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 127
 Warning sizes LineLength Line is longer than 120 characters (found 121). 147

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 sizes LineLength Line is longer than 120 characters (found 127). 31
 Warning sizes LineLength Line is longer than 120 characters (found 124). 66

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

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