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
68 0 714 0

Files

File  I  W  E
org/opendaylight/protocol/bgp/flowspec/AbstractFlowspecNlriParser.java 0 49 0
org/opendaylight/protocol/bgp/flowspec/AbstractFlowspecRIBSupport.java 0 3 0
org/opendaylight/protocol/bgp/flowspec/ActivatorTest.java 0 3 0
org/opendaylight/protocol/bgp/flowspec/BGPActivator.java 0 28 0
org/opendaylight/protocol/bgp/flowspec/FSDscpHandler.java 0 2 0
org/opendaylight/protocol/bgp/flowspec/FSTcpFlagsHandler.java 0 1 0
org/opendaylight/protocol/bgp/flowspec/FlowspecActivator.java 0 35 0
org/opendaylight/protocol/bgp/flowspec/FlowspecIpv4RIBSupport.java 0 1 0
org/opendaylight/protocol/bgp/flowspec/FlowspecIpv4RIBSupportTest.java 0 14 0
org/opendaylight/protocol/bgp/flowspec/FlowspecIpv6RIBSupport.java 0 1 0
org/opendaylight/protocol/bgp/flowspec/FlowspecIpv6RIBSupportTest.java 0 16 0
org/opendaylight/protocol/bgp/flowspec/FlowspecL3vpnIpv4NlriParserTest.java 0 106 0
org/opendaylight/protocol/bgp/flowspec/FlowspecL3vpnIpv4RIBSupportTest.java 0 25 0
org/opendaylight/protocol/bgp/flowspec/FlowspecL3vpnIpv6NlriParserTest.java 0 55 0
org/opendaylight/protocol/bgp/flowspec/FlowspecL3vpnIpv6RIBSupportTest.java 0 22 0
org/opendaylight/protocol/bgp/flowspec/RIBActivator.java 0 4 0
org/opendaylight/protocol/bgp/flowspec/SimpleFlowspecExtensionProviderContext.java 0 3 0
org/opendaylight/protocol/bgp/flowspec/SimpleFlowspecIpv4NlriParser.java 0 8 0
org/opendaylight/protocol/bgp/flowspec/SimpleFlowspecIpv4NlriParserTest.java 0 108 0
org/opendaylight/protocol/bgp/flowspec/SimpleFlowspecIpv6NlriParser.java 0 8 0
org/opendaylight/protocol/bgp/flowspec/SimpleFlowspecIpv6NlriParserTest.java 0 55 0
org/opendaylight/protocol/bgp/flowspec/SimpleFlowspecTypeRegistry.java 0 4 0
org/opendaylight/protocol/bgp/flowspec/TableTypeActivator.java 0 5 0
org/opendaylight/protocol/bgp/flowspec/TableTypeActivatorTest.java 0 4 0
org/opendaylight/protocol/bgp/flowspec/extended/communities/FSExtendedCommunitiesTest.java 0 52 0
org/opendaylight/protocol/bgp/flowspec/extended/communities/RedirectAsFourOctetEcHandler.java 0 3 0
org/opendaylight/protocol/bgp/flowspec/extended/communities/RedirectAsTwoOctetEcHandler.java 0 3 0
org/opendaylight/protocol/bgp/flowspec/extended/communities/RedirectIpNextHopEcHandler.java 0 4 0
org/opendaylight/protocol/bgp/flowspec/extended/communities/RedirectIpv4EcHandler.java 0 3 0
org/opendaylight/protocol/bgp/flowspec/extended/communities/RedirectIpv6EcHandler.java 0 1 0
org/opendaylight/protocol/bgp/flowspec/extended/communities/TrafficActionEcHandler.java 0 3 0
org/opendaylight/protocol/bgp/flowspec/extended/communities/TrafficMarkingEcHandler.java 0 3 0
org/opendaylight/protocol/bgp/flowspec/extended/communities/TrafficRateEcHandler.java 0 3 0
org/opendaylight/protocol/bgp/flowspec/handlers/AbstractFSFragmentHandler.java 0 3 0
org/opendaylight/protocol/bgp/flowspec/handlers/AbstractNumericByteOperandParser.java 0 2 0
org/opendaylight/protocol/bgp/flowspec/handlers/AbstractNumericOperandParser.java 0 7 0
org/opendaylight/protocol/bgp/flowspec/handlers/AbstractOperandParser.java 0 7 0
org/opendaylight/protocol/bgp/flowspec/handlers/BitmaskOperandParser.java 0 1 0
org/opendaylight/protocol/bgp/flowspec/handlers/FSIpv4DestinationPrefixHandler.java 0 1 0
org/opendaylight/protocol/bgp/flowspec/handlers/FSIpv4FragmentHandler.java 0 1 0
org/opendaylight/protocol/bgp/flowspec/handlers/FSIpv6DestinationPrefixHandler.java 0 1 0
org/opendaylight/protocol/bgp/flowspec/ipv4/FlowspecIpv4NlriParserHelper.java 0 10 0
org/opendaylight/protocol/bgp/flowspec/ipv6/FlowspecIpv6NlriParserHelper.java 0 15 0
org/opendaylight/protocol/bgp/flowspec/l3vpn/AbstractFlowspecL3vpnNlriParser.java 0 5 0
org/opendaylight/protocol/bgp/flowspec/l3vpn/AbstractFlowspecL3vpnRIBSupport.java 0 3 0
org/opendaylight/protocol/bgp/flowspec/l3vpn/ipv4/FlowspecL3vpnIpv4NlriParser.java 0 10 0
org/opendaylight/protocol/bgp/flowspec/l3vpn/ipv4/FlowspecL3vpnIpv4RIBSupport.java 0 2 0
org/opendaylight/protocol/bgp/flowspec/l3vpn/ipv6/FlowspecL3vpnIpv6NlriParser.java 0 10 0
org/opendaylight/protocol/bgp/flowspec/l3vpn/ipv6/FlowspecL3vpnIpv6RIBSupport.java 0 1 0

Rules

Category Rule Violations Severity
coding IllegalCatch 1  Warning
OverloadMethodsDeclarationOrder 5  Warning
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
5  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
5  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"
8  Warning
NonEmptyAtclauseDescription 5  Warning
misc ArrayTypeStyle 1  Warning
modifier ModifierOrder 4  Warning
RedundantModifier 36  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "4"
4  Warning
MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
4  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
2  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
613  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
2  Warning
ParenPad 1  Warning
SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
7  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
7  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
3  Warning

Details

org/opendaylight/protocol/bgp/flowspec/AbstractFlowspecNlriParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 150). 109
 Warning sizes LineLength Line is longer than 120 characters (found 142). 110
 Warning sizes LineLength Line is longer than 120 characters (found 148). 130
 Warning sizes LineLength Line is longer than 120 characters (found 154). 132
 Warning modifier RedundantModifier Redundant 'final' modifier. 158
 Warning modifier RedundantModifier Redundant 'final' modifier. 158
 Warning modifier RedundantModifier Redundant 'final' modifier. 160
 Warning modifier RedundantModifier Redundant 'final' modifier. 160
 Warning modifier RedundantModifier Redundant 'final' modifier. 162
 Warning modifier RedundantModifier Redundant 'final' modifier. 162
 Warning modifier RedundantModifier Redundant 'final' modifier. 164
 Warning modifier RedundantModifier Redundant 'final' modifier. 164
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 166
 Warning javadoc JavadocStyle First sentence should end with a period. 166
 Warning sizes LineLength Line is longer than 120 characters (found 134). 173
 Warning modifier RedundantModifier Redundant 'final' modifier. 173
 Warning modifier RedundantModifier Redundant 'final' modifier. 173
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 175
 Warning javadoc JavadocStyle First sentence should end with a period. 175
 Warning sizes LineLength Line is longer than 120 characters (found 141). 182
 Warning modifier RedundantModifier Redundant 'final' modifier. 182
 Warning modifier RedundantModifier Redundant 'final' modifier. 182
 Warning sizes LineLength Line is longer than 120 characters (found 123). 186
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 233
 Warning sizes LineLength Line is longer than 120 characters (found 138). 236
 Warning sizes LineLength Line is longer than 120 characters (found 125). 242
 Warning sizes LineLength Line is longer than 120 characters (found 143). 275
 Warning sizes LineLength Line is longer than 120 characters (found 180). 277
 Warning sizes LineLength Line is longer than 120 characters (found 167). 279
 Warning sizes LineLength Line is longer than 120 characters (found 151). 281
 Warning sizes LineLength Line is longer than 120 characters (found 151). 283
 Warning sizes LineLength Line is longer than 120 characters (found 157). 285
 Warning sizes LineLength Line is longer than 120 characters (found 176). 287
 Warning sizes LineLength Line is longer than 120 characters (found 149). 289
 Warning sizes LineLength Line is longer than 120 characters (found 158). 291
 Warning sizes LineLength Line is longer than 120 characters (found 124). 323
 Warning sizes LineLength Line is longer than 120 characters (found 126). 342
 Warning sizes LineLength Line is longer than 120 characters (found 128). 418
 Warning sizes LineLength Line is longer than 120 characters (found 127). 437
 Warning sizes LineLength Line is longer than 120 characters (found 139). 469
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '251'. 472
 Warning sizes LineLength Line is longer than 120 characters (found 126). 488
 Warning sizes LineLength Line is longer than 120 characters (found 122). 578
 Warning sizes LineLength Line is longer than 120 characters (found 138). 596
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 613
 Warning javadoc JavadocStyle First sentence should end with a period. 613
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '211'. 619
 Warning sizes LineLength Line is longer than 120 characters (found 160). 625
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '624'. 649

org/opendaylight/protocol/bgp/flowspec/AbstractFlowspecRIBSupport.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 124). 36
 Warning sizes LineLength Line is longer than 120 characters (found 131). 102
 Warning sizes LineLength Line is longer than 120 characters (found 160). 104

org/opendaylight/protocol/bgp/flowspec/ActivatorTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder 'org.junit.Test' should be separated from previous import group by one line. 12
 Warning sizes LineLength Line is longer than 120 characters (found 136). 31
 Warning sizes LineLength Line is longer than 120 characters (found 145). 32

org/opendaylight/protocol/bgp/flowspec/BGPActivator.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 123). 65
 Warning sizes LineLength Line is longer than 120 characters (found 236). 70
 Warning sizes LineLength Line is longer than 120 characters (found 236). 71
 Warning sizes LineLength Line is longer than 120 characters (found 143). 74
 Warning indentation Indentation 'method call rparen' have incorrect indentation level 16, expected level should be 8. 76
 Warning sizes LineLength Line is longer than 120 characters (found 143). 79
 Warning indentation Indentation 'method call rparen' have incorrect indentation level 16, expected level should be 8. 81
 Warning sizes LineLength Line is longer than 120 characters (found 243). 85
 Warning sizes LineLength Line is longer than 120 characters (found 243). 86
 Warning sizes LineLength Line is longer than 120 characters (found 153). 89
 Warning indentation Indentation 'method call rparen' have incorrect indentation level 16, expected level should be 8. 91
 Warning sizes LineLength Line is longer than 120 characters (found 153). 94
 Warning indentation Indentation 'method call rparen' have incorrect indentation level 16, expected level should be 8. 96
 Warning sizes LineLength Line is longer than 120 characters (found 142). 101
 Warning sizes LineLength Line is longer than 120 characters (found 151). 105
 Warning sizes LineLength Line is longer than 120 characters (found 126). 106
 Warning sizes LineLength Line is longer than 120 characters (found 154). 109
 Warning sizes LineLength Line is longer than 120 characters (found 128). 110
 Warning sizes LineLength Line is longer than 120 characters (found 151). 113
 Warning sizes LineLength Line is longer than 120 characters (found 124). 114
 Warning sizes LineLength Line is longer than 120 characters (found 154). 117
 Warning sizes LineLength Line is longer than 120 characters (found 126). 118
 Warning sizes LineLength Line is longer than 120 characters (found 142). 121
 Warning sizes LineLength Line is longer than 120 characters (found 121). 122
 Warning sizes LineLength Line is longer than 120 characters (found 148). 125
 Warning sizes LineLength Line is longer than 120 characters (found 124). 126
 Warning sizes LineLength Line is longer than 120 characters (found 148). 129
 Warning sizes LineLength Line is longer than 120 characters (found 124). 130

org/opendaylight/protocol/bgp/flowspec/FSDscpHandler.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 43
 Warning sizes LineLength Line is longer than 120 characters (found 152). 60

org/opendaylight/protocol/bgp/flowspec/FSTcpFlagsHandler.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 46

org/opendaylight/protocol/bgp/flowspec/FlowspecActivator.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 74
 Warning javadoc JavadocStyle First sentence should end with a period. 74
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 77
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 78
 Warning sizes LineLength Line is longer than 120 characters (found 153). 91
 Warning sizes LineLength Line is longer than 120 characters (found 135). 92
 Warning sizes LineLength Line is longer than 120 characters (found 138). 95
 Warning sizes LineLength Line is longer than 120 characters (found 125). 96
 Warning sizes LineLength Line is longer than 120 characters (found 132). 99
 Warning sizes LineLength Line is longer than 120 characters (found 121). 100
 Warning sizes LineLength Line is longer than 120 characters (found 132). 103
 Warning sizes LineLength Line is longer than 120 characters (found 121). 104
 Warning sizes LineLength Line is longer than 120 characters (found 132). 107
 Warning sizes LineLength Line is longer than 120 characters (found 121). 108
 Warning sizes LineLength Line is longer than 120 characters (found 144). 111
 Warning sizes LineLength Line is longer than 120 characters (found 129). 112
 Warning sizes LineLength Line is longer than 120 characters (found 163). 126
 Warning sizes LineLength Line is longer than 120 characters (found 139). 127
 Warning sizes LineLength Line is longer than 120 characters (found 148). 130
 Warning sizes LineLength Line is longer than 120 characters (found 129). 131
 Warning sizes LineLength Line is longer than 120 characters (found 138). 134
 Warning sizes LineLength Line is longer than 120 characters (found 125). 135
 Warning sizes LineLength Line is longer than 120 characters (found 135). 138
 Warning sizes LineLength Line is longer than 120 characters (found 121). 139
 Warning sizes LineLength Line is longer than 120 characters (found 168). 149
 Warning sizes LineLength Line is longer than 120 characters (found 143). 150
 Warning sizes LineLength Line is longer than 120 characters (found 148). 153
 Warning sizes LineLength Line is longer than 120 characters (found 133). 154
 Warning sizes LineLength Line is longer than 120 characters (found 142). 157
 Warning sizes LineLength Line is longer than 120 characters (found 125). 158
 Warning sizes LineLength Line is longer than 120 characters (found 135). 161
 Warning sizes LineLength Line is longer than 120 characters (found 121). 162
 Warning sizes LineLength Line is longer than 120 characters (found 139). 165
 Warning sizes LineLength Line is longer than 120 characters (found 123). 166
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 177

org/opendaylight/protocol/bgp/flowspec/FlowspecIpv4RIBSupport.java

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

org/opendaylight/protocol/bgp/flowspec/FlowspecIpv4RIBSupportTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 156). 63
 Warning sizes LineLength Line is longer than 120 characters (found 138). 64
 Warning sizes LineLength Line is longer than 120 characters (found 140). 65
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 65
 Warning sizes LineLength Line is longer than 120 characters (found 141). 66
 Warning sizes LineLength Line is longer than 120 characters (found 207). 68
 Warning sizes LineLength Line is longer than 120 characters (found 145). 69
 Warning sizes LineLength Line is longer than 120 characters (found 150). 80
 Warning sizes LineLength Line is longer than 120 characters (found 131). 97
 Warning sizes LineLength Line is longer than 120 characters (found 152). 127
 Warning sizes LineLength Line is longer than 120 characters (found 129). 157
 Warning sizes LineLength Line is longer than 120 characters (found 149). 168
 Warning sizes LineLength Line is longer than 120 characters (found 130). 190
 Warning sizes LineLength Line is longer than 120 characters (found 130). 193

org/opendaylight/protocol/bgp/flowspec/FlowspecIpv6RIBSupport.java

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

org/opendaylight/protocol/bgp/flowspec/FlowspecIpv6RIBSupportTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 170). 62
 Warning sizes LineLength Line is longer than 120 characters (found 138). 63
 Warning sizes LineLength Line is longer than 120 characters (found 140). 64
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 64
 Warning sizes LineLength Line is longer than 120 characters (found 149). 65
 Warning sizes LineLength Line is longer than 120 characters (found 211). 67
 Warning sizes LineLength Line is longer than 120 characters (found 149). 68
 Warning whitespace EmptyLineSeparator 'STATIC_INIT' should be separated from previous statement. 70
 Warning sizes LineLength Line is longer than 120 characters (found 150). 79
 Warning sizes LineLength Line is longer than 120 characters (found 131). 96
 Warning sizes LineLength Line is longer than 120 characters (found 152). 126
 Warning whitespace SeparatorWrap '.' should be on a new line. 147
 Warning sizes LineLength Line is longer than 120 characters (found 129). 157
 Warning sizes LineLength Line is longer than 120 characters (found 149). 168
 Warning sizes LineLength Line is longer than 120 characters (found 130). 190
 Warning sizes LineLength Line is longer than 120 characters (found 142). 193

org/opendaylight/protocol/bgp/flowspec/FlowspecL3vpnIpv4NlriParserTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 166). 106
 Warning naming AbbreviationAsWordInName Abbreviation in name 'FS_PARSER' must contain no more than '5' consecutive capital letters. 166
 Warning sizes LineLength Line is longer than 120 characters (found 243). 166
 Warning naming MemberName Member name 'FS_PARSER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 166
 Warning sizes LineLength Line is longer than 120 characters (found 151). 181
 Warning sizes LineLength Line is longer than 120 characters (found 130). 184
 Warning sizes LineLength Line is longer than 120 characters (found 236). 204
 Warning sizes LineLength Line is longer than 120 characters (found 298). 211
 Warning sizes LineLength Line is longer than 120 characters (found 216). 220
 Warning sizes LineLength Line is longer than 120 characters (found 203). 231
 Warning sizes LineLength Line is longer than 120 characters (found 342). 234
 Warning sizes LineLength Line is longer than 120 characters (found 168). 258
 Warning sizes LineLength Line is longer than 120 characters (found 176). 263
 Warning sizes LineLength Line is longer than 120 characters (found 181). 268
 Warning sizes LineLength Line is longer than 120 characters (found 124). 269
 Warning sizes LineLength Line is longer than 120 characters (found 151). 279
 Warning sizes LineLength Line is longer than 120 characters (found 130). 282
 Warning sizes LineLength Line is longer than 120 characters (found 236). 302
 Warning sizes LineLength Line is longer than 120 characters (found 298). 309
 Warning sizes LineLength Line is longer than 120 characters (found 216). 318
 Warning sizes LineLength Line is longer than 120 characters (found 203). 330
 Warning sizes LineLength Line is longer than 120 characters (found 342). 333
 Warning sizes LineLength Line is longer than 120 characters (found 153). 337
 Warning sizes LineLength Line is longer than 120 characters (found 236). 375
 Warning sizes LineLength Line is longer than 120 characters (found 292). 382
 Warning sizes LineLength Line is longer than 120 characters (found 213). 390
 Warning sizes LineLength Line is longer than 120 characters (found 173). 404
 Warning sizes LineLength Line is longer than 120 characters (found 347). 407
 Warning sizes LineLength Line is longer than 120 characters (found 193). 412
 Warning sizes LineLength Line is longer than 120 characters (found 171). 417
 Warning sizes LineLength Line is longer than 120 characters (found 148). 422
 Warning sizes LineLength Line is longer than 120 characters (found 154). 428
 Warning sizes LineLength Line is longer than 120 characters (found 160). 434
 Warning sizes LineLength Line is longer than 120 characters (found 160). 440
 Warning sizes LineLength Line is longer than 120 characters (found 236). 488
 Warning sizes LineLength Line is longer than 120 characters (found 292). 495
 Warning sizes LineLength Line is longer than 120 characters (found 213). 503
 Warning sizes LineLength Line is longer than 120 characters (found 173). 518
 Warning sizes LineLength Line is longer than 120 characters (found 347). 521
 Warning sizes LineLength Line is longer than 120 characters (found 122). 527
 Warning sizes LineLength Line is longer than 120 characters (found 179). 535
 Warning sizes LineLength Line is longer than 120 characters (found 132). 538
 Warning sizes LineLength Line is longer than 120 characters (found 122). 546
 Warning sizes LineLength Line is longer than 120 characters (found 181). 554
 Warning sizes LineLength Line is longer than 120 characters (found 122). 557
 Warning sizes LineLength Line is longer than 120 characters (found 122). 565
 Warning sizes LineLength Line is longer than 120 characters (found 230). 575
 Warning sizes LineLength Line is longer than 120 characters (found 160). 576
 Warning sizes LineLength Line is longer than 120 characters (found 189). 578
 Warning sizes LineLength Line is longer than 120 characters (found 160). 579
 Warning sizes LineLength Line is longer than 120 characters (found 273). 581
 Warning sizes LineLength Line is longer than 120 characters (found 160). 582
 Warning sizes LineLength Line is longer than 120 characters (found 126). 587
 Warning sizes LineLength Line is longer than 120 characters (found 127). 588
 Warning sizes LineLength Line is longer than 120 characters (found 136). 589
 Warning sizes LineLength Line is longer than 120 characters (found 122). 597
 Warning sizes LineLength Line is longer than 120 characters (found 276). 607
 Warning sizes LineLength Line is longer than 120 characters (found 152). 608
 Warning sizes LineLength Line is longer than 120 characters (found 195). 612
 Warning sizes LineLength Line is longer than 120 characters (found 122). 620
 Warning sizes LineLength Line is longer than 120 characters (found 121). 628
 Warning sizes LineLength Line is longer than 120 characters (found 123). 629
 Warning sizes LineLength Line is longer than 120 characters (found 235). 630
 Warning sizes LineLength Line is longer than 120 characters (found 152). 631
 Warning sizes LineLength Line is longer than 120 characters (found 230). 634
 Warning sizes LineLength Line is longer than 120 characters (found 122). 642
 Warning sizes LineLength Line is longer than 120 characters (found 123). 650
 Warning sizes LineLength Line is longer than 120 characters (found 124). 651
 Warning sizes LineLength Line is longer than 120 characters (found 368). 652
 Warning sizes LineLength Line is longer than 120 characters (found 153). 653
 Warning sizes LineLength Line is longer than 120 characters (found 212). 656
 Warning sizes LineLength Line is longer than 120 characters (found 122). 664
 Warning sizes LineLength Line is longer than 120 characters (found 121). 672
 Warning sizes LineLength Line is longer than 120 characters (found 124). 673
 Warning sizes LineLength Line is longer than 120 characters (found 368). 674
 Warning sizes LineLength Line is longer than 120 characters (found 159). 675
 Warning sizes LineLength Line is longer than 120 characters (found 204). 678
 Warning sizes LineLength Line is longer than 120 characters (found 122). 686
 Warning sizes LineLength Line is longer than 120 characters (found 121). 694
 Warning sizes LineLength Line is longer than 120 characters (found 124). 695
 Warning sizes LineLength Line is longer than 120 characters (found 154). 696
 Warning sizes LineLength Line is longer than 120 characters (found 159). 697
 Warning sizes LineLength Line is longer than 120 characters (found 209). 700
 Warning sizes LineLength Line is longer than 120 characters (found 122). 708
 Warning sizes LineLength Line is longer than 120 characters (found 121). 716
 Warning sizes LineLength Line is longer than 120 characters (found 124). 717
 Warning sizes LineLength Line is longer than 120 characters (found 230). 718
 Warning sizes LineLength Line is longer than 120 characters (found 151). 719
 Warning sizes LineLength Line is longer than 120 characters (found 198). 722
 Warning sizes LineLength Line is longer than 120 characters (found 122). 730
 Warning sizes LineLength Line is longer than 120 characters (found 126). 738
 Warning sizes LineLength Line is longer than 120 characters (found 124). 739
 Warning sizes LineLength Line is longer than 120 characters (found 238). 740
 Warning sizes LineLength Line is longer than 120 characters (found 152). 741
 Warning sizes LineLength Line is longer than 120 characters (found 220). 744
 Warning sizes LineLength Line is longer than 120 characters (found 122). 752
 Warning sizes LineLength Line is longer than 120 characters (found 124). 761
 Warning sizes LineLength Line is longer than 120 characters (found 279). 762
 Warning sizes LineLength Line is longer than 120 characters (found 159). 763
 Warning sizes LineLength Line is longer than 120 characters (found 212). 766
 Warning sizes LineLength Line is longer than 120 characters (found 122). 774
 Warning sizes LineLength Line is longer than 120 characters (found 124). 783
 Warning sizes LineLength Line is longer than 120 characters (found 296). 784
 Warning sizes LineLength Line is longer than 120 characters (found 323). 785
 Warning sizes LineLength Line is longer than 120 characters (found 232). 788
 Warning sizes LineLength Line is longer than 120 characters (found 122). 796

org/opendaylight/protocol/bgp/flowspec/FlowspecL3vpnIpv4RIBSupportTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.flowspec.l3vpn.ipv4.route.FlowspecL3vpnRoute' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.flowspec.l3vpn.ipv4.routes.FlowspecL3vpnIpv4RoutesBuilder'. 34
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.flowspec.l3vpn.ipv4.route.FlowspecL3vpnRouteBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.flowspec.l3vpn.ipv4.routes.FlowspecL3vpnIpv4RoutesBuilder'. 35
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.flowspec.l3vpn.ipv4.route.FlowspecL3vpnRouteKey' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.flowspec.l3vpn.ipv4.routes.FlowspecL3vpnIpv4RoutesBuilder'. 36
 Warning sizes LineLength Line is longer than 120 characters (found 138). 65
 Warning sizes LineLength Line is longer than 120 characters (found 133). 66
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 66
 Warning sizes LineLength Line is longer than 120 characters (found 168). 68
 Warning sizes LineLength Line is longer than 120 characters (found 181). 69
 Warning whitespace SeparatorWrap '.' should be on a new line. 69
 Warning sizes LineLength Line is longer than 120 characters (found 216). 70
 Warning whitespace SeparatorWrap '.' should be on a new line. 70
 Warning sizes LineLength Line is longer than 120 characters (found 126). 76
 Warning sizes LineLength Line is longer than 120 characters (found 141). 90
 Warning sizes LineLength Line is longer than 120 characters (found 127). 112
 Warning sizes LineLength Line is longer than 120 characters (found 152). 121
 Warning sizes LineLength Line is longer than 120 characters (found 141). 122
 Warning sizes LineLength Line is longer than 120 characters (found 130). 144
 Warning whitespace SeparatorWrap '.' should be on a new line. 144
 Warning sizes LineLength Line is longer than 120 characters (found 159). 146
 Warning sizes LineLength Line is longer than 120 characters (found 196). 153
 Warning sizes LineLength Line is longer than 120 characters (found 129). 154
 Warning sizes LineLength Line is longer than 120 characters (found 149). 165
 Warning sizes LineLength Line is longer than 120 characters (found 130). 187
 Warning sizes LineLength Line is longer than 120 characters (found 157). 190
 Warning sizes LineLength Line is longer than 120 characters (found 134). 194

org/opendaylight/protocol/bgp/flowspec/FlowspecL3vpnIpv6NlriParserTest.java

Severity Category Rule Message Line
 Warning naming AbbreviationAsWordInName Abbreviation in name 'FS_PARSER' must contain no more than '5' consecutive capital letters. 89
 Warning sizes LineLength Line is longer than 120 characters (found 239). 89
 Warning naming MemberName Member name 'FS_PARSER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 89
 Warning sizes LineLength Line is longer than 120 characters (found 164). 134
 Warning sizes LineLength Line is longer than 120 characters (found 144). 138
 Warning sizes LineLength Line is longer than 120 characters (found 178). 142
 Warning sizes LineLength Line is longer than 120 characters (found 292). 152
 Warning sizes LineLength Line is longer than 120 characters (found 212). 165
 Warning sizes LineLength Line is longer than 120 characters (found 211). 177
 Warning sizes LineLength Line is longer than 120 characters (found 151). 180
 Warning sizes LineLength Line is longer than 120 characters (found 164). 189
 Warning sizes LineLength Line is longer than 120 characters (found 144). 193
 Warning sizes LineLength Line is longer than 120 characters (found 178). 197
 Warning sizes LineLength Line is longer than 120 characters (found 298). 207
 Warning sizes LineLength Line is longer than 120 characters (found 212). 219
 Warning sizes LineLength Line is longer than 120 characters (found 211). 231
 Warning sizes LineLength Line is longer than 120 characters (found 151). 234
 Warning sizes LineLength Line is longer than 120 characters (found 298). 257
 Warning sizes LineLength Line is longer than 120 characters (found 213). 268
 Warning sizes LineLength Line is longer than 120 characters (found 181). 279
 Warning sizes LineLength Line is longer than 120 characters (found 182). 283
 Warning sizes LineLength Line is longer than 120 characters (found 193). 287
 Warning sizes LineLength Line is longer than 120 characters (found 131). 293
 Warning sizes LineLength Line is longer than 120 characters (found 125). 294
 Warning sizes LineLength Line is longer than 120 characters (found 298). 318
 Warning sizes LineLength Line is longer than 120 characters (found 213). 329
 Warning sizes LineLength Line is longer than 120 characters (found 181). 341
 Warning sizes LineLength Line is longer than 120 characters (found 182). 345
 Warning sizes LineLength Line is longer than 120 characters (found 122). 350
 Warning sizes LineLength Line is longer than 120 characters (found 124). 359
 Warning sizes LineLength Line is longer than 120 characters (found 296). 360
 Warning sizes LineLength Line is longer than 120 characters (found 323). 361
 Warning sizes LineLength Line is longer than 120 characters (found 232). 364
 Warning sizes LineLength Line is longer than 120 characters (found 122). 372
 Warning sizes LineLength Line is longer than 120 characters (found 230). 382
 Warning sizes LineLength Line is longer than 120 characters (found 160). 383
 Warning sizes LineLength Line is longer than 120 characters (found 189). 385
 Warning sizes LineLength Line is longer than 120 characters (found 160). 386
 Warning sizes LineLength Line is longer than 120 characters (found 273). 388
 Warning sizes LineLength Line is longer than 120 characters (found 160). 389
 Warning sizes LineLength Line is longer than 120 characters (found 126). 394
 Warning sizes LineLength Line is longer than 120 characters (found 127). 395
 Warning sizes LineLength Line is longer than 120 characters (found 136). 396
 Warning sizes LineLength Line is longer than 120 characters (found 122). 404
 Warning sizes LineLength Line is longer than 120 characters (found 230). 414
 Warning sizes LineLength Line is longer than 120 characters (found 153). 415
 Warning sizes LineLength Line is longer than 120 characters (found 189). 417
 Warning sizes LineLength Line is longer than 120 characters (found 153). 418
 Warning sizes LineLength Line is longer than 120 characters (found 129). 424
 Warning sizes LineLength Line is longer than 120 characters (found 122). 432
 Warning sizes LineLength Line is longer than 120 characters (found 184). 440
 Warning sizes LineLength Line is longer than 120 characters (found 140). 442
 Warning sizes LineLength Line is longer than 120 characters (found 122). 450
 Warning sizes LineLength Line is longer than 120 characters (found 187). 458
 Warning sizes LineLength Line is longer than 120 characters (found 130). 460

org/opendaylight/protocol/bgp/flowspec/FlowspecL3vpnIpv6RIBSupportTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 138). 65
 Warning sizes LineLength Line is longer than 120 characters (found 133). 66
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 66
 Warning sizes LineLength Line is longer than 120 characters (found 168). 68
 Warning sizes LineLength Line is longer than 120 characters (found 181). 69
 Warning whitespace SeparatorWrap '.' should be on a new line. 69
 Warning sizes LineLength Line is longer than 120 characters (found 216). 70
 Warning whitespace SeparatorWrap '.' should be on a new line. 70
 Warning sizes LineLength Line is longer than 120 characters (found 130). 76
 Warning sizes LineLength Line is longer than 120 characters (found 141). 90
 Warning sizes LineLength Line is longer than 120 characters (found 127). 112
 Warning sizes LineLength Line is longer than 120 characters (found 152). 121
 Warning sizes LineLength Line is longer than 120 characters (found 141). 122
 Warning sizes LineLength Line is longer than 120 characters (found 130). 144
 Warning whitespace SeparatorWrap '.' should be on a new line. 144
 Warning sizes LineLength Line is longer than 120 characters (found 159). 146
 Warning sizes LineLength Line is longer than 120 characters (found 196). 153
 Warning sizes LineLength Line is longer than 120 characters (found 129). 154
 Warning sizes LineLength Line is longer than 120 characters (found 149). 165
 Warning sizes LineLength Line is longer than 120 characters (found 130). 187
 Warning sizes LineLength Line is longer than 120 characters (found 157). 190
 Warning sizes LineLength Line is longer than 120 characters (found 134). 194

org/opendaylight/protocol/bgp/flowspec/RIBActivator.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 161). 33
 Warning sizes LineLength Line is longer than 120 characters (found 161). 34
 Warning sizes LineLength Line is longer than 120 characters (found 171). 35
 Warning sizes LineLength Line is longer than 120 characters (found 171). 36

org/opendaylight/protocol/bgp/flowspec/SimpleFlowspecExtensionProviderContext.java

Severity Category Rule Message Line
 Warning naming ParameterName Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 17
 Warning naming ParameterName Parameter name 'i' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 28
 Warning misc ArrayTypeStyle Array brackets at illegal position. 33

org/opendaylight/protocol/bgp/flowspec/SimpleFlowspecIpv4NlriParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 31
 Warning sizes LineLength Line is longer than 120 characters (found 207). 33
 Warning sizes LineLength Line is longer than 120 characters (found 133). 43
 Warning sizes LineLength Line is longer than 120 characters (found 206). 45
 Warning sizes LineLength Line is longer than 120 characters (found 212). 56
 Warning sizes LineLength Line is longer than 120 characters (found 243). 57
 Warning sizes LineLength Line is longer than 120 characters (found 213). 75
 Warning sizes LineLength Line is longer than 120 characters (found 244). 76

org/opendaylight/protocol/bgp/flowspec/SimpleFlowspecIpv4NlriParserTest.java

Severity Category Rule Message Line
 Warning naming AbbreviationAsWordInName Abbreviation in name 'FS_PARSER' must contain no more than '5' consecutive capital letters. 159
 Warning sizes LineLength Line is longer than 120 characters (found 241). 159
 Warning naming MemberName Member name 'FS_PARSER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 159
 Warning sizes LineLength Line is longer than 120 characters (found 151). 174
 Warning sizes LineLength Line is longer than 120 characters (found 130). 177
 Warning sizes LineLength Line is longer than 120 characters (found 207). 199
 Warning sizes LineLength Line is longer than 120 characters (found 234). 208
 Warning sizes LineLength Line is longer than 120 characters (found 269). 215
 Warning sizes LineLength Line is longer than 120 characters (found 203). 221
 Warning sizes LineLength Line is longer than 120 characters (found 342). 224
 Warning sizes LineLength Line is longer than 120 characters (found 168). 240
 Warning sizes LineLength Line is longer than 120 characters (found 176). 245
 Warning sizes LineLength Line is longer than 120 characters (found 181). 250
 Warning sizes LineLength Line is longer than 120 characters (found 124). 251
 Warning sizes LineLength Line is longer than 120 characters (found 151). 261
 Warning sizes LineLength Line is longer than 120 characters (found 130). 264
 Warning sizes LineLength Line is longer than 120 characters (found 203). 285
 Warning sizes LineLength Line is longer than 120 characters (found 234). 295
 Warning sizes LineLength Line is longer than 120 characters (found 269). 302
 Warning sizes LineLength Line is longer than 120 characters (found 203). 308
 Warning sizes LineLength Line is longer than 120 characters (found 342). 311
 Warning sizes LineLength Line is longer than 120 characters (found 153). 315
 Warning sizes LineLength Line is longer than 120 characters (found 204). 354
 Warning sizes LineLength Line is longer than 120 characters (found 234). 363
 Warning sizes LineLength Line is longer than 120 characters (found 269). 370
 Warning sizes LineLength Line is longer than 120 characters (found 173). 379
 Warning sizes LineLength Line is longer than 120 characters (found 347). 382
 Warning sizes LineLength Line is longer than 120 characters (found 193). 387
 Warning sizes LineLength Line is longer than 120 characters (found 171). 392
 Warning sizes LineLength Line is longer than 120 characters (found 148). 397
 Warning sizes LineLength Line is longer than 120 characters (found 154). 403
 Warning sizes LineLength Line is longer than 120 characters (found 160). 409
 Warning sizes LineLength Line is longer than 120 characters (found 160). 415
 Warning sizes LineLength Line is longer than 120 characters (found 204). 464
 Warning sizes LineLength Line is longer than 120 characters (found 234). 474
 Warning sizes LineLength Line is longer than 120 characters (found 269). 481
 Warning sizes LineLength Line is longer than 120 characters (found 173). 491
 Warning sizes LineLength Line is longer than 120 characters (found 347). 494
 Warning sizes LineLength Line is longer than 120 characters (found 122). 500
 Warning sizes LineLength Line is longer than 120 characters (found 179). 508
 Warning sizes LineLength Line is longer than 120 characters (found 132). 511
 Warning sizes LineLength Line is longer than 120 characters (found 122). 519
 Warning sizes LineLength Line is longer than 120 characters (found 181). 527
 Warning sizes LineLength Line is longer than 120 characters (found 122). 530
 Warning sizes LineLength Line is longer than 120 characters (found 122). 538
 Warning sizes LineLength Line is longer than 120 characters (found 229). 548
 Warning sizes LineLength Line is longer than 120 characters (found 159). 549
 Warning sizes LineLength Line is longer than 120 characters (found 188). 551
 Warning sizes LineLength Line is longer than 120 characters (found 159). 552
 Warning sizes LineLength Line is longer than 120 characters (found 272). 554
 Warning sizes LineLength Line is longer than 120 characters (found 159). 555
 Warning sizes LineLength Line is longer than 120 characters (found 126). 560
 Warning sizes LineLength Line is longer than 120 characters (found 127). 561
 Warning sizes LineLength Line is longer than 120 characters (found 136). 562
 Warning sizes LineLength Line is longer than 120 characters (found 122). 570
 Warning sizes LineLength Line is longer than 120 characters (found 275). 580
 Warning sizes LineLength Line is longer than 120 characters (found 151). 581
 Warning sizes LineLength Line is longer than 120 characters (found 195). 585
 Warning sizes LineLength Line is longer than 120 characters (found 122). 593
 Warning sizes LineLength Line is longer than 120 characters (found 121). 601
 Warning sizes LineLength Line is longer than 120 characters (found 123). 602
 Warning sizes LineLength Line is longer than 120 characters (found 235). 603
 Warning sizes LineLength Line is longer than 120 characters (found 152). 604
 Warning sizes LineLength Line is longer than 120 characters (found 230). 607
 Warning sizes LineLength Line is longer than 120 characters (found 122). 615
 Warning sizes LineLength Line is longer than 120 characters (found 123). 623
 Warning sizes LineLength Line is longer than 120 characters (found 123). 624
 Warning sizes LineLength Line is longer than 120 characters (found 367). 625
 Warning sizes LineLength Line is longer than 120 characters (found 152). 626
 Warning sizes LineLength Line is longer than 120 characters (found 212). 629
 Warning sizes LineLength Line is longer than 120 characters (found 122). 637
 Warning sizes LineLength Line is longer than 120 characters (found 121). 645
 Warning sizes LineLength Line is longer than 120 characters (found 123). 646
 Warning sizes LineLength Line is longer than 120 characters (found 367). 647
 Warning sizes LineLength Line is longer than 120 characters (found 158). 648
 Warning sizes LineLength Line is longer than 120 characters (found 204). 651
 Warning sizes LineLength Line is longer than 120 characters (found 122). 659
 Warning sizes LineLength Line is longer than 120 characters (found 121). 667
 Warning sizes LineLength Line is longer than 120 characters (found 123). 668
 Warning sizes LineLength Line is longer than 120 characters (found 161). 669
 Warning sizes LineLength Line is longer than 120 characters (found 158). 670
 Warning sizes LineLength Line is longer than 120 characters (found 209). 673
 Warning sizes LineLength Line is longer than 120 characters (found 122). 681
 Warning sizes LineLength Line is longer than 120 characters (found 121). 689
 Warning sizes LineLength Line is longer than 120 characters (found 123). 690
 Warning sizes LineLength Line is longer than 120 characters (found 229). 691
 Warning sizes LineLength Line is longer than 120 characters (found 150). 692
 Warning sizes LineLength Line is longer than 120 characters (found 198). 695
 Warning sizes LineLength Line is longer than 120 characters (found 122). 703
 Warning sizes LineLength Line is longer than 120 characters (found 126). 711
 Warning sizes LineLength Line is longer than 120 characters (found 123). 712
 Warning sizes LineLength Line is longer than 120 characters (found 237). 713
 Warning sizes LineLength Line is longer than 120 characters (found 151). 714
 Warning sizes LineLength Line is longer than 120 characters (found 220). 717
 Warning sizes LineLength Line is longer than 120 characters (found 122). 725
 Warning sizes LineLength Line is longer than 120 characters (found 123). 734
 Warning sizes LineLength Line is longer than 120 characters (found 278). 735
 Warning sizes LineLength Line is longer than 120 characters (found 158). 736
 Warning sizes LineLength Line is longer than 120 characters (found 212). 739
 Warning sizes LineLength Line is longer than 120 characters (found 122). 747
 Warning sizes LineLength Line is longer than 120 characters (found 123). 756
 Warning sizes LineLength Line is longer than 120 characters (found 295). 757
 Warning sizes LineLength Line is longer than 120 characters (found 322). 758
 Warning sizes LineLength Line is longer than 120 characters (found 232). 761
 Warning sizes LineLength Line is longer than 120 characters (found 229). 769
 Warning sizes LineLength Line is longer than 120 characters (found 141). 781
 Warning sizes LineLength Line is longer than 120 characters (found 141). 782
 Warning sizes LineLength Line is longer than 120 characters (found 141). 783

org/opendaylight/protocol/bgp/flowspec/SimpleFlowspecIpv6NlriParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 31
 Warning sizes LineLength Line is longer than 120 characters (found 211). 33
 Warning sizes LineLength Line is longer than 120 characters (found 133). 43
 Warning sizes LineLength Line is longer than 120 characters (found 210). 45
 Warning sizes LineLength Line is longer than 120 characters (found 216). 66
 Warning sizes LineLength Line is longer than 120 characters (found 247). 67
 Warning sizes LineLength Line is longer than 120 characters (found 217). 75
 Warning sizes LineLength Line is longer than 120 characters (found 248). 76

org/opendaylight/protocol/bgp/flowspec/SimpleFlowspecIpv6NlriParserTest.java

Severity Category Rule Message Line
 Warning naming AbbreviationAsWordInName Abbreviation in name 'FS_PARSER' must contain no more than '5' consecutive capital letters. 84
 Warning sizes LineLength Line is longer than 120 characters (found 241). 84
 Warning naming MemberName Member name 'FS_PARSER' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 84
 Warning sizes LineLength Line is longer than 120 characters (found 164). 125
 Warning sizes LineLength Line is longer than 120 characters (found 144). 129
 Warning sizes LineLength Line is longer than 120 characters (found 178). 133
 Warning sizes LineLength Line is longer than 120 characters (found 207). 140
 Warning sizes LineLength Line is longer than 120 characters (found 273). 155
 Warning sizes LineLength Line is longer than 120 characters (found 211). 163
 Warning sizes LineLength Line is longer than 120 characters (found 151). 166
 Warning sizes LineLength Line is longer than 120 characters (found 164). 175
 Warning sizes LineLength Line is longer than 120 characters (found 144). 179
 Warning sizes LineLength Line is longer than 120 characters (found 178). 183
 Warning sizes LineLength Line is longer than 120 characters (found 207). 190
 Warning sizes LineLength Line is longer than 120 characters (found 273). 205
 Warning sizes LineLength Line is longer than 120 characters (found 211). 213
 Warning sizes LineLength Line is longer than 120 characters (found 151). 216
 Warning sizes LineLength Line is longer than 120 characters (found 208). 235
 Warning sizes LineLength Line is longer than 120 characters (found 273). 249
 Warning sizes LineLength Line is longer than 120 characters (found 181). 256
 Warning sizes LineLength Line is longer than 120 characters (found 182). 260
 Warning sizes LineLength Line is longer than 120 characters (found 193). 264
 Warning sizes LineLength Line is longer than 120 characters (found 131). 270
 Warning sizes LineLength Line is longer than 120 characters (found 125). 271
 Warning sizes LineLength Line is longer than 120 characters (found 208). 291
 Warning sizes LineLength Line is longer than 120 characters (found 273). 306
 Warning sizes LineLength Line is longer than 120 characters (found 181). 313
 Warning sizes LineLength Line is longer than 120 characters (found 182). 317
 Warning sizes LineLength Line is longer than 120 characters (found 122). 322
 Warning sizes LineLength Line is longer than 120 characters (found 123). 331
 Warning sizes LineLength Line is longer than 120 characters (found 295). 332
 Warning sizes LineLength Line is longer than 120 characters (found 322). 333
 Warning sizes LineLength Line is longer than 120 characters (found 232). 336
 Warning sizes LineLength Line is longer than 120 characters (found 122). 344
 Warning sizes LineLength Line is longer than 120 characters (found 229). 354
 Warning sizes LineLength Line is longer than 120 characters (found 159). 355
 Warning sizes LineLength Line is longer than 120 characters (found 188). 357
 Warning sizes LineLength Line is longer than 120 characters (found 159). 358
 Warning sizes LineLength Line is longer than 120 characters (found 272). 360
 Warning sizes LineLength Line is longer than 120 characters (found 159). 361
 Warning sizes LineLength Line is longer than 120 characters (found 126). 366
 Warning sizes LineLength Line is longer than 120 characters (found 127). 367
 Warning sizes LineLength Line is longer than 120 characters (found 136). 368
 Warning sizes LineLength Line is longer than 120 characters (found 122). 376
 Warning sizes LineLength Line is longer than 120 characters (found 229). 386
 Warning sizes LineLength Line is longer than 120 characters (found 152). 387
 Warning sizes LineLength Line is longer than 120 characters (found 188). 389
 Warning sizes LineLength Line is longer than 120 characters (found 152). 390
 Warning sizes LineLength Line is longer than 120 characters (found 129). 396
 Warning sizes LineLength Line is longer than 120 characters (found 122). 404
 Warning sizes LineLength Line is longer than 120 characters (found 183). 412
 Warning sizes LineLength Line is longer than 120 characters (found 140). 414
 Warning sizes LineLength Line is longer than 120 characters (found 122). 422
 Warning sizes LineLength Line is longer than 120 characters (found 187). 430
 Warning sizes LineLength Line is longer than 120 characters (found 130). 432

org/opendaylight/protocol/bgp/flowspec/SimpleFlowspecTypeRegistry.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 128). 20
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 39
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 39
 Warning sizes LineLength Line is longer than 120 characters (found 145). 47

org/opendaylight/protocol/bgp/flowspec/TableTypeActivator.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 125). 28
 Warning sizes LineLength Line is longer than 120 characters (found 126). 30
 Warning sizes LineLength Line is longer than 120 characters (found 126). 31
 Warning sizes LineLength Line is longer than 120 characters (found 136). 32
 Warning sizes LineLength Line is longer than 120 characters (found 137). 33

org/opendaylight/protocol/bgp/flowspec/TableTypeActivatorTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 135). 29
 Warning sizes LineLength Line is longer than 120 characters (found 135). 30
 Warning sizes LineLength Line is longer than 120 characters (found 144). 31
 Warning sizes LineLength Line is longer than 120 characters (found 144). 32

org/opendaylight/protocol/bgp/flowspec/extended/communities/FSExtendedCommunitiesTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 125). 69
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 88
 Warning sizes LineLength Line is longer than 120 characters (found 139). 101
 Warning sizes LineLength Line is longer than 120 characters (found 140). 104
 Warning sizes LineLength Line is longer than 120 characters (found 445). 112
 Warning sizes LineLength Line is longer than 120 characters (found 140). 115
 Warning sizes LineLength Line is longer than 120 characters (found 147). 124
 Warning sizes LineLength Line is longer than 120 characters (found 142). 126
 Warning sizes LineLength Line is longer than 120 characters (found 453). 134
 Warning sizes LineLength Line is longer than 120 characters (found 142). 136
 Warning sizes LineLength Line is longer than 120 characters (found 151). 145
 Warning sizes LineLength Line is longer than 120 characters (found 123). 146
 Warning sizes LineLength Line is longer than 120 characters (found 143). 147
 Warning sizes LineLength Line is longer than 120 characters (found 457). 155
 Warning sizes LineLength Line is longer than 120 characters (found 123). 156
 Warning sizes LineLength Line is longer than 120 characters (found 143). 157
 Warning sizes LineLength Line is longer than 120 characters (found 127). 166
 Warning sizes LineLength Line is longer than 120 characters (found 124). 167
 Warning sizes LineLength Line is longer than 120 characters (found 137). 169
 Warning sizes LineLength Line is longer than 120 characters (found 123). 171
 Warning sizes LineLength Line is longer than 120 characters (found 433). 177
 Warning sizes LineLength Line is longer than 120 characters (found 124). 178
 Warning sizes LineLength Line is longer than 120 characters (found 137). 180
 Warning sizes LineLength Line is longer than 120 characters (found 137). 193
 Warning sizes LineLength Line is longer than 120 characters (found 411). 201
 Warning sizes LineLength Line is longer than 120 characters (found 137). 205
 Warning sizes LineLength Line is longer than 120 characters (found 129). 215
 Warning sizes LineLength Line is longer than 120 characters (found 137). 217
 Warning sizes LineLength Line is longer than 120 characters (found 123). 219
 Warning sizes LineLength Line is longer than 120 characters (found 425). 225
 Warning sizes LineLength Line is longer than 120 characters (found 129). 226
 Warning sizes LineLength Line is longer than 120 characters (found 137). 228
 Warning sizes LineLength Line is longer than 120 characters (found 122). 237
 Warning sizes LineLength Line is longer than 120 characters (found 139). 238
 Warning sizes LineLength Line is longer than 120 characters (found 137). 240
 Warning sizes LineLength Line is longer than 120 characters (found 428). 248
 Warning sizes LineLength Line is longer than 120 characters (found 139). 249
 Warning sizes LineLength Line is longer than 120 characters (found 137). 251
 Warning sizes LineLength Line is longer than 120 characters (found 139). 260
 Warning sizes LineLength Line is longer than 120 characters (found 153). 261
 Warning sizes LineLength Line is longer than 120 characters (found 137). 263
 Warning sizes LineLength Line is longer than 120 characters (found 121). 265
 Warning sizes LineLength Line is longer than 120 characters (found 445). 271
 Warning sizes LineLength Line is longer than 120 characters (found 153). 272
 Warning sizes LineLength Line is longer than 120 characters (found 137). 274
 Warning sizes LineLength Line is longer than 120 characters (found 139). 283
 Warning sizes LineLength Line is longer than 120 characters (found 152). 284
 Warning sizes LineLength Line is longer than 120 characters (found 137). 286
 Warning sizes LineLength Line is longer than 120 characters (found 121). 288
 Warning sizes LineLength Line is longer than 120 characters (found 445). 294
 Warning sizes LineLength Line is longer than 120 characters (found 137). 295
 Warning sizes LineLength Line is longer than 120 characters (found 137). 297

org/opendaylight/protocol/bgp/flowspec/extended/communities/RedirectAsFourOctetEcHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 182). 32
 Warning sizes LineLength Line is longer than 120 characters (found 193). 34
 Warning sizes LineLength Line is longer than 120 characters (found 126). 40

org/opendaylight/protocol/bgp/flowspec/extended/communities/RedirectAsTwoOctetEcHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 179). 35
 Warning sizes LineLength Line is longer than 120 characters (found 218). 37
 Warning sizes LineLength Line is longer than 120 characters (found 126). 54

org/opendaylight/protocol/bgp/flowspec/extended/communities/RedirectIpNextHopEcHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 183). 37
 Warning sizes LineLength Line is longer than 120 characters (found 230). 39
 Warning sizes LineLength Line is longer than 120 characters (found 126). 50
 Warning whitespace ParenPad ')' is preceded with whitespace. 52

org/opendaylight/protocol/bgp/flowspec/extended/communities/RedirectIpv4EcHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 183). 32
 Warning sizes LineLength Line is longer than 120 characters (found 196). 34
 Warning sizes LineLength Line is longer than 120 characters (found 126). 40

org/opendaylight/protocol/bgp/flowspec/extended/communities/RedirectIpv6EcHandler.java

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

org/opendaylight/protocol/bgp/flowspec/extended/communities/TrafficActionEcHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 184). 39
 Warning sizes LineLength Line is longer than 120 characters (found 238). 41
 Warning sizes LineLength Line is longer than 120 characters (found 126). 61

org/opendaylight/protocol/bgp/flowspec/extended/communities/TrafficMarkingEcHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 185). 34
 Warning sizes LineLength Line is longer than 120 characters (found 242). 36
 Warning sizes LineLength Line is longer than 120 characters (found 126). 53

org/opendaylight/protocol/bgp/flowspec/extended/communities/TrafficRateEcHandler.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 182). 36
 Warning sizes LineLength Line is longer than 120 characters (found 230). 38
 Warning sizes LineLength Line is longer than 120 characters (found 126). 55

org/opendaylight/protocol/bgp/flowspec/handlers/AbstractFSFragmentHandler.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 31
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 32
 Warning modifier RedundantModifier Redundant 'final' modifier. 32

org/opendaylight/protocol/bgp/flowspec/handlers/AbstractNumericByteOperandParser.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 36
 Warning modifier RedundantModifier Redundant 'final' modifier. 38

org/opendaylight/protocol/bgp/flowspec/handlers/AbstractNumericOperandParser.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 42
 Warning modifier RedundantModifier Redundant 'final' modifier. 42
 Warning modifier RedundantModifier Redundant 'final' modifier. 44
 Warning sizes LineLength Line is longer than 120 characters (found 239). 48
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '42'. 51
 Warning sizes LineLength Line is longer than 120 characters (found 183). 66
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '44'. 69

org/opendaylight/protocol/bgp/flowspec/handlers/AbstractOperandParser.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 46
 Warning modifier RedundantModifier Redundant 'final' modifier. 55
 Warning modifier RedundantModifier Redundant 'final' modifier. 55
 Warning modifier RedundantModifier Redundant 'final' modifier. 55
 Warning modifier RedundantModifier Redundant 'final' modifier. 63
 Warning modifier RedundantModifier Redundant 'final' modifier. 73
 Warning modifier RedundantModifier Redundant 'final' modifier. 73

org/opendaylight/protocol/bgp/flowspec/handlers/BitmaskOperandParser.java

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

org/opendaylight/protocol/bgp/flowspec/handlers/FSIpv4DestinationPrefixHandler.java

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

org/opendaylight/protocol/bgp/flowspec/handlers/FSIpv4FragmentHandler.java

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

org/opendaylight/protocol/bgp/flowspec/handlers/FSIpv6DestinationPrefixHandler.java

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

org/opendaylight/protocol/bgp/flowspec/ipv4/FlowspecIpv4NlriParserHelper.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 34
 Warning javadoc JavadocStyle Javadoc has empty description section. 34
 Warning modifier RedundantModifier Redundant 'final' modifier. 43
 Warning sizes LineLength Line is longer than 120 characters (found 125). 48
 Warning sizes LineLength Line is longer than 120 characters (found 127). 55
 Warning sizes LineLength Line is longer than 120 characters (found 168). 59
 Warning modifier RedundantModifier Redundant 'final' modifier. 63
 Warning modifier RedundantModifier Redundant 'final' modifier. 76
 Warning sizes LineLength Line is longer than 120 characters (found 133). 81
 Warning sizes LineLength Line is longer than 120 characters (found 138). 85

org/opendaylight/protocol/bgp/flowspec/ipv6/FlowspecIpv6NlriParserHelper.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'final' modifier. 45
 Warning sizes LineLength Line is longer than 120 characters (found 144). 49
 Warning sizes LineLength Line is longer than 120 characters (found 141). 55
 Warning sizes LineLength Line is longer than 120 characters (found 167). 59
 Warning sizes LineLength Line is longer than 120 characters (found 162). 61
 Warning modifier RedundantModifier Redundant 'final' modifier. 65
 Warning modifier RedundantModifier Redundant 'final' modifier. 81
 Warning sizes LineLength Line is longer than 120 characters (found 133). 86
 Warning sizes LineLength Line is longer than 120 characters (found 126). 88
 Warning sizes LineLength Line is longer than 120 characters (found 138). 90
 Warning modifier RedundantModifier Redundant 'final' modifier. 100
 Warning sizes LineLength Line is longer than 120 characters (found 133). 105
 Warning sizes LineLength Line is longer than 120 characters (found 125). 107
 Warning sizes LineLength Line is longer than 120 characters (found 138). 109
 Warning modifier RedundantModifier Redundant 'final' modifier. 119

org/opendaylight/protocol/bgp/flowspec/l3vpn/AbstractFlowspecL3vpnNlriParser.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 165). 31
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 48
 Warning javadoc JavadocStyle First sentence should end with a period. 48
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 51
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 52

org/opendaylight/protocol/bgp/flowspec/l3vpn/AbstractFlowspecL3vpnRIBSupport.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 136). 30
 Warning sizes LineLength Line is longer than 120 characters (found 150). 41
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 8. 62

org/opendaylight/protocol/bgp/flowspec/l3vpn/ipv4/FlowspecL3vpnIpv4NlriParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 27
 Warning javadoc JavadocStyle Javadoc has empty description section. 27
 Warning sizes LineLength Line is longer than 120 characters (found 126). 37
 Warning sizes LineLength Line is longer than 120 characters (found 216). 40
 Warning sizes LineLength Line is longer than 120 characters (found 133). 51
 Warning sizes LineLength Line is longer than 120 characters (found 215). 54
 Warning sizes LineLength Line is longer than 120 characters (found 221). 76
 Warning sizes LineLength Line is longer than 120 characters (found 261). 77
 Warning sizes LineLength Line is longer than 120 characters (found 222). 92
 Warning sizes LineLength Line is longer than 120 characters (found 262). 93

org/opendaylight/protocol/bgp/flowspec/l3vpn/ipv4/FlowspecL3vpnIpv4RIBSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.flowspec.l3vpn.ipv4.route.FlowspecL3vpnRoute' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.flowspec.rev150807.flowspec.l3vpn.ipv4.routes.FlowspecL3vpnIpv4Routes'. 15
 Warning sizes LineLength Line is longer than 120 characters (found 183). 27

org/opendaylight/protocol/bgp/flowspec/l3vpn/ipv6/FlowspecL3vpnIpv6NlriParser.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 27
 Warning javadoc JavadocStyle Javadoc has empty description section. 27
 Warning sizes LineLength Line is longer than 120 characters (found 126). 37
 Warning sizes LineLength Line is longer than 120 characters (found 216). 40
 Warning sizes LineLength Line is longer than 120 characters (found 133). 51
 Warning sizes LineLength Line is longer than 120 characters (found 215). 54
 Warning sizes LineLength Line is longer than 120 characters (found 221). 76
 Warning sizes LineLength Line is longer than 120 characters (found 261). 77
 Warning sizes LineLength Line is longer than 120 characters (found 222). 92
 Warning sizes LineLength Line is longer than 120 characters (found 262). 93

org/opendaylight/protocol/bgp/flowspec/l3vpn/ipv6/FlowspecL3vpnIpv6RIBSupport.java

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