Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
34 0 2088 0

Files

File  I  W  E
org/opendaylight/netvirt/natservice/internal/EventDispatcher.java 0 5 0
org/opendaylight/netvirt/natservice/internal/ExternalNetworkGroupInstaller.java 0 3 0
org/opendaylight/netvirt/natservice/internal/ExternalNetworkListener.java 0 15 0
org/opendaylight/netvirt/natservice/internal/ExternalNetworksChangeListener.java 0 53 0
org/opendaylight/netvirt/natservice/internal/ExternalRoutersListener.java 0 472 0
org/opendaylight/netvirt/natservice/internal/FloatingIPListener.java 0 65 0
org/opendaylight/netvirt/natservice/internal/IPAddress.java 0 1 0
org/opendaylight/netvirt/natservice/internal/NAPTEntryEvent.java 0 6 0
org/opendaylight/netvirt/natservice/internal/NAPTSwitchSelector.java 0 42 0
org/opendaylight/netvirt/natservice/internal/NaptEventHandler.java 0 211 0
org/opendaylight/netvirt/natservice/internal/NaptFlowRemovedEventHandler.java 0 24 0
org/opendaylight/netvirt/natservice/internal/NaptManager.java 0 410 0
org/opendaylight/netvirt/natservice/internal/NaptPacketInHandler.java 0 17 0
org/opendaylight/netvirt/natservice/internal/NaptSwitchHA.java 0 100 0
org/opendaylight/netvirt/natservice/internal/NatConstants.java 0 5 0
org/opendaylight/netvirt/natservice/internal/NatNodeEventListener.java 0 5 0
org/opendaylight/netvirt/natservice/internal/NatRouterInterfaceListener.java 0 15 0
org/opendaylight/netvirt/natservice/internal/NatServiceCounters.java 0 1 0
org/opendaylight/netvirt/natservice/internal/NatTunnelInterfaceStateListener.java 0 148 0
org/opendaylight/netvirt/natservice/internal/NatUtil.java 0 295 0
org/opendaylight/netvirt/natservice/internal/RouterDpnChangeListener.java 0 28 0
org/opendaylight/netvirt/natservice/internal/RouterPortsListener.java 0 10 0
org/opendaylight/netvirt/natservice/internal/RouterToVpnListener.java 0 22 0
org/opendaylight/netvirt/natservice/internal/SNATDefaultRouteProgrammer.java 0 9 0
org/opendaylight/netvirt/natservice/internal/SessionAddress.java 0 2 0
org/opendaylight/netvirt/natservice/internal/SubnetGwMacChangeListener.java 0 1 0
org/opendaylight/netvirt/natservice/internal/SubnetmapListener.java 0 3 0
org/opendaylight/netvirt/natservice/internal/VpnFloatingIpHandler.java 0 71 0
org/opendaylight/netvirt/natservice/internal/test/ExternalNetworksChangeListenerTest.java 0 13 0
org/opendaylight/netvirt/natservice/internal/test/NaptManagerTest.java 0 35 0
org/opendaylight/netvirt/natservice/rpcservice/NatRpcServiceImpl.java 0 1 0

Rules

Category Rule Violations Severity
annotation AnnotationLocation
  • allowSamelineMultipleAnnotations: "true"
  • tokens: "VARIABLE_DEF"
4  Warning
AnnotationLocation
  • tokens: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF"
4  Warning
blocks LeftCurly
  • maxLineLength: "100"
17  Warning
NeedBraces 5  Warning
RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, STATIC_INIT, INSTANCE_INIT"
  • option: "alone"
5  Warning
RightCurly 5  Warning
coding IllegalCatch 47  Warning
MissingSwitchDefault 1  Warning
OverloadMethodsDeclarationOrder 5  Warning
VariableDeclarationUsageDistance 18  Warning
imports AvoidStarImport 3  Warning
CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
159  Warning
RedundantImport 1  Warning
UnusedImports 24  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
538  Warning
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
9  Warning
NonEmptyAtclauseDescription 3  Warning
misc ArrayTypeStyle 1  Warning
modifier ModifierOrder 1  Warning
RedundantModifier 2  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "4"
5  Warning
ConstantName 1  Warning
LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
17  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
6  Warning
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
2  Error
RegexpSinglelineJava
  • ignoreComments: "false"
  • format: "\.printStackTrace?\("
  • message: "Line contains printStacktrace()."
2  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
584  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
12  Warning
GenericWhitespace 3  Warning
MethodParamPad 21  Warning
OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR "
  • option: "NL"
49  Warning
SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
23  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
23  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
512  Warning

Details

org/opendaylight/netvirt/natservice/internal/EventDispatcher.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 20
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 29
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 35
 Warning whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. 36
 Warning regexp RegexpSinglelineJava Line contains printStacktrace(). 42

org/opendaylight/netvirt/natservice/internal/ExternalNetworkGroupInstaller.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Strings' import. Should be before 'org.slf4j.LoggerFactory'. 33
 Warning sizes LineLength Line is longer than 120 characters (found 121). 182
 Warning sizes LineLength Line is longer than 120 characters (found 129). 208

org/opendaylight/netvirt/natservice/internal/ExternalNetworkListener.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.opendaylight.controller.md.sal.binding.api.DataChangeListener. 17
 Warning imports UnusedImports Unused import - org.opendaylight.controller.md.sal.common.api.data.AsyncDataBroker. 18
 Warning imports UnusedImports Unused import - org.opendaylight.yangtools.concepts.ListenerRegistration. 35
 Warning sizes LineLength Line is longer than 120 characters (found 138). 40
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 45
 Warning sizes LineLength Line is longer than 120 characters (found 146). 82
 Warning sizes LineLength Line is longer than 120 characters (found 136). 83
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 113
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 118
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 129
 Warning sizes LineLength Line is longer than 120 characters (found 149). 163
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 195
 Warning sizes LineLength Line is longer than 120 characters (found 122). 196
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 205
 Warning sizes LineLength Line is longer than 120 characters (found 122). 206

org/opendaylight/netvirt/natservice/internal/ExternalNetworksChangeListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.NaptSwitches' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.intext.ip.map.ip.mapping.IpMap'. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.external.networks.Networks' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.intext.ip.map.ip.mapping.IpMap'. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'org.slf4j.LoggerFactory'. 37
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. 38
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.netvirt.bgpmanager.api.IBgpManager' import. Should be before 'org.slf4j.LoggerFactory'. 40
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fib.rpc.rev160121.FibRpcService' import. Should be before 'org.slf4j.LoggerFactory'. 41
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.vpn.rpc.rev160201.VpnRpcService' import. Should be before 'org.slf4j.LoggerFactory'. 42
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 75
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 101
 Warning sizes LineLength Line is longer than 120 characters (found 130). 102
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 106
 Warning sizes LineLength Line is longer than 120 characters (found 122). 114
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 128
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 131
 Warning sizes LineLength Line is longer than 120 characters (found 152). 148
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 154
 Warning sizes LineLength Line is longer than 120 characters (found 129). 158
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 159
 Warning sizes LineLength Line is longer than 120 characters (found 138). 160
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 165
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 168
 Warning sizes LineLength Line is longer than 120 characters (found 121). 169
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 173
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 182
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 185
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 190
 Warning sizes LineLength Line is longer than 120 characters (found 133). 196
 Warning sizes LineLength Line is longer than 120 characters (found 137). 197
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 198
 Warning sizes LineLength Line is longer than 120 characters (found 132). 203
 Warning sizes LineLength Line is longer than 120 characters (found 149). 208
 Warning sizes LineLength Line is longer than 120 characters (found 311). 209
 Warning sizes LineLength Line is longer than 120 characters (found 154). 210
 Warning sizes LineLength Line is longer than 120 characters (found 198). 211
 Warning indentation Indentation 'if' child have incorrect indentation level 18, expected level should be 16. 213
 Warning indentation Indentation 'for' have incorrect indentation level 18, expected level should be 16. 214
 Warning indentation Indentation 'for' child have incorrect indentation level 22, expected level should be 20. 215
 Warning indentation Indentation 'for' child have incorrect indentation level 22, expected level should be 20. 216
 Warning indentation Indentation 'for' child have incorrect indentation level 22, expected level should be 20. 217
 Warning sizes LineLength Line is longer than 120 characters (found 166). 217
 Warning indentation Indentation 'for' child have incorrect indentation level 22, expected level should be 20. 218
 Warning sizes LineLength Line is longer than 120 characters (found 241). 218
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 18, expected level should be 16. 219
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 226
 Warning sizes LineLength Line is longer than 120 characters (found 135). 227
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 238
 Warning sizes LineLength Line is longer than 120 characters (found 129). 240
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 241
 Warning sizes LineLength Line is longer than 120 characters (found 141). 242
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 247
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 250
 Warning sizes LineLength Line is longer than 120 characters (found 124). 251
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 255

org/opendaylight/netvirt/natservice/internal/ExternalRoutersListener.java

Severity Category Rule Message Line
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 193
 Warning sizes LineLength Line is longer than 120 characters (found 127). 203
 Warning sizes LineLength Line is longer than 120 characters (found 147). 224
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 231
 Warning sizes LineLength Line is longer than 120 characters (found 192). 259
 Warning sizes LineLength Line is longer than 120 characters (found 123). 285
 Warning sizes LineLength Line is longer than 120 characters (found 146). 304
 Warning sizes LineLength Line is longer than 120 characters (found 165). 316
 Warning sizes LineLength Line is longer than 120 characters (found 161). 318
 Warning sizes LineLength Line is longer than 120 characters (found 136). 321
 Warning sizes LineLength Line is longer than 120 characters (found 211). 322
 Warning sizes LineLength Line is longer than 120 characters (found 165). 335
 Warning sizes LineLength Line is longer than 120 characters (found 161). 337
 Warning sizes LineLength Line is longer than 120 characters (found 136). 340
 Warning sizes LineLength Line is longer than 120 characters (found 211). 341
 Warning sizes LineLength Line is longer than 120 characters (found 131). 361
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 367
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 367
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 426
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 433
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 433
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 451
 Warning sizes LineLength Line is longer than 120 characters (found 140). 455
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 458
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 459
 Warning naming LocalVariableName Local variable name 'IpSplit' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 460
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 463
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 463
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. 463
 Warning sizes LineLength Line is longer than 120 characters (found 154). 467
 Warning sizes LineLength Line is longer than 120 characters (found 150). 469
 Warning naming LocalVariableName Local variable name 'IpSplit' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 474
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 477
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 477
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. 477
 Warning sizes LineLength Line is longer than 120 characters (found 154). 481
 Warning sizes LineLength Line is longer than 120 characters (found 150). 483
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 498
 Warning sizes LineLength Line is longer than 120 characters (found 139). 502
 Warning sizes LineLength Line is longer than 120 characters (found 147). 503
 Warning sizes LineLength Line is longer than 120 characters (found 122). 504
 Warning sizes LineLength Line is longer than 120 characters (found 132). 527
 Warning sizes LineLength Line is longer than 120 characters (found 130). 530
 Warning naming AbbreviationAsWordInName Abbreviation in name 'addOrDelDefaultFibRouteForSNATWIthBgpVpn' must contain no more than '4' capital letters. 536
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 538
 Warning sizes LineLength Line is longer than 120 characters (found 145). 546
 Warning sizes LineLength Line is longer than 120 characters (found 136). 549
 Warning sizes LineLength Line is longer than 120 characters (found 143). 554
 Warning sizes LineLength Line is longer than 120 characters (found 134). 557
 Warning sizes LineLength Line is longer than 120 characters (found 140). 564
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 565
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 570
 Warning blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 572
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 573
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 574
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 583
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 585
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 587
 Warning blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 589
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 590
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 591
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 603
 Warning sizes LineLength Line is longer than 120 characters (found 133). 607
 Warning sizes LineLength Line is longer than 120 characters (found 127). 612
 Warning whitespace SeparatorWrap '.' should be on a new line. 612
 Warning sizes LineLength Line is longer than 120 characters (found 127). 617
 Warning whitespace SeparatorWrap '.' should be on a new line. 617
 Warning whitespace SeparatorWrap '.' should be on a new line. 618
 Warning sizes LineLength Line is longer than 120 characters (found 143). 662
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 668
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 676
 Warning sizes LineLength Line is longer than 120 characters (found 129). 686
 Warning sizes LineLength Line is longer than 120 characters (found 125). 700
 Warning sizes LineLength Line is longer than 120 characters (found 122). 703
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 711
 Warning sizes LineLength Line is longer than 120 characters (found 122). 713
 Warning sizes LineLength Line is longer than 120 characters (found 135). 721
 Warning coding VariableDeclarationUsageDistance Distance between variable 'instructions' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 730
 Warning indentation Indentation 'array initialization lcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 761
 Warning sizes LineLength Line is longer than 120 characters (found 128). 774
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 782
 Warning indentation Indentation 'array initialization lcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 790
 Warning indentation Indentation 'array initialization lcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 792
 Warning sizes LineLength Line is longer than 120 characters (found 127). 801
 Warning whitespace SeparatorWrap '.' should be on a new line. 801
 Warning sizes LineLength Line is longer than 120 characters (found 127). 806
 Warning whitespace SeparatorWrap '.' should be on a new line. 806
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 810
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 12. 837
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 16. 838
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 12. 839
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be 16. 840
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 16, expected level should be 12. 841
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 847
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 854
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 872
 Warning sizes LineLength Line is longer than 120 characters (found 129). 872
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 895
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 895
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 8. 901
 Warning sizes LineLength Line is longer than 120 characters (found 148). 906
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 8. 911
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 8. 913
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 8. 914
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 8. 916
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 8. 917
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 8. 919
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 919
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 12. 920
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 8. 921
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 924
 Warning sizes LineLength Line is longer than 120 characters (found 139). 927
 Warning sizes LineLength Line is longer than 120 characters (found 128). 951
 Warning sizes LineLength Line is longer than 120 characters (found 135). 964
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 966
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 971
 Warning sizes LineLength Line is longer than 120 characters (found 127). 972
 Warning sizes LineLength Line is longer than 120 characters (found 163). 976
 Warning sizes LineLength Line is longer than 120 characters (found 134). 977
 Warning sizes LineLength Line is longer than 120 characters (found 160). 980
 Warning sizes LineLength Line is longer than 120 characters (found 164). 981
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 982
 Warning sizes LineLength Line is longer than 120 characters (found 168). 983
 Warning sizes LineLength Line is longer than 120 characters (found 130). 985
 Warning sizes LineLength Line is longer than 120 characters (found 193). 989
 Warning sizes LineLength Line is longer than 120 characters (found 131). 1008
 Warning sizes LineLength Line is longer than 120 characters (found 165). 1009
 Warning sizes LineLength Line is longer than 120 characters (found 162). 1010
 Warning sizes LineLength Line is longer than 120 characters (found 164). 1015
 Warning sizes LineLength Line is longer than 120 characters (found 168). 1016
 Warning sizes LineLength Line is longer than 120 characters (found 145). 1020
 Warning sizes LineLength Line is longer than 120 characters (found 154). 1027
 Warning sizes LineLength Line is longer than 120 characters (found 133). 1031
 Warning sizes LineLength Line is longer than 120 characters (found 121). 1036
 Warning sizes LineLength Line is longer than 120 characters (found 151). 1042
 Warning indentation Indentation 'method def' child have incorrect indentation level 12, expected level should be 8. 1048
 Warning sizes LineLength Line is longer than 120 characters (found 165). 1060
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 5, expected level should be 4. 1064
 Warning sizes LineLength Line is longer than 120 characters (found 124). 1075
 Warning sizes LineLength Line is longer than 120 characters (found 136). 1094
 Warning sizes LineLength Line is longer than 120 characters (found 141). 1099
 Warning sizes LineLength Line is longer than 120 characters (found 127). 1112
 Warning sizes LineLength Line is longer than 120 characters (found 164). 1131
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1133
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1142
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1142
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1165
 Warning sizes LineLength Line is longer than 120 characters (found 131). 1167
 Warning sizes LineLength Line is longer than 120 characters (found 147). 1179
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1188
 Warning sizes LineLength Line is longer than 120 characters (found 128). 1190
 Warning sizes LineLength Line is longer than 120 characters (found 136). 1198
 Warning sizes LineLength Line is longer than 120 characters (found 147). 1201
 Warning sizes LineLength Line is longer than 120 characters (found 146). 1202
 Warning sizes LineLength Line is longer than 120 characters (found 153). 1211
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1214
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1214
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1223
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1223
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1224
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1224
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1230
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1230
 Warning sizes LineLength Line is longer than 120 characters (found 135). 1231
 Warning sizes LineLength Line is longer than 120 characters (found 145). 1236
 Warning sizes LineLength Line is longer than 120 characters (found 130). 1241
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1242
 Warning sizes LineLength Line is longer than 120 characters (found 147). 1246
 Warning sizes LineLength Line is longer than 120 characters (found 136). 1252
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1255
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1255
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1258
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1258
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1260
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1260
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1263
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1263
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 1266
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 1266
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 1266
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1266
 Warning sizes LineLength Line is longer than 120 characters (found 122). 1276
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1279
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1279
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1282
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1282
 Warning sizes LineLength Line is longer than 120 characters (found 129). 1283
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1288
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1288
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1292
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 1295
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 1295
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 1295
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1295
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1306
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1306
 Warning sizes LineLength Line is longer than 120 characters (found 133). 1307
 Warning sizes LineLength Line is longer than 120 characters (found 133). 1313
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1314
 Warning sizes LineLength Line is longer than 120 characters (found 127). 1316
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1320
 Warning sizes LineLength Line is longer than 120 characters (found 138). 1322
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1324
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1324
 Warning sizes LineLength Line is longer than 120 characters (found 149). 1326
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1342
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1342
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1344
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1344
 Warning sizes LineLength Line is longer than 120 characters (found 151). 1346
 Warning sizes LineLength Line is longer than 120 characters (found 147). 1348
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1351
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1360
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1360
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1362
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1362
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1364
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1364
 Warning sizes LineLength Line is longer than 120 characters (found 147). 1368
 Warning sizes LineLength Line is longer than 120 characters (found 131). 1371
 Warning sizes LineLength Line is longer than 120 characters (found 137). 1378
 Warning sizes LineLength Line is longer than 120 characters (found 136). 1380
 Warning sizes LineLength Line is longer than 120 characters (found 133). 1384
 Warning sizes LineLength Line is longer than 120 characters (found 160). 1388
 Warning sizes LineLength Line is longer than 120 characters (found 126). 1398
 Warning whitespace GenericWhitespace GenericWhitespace '<' is preceded with whitespace. 1398
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1402
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1416
 Warning coding VariableDeclarationUsageDistance Distance between variable 'leastLoadedExtIpAddrStr' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 1434
 Warning sizes LineLength Line is longer than 120 characters (found 143). 1439
 Warning sizes LineLength Line is longer than 120 characters (found 128). 1444
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1447
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1447
 Warning sizes LineLength Line is longer than 120 characters (found 126). 1451
 Warning sizes LineLength Line is longer than 120 characters (found 156). 1452
 Warning sizes LineLength Line is longer than 120 characters (found 144). 1453
 Warning sizes LineLength Line is longer than 120 characters (found 140). 1457
 Warning sizes LineLength Line is longer than 120 characters (found 121). 1463
 Warning sizes LineLength Line is longer than 120 characters (found 126). 1467
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1472
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1474
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1474
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1475
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1475
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1476
 Warning sizes LineLength Line is longer than 120 characters (found 143). 1495
 Warning sizes LineLength Line is longer than 120 characters (found 140). 1502
 Warning sizes LineLength Line is longer than 120 characters (found 121). 1512
 Warning sizes LineLength Line is longer than 120 characters (found 125). 1538
 Warning sizes LineLength Line is longer than 120 characters (found 134). 1539
 Warning sizes LineLength Line is longer than 120 characters (found 145). 1553
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 1560
 Warning sizes LineLength Line is longer than 120 characters (found 131). 1561
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 1564
 Warning sizes LineLength Line is longer than 120 characters (found 142). 1570
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1570
 Warning sizes LineLength Line is longer than 120 characters (found 124). 1575
 Warning sizes LineLength Line is longer than 120 characters (found 126). 1576
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 1585
 Warning sizes LineLength Line is longer than 120 characters (found 131). 1586
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 10, expected level should be 8. 1588
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 1588
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 1600
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1608
 Warning sizes LineLength Line is longer than 120 characters (found 178). 1610
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 5, expected level should be 4. 1615
 Warning sizes LineLength Line is longer than 120 characters (found 159). 1615
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1615
 Warning naming LocalVariableName Local variable name 'pSNatFlowRef' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1622
 Warning naming LocalVariableName Local variable name 'pSNatFlowEntity' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1623
 Warning sizes LineLength Line is longer than 120 characters (found 164). 1625
 Warning sizes LineLength Line is longer than 120 characters (found 174). 1633
 Warning sizes LineLength Line is longer than 120 characters (found 127). 1638
 Warning sizes LineLength Line is longer than 120 characters (found 172). 1640
 Warning sizes LineLength Line is longer than 120 characters (found 168). 1649
 Warning sizes LineLength Line is longer than 120 characters (found 138). 1652
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1655
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1659
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1670
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1670
 Warning indentation Indentation 'if' child have incorrect indentation level 11, expected level should be 12. 1672
 Warning indentation Indentation 'if' child have incorrect indentation level 11, expected level should be 12. 1673
 Warning sizes LineLength Line is longer than 120 characters (found 124). 1673
 Warning indentation Indentation 'if' child have incorrect indentation level 11, expected level should be 12. 1674
 Warning sizes LineLength Line is longer than 120 characters (found 165). 1674
 Warning indentation Indentation 'if' child have incorrect indentation level 11, expected level should be 12. 1675
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1680
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1680
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1686
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1686
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1688
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1688
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1691
 Warning sizes LineLength Line is longer than 120 characters (found 171). 1699
 Warning sizes LineLength Line is longer than 120 characters (found 147). 1700
 Warning sizes LineLength Line is longer than 120 characters (found 180). 1702
 Warning sizes LineLength Line is longer than 120 characters (found 146). 1710
 Warning sizes LineLength Line is longer than 120 characters (found 145). 1711
 Warning sizes LineLength Line is longer than 120 characters (found 186). 1713
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 5, expected level should be 4. 1753
 Warning sizes LineLength Line is longer than 120 characters (found 144). 1753
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1753
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 1755
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 1756
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 1759
 Warning indentation Indentation 'if' have incorrect indentation level 9, expected level should be 8. 1760
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1760
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 1762
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 1763
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 1764
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 9, expected level should be 8. 1765
 Warning indentation Indentation 'if' have incorrect indentation level 9, expected level should be 8. 1767
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1767
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1767
 Warning sizes LineLength Line is longer than 120 characters (found 125). 1770
 Warning sizes LineLength Line is longer than 120 characters (found 166). 1771
 Warning sizes LineLength Line is longer than 120 characters (found 121). 1775
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 1776
 Warning indentation Indentation 'if' have incorrect indentation level 13, expected level should be 12. 1777
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1777
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1777
 Warning indentation Indentation 'if' child have incorrect indentation level 17, expected level should be 16. 1778
 Warning indentation Indentation 'if' child have incorrect indentation level 17, expected level should be 16. 1779
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 13, expected level should be 12. 1780
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 1781
 Warning indentation Indentation 'for' have incorrect indentation level 13, expected level should be 12. 1782
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1782
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1782
 Warning indentation Indentation 'for' child have incorrect indentation level 17, expected level should be 16. 1783
 Warning indentation Indentation 'for' have incorrect indentation level 17, expected level should be 16. 1784
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 1784
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1784
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1785
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1786
 Warning indentation Indentation 'if' have incorrect indentation level 21, expected level should be 20. 1787
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1787
 Warning indentation Indentation 'if' child have incorrect indentation level 25, expected level should be 24. 1788
 Warning indentation Indentation 'if' child have incorrect indentation level 25, expected level should be 24. 1789
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 21, expected level should be 20. 1790
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1791
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1792
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1795
 Warning sizes LineLength Line is longer than 120 characters (found 176). 1795
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1796
 Warning sizes LineLength Line is longer than 120 characters (found 152). 1796
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1798
 Warning sizes LineLength Line is longer than 120 characters (found 185). 1798
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1799
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1801
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1802
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1803
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1806
 Warning sizes LineLength Line is longer than 120 characters (found 151). 1806
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1807
 Warning sizes LineLength Line is longer than 120 characters (found 150). 1807
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1809
 Warning sizes LineLength Line is longer than 120 characters (found 191). 1809
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1810
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1813
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 1813
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 1813
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. 1813
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1814
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1817
 Warning indentation Indentation 'for' child have incorrect indentation level 21, expected level should be 20. 1818
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 17, expected level should be 16. 1819
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 13, expected level should be 12. 1820
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 9, expected level should be 8. 1821
 Warning indentation Indentation 'else' child have incorrect indentation level 13, expected level should be 12. 1822
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 9, expected level should be 8. 1823
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 5, expected level should be 4. 1824
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1826
 Warning sizes LineLength Line is longer than 120 characters (found 138). 1829
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1831
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1831
 Warning naming LocalVariableName Local variable name 'pSNatFlowRef' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1841
 Warning naming LocalVariableName Local variable name 'pSNatFlowEntity' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1842
 Warning sizes LineLength Line is longer than 120 characters (found 162). 1844
 Warning sizes LineLength Line is longer than 120 characters (found 139). 1850
 Warning naming LocalVariableName Local variable name 'pSNatGroupEntity' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1850
 Warning sizes LineLength Line is longer than 120 characters (found 150). 1852
 Warning sizes LineLength Line is longer than 120 characters (found 141). 1859
 Warning sizes LineLength Line is longer than 120 characters (found 135). 1862
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1864
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1864
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1874
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. 1874
 Warning sizes LineLength Line is longer than 120 characters (found 136). 1897
 Warning sizes LineLength Line is longer than 120 characters (found 163). 1908
 Warning sizes LineLength Line is longer than 120 characters (found 175). 1911
 Warning sizes LineLength Line is longer than 120 characters (found 138). 1919
 Warning sizes LineLength Line is longer than 120 characters (found 166). 1923
 Warning sizes LineLength Line is longer than 120 characters (found 129). 1941
 Warning sizes LineLength Line is longer than 120 characters (found 146). 1943
 Warning sizes LineLength Line is longer than 120 characters (found 163). 1977
 Warning sizes LineLength Line is longer than 120 characters (found 175). 1980
 Warning sizes LineLength Line is longer than 120 characters (found 138). 1988
 Warning sizes LineLength Line is longer than 120 characters (found 166). 1992
 Warning sizes LineLength Line is longer than 120 characters (found 129). 2010
 Warning sizes LineLength Line is longer than 120 characters (found 146). 2012
 Warning sizes LineLength Line is longer than 120 characters (found 147). 2018
 Warning sizes LineLength Line is longer than 120 characters (found 128). 2021
 Warning sizes LineLength Line is longer than 120 characters (found 124). 2059
 Warning sizes LineLength Line is longer than 120 characters (found 127). 2068
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 2090
 Warning javadoc JavadocStyle First sentence should end with a period. 2090
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 2095
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 2102
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 2102
 Warning sizes LineLength Line is longer than 120 characters (found 139). 2103
 Warning sizes LineLength Line is longer than 120 characters (found 147). 2104
 Warning sizes LineLength Line is longer than 120 characters (found 122). 2105
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 2122
 Warning javadoc JavadocStyle First sentence should end with a period. 2122
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 2127
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 2129
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 2147
 Warning whitespace MethodParamPad '(' should be on the previous line. 2149
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 2156
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 2157
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 2162
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 2165
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 2175
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 2177
 Warning sizes LineLength Line is longer than 120 characters (found 132). 2179
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 2181
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 2181
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 2189
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 2189
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 2189
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 2189
 Warning sizes LineLength Line is longer than 120 characters (found 133). 2193
 Warning whitespace OperatorWrap '+' should be on a new line. 2196
 Warning whitespace OperatorWrap '+' should be on a new line. 2200
 Warning sizes LineLength Line is longer than 120 characters (found 134). 2204
 Warning sizes LineLength Line is longer than 120 characters (found 140). 2208
 Warning whitespace OperatorWrap '+' should be on a new line. 2208
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 2222
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 2225
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 2225
 Warning indentation Indentation 'if' child have incorrect indentation level 11, expected level should be 12. 2232
 Warning indentation Indentation 'else' child have incorrect indentation level 11, expected level should be 12. 2234
 Warning indentation Indentation 'else' child have incorrect indentation level 11, expected level should be 12. 2235
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 2238
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 2238
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 2240
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 2240
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 2243
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 2252
 Warning sizes LineLength Line is longer than 120 characters (found 124). 2263
 Warning sizes LineLength Line is longer than 120 characters (found 128). 2273
 Warning sizes LineLength Line is longer than 120 characters (found 163). 2275
 Warning coding VariableDeclarationUsageDistance Distance between variable 'instructions' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 2282
 Warning sizes LineLength Line is longer than 120 characters (found 128). 2300
 Warning sizes LineLength Line is longer than 120 characters (found 143). 2302
 Warning indentation Indentation 'array initialization lcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 2311
 Warning sizes LineLength Line is longer than 120 characters (found 126). 2323
 Warning sizes LineLength Line is longer than 120 characters (found 169). 2324
 Warning sizes LineLength Line is longer than 120 characters (found 152). 2331
 Warning coding VariableDeclarationUsageDistance Distance between variable 'routerId' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 2332
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 2332
 Warning indentation Indentation 'array initialization lcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 2341
 Warning indentation Indentation 'array initialization lcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 2343
 Warning sizes LineLength Line is longer than 120 characters (found 139). 2352
 Warning sizes LineLength Line is longer than 120 characters (found 149). 2359
 Warning sizes LineLength Line is longer than 120 characters (found 123). 2375
 Warning sizes LineLength Line is longer than 120 characters (found 129). 2381
 Warning sizes LineLength Line is longer than 120 characters (found 129). 2382
 Warning sizes LineLength Line is longer than 120 characters (found 150). 2406
 Warning sizes LineLength Line is longer than 120 characters (found 157). 2413
 Warning sizes LineLength Line is longer than 120 characters (found 128). 2423
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2437

org/opendaylight/netvirt/natservice/internal/FloatingIPListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.genius.mdsalutil.MDSALUtil' import. Should be before 'org.opendaylight.genius.mdsalutil.MatchInfo'. 23
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.external.networks.Networks' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.floating.ip.info.router.ports.ports.InternalToExternalPortMap'. 33
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.external.networks.NetworksKey' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.floating.ip.info.router.ports.ports.InternalToExternalPortMap'. 34
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ExternalNetworks' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.floating.ip.info.router.ports.ports.InternalToExternalPortMap'. 35
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ProviderTypes' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.floating.ip.info.router.ports.ports.InternalToExternalPortMap'. 36
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.IdManagerService' import. Should be before 'org.slf4j.LoggerFactory'. 43
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.OdlInterfaceRpcService' import. Should be before 'org.slf4j.LoggerFactory'. 44
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid' import. Should be before 'org.slf4j.LoggerFactory'. 45
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. 46
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'org.slf4j.LoggerFactory'. 48
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.net.InetAddress' import. Should be before 'org.slf4j.LoggerFactory'. 49
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.net.UnknownHostException' import. Should be before 'org.slf4j.LoggerFactory'. 50
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. 51
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. 52
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 55
 Warning whitespace OperatorWrap '+' should be on a new line. 117
 Warning coding VariableDeclarationUsageDistance Distance between variable 'internalIp' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 123
 Warning coding VariableDeclarationUsageDistance Distance between variable 'internalIp' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 156
 Warning sizes LineLength Line is longer than 120 characters (found 126). 177
 Warning coding VariableDeclarationUsageDistance Distance between variable 'externalIp' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 228
 Warning coding VariableDeclarationUsageDistance Distance between variable 'floatingIpId' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 229
 Warning indentation Indentation 'else' child have incorrect indentation level 11, expected level should be 12. 253
 Warning sizes LineLength Line is longer than 120 characters (found 129). 266
 Warning naming LocalVariableName Local variable name 'pFlowEntity' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 282
 Warning naming LocalVariableName Local variable name 'pFlowEntity' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 290
 Warning naming LocalVariableName Local variable name 'pFlowEntity' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 299
 Warning naming LocalVariableName Local variable name 'pFlowEntity' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 309
 Warning sizes LineLength Line is longer than 120 characters (found 121). 316
 Warning naming ParameterName Parameter name 'pIdentifier' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 316
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 318
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 337
 Warning naming LocalVariableName Local variable name 'pIdentifier' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 353
 Warning naming LocalVariableName Local variable name 'pIdentifier' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 365
 Warning whitespace OperatorWrap '&&' should be on a new line. 380
 Warning naming ParameterName Parameter name 'pIdentifier' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 385
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 386
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 394
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 395
 Warning sizes LineLength Line is longer than 120 characters (found 121). 395
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 397
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 401
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 409
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 419
 Warning sizes LineLength Line is longer than 120 characters (found 123). 420
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 425
 Warning sizes LineLength Line is longer than 120 characters (found 122). 426
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 444
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 450
 Warning sizes LineLength Line is longer than 120 characters (found 121). 453
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 458
 Warning coding VariableDeclarationUsageDistance Distance between variable 'externalIp' declaration and its first usage is 7, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 473
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 477
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 484
 Warning naming LocalVariableName Local variable name 'pFlowEntity' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 489
 Warning naming ParameterName Parameter name 'pIdentifier' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 504
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 517
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 526
 Warning sizes LineLength Line is longer than 120 characters (found 123). 527
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 531
 Warning sizes LineLength Line is longer than 120 characters (found 122). 532
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 539
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 552
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 558
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 568
 Warning sizes LineLength Line is longer than 120 characters (found 124). 577

org/opendaylight/netvirt/natservice/internal/IPAddress.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 18

org/opendaylight/netvirt/natservice/internal/NAPTEntryEvent.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.math.BigInteger. 10
 Warning imports UnusedImports Unused import - org.opendaylight.genius.mdsalutil.packet.Ethernet. 12
 Warning sizes LineLength Line is longer than 120 characters (found 154). 53
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 53
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 63
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 67

org/opendaylight/netvirt/natservice/internal/NAPTSwitchSelector.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - java.util.ArrayList. 11
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.VpnInstanceOpData. 22
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.VpnInstanceOpDataEntry. 23
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.VpnInstanceOpDataEntryKey. 24
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.vpn.instance.op.data.entry.VpnToDpnList. 25
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ExtRouters. 26
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.NaptSwitchesBuilder. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. 36
 Warning whitespace EmptyLineSeparator 'CTOR_DEF' should be separated from previous statement. 42
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 50
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 56
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 57
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 66
 Warning sizes LineLength Line is longer than 120 characters (found 124). 71
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 73
 Warning whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. 75
 Warning sizes LineLength Line is longer than 120 characters (found 128). 81
 Warning sizes LineLength Line is longer than 120 characters (found 132). 83
 Warning blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else or try/catch/finally). 85
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 87
 Warning whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. 89
 Warning sizes LineLength Line is longer than 120 characters (found 128). 95
 Warning indentation Indentation 'else' child have incorrect indentation level 16, expected level should be 12. 102
 Warning indentation Indentation 'else' child have incorrect indentation level 16, expected level should be 12. 104
 Warning indentation Indentation 'else' child have incorrect indentation level 16, expected level should be 12. 105
 Warning sizes LineLength Line is longer than 120 characters (found 141). 112
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 115
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 119
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 123
 Warning sizes LineLength Line is longer than 120 characters (found 141). 138
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 144
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 144
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 151
 Warning modifier RedundantModifier Redundant 'public' modifier. 155
 Warning blocks LeftCurly '{' at column 9 should be on the previous line. 156
 Warning blocks NeedBraces 'if' construct must use '{}'s. 171
 Warning blocks NeedBraces 'if' construct must use '{}'s. 173
 Warning blocks NeedBraces 'if' construct must use '{}'s. 175
 Warning blocks NeedBraces 'if' construct must use '{}'s. 179
 Warning blocks NeedBraces 'if' construct must use '{}'s. 181
 Warning regexp RegexpSingleline Line has trailing spaces. 190
 Warning naming ParameterName Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 199

org/opendaylight/netvirt/natservice/internal/NaptEventHandler.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 74
 Warning indentation Indentation 'try' child have incorrect indentation level 8, expected level should be 12. 95
 Warning indentation Indentation 'try' child have incorrect indentation level 8, expected level should be 12. 96
 Warning sizes LineLength Line is longer than 120 characters (found 159). 96
 Warning indentation Indentation 'try' child have incorrect indentation level 8, expected level should be 12. 98
 Warning indentation Indentation 'try' child have incorrect indentation level 8, expected level should be 12. 99
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 12. 100
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 100
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 100
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 101
 Warning sizes LineLength Line is longer than 120 characters (found 126). 101
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 102
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 103
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 104
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 105
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 106
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 107
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 108
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 109
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 110
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 111
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 112
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 113
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 113
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 113
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 114
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 115
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 116
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 12. 117
 Warning indentation Indentation 'if' have incorrect indentation level 8, expected level should be 12. 118
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 118
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 119
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 121
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 122
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 123
 Warning sizes LineLength Line is longer than 120 characters (found 134). 123
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 124
 Warning indentation Indentation 'else' child have incorrect indentation level 15, expected level should be 20. 125
 Warning indentation Indentation 'else' child have incorrect indentation level 15, expected level should be 20. 126
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 12, expected level should be 16. 127
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 129
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 130
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 130
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 130
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 131
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 132
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 133
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 136
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 137
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 137
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 137
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 138
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 139
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 140
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 141
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 144
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 145
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 146
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 147
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 150
 Warning sizes LineLength Line is longer than 120 characters (found 140). 150
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 151
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 151
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 151
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 20. 152
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 152
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 152
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 153
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 154
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 20. 155
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 156
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 159
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 161
 Warning indentation Indentation 'method call' child have incorrect indentation level 20, expected level should be 24. 162
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 163
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 165
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 168
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 169
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 170
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 171
 Warning indentation Indentation 'try' have incorrect indentation level 16, expected level should be 20. 172
 Warning indentation Indentation 'try' child have incorrect indentation level 20, expected level should be 24. 173
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 16, expected level should be 20. 174
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 174
 Warning indentation Indentation 'catch' child have incorrect indentation level 20, expected level should be 24. 175
 Warning indentation Indentation 'catch' child have incorrect indentation level 20, expected level should be 24. 176
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 16, expected level should be 20. 177
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 178
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 181
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 182
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 183
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 184
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 185
 Warning sizes LineLength Line is longer than 120 characters (found 129). 185
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 186
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 186
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 187
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 188
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 188
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 189
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 190
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 191
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 192
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 193
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 193
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 193
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 193
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 194
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 195
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 196
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 197
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 197
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 197
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 198
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 199
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 201
 Warning indentation Indentation 'if' child have incorrect indentation level 12, expected level should be 16. 203
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 204
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 205
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be 20. 206
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 24. 207
 Warning indentation Indentation 'if' have incorrect indentation level 24, expected level should be 28. 209
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 209
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be 32. 210
 Warning indentation Indentation 'if' have incorrect indentation level 28, expected level should be 32. 211
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 211
 Warning indentation Indentation 'if' child have incorrect indentation level 32, expected level should be 36. 213
 Warning indentation Indentation 'if' child have incorrect indentation level 32, expected level should be 36. 214
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 28, expected level should be 32. 216
 Warning indentation Indentation 'else' child have incorrect indentation level 32, expected level should be 36. 217
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 28, expected level should be 32. 218
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 24, expected level should be 28. 219
 Warning indentation Indentation 'else' child have incorrect indentation level 28, expected level should be 32. 220
 Warning indentation Indentation 'else' child have incorrect indentation level 28, expected level should be 32. 221
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 24, expected level should be 28. 222
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 24. 223
 Warning indentation Indentation 'else' child have incorrect indentation level 24, expected level should be 28. 225
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 20, expected level should be 24. 226
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be 20. 227
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 228
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 229
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 229
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 230
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 12, expected level should be 16. 231
 Warning indentation Indentation 'else' child have incorrect indentation level 16, expected level should be 20. 232
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 12, expected level should be 16. 233
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 8, expected level should be 12. 235
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 235
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 235
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 235
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 235
 Warning indentation Indentation 'else' child have incorrect indentation level 12, expected level should be 16. 236
 Warning indentation Indentation 'else' child have incorrect indentation level 12, expected level should be 16. 237
 Warning sizes LineLength Line is longer than 120 characters (found 139). 237
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 8, expected level should be 12. 238
 Warning indentation Indentation 'try' child have incorrect indentation level 8, expected level should be 12. 240
 Warning sizes LineLength Line is longer than 120 characters (found 166). 240
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 241
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 241
 Warning sizes LineLength Line is longer than 120 characters (found 137). 247
 Warning sizes LineLength Line is longer than 120 characters (found 141). 249
 Warning coding VariableDeclarationUsageDistance Distance between variable 'translatedIp' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 253
 Warning coding VariableDeclarationUsageDistance Distance between variable 'translatedPort' declaration and its first usage is 5, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 254
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 255
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 255
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 256
 Warning coding VariableDeclarationUsageDistance Distance between variable 'switchFlowRef' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 260
 Warning sizes LineLength Line is longer than 120 characters (found 123). 260
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 263
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 263
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 265
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 265
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 265
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 265
 Warning sizes LineLength Line is longer than 120 characters (found 127). 279
 Warning sizes LineLength Line is longer than 120 characters (found 154). 284
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 284
 Warning sizes LineLength Line is longer than 120 characters (found 133). 295
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 300
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 300
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 302
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 305
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 311
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 311
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 311
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 311
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 313
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 316
 Warning sizes LineLength Line is longer than 120 characters (found 152). 320
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 327
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 327
 Warning sizes LineLength Line is longer than 120 characters (found 135). 333
 Warning sizes LineLength Line is longer than 120 characters (found 151). 334
 Warning sizes LineLength Line is longer than 120 characters (found 154). 352
 Warning sizes LineLength Line is longer than 120 characters (found 134). 367
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 383
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 384
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 384
 Warning sizes LineLength Line is longer than 120 characters (found 128). 387
 Warning sizes LineLength Line is longer than 120 characters (found 140). 392
 Warning regexp RegexpSinglelineJava Line contains printStacktrace(). 409
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 13, expected level should be 12. 412
 Warning indentation Indentation 'else' child have incorrect indentation level 17, expected level should be 16. 413
 Warning indentation Indentation 'else' child have incorrect indentation level 17, expected level should be 16. 414
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 13, expected level should be 12. 415
 Warning naming LocalVariableName Local variable name 'in_port' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 428
 Warning sizes LineLength Line is longer than 120 characters (found 121). 430
 Warning sizes LineLength Line is longer than 120 characters (found 133). 437
 Warning sizes LineLength Line is longer than 120 characters (found 123). 438
 Warning sizes LineLength Line is longer than 120 characters (found 123). 443
 Warning sizes LineLength Line is longer than 120 characters (found 126). 445

org/opendaylight/netvirt/natservice/internal/NaptFlowRemovedEventHandler.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 38
 Warning misc ArrayTypeStyle Array brackets at illegal position. 65
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 104
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 104
 Warning sizes LineLength Line is longer than 120 characters (found 143). 105
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 112
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 112
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 124
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 124
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 124
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 129
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 129
 Warning sizes LineLength Line is longer than 120 characters (found 140). 130
 Warning sizes LineLength Line is longer than 120 characters (found 161). 145
 Warning sizes LineLength Line is longer than 120 characters (found 125). 147
 Warning sizes LineLength Line is longer than 120 characters (found 150). 159
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 160
 Warning sizes LineLength Line is longer than 120 characters (found 140). 161
 Warning sizes LineLength Line is longer than 120 characters (found 168). 169
 Warning sizes LineLength Line is longer than 120 characters (found 145). 176
 Warning sizes LineLength Line is longer than 120 characters (found 184). 179
 Warning sizes LineLength Line is longer than 120 characters (found 128). 183
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 192
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 192

org/opendaylight/netvirt/natservice/internal/NaptManager.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.concurrent.ExecutionException' import. Should be before 'java.util.concurrent.Future'. 18
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'java.util.concurrent.Future'. 20
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.external.ips.counter.external.counters.ExternalIpCounterBuilder' import. Should be before 'org.slf4j.LoggerFactory'. 72
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.slf4j.LoggerFactory'. 74
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.util.concurrent.UncheckedExecutionException' import. Should be before 'org.slf4j.LoggerFactory'. 75
 Warning naming ParameterName Parameter name 'PoolName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 91
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 92
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 93
 Warning indentation Indentation 'try' have incorrect indentation level 9, expected level should be 8. 98
 Warning indentation Indentation 'try' child have incorrect indentation level 13, expected level should be 12. 99
 Warning indentation Indentation 'if' have incorrect indentation level 13, expected level should be 12. 100
 Warning indentation Indentation 'if' child have incorrect indentation level 17, expected level should be 16. 101
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 13, expected level should be 12. 102
 Warning indentation Indentation 'else' child have incorrect indentation level 17, expected level should be 16. 103
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 13, expected level should be 12. 104
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 9, expected level should be 8. 105
 Warning indentation Indentation 'catch' child have incorrect indentation level 13, expected level should be 12. 106
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 9, expected level should be 8. 107
 Warning javadoc JavadocStyle First sentence should end with a period. 126
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 6, expected level should be 4. 134
 Warning indentation Indentation 'method def' child have incorrect indentation level 10, expected level should be 8. 136
 Warning sizes LineLength Line is longer than 120 characters (found 170). 136
 Warning sizes LineLength Line is longer than 120 characters (found 136). 138
 Warning sizes LineLength Line is longer than 120 characters (found 122). 140
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 140
 Warning sizes LineLength Line is longer than 120 characters (found 148). 141
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 153
 Warning sizes LineLength Line is longer than 120 characters (found 138). 154
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 157
 Warning sizes LineLength Line is longer than 120 characters (found 138). 158
 Warning sizes LineLength Line is longer than 120 characters (found 132). 162
 Warning sizes LineLength Line is longer than 120 characters (found 122). 163
 Warning sizes LineLength Line is longer than 120 characters (found 133). 164
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 5, expected level should be 4. 165
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 6, expected level should be 4. 167
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 167
 Warning indentation Indentation 'method def' child have incorrect indentation level 10, expected level should be 8. 168
 Warning indentation Indentation 'method def' child have incorrect indentation level 10, expected level should be 8. 169
 Warning sizes LineLength Line is longer than 120 characters (found 249). 169
 Warning indentation Indentation 'method def' child have incorrect indentation level 10, expected level should be 8. 170
 Warning sizes LineLength Line is longer than 120 characters (found 124). 170
 Warning whitespace GenericWhitespace GenericWhitespace '<' is preceded with whitespace. 170
 Warning indentation Indentation 'if' have incorrect indentation level 10, expected level should be 8. 171
 Warning indentation Indentation 'if' child have incorrect indentation level 14, expected level should be 12. 172
 Warning indentation Indentation 'if' have incorrect indentation level 14, expected level should be 12. 173
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 173
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 173
 Warning indentation Indentation 'if' child have incorrect indentation level 18, expected level should be 16. 174
 Warning indentation Indentation 'if' child have incorrect indentation level 18, expected level should be 16. 175
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 14, expected level should be 12. 176
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 176
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 176
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 176
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 176
 Warning indentation Indentation 'if' have incorrect indentation level 18, expected level should be 16. 177
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 177
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 177
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 18, expected level should be 16. 179
 Warning indentation Indentation 'else' child have incorrect indentation level 18, expected level should be 16. 180
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 14, expected level should be 12. 181
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 10, expected level should be 8. 183
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 183
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 183
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 183
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 183
 Warning indentation Indentation 'if' child have incorrect indentation level 14, expected level should be 12. 184
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 10, expected level should be 8. 185
 Warning indentation Indentation 'method def' child have incorrect indentation level 10, expected level should be 8. 188
 Warning sizes LineLength Line is longer than 120 characters (found 182). 188
 Warning indentation Indentation 'method def' child have incorrect indentation level 10, expected level should be 8. 189
 Warning sizes LineLength Line is longer than 120 characters (found 148). 189
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 6, expected level should be 4. 191
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 5, expected level should be 4. 202
 Warning sizes LineLength Line is longer than 120 characters (found 134). 202
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 203
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 213
 Warning sizes LineLength Line is longer than 120 characters (found 153). 213
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 216
 Warning indentation Indentation 'if' have incorrect indentation level 9, expected level should be 8. 217
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 217
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 219
 Warning sizes LineLength Line is longer than 120 characters (found 181). 219
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 220
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 9, expected level should be 8. 221
 Warning indentation Indentation 'else' child have incorrect indentation level 13, expected level should be 12. 223
 Warning indentation Indentation 'if' have incorrect indentation level 13, expected level should be 12. 224
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 224
 Warning indentation Indentation 'if' child have incorrect indentation level 17, expected level should be 16. 225
 Warning sizes LineLength Line is longer than 120 characters (found 133). 225
 Warning indentation Indentation 'if' child have incorrect indentation level 17, expected level should be 16. 226
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 13, expected level should be 12. 227
 Warning indentation Indentation 'else' child have incorrect indentation level 17, expected level should be 16. 241
 Warning indentation Indentation 'else' child have incorrect indentation level 17, expected level should be 16. 242
 Warning indentation Indentation 'else' child have incorrect indentation level 17, expected level should be 16. 243
 Warning indentation Indentation 'if' have incorrect indentation level 17, expected level should be 16. 244
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 244
 Warning sizes LineLength Line is longer than 120 characters (found 134). 248
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 17, expected level should be 16. 249
 Warning indentation Indentation 'else' child have incorrect indentation level 21, expected level should be 20. 250
 Warning indentation Indentation 'if' have incorrect indentation level 21, expected level should be 20. 251
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 251
 Warning indentation Indentation 'if' child have incorrect indentation level 25, expected level should be 24. 252
 Warning indentation Indentation 'if' child have incorrect indentation level 25, expected level should be 24. 253
 Warning indentation Indentation 'if' child have incorrect indentation level 25, expected level should be 24. 254
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 21, expected level should be 20. 255
 Warning indentation Indentation 'else' child have incorrect indentation level 21, expected level should be 20. 256
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 17, expected level should be 16. 257
 Warning indentation Indentation 'for' have incorrect indentation level 17, expected level should be 16. 259
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 259
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 261
 Warning indentation Indentation 'try' have incorrect indentation level 21, expected level should be 20. 268
 Warning sizes LineLength Line is longer than 120 characters (found 131). 275
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 276
 Warning sizes LineLength Line is longer than 120 characters (found 144). 277
 Warning sizes LineLength Line is longer than 120 characters (found 127). 280
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 284
 Warning coding VariableDeclarationUsageDistance Distance between variable 'externalIpPort' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 285
 Warning sizes LineLength Line is longer than 120 characters (found 133). 291
 Warning sizes LineLength Line is longer than 120 characters (found 126). 297
 Warning indentation Indentation 'try' child have incorrect indentation level 25, expected level should be 24. 301
 Warning indentation Indentation 'try' child have incorrect indentation level 25, expected level should be 24. 302
 Warning indentation Indentation 'try' child have incorrect indentation level 25, expected level should be 24. 303
 Warning indentation Indentation 'try' child have incorrect indentation level 25, expected level should be 24. 304
 Warning sizes LineLength Line is longer than 120 characters (found 137). 304
 Warning indentation Indentation 'if' have incorrect indentation level 25, expected level should be 24. 305
 Warning indentation Indentation 'if' child have incorrect indentation level 29, expected level should be 28. 306
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 25, expected level should be 24. 307
 Warning indentation Indentation 'try' child have incorrect indentation level 25, expected level should be 24. 308
 Warning indentation Indentation 'try' child have incorrect indentation level 25, expected level should be 24. 310
 Warning indentation Indentation 'try' child have incorrect indentation level 25, expected level should be 24. 311
 Warning sizes LineLength Line is longer than 120 characters (found 139). 311
 Warning indentation Indentation 'try' have incorrect indentation level 25, expected level should be 24. 312
 Warning indentation Indentation 'try' child have incorrect indentation level 29, expected level should be 28. 313
 Warning sizes LineLength Line is longer than 120 characters (found 138). 314
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 25, expected level should be 24. 315
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 315
 Warning indentation Indentation 'catch' child have incorrect indentation level 29, expected level should be 28. 316
 Warning sizes LineLength Line is longer than 120 characters (found 141). 316
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 25, expected level should be 24. 317
 Warning indentation Indentation 'try' child have incorrect indentation level 25, expected level should be 24. 319
 Warning sizes LineLength Line is longer than 120 characters (found 127). 319
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. 322
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 326
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 13, expected level should be 12. 327
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 327
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 9, expected level should be 8. 328
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 328
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 329
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 330
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 5, expected level should be 4. 331
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 334
 Warning javadoc JavadocStyle First sentence should end with a period. 334
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 5, expected level should be 4. 343
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 345
 Warning sizes LineLength Line is longer than 120 characters (found 168). 345
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 347
 Warning sizes LineLength Line is longer than 120 characters (found 141). 347
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 348
 Warning indentation Indentation 'if' have incorrect indentation level 9, expected level should be 8. 349
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 349
 Warning indentation Indentation 'try' have incorrect indentation level 13, expected level should be 12. 351
 Warning indentation Indentation 'try' child have incorrect indentation level 17, expected level should be 16. 352
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 13, expected level should be 12. 353
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 353
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 353
 Warning indentation Indentation 'catch' child have incorrect indentation level 17, expected level should be 16. 354
 Warning sizes LineLength Line is longer than 120 characters (found 154). 354
 Warning indentation Indentation 'catch' child have incorrect indentation level 17, expected level should be 16. 355
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 13, expected level should be 12. 356
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 9, expected level should be 8. 357
 Warning indentation Indentation 'else' child have incorrect indentation level 13, expected level should be 12. 358
 Warning sizes LineLength Line is longer than 120 characters (found 159). 358
 Warning indentation Indentation 'else' child have incorrect indentation level 13, expected level should be 12. 359
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 9, expected level should be 8. 360
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 361
 Warning indentation Indentation 'if' have incorrect indentation level 9, expected level should be 8. 362
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 362
 Warning indentation Indentation 'try' have incorrect indentation level 13, expected level should be 12. 364
 Warning indentation Indentation 'try' child have incorrect indentation level 17, expected level should be 16. 365
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 13, expected level should be 12. 366
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 366
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 366
 Warning indentation Indentation 'catch' child have incorrect indentation level 17, expected level should be 16. 367
 Warning sizes LineLength Line is longer than 120 characters (found 129). 367
 Warning indentation Indentation 'catch' child have incorrect indentation level 17, expected level should be 16. 368
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 13, expected level should be 12. 369
 Warning indentation Indentation 'try' have incorrect indentation level 13, expected level should be 12. 371
 Warning indentation Indentation 'try' child have incorrect indentation level 17, expected level should be 16. 372
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 13, expected level should be 12. 373
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 373
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 373
 Warning indentation Indentation 'catch' child have incorrect indentation level 17, expected level should be 16. 374
 Warning sizes LineLength Line is longer than 120 characters (found 166). 374
 Warning indentation Indentation 'catch' child have incorrect indentation level 17, expected level should be 16. 375
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 13, expected level should be 12. 376
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 9, expected level should be 8. 377
 Warning indentation Indentation 'else' child have incorrect indentation level 13, expected level should be 12. 378
 Warning sizes LineLength Line is longer than 120 characters (found 155). 378
 Warning indentation Indentation 'else' child have incorrect indentation level 13, expected level should be 12. 379
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 9, expected level should be 8. 380
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 382
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 384
 Warning regexp RegexpSingleline Line has trailing spaces. 384
 Warning sizes LineLength Line is longer than 120 characters (found 148). 384
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 385
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 5, expected level should be 4. 387
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 392
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 398
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 398
 Warning sizes LineLength Line is longer than 120 characters (found 122). 399
 Warning sizes LineLength Line is longer than 120 characters (found 160). 403
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 409
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 409
 Warning sizes LineLength Line is longer than 120 characters (found 125). 410
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 415
 Warning javadoc JavadocStyle First sentence should end with a period. 415
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 5, expected level should be 4. 420
 Warning indentation Indentation 'try' have incorrect indentation level 9, expected level should be 8. 421
 Warning indentation Indentation 'try' child have incorrect indentation level 13, expected level should be 12. 422
 Warning indentation Indentation 'try' child have incorrect indentation level 13, expected level should be 12. 423
 Warning indentation Indentation 'try' child have incorrect indentation level 13, expected level should be 12. 424
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 9, expected level should be 8. 425
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 425
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 425
 Warning indentation Indentation 'catch' child have incorrect indentation level 13, expected level should be 12. 426
 Warning indentation Indentation 'catch' child have incorrect indentation level 13, expected level should be 12. 427
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 9, expected level should be 8. 428
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 5, expected level should be 4. 432
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 5, expected level should be 4. 435
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 436
 Warning sizes LineLength Line is longer than 120 characters (found 135). 437
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 438
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 5, expected level should be 4. 439
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 5, expected level should be 4. 441
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 442
 Warning sizes LineLength Line is longer than 120 characters (found 170). 442
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 444
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 5, expected level should be 4. 445
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 5, expected level should be 4. 463
 Warning sizes LineLength Line is longer than 120 characters (found 132). 463
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 464
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 465
 Warning sizes LineLength Line is longer than 120 characters (found 173). 466
 Warning whitespace SeparatorWrap '.' should be on a new line. 466
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 468
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 5, expected level should be 4. 469
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 5, expected level should be 4. 471
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 473
 Warning sizes LineLength Line is longer than 120 characters (found 126). 473
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 474
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 476
 Warning sizes LineLength Line is longer than 120 characters (found 212). 477
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 478
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 479
 Warning sizes LineLength Line is longer than 120 characters (found 130). 479
 Warning indentation Indentation 'if' have incorrect indentation level 9, expected level should be 8. 480
 Warning indentation Indentation 'if' child have incorrect indentation level 15, expected level should be 12. 481
 Warning indentation Indentation 'for' have incorrect indentation level 15, expected level should be 12. 482
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 16. 483
 Warning indentation Indentation 'if' child have incorrect indentation level 23, expected level should be 20. 484
 Warning indentation Indentation 'if' child have incorrect indentation level 23, expected level should be 20. 485
 Warning indentation Indentation 'if' child have incorrect indentation level 23, expected level should be 20. 487
 Warning indentation Indentation 'if' child have incorrect indentation level 23, expected level should be 20. 489
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 16. 490
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 15, expected level should be 12. 491
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 9, expected level should be 8. 492
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 494
 Warning sizes LineLength Line is longer than 120 characters (found 161). 494
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 495
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 5, expected level should be 4. 496
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 5, expected level should be 4. 498
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 500
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 501
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 503
 Warning sizes LineLength Line is longer than 120 characters (found 123). 504
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 505
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 506
 Warning indentation Indentation 'if' have incorrect indentation level 9, expected level should be 8. 507
 Warning indentation Indentation 'if' child have incorrect indentation level 15, expected level should be 12. 508
 Warning indentation Indentation 'for' have incorrect indentation level 15, expected level should be 12. 509
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 16. 510
 Warning indentation Indentation 'if' child have incorrect indentation level 23, expected level should be 20. 511
 Warning indentation Indentation 'if' child have incorrect indentation level 23, expected level should be 20. 512
 Warning indentation Indentation 'if' child have incorrect indentation level 23, expected level should be 20. 513
 Warning indentation Indentation 'if' child have incorrect indentation level 23, expected level should be 20. 514
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 16. 515
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 20. 516
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 20. 517
 Warning indentation Indentation 'if' have incorrect indentation level 24, expected level should be 20. 518
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be 24. 519
 Warning sizes LineLength Line is longer than 120 characters (found 146). 519
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be 24. 520
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be 24. 521
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be 24. 522
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 24, expected level should be 20. 523
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 16. 524
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 15, expected level should be 12. 525
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 9, expected level should be 8. 526
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 528
 Warning sizes LineLength Line is longer than 120 characters (found 129). 528
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 529
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 6, expected level should be 4. 530
 Warning sizes LineLength Line is longer than 120 characters (found 121). 533
 Warning sizes LineLength Line is longer than 120 characters (found 125). 535
 Warning indentation Indentation 'if' child have incorrect indentation level 11, expected level should be 12. 537
 Warning sizes LineLength Line is longer than 120 characters (found 134). 537
 Warning indentation Indentation 'if' child have incorrect indentation level 11, expected level should be 12. 538
 Warning sizes LineLength Line is longer than 120 characters (found 131). 540
 Warning sizes LineLength Line is longer than 120 characters (found 122). 545
 Warning sizes LineLength Line is longer than 120 characters (found 186). 547
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 548
 Warning sizes LineLength Line is longer than 120 characters (found 124). 549
 Warning whitespace SeparatorWrap ',' should be on the previous line. 552
 Warning sizes LineLength Line is longer than 120 characters (found 124). 557
 Warning whitespace MethodParamPad '(' should be on the previous line. 557
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 565
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 566
 Warning sizes LineLength Line is longer than 120 characters (found 153). 571
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 5, expected level should be 4. 579
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 580
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 583
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 585
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 586
 Warning indentation Indentation 'if' have incorrect indentation level 9, expected level should be 8. 587
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 588
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 589
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 9, expected level should be 8. 590
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 590
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 590
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 590
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 590
 Warning indentation Indentation 'else' child have incorrect indentation level 13, expected level should be 12. 591
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 9, expected level should be 8. 592
 Warning indentation Indentation 'if' have incorrect indentation level 9, expected level should be 8. 594
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 594
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 594
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 594
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 595
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 597
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 598
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 9, expected level should be 8. 599
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 599
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 599
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 599
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 599
 Warning indentation Indentation 'else' child have incorrect indentation level 13, expected level should be 12. 600
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 9, expected level should be 8. 601
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 5, expected level should be 4. 602
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 5, expected level should be 4. 604
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 605
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 608
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 610
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 611
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 5, expected level should be 4. 612
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 5, expected level should be 4. 614
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 615
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 618
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 620
 Warning indentation Indentation 'if' have incorrect indentation level 9, expected level should be 8. 621
 Warning indentation Indentation 'if' child have incorrect indentation level 13, expected level should be 12. 622
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 9, expected level should be 8. 623
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 624
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 5, expected level should be 4. 625
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 5, expected level should be 4. 627
 Warning indentation Indentation 'if' child have incorrect indentation level 14, expected level should be 12. 635
 Warning indentation Indentation 'for' have incorrect indentation level 14, expected level should be 12. 636
 Warning indentation Indentation 'for' child have incorrect indentation level 18, expected level should be 16. 637
 Warning indentation Indentation 'for' child have incorrect indentation level 18, expected level should be 16. 638
 Warning indentation Indentation 'if' have incorrect indentation level 18, expected level should be 16. 639
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 639
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 639
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. 639
 Warning indentation Indentation 'if' child have incorrect indentation level 22, expected level should be 20. 640
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 18, expected level should be 16. 641
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 14, expected level should be 12. 642
 Warning whitespace MethodParamPad '(' should be on the previous line. 659
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 5, expected level should be 4. 665
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 666
 Warning indentation Indentation 'method def' child have incorrect indentation level 9, expected level should be 8. 667
 Warning whitespace SeparatorWrap '.' should be on a new line. 667
 Warning indentation Indentation 'try' have incorrect indentation level 9, expected level should be 8. 670
 Warning indentation Indentation 'try' child have incorrect indentation level 13, expected level should be 12. 671
 Warning indentation Indentation 'try' child have incorrect indentation level 13, expected level should be 12. 672
 Warning indentation Indentation 'if' have incorrect indentation level 13, expected level should be 12. 673
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 673
 Warning indentation Indentation 'if' child have incorrect indentation level 17, expected level should be 16. 674
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 13, expected level should be 12. 675
 Warning indentation Indentation 'try' child have incorrect indentation level 13, expected level should be 12. 676
 Warning sizes LineLength Line is longer than 120 characters (found 131). 676
 Warning indentation Indentation 'try rcurly' have incorrect indentation level 9, expected level should be 8. 677
 Warning indentation Indentation 'catch' child have incorrect indentation level 13, expected level should be 12. 678
 Warning sizes LineLength Line is longer than 120 characters (found 137). 678
 Warning indentation Indentation 'catch rcurly' have incorrect indentation level 9, expected level should be 8. 679
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 5, expected level should be 4. 680
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 682
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 687
 Warning naming LocalVariableName Local variable name 'IpSplit' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 688
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 691
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 691
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. 691
 Warning naming ParameterName Parameter name 'ExternalIp' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 699
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 699
 Warning sizes LineLength Line is longer than 120 characters (found 126). 700
 Warning whitespace SeparatorWrap '.' should be on a new line. 700
 Warning sizes LineLength Line is longer than 120 characters (found 145). 702
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 705
 Warning sizes LineLength Line is longer than 120 characters (found 176). 707
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 712
 Warning sizes LineLength Line is longer than 120 characters (found 133). 714
 Warning sizes LineLength Line is longer than 120 characters (found 128). 715

org/opendaylight/netvirt/natservice/internal/NaptPacketInHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'org.slf4j.LoggerFactory'. 22
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'org.slf4j.LoggerFactory'. 23
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.primitives.Ints' import. Should be before 'org.slf4j.LoggerFactory'. 24
 Warning modifier ModifierOrder 'static' modifier out of order with the JLS suggestions. 29
 Warning naming ConstantName Name 'incomingPacketMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 29
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 55
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 68
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 68
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 77
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 77
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 92
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 100
 Warning sizes LineLength Line is longer than 120 characters (found 123). 105
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 117
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 117
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 121
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 121

org/opendaylight/netvirt/natservice/internal/NaptSwitchHA.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.genius.mdsalutil.MDSALUtil' import. Should be before 'org.opendaylight.genius.mdsalutil.MatchInfo'. 22
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.opendaylight.netvirt.fibmanager.api.IFibManager'. 27
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.netvirt.fibmanager.api.IFibManager'. 28
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager' import. Should be before 'org.opendaylight.netvirt.fibmanager.api.IFibManager'. 29
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.IdManagerService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey'. 42
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rev160406.TunnelTypeBase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey'. 43
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rev160406.TunnelTypeGre' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey'. 44
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rev160406.TunnelTypeVxlan' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey'. 45
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.OdlInterfaceRpcService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey'. 46
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.rpcs.rev160406.GetTunnelInterfaceNameInputBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey'. 47
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.rpcs.rev160406.GetTunnelInterfaceNameOutput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey'. 48
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.rpcs.rev160406.ItmRpcService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey'. 49
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'org.slf4j.LoggerFactory'. 68
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. 69
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. 70
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.slf4j.LoggerFactory'. 71
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.concurrent.ExecutionException' import. Should be before 'org.slf4j.LoggerFactory'. 72
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.concurrent.Future' import. Should be before 'org.slf4j.LoggerFactory'. 73
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. 74
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 111
 Warning sizes LineLength Line is longer than 120 characters (found 137). 129
 Warning sizes LineLength Line is longer than 120 characters (found 128). 150
 Warning whitespace SeparatorWrap ',' should be on the previous line. 164
 Warning sizes LineLength Line is longer than 120 characters (found 133). 168
 Warning whitespace SeparatorWrap ',' should be on the previous line. 172
 Warning sizes LineLength Line is longer than 120 characters (found 131). 175
 Warning sizes LineLength Line is longer than 120 characters (found 122). 177
 Warning sizes LineLength Line is longer than 120 characters (found 129). 182
 Warning sizes LineLength Line is longer than 120 characters (found 132). 202
 Warning sizes LineLength Line is longer than 120 characters (found 135). 203
 Warning sizes LineLength Line is longer than 120 characters (found 128). 224
 Warning sizes LineLength Line is longer than 120 characters (found 127). 232
 Warning sizes LineLength Line is longer than 120 characters (found 141). 233
 Warning sizes LineLength Line is longer than 120 characters (found 125). 238
 Warning sizes LineLength Line is longer than 120 characters (found 140). 248
 Warning whitespace OperatorWrap '+' should be on a new line. 249
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 255
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 262
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 265
 Warning sizes LineLength Line is longer than 120 characters (found 132). 273
 Warning sizes LineLength Line is longer than 120 characters (found 124). 292
 Warning whitespace MethodParamPad '(' should be on the previous line. 308
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 311
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 312
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 313
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 313
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 320
 Warning sizes LineLength Line is longer than 120 characters (found 143). 320
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 320
 Warning sizes LineLength Line is longer than 120 characters (found 167). 324
 Warning whitespace OperatorWrap '+' should be on a new line. 339
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 342
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 351
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 351
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 356
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 356
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 356
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 356
 Warning sizes LineLength Line is longer than 120 characters (found 123). 368
 Warning sizes LineLength Line is longer than 120 characters (found 125). 388
 Warning sizes LineLength Line is longer than 120 characters (found 122). 400
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 413
 Warning sizes LineLength Line is longer than 120 characters (found 125). 448
 Warning sizes LineLength Line is longer than 120 characters (found 134). 460
 Warning sizes LineLength Line is longer than 120 characters (found 140). 463
 Warning whitespace OperatorWrap '+' should be on a new line. 464
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 475
 Warning indentation Indentation 'if' have incorrect indentation level 11, expected level should be 12. 490
 Warning sizes LineLength Line is longer than 120 characters (found 122). 500
 Warning sizes LineLength Line is longer than 120 characters (found 132). 505
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 522
 Warning sizes LineLength Line is longer than 120 characters (found 128). 523
 Warning whitespace OperatorWrap '+' should be on a new line. 523
 Warning sizes LineLength Line is longer than 120 characters (found 131). 524
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 536
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 577
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 577
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 583
 Warning sizes LineLength Line is longer than 120 characters (found 133). 618
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 636
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 655
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 663
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 686
 Warning sizes LineLength Line is longer than 120 characters (found 125). 696
 Warning coding VariableDeclarationUsageDistance Distance between variable 'instructions' declaration and its first usage is 4, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 708
 Warning sizes LineLength Line is longer than 120 characters (found 124). 729
 Warning indentation Indentation 'array initialization lcurly' have incorrect indentation level 20, expected level should be one of the following: 12, 16. 744
 Warning sizes LineLength Line is longer than 120 characters (found 127). 758
 Warning whitespace SeparatorWrap '.' should be on a new line. 758
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 764
 Warning sizes LineLength Line is longer than 120 characters (found 135). 767
 Warning sizes LineLength Line is longer than 120 characters (found 126). 772
 Warning sizes LineLength Line is longer than 120 characters (found 124). 777
 Warning sizes LineLength Line is longer than 120 characters (found 137). 781
 Warning sizes LineLength Line is longer than 120 characters (found 135). 785
 Warning sizes LineLength Line is longer than 120 characters (found 122). 787
 Warning sizes LineLength Line is longer than 120 characters (found 126). 790
 Warning sizes LineLength Line is longer than 120 characters (found 128). 805
 Warning sizes LineLength Line is longer than 120 characters (found 132). 817
 Warning sizes LineLength Line is longer than 120 characters (found 140). 821

org/opendaylight/netvirt/natservice/internal/NatConstants.java

Severity Category Rule Message Line
 Warning blocks LeftCurly '{' at column 34 should have line break after. 44
 Warning blocks RightCurly '}' at column 52 should be alone on a line. 44
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 45
 Warning blocks LeftCurly '{' at column 31 should have line break after. 45
 Warning blocks RightCurly '}' at column 46 should be alone on a line. 45

org/opendaylight/netvirt/natservice/internal/NatNodeEventListener.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.opendaylight.controller.md.sal.common.api.data.AsyncDataBroker. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'org.slf4j.LoggerFactory'. 24
 Warning imports RedundantImport Duplicate import to line 10 - java.math.BigInteger. 24
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 57
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 74

org/opendaylight/netvirt/natservice/internal/NatRouterInterfaceListener.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase' import. Should be before 'org.opendaylight.genius.mdsalutil.MDSALUtil'. 14
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.OdlInterfaceRpcService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.router.interfaces.RouterInterfaceKey'. 18
 Warning sizes LineLength Line is longer than 120 characters (found 121). 27
 Warning sizes LineLength Line is longer than 120 characters (found 122). 51
 Warning sizes LineLength Line is longer than 120 characters (found 124). 61
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 63
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not preceded with whitespace. 63
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 63
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 63
 Warning sizes LineLength Line is longer than 120 characters (found 134). 67
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 70
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 73
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 73
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 73
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 73

org/opendaylight/netvirt/natservice/internal/NatServiceCounters.java

Severity Category Rule Message Line
 Warning modifier RedundantModifier Redundant 'private' modifier. 27

org/opendaylight/netvirt/natservice/internal/NatTunnelInterfaceStateListener.java

Severity Category Rule Message Line
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.opendaylight.genius.mdsalutil.*. 18
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.genius.datastoreutils.AsyncDataTreeChangeListenerBase' import. Should be before 'org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager'. 20
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.netvirt.bgpmanager.api.IBgpManager' import. Should be before 'org.opendaylight.netvirt.fibmanager.api.RouteOrigin'. 23
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.DpnRoutersListKey. 28
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fib.rpc.rev160121.*. 30
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fib.rpc.rev160121.*' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.dpn.routers.list.RoutersList'. 30
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.IdManagerService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.dpn.routers.list.RoutersList'. 31
 Warning imports AvoidStarImport Using the '.*' form of import should be avoided - org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.op.rev160406.*. 32
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.op.rev160406.*' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.dpn.routers.list.RoutersList'. 32
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.op.rev160406.tunnels_state.StateTunnelList' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.dpn.routers.list.RoutersList'. 33
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.OdlInterfaceRpcService' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 39
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'org.slf4j.LoggerFactory'. 44
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. 45
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. 46
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. 47
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.concurrent.Future' import. Should be before 'org.slf4j.LoggerFactory'. 48
 Warning sizes LineLength Line is longer than 120 characters (found 145). 50
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 51
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 71
 Warning javadoc JavadocStyle First sentence should end with a period. 71
 Warning sizes LineLength Line is longer than 120 characters (found 125). 140
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 146
 Warning sizes LineLength Line is longer than 120 characters (found 126). 185
 Warning sizes LineLength Line is longer than 120 characters (found 130). 192
 Warning sizes LineLength Line is longer than 120 characters (found 153). 194
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 200
 Warning sizes LineLength Line is longer than 120 characters (found 130). 201
 Warning sizes LineLength Line is longer than 120 characters (found 139). 204
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 213
 Warning sizes LineLength Line is longer than 120 characters (found 139). 217
 Warning sizes LineLength Line is longer than 120 characters (found 134). 223
 Warning sizes LineLength Line is longer than 120 characters (found 134). 225
 Warning sizes LineLength Line is longer than 120 characters (found 144). 228
 Warning whitespace SeparatorWrap ',' should be on the previous line. 229
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 232
 Warning sizes LineLength Line is longer than 120 characters (found 130). 233
 Warning sizes LineLength Line is longer than 120 characters (found 139). 236
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 241
 Warning sizes LineLength Line is longer than 120 characters (found 121). 242
 Warning coding MissingSwitchDefault switch without "default" clause. 268
 Warning whitespace WhitespaceAround WhitespaceAround: 'switch' is not followed by whitespace. 268
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 268
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 270
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 270
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 275
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 275
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 280
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 287
 Warning whitespace OperatorWrap '+' should be on a new line. 288
 Warning sizes LineLength Line is longer than 120 characters (found 121). 295
 Warning whitespace OperatorWrap '+' should be on a new line. 295
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 302
 Warning whitespace OperatorWrap '+' should be on a new line. 303
 Warning whitespace OperatorWrap '+' should be on a new line. 304
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 323
 Warning whitespace OperatorWrap '+' should be on a new line. 325
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 335
 Warning sizes LineLength Line is longer than 120 characters (found 152). 342
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 353
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 353
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 353
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 353
 Warning whitespace OperatorWrap '+' should be on a new line. 354
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 360
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 376
 Warning whitespace OperatorWrap '+' should be on a new line. 397
 Warning whitespace OperatorWrap '+' should be on a new line. 398
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 404
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 404
 Warning sizes LineLength Line is longer than 120 characters (found 129). 410
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 410
 Warning sizes LineLength Line is longer than 120 characters (found 125). 416
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 416
 Warning whitespace OperatorWrap '+' should be on a new line. 431
 Warning sizes LineLength Line is longer than 120 characters (found 126). 432
 Warning whitespace OperatorWrap '+' should be on a new line. 446
 Warning sizes LineLength Line is longer than 120 characters (found 128). 450
 Warning whitespace OperatorWrap '+' should be on a new line. 450
 Warning whitespace OperatorWrap '+' should be on a new line. 466
 Warning sizes LineLength Line is longer than 120 characters (found 132). 476
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 484
 Warning whitespace OperatorWrap '+' should be on a new line. 486
 Warning whitespace OperatorWrap '+' should be on a new line. 487
 Warning whitespace OperatorWrap '+' should be on a new line. 492
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 555
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 555
 Warning sizes LineLength Line is longer than 120 characters (found 123). 560
 Warning sizes LineLength Line is longer than 120 characters (found 122). 565
 Warning sizes LineLength Line is longer than 120 characters (found 134). 567
 Warning whitespace SeparatorWrap '.' should be on a new line. 567
 Warning sizes LineLength Line is longer than 120 characters (found 129). 569
 Warning whitespace SeparatorWrap '.' should be on a new line. 569
 Warning sizes LineLength Line is longer than 120 characters (found 155). 570
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 583
 Warning sizes LineLength Line is longer than 120 characters (found 129). 584
 Warning sizes LineLength Line is longer than 120 characters (found 137). 586
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 596
 Warning whitespace OperatorWrap '+' should be on a new line. 604
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 624
 Warning sizes LineLength Line is longer than 120 characters (found 152). 625
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 628
 Warning sizes LineLength Line is longer than 120 characters (found 139). 629
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 634
 Warning sizes LineLength Line is longer than 120 characters (found 126). 637
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 640
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 640
 Warning sizes LineLength Line is longer than 120 characters (found 148). 649
 Warning sizes LineLength Line is longer than 120 characters (found 159). 650
 Warning sizes LineLength Line is longer than 120 characters (found 121). 651
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 664
 Warning sizes LineLength Line is longer than 120 characters (found 129). 665
 Warning sizes LineLength Line is longer than 120 characters (found 184). 667
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 677
 Warning whitespace OperatorWrap '+' should be on a new line. 685
 Warning whitespace OperatorWrap '+' should be on a new line. 708
 Warning whitespace OperatorWrap '+' should be on a new line. 709
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 715
 Warning whitespace OperatorWrap '+' should be on a new line. 716
 Warning whitespace OperatorWrap '+' should be on a new line. 717
 Warning whitespace OperatorWrap '+' should be on a new line. 730
 Warning sizes LineLength Line is longer than 120 characters (found 124). 739
 Warning whitespace OperatorWrap '+' should be on a new line. 741
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 755
 Warning sizes LineLength Line is longer than 120 characters (found 145). 756
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 758
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 758
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 758
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 758
 Warning sizes LineLength Line is longer than 120 characters (found 138). 759
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 768
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 777
 Warning whitespace OperatorWrap '+' should be on a new line. 778
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 787
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 793
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 797
 Warning sizes LineLength Line is longer than 120 characters (found 130). 798
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 801
 Warning sizes LineLength Line is longer than 120 characters (found 140). 802
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 807
 Warning sizes LineLength Line is longer than 120 characters (found 126). 810
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 814
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 814
 Warning sizes LineLength Line is longer than 120 characters (found 152). 815
 Warning sizes LineLength Line is longer than 120 characters (found 186). 818
 Warning sizes LineLength Line is longer than 120 characters (found 164). 826
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 831
 Warning sizes LineLength Line is longer than 120 characters (found 130). 832
 Warning sizes LineLength Line is longer than 120 characters (found 182). 834

org/opendaylight/netvirt/natservice/internal/NatUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.Lists' import. Should be before 'java.math.BigInteger'. 13
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.collect.Sets' import. Should be before 'java.math.BigInteger'. 14
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.LearntVpnVipToPortData' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.VpnInstanceToVpnId'. 33
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.OutputActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. 36
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.PushVlanActionCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. 37
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.SetFieldCase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. 38
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. 39
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.AllocateIdInput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. 40
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.AllocateIdInputBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. 41
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.AllocateIdOutput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. 42
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.IdManagerService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. 43
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.GetDpidFromInterfaceInput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. 44
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.GetDpidFromInterfaceInputBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. 45
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.GetDpidFromInterfaceOutput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. 46
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.GetEgressActionsForInterfaceInputBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. 47
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.GetEgressActionsForInterfaceOutput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. 48
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rpcs.rev160406.OdlInterfaceRpcService' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.learnt.vpn.vip.to.port.data.LearntVpnVipToPortKey'. 49
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.FloatingIpInfo' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ProviderTypes'. 55
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.IntextIpMap' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ProviderTypes'. 56
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.IntextIpPortMap' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ProviderTypes'. 57
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.NaptSwitches' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ProviderTypes'. 58
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ProtocolTypes' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.ProviderTypes'. 59
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.NeutronRouterDpns' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.snatint.ip.port.map.intip.port.map.ip.port.IntIpProtoTypeKey'. 89
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.PrefixToInterface' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.snatint.ip.port.map.intip.port.map.ip.port.IntIpProtoTypeKey'. 90
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.VpnIdToVpnInstance' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.snatint.ip.port.map.intip.port.map.ip.port.IntIpProtoTypeKey'. 91
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.neutron.router.dpns.RouterDpnList' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.neutronvpn.rev150602.neutron.vpn.portip.port.data.VpnPortipToPortKey'. 100
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.neutron.router.dpns.RouterDpnListKey' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.neutronvpn.rev150602.neutron.vpn.portip.port.data.VpnPortipToPortKey'. 101
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.neutron.router.dpns.RouterDpnListBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.neutronvpn.rev150602.neutron.vpn.portip.port.data.VpnPortipToPortKey'. 102
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.neutron.router.dpns.router.dpn.list.DpnVpninterfacesList' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.neutronvpn.rev150602.neutron.vpn.portip.port.data.VpnPortipToPortKey'. 103
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 121
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 122
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.DataBroker' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 123
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.base.Optional' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 124
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.netvirt.bgpmanager.api.IBgpManager' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 125
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 126
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.external.networks.Networks' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 127
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.external.networks.NetworksKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 128
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.floating.ip.info.RouterPorts' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 129
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.floating.ip.info.RouterPortsKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 130
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.floating.ip.info.router.ports.Ports' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 131
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.floating.ip.info.router.ports.PortsKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 132
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.napt.switches.RouterToNaptSwitch' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 133
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.napt.switches.RouterToNaptSwitchKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 134
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.id.to.vpn.instance.VpnIds' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 135
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.id.to.vpn.instance.VpnIdsKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 136
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.VpnInstanceOpDataEntry' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 137
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.VpnInstanceOpDataEntryKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 138
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.op.rev160406.DpnEndpoints' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 139
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.op.rev160406.dpn.endpoints.DPNTEPsInfo' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 140
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.op.rev160406.dpn.endpoints.DPNTEPsInfoKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 141
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.op.rev160406.dpn.endpoints.dpn.teps.info.TunnelEndPoints' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 142
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.intext.ip.port.map.IpPortMapping' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 143
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.intext.ip.port.map.IpPortMappingKey' import. Should be before 'org.opendaylight.yangtools.yang.binding.InstanceIdentifier'. 144
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.DpnRoutersList' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 146
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.DpnRoutersListKey' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 147
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.dpn.routers.list.RoutersList' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 148
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.neutron.router.dpns.router.dpn.list.dpn.vpninterfaces.list.RouterInterfacesBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 149
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.neutron.router.dpns.router.dpn.list.dpn.vpninterfaces.list.RouterInterfacesKey' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 150
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 151
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.PrefixesBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 152
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.PrefixesKey' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 153
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.neutron.router.dpns.router.dpn.list.DpnVpninterfacesListBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 154
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.neutron.router.dpns.router.dpn.list.DpnVpninterfacesListKey' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 155
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.DpnRoutersListBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 156
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.dpn.routers.list.RoutersListBuilder' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 157
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.dpn.routers.dpn.routers.list.RoutersListKey' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 158
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.DpnRouters' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 159
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.Interfaces' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 160
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.Interfaces. 160
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.InterfaceKey' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 161
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.InterfaceKey. 161
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResult'. 162
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.net.InetAddress' import. Should be before 'org.slf4j.LoggerFactory'. 167
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.net.UnknownHostException' import. Should be before 'org.slf4j.LoggerFactory'. 168
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. 169
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'org.slf4j.LoggerFactory'. 170
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Collections' import. Should be before 'org.slf4j.LoggerFactory'. 171
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.slf4j.LoggerFactory'. 172
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.HashSet' import. Should be before 'org.slf4j.LoggerFactory'. 173
 Warning imports UnusedImports Unused import - java.util.HashSet. 173
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. 174
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Objects' import. Should be before 'org.slf4j.LoggerFactory'. 175
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Set' import. Should be before 'org.slf4j.LoggerFactory'. 176
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.concurrent.ExecutionException' import. Should be before 'org.slf4j.LoggerFactory'. 177
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.concurrent.Future' import. Should be before 'org.slf4j.LoggerFactory'. 178
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.controller.md.sal.binding.api.WriteTransaction' import. Should be before 'org.slf4j.LoggerFactory'. 179
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.util.concurrent.FutureCallback' import. Should be before 'org.slf4j.LoggerFactory'. 180
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.slf4j.LoggerFactory'. 181
 Warning sizes LineLength Line is longer than 120 characters (found 132). 189
 Warning sizes LineLength Line is longer than 120 characters (found 133). 197
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 208
 Warning sizes LineLength Line is longer than 120 characters (found 135). 212
 Warning sizes LineLength Line is longer than 120 characters (found 134). 214
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 219
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 221
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 221
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 228
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 231
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 231
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 238
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 238
 Warning sizes LineLength Line is longer than 120 characters (found 127). 247
 Warning sizes LineLength Line is longer than 120 characters (found 135). 251
 Warning sizes LineLength Line is longer than 120 characters (found 135). 266
 Warning indentation Indentation 'getVpnInstanceToVpnIdIdentifier' have incorrect indentation level 4, expected level should be 8. 267
 Warning sizes LineLength Line is longer than 120 characters (found 134). 269
 Warning sizes LineLength Line is longer than 120 characters (found 154). 270
 Warning sizes LineLength Line is longer than 120 characters (found 126). 284
 Warning whitespace SeparatorWrap '.' should be on a new line. 284
 Warning sizes LineLength Line is longer than 120 characters (found 122). 290
 Warning sizes LineLength Line is longer than 120 characters (found 126). 296
 Warning whitespace SeparatorWrap '.' should be on a new line. 296
 Warning sizes LineLength Line is longer than 120 characters (found 136). 297
 Warning whitespace SeparatorWrap '.' should be on a new line. 297
 Warning whitespace MethodParamPad '(' should be on the previous line. 321
 Warning sizes LineLength Line is longer than 120 characters (found 124). 326
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 328
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 366
 Warning whitespace MethodParamPad '(' should be on the previous line. 375
 Warning whitespace MethodParamPad '(' should be on the previous line. 401
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '319'. 415
 Warning whitespace MethodParamPad '(' should be on the previous line. 417
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 429
 Warning sizes LineLength Line is longer than 120 characters (found 135). 443
 Warning sizes LineLength Line is longer than 120 characters (found 134). 445
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 449
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '289'. 467
 Warning sizes LineLength Line is longer than 120 characters (found 122). 468
 Warning sizes LineLength Line is longer than 120 characters (found 123). 476
 Warning sizes LineLength Line is longer than 120 characters (found 135). 489
 Warning sizes LineLength Line is longer than 120 characters (found 134). 491
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 495
 Warning sizes LineLength Line is longer than 120 characters (found 170). 501
 Warning sizes LineLength Line is longer than 120 characters (found 125). 503
 Warning sizes LineLength Line is longer than 120 characters (found 168). 512
 Warning sizes LineLength Line is longer than 120 characters (found 146). 514
 Warning whitespace MethodParamPad '(' should be on the previous line. 514
 Warning sizes LineLength Line is longer than 120 characters (found 123). 519
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '455'. 519
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 533
 Warning sizes LineLength Line is longer than 120 characters (found 170). 569
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 575
 Warning whitespace OperatorWrap '&&' should be on a new line. 597
 Warning whitespace OperatorWrap '&&' should be on a new line. 598
 Warning sizes LineLength Line is longer than 120 characters (found 123). 610
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 611
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 620
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 620
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 640
 Warning sizes LineLength Line is longer than 120 characters (found 128). 645
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 653
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. 653
 Warning whitespace MethodParamPad '(' should be on the previous line. 674
 Warning sizes LineLength Line is longer than 120 characters (found 122). 679
 Warning whitespace MethodParamPad '(' should be on the previous line. 680
 Warning sizes LineLength Line is longer than 120 characters (found 149). 684
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 684
 Warning sizes LineLength Line is longer than 120 characters (found 181). 685
 Warning sizes LineLength Line is longer than 120 characters (found 152). 692
 Warning sizes LineLength Line is longer than 120 characters (found 121). 693
 Warning sizes LineLength Line is longer than 120 characters (found 127). 694
 Warning whitespace MethodParamPad '(' should be on the previous line. 694
 Warning whitespace MethodParamPad '(' should be on the previous line. 695
 Warning sizes LineLength Line is longer than 120 characters (found 134). 700
 Warning sizes LineLength Line is longer than 120 characters (found 130). 709
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 713
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. 721
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 728
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 756
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. 756
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '519'. 761
 Warning sizes LineLength Line is longer than 120 characters (found 140). 777
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 778
 Warning sizes LineLength Line is longer than 120 characters (found 132). 785
 Warning sizes LineLength Line is longer than 120 characters (found 173). 788
 Warning sizes LineLength Line is longer than 120 characters (found 184). 789
 Warning sizes LineLength Line is longer than 120 characters (found 254). 790
 Warning sizes LineLength Line is longer than 120 characters (found 153). 795
 Warning sizes LineLength Line is longer than 120 characters (found 153). 817
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 830
 Warning sizes LineLength Line is longer than 120 characters (found 177). 832
 Warning sizes LineLength Line is longer than 120 characters (found 124). 833
 Warning whitespace GenericWhitespace GenericWhitespace '<' is preceded with whitespace. 833
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 838
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 838
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 841
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 841
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 850
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 858
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 864
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 871
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '850'. 871
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 871
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 881
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 891
 Warning sizes LineLength Line is longer than 120 characters (found 153). 892
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 905
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 908
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 908
 Warning indentation Indentation 'getConfiguredRouterInterface' have incorrect indentation level 4, expected level should be 8. 915
 Warning sizes LineLength Line is longer than 120 characters (found 142). 916
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 919
 Warning sizes LineLength Line is longer than 120 characters (found 134). 925
 Warning indentation Indentation 'getRouterInterfaceId' have incorrect indentation level 4, expected level should be 8. 926
 Warning sizes LineLength Line is longer than 120 characters (found 135). 927
 Warning sizes LineLength Line is longer than 120 characters (found 133). 928
 Warning sizes LineLength Line is longer than 120 characters (found 159). 929
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 935
 Warning sizes LineLength Line is longer than 120 characters (found 145). 936
 Warning sizes LineLength Line is longer than 120 characters (found 127). 940
 Warning sizes LineLength Line is longer than 120 characters (found 171). 946
 Warning sizes LineLength Line is longer than 120 characters (found 129). 947
 Warning sizes LineLength Line is longer than 120 characters (found 127). 949
 Warning whitespace OperatorWrap '+' should be on a new line. 949
 Warning sizes LineLength Line is longer than 120 characters (found 237). 952
 Warning sizes LineLength Line is longer than 120 characters (found 124). 954
 Warning whitespace OperatorWrap '+' should be on a new line. 954
 Warning sizes LineLength Line is longer than 120 characters (found 202). 959
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 972
 Warning sizes LineLength Line is longer than 120 characters (found 145). 973
 Warning whitespace OperatorWrap '+' should be on a new line. 977
 Warning sizes LineLength Line is longer than 120 characters (found 131). 982
 Warning sizes LineLength Line is longer than 120 characters (found 123). 985
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 988
 Warning whitespace OperatorWrap '+' should be on a new line. 989
 Warning sizes LineLength Line is longer than 120 characters (found 122). 991
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 993
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 993
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 993
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 993
 Warning whitespace OperatorWrap '+' should be on a new line. 998
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1013
 Warning sizes LineLength Line is longer than 120 characters (found 146). 1014
 Warning sizes LineLength Line is longer than 120 characters (found 233). 1021
 Warning sizes LineLength Line is longer than 120 characters (found 289). 1022
 Warning sizes LineLength Line is longer than 120 characters (found 180). 1028
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1037
 Warning sizes LineLength Line is longer than 120 characters (found 121). 1046
 Warning whitespace OperatorWrap '+' should be on a new line. 1046
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not preceded with whitespace. 1049
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 1049
 Warning whitespace WhitespaceAround WhitespaceAround: 'else' is not followed by whitespace. 1049
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1049
 Warning sizes LineLength Line is longer than 120 characters (found 121). 1050
 Warning whitespace OperatorWrap '+' should be on a new line. 1050
 Warning sizes LineLength Line is longer than 120 characters (found 125). 1056
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1058
 Warning sizes LineLength Line is longer than 120 characters (found 149). 1059
 Warning sizes LineLength Line is longer than 120 characters (found 233). 1066
 Warning sizes LineLength Line is longer than 120 characters (found 295). 1067
 Warning sizes LineLength Line is longer than 120 characters (found 184). 1079
 Warning sizes LineLength Line is longer than 120 characters (found 184). 1083
 Warning sizes LineLength Line is longer than 120 characters (found 147). 1095
 Warning sizes LineLength Line is longer than 120 characters (found 123). 1102
 Warning whitespace OperatorWrap '+' should be on a new line. 1112
 Warning whitespace SeparatorWrap '.' should be on a new line. 1138
 Warning whitespace SeparatorWrap '.' should be on a new line. 1140
 Warning whitespace OperatorWrap '+' should be on a new line. 1145
 Warning sizes LineLength Line is longer than 120 characters (found 154). 1153
 Warning sizes LineLength Line is longer than 120 characters (found 141). 1156
 Warning sizes LineLength Line is longer than 120 characters (found 134). 1160
 Warning sizes LineLength Line is longer than 120 characters (found 152). 1161
 Warning sizes LineLength Line is longer than 120 characters (found 149). 1166
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1170
 Warning whitespace OperatorWrap '+' should be on a new line. 1171
 Warning whitespace OperatorWrap '+' should be on a new line. 1176
 Warning whitespace OperatorWrap '+' should be on a new line. 1177
 Warning sizes LineLength Line is longer than 120 characters (found 152). 1183
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1184
 Warning sizes LineLength Line is longer than 120 characters (found 143). 1185
 Warning sizes LineLength Line is longer than 120 characters (found 143). 1186
 Warning sizes LineLength Line is longer than 120 characters (found 167). 1187
 Warning sizes LineLength Line is longer than 120 characters (found 123). 1243
 Warning indentation Indentation 'portsIdentifier' have incorrect indentation level 8, expected level should be 12. 1284
 Warning sizes LineLength Line is longer than 120 characters (found 123). 1286
 Warning sizes LineLength Line is longer than 120 characters (found 132). 1287
 Warning sizes LineLength Line is longer than 120 characters (found 123). 1371
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 1426
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 1433
 Warning indentation Indentation 'method def' child have incorrect indentation level 20, expected level should be one of the following: 12, 16. 1435
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 1436
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 1438
 Warning indentation Indentation 'method def' child have incorrect indentation level 20, expected level should be one of the following: 12, 16. 1440
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 1441
 Warning indentation Indentation 'object def rcurly' have incorrect indentation level 12, expected level should be one of the following: 4, 8. 1444
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 3, expected level should be 4. 1451
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 1457
 Warning indentation Indentation 'buildStateInterfaceId' have incorrect indentation level 4, expected level should be 8. 1469
 Warning sizes LineLength Line is longer than 120 characters (found 148). 1471
 Warning sizes LineLength Line is longer than 120 characters (found 165). 1473
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 1498
 Warning javadoc JavadocStyle Javadoc has empty description section. 1498
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 1499
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 1500
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 1501

org/opendaylight/netvirt/natservice/internal/RouterDpnChangeListener.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 134). 35
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 36
 Warning sizes LineLength Line is longer than 120 characters (found 127). 73
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 86
 Warning sizes LineLength Line is longer than 120 characters (found 126). 99
 Warning sizes LineLength Line is longer than 120 characters (found 130). 115
 Warning sizes LineLength Line is longer than 120 characters (found 140). 186
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 189
 Warning sizes LineLength Line is longer than 120 characters (found 141). 220
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 16. 233
 Warning sizes LineLength Line is longer than 120 characters (found 122). 242
 Warning sizes LineLength Line is longer than 120 characters (found 137). 250
 Warning sizes LineLength Line is longer than 120 characters (found 130). 252
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 258
 Warning sizes LineLength Line is longer than 120 characters (found 130). 292
 Warning sizes LineLength Line is longer than 120 characters (found 131). 294
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 300
 Warning sizes LineLength Line is longer than 120 characters (found 122). 301
 Warning sizes LineLength Line is longer than 120 characters (found 131). 304
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 313
 Warning sizes LineLength Line is longer than 120 characters (found 131). 317
 Warning sizes LineLength Line is longer than 120 characters (found 134). 323
 Warning sizes LineLength Line is longer than 120 characters (found 136). 328
 Warning whitespace SeparatorWrap ',' should be on the previous line. 329
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 332
 Warning sizes LineLength Line is longer than 120 characters (found 122). 333
 Warning sizes LineLength Line is longer than 120 characters (found 131). 336
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 341

org/opendaylight/netvirt/natservice/internal/RouterPortsListener.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.opendaylight.controller.md.sal.common.api.data.AsyncDataBroker. 13
 Warning sizes LineLength Line is longer than 120 characters (found 132). 30
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 30
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 35
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 60
 Warning sizes LineLength Line is longer than 120 characters (found 131). 77
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 78
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 78
 Warning sizes LineLength Line is longer than 120 characters (found 131). 82
 Warning sizes LineLength Line is longer than 120 characters (found 122). 96

org/opendaylight/netvirt/natservice/internal/RouterToVpnListener.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 52
 Warning javadoc JavadocStyle First sentence should end with a period. 52
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 62
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 72
 Warning javadoc JavadocStyle First sentence should end with a period. 72
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 82
 Warning sizes LineLength Line is longer than 120 characters (found 125). 93
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 94
 Warning sizes LineLength Line is longer than 120 characters (found 125). 95
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 102
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 105
 Warning sizes LineLength Line is longer than 120 characters (found 130). 106
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 111
 Warning sizes LineLength Line is longer than 120 characters (found 140). 113
 Warning sizes LineLength Line is longer than 120 characters (found 125). 123
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 124
 Warning sizes LineLength Line is longer than 120 characters (found 128). 125
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 131
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 134
 Warning sizes LineLength Line is longer than 120 characters (found 130). 135
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. 139
 Warning sizes LineLength Line is longer than 120 characters (found 143). 141

org/opendaylight/netvirt/natservice/internal/SNATDefaultRouteProgrammer.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.genius.mdsalutil.MDSALUtil' import. Should be before 'org.opendaylight.genius.mdsalutil.MatchInfo'. 21
 Warning sizes LineLength Line is longer than 120 characters (found 135). 45
 Warning sizes LineLength Line is longer than 120 characters (found 135). 83
 Warning sizes LineLength Line is longer than 120 characters (found 127). 114
 Warning whitespace SeparatorWrap '.' should be on a new line. 114
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 120
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 130
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 140
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 150

org/opendaylight/netvirt/natservice/internal/SessionAddress.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 20
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 23

org/opendaylight/netvirt/natservice/internal/SubnetGwMacChangeListener.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.neutronvpn.rev150602.subnetmaps.Subnetmap. 23

org/opendaylight/netvirt/natservice/internal/SubnetmapListener.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 25
 Warning sizes LineLength Line is longer than 120 characters (found 122). 48
 Warning sizes LineLength Line is longer than 120 characters (found 149). 49

org/opendaylight/netvirt/natservice/internal/VpnFloatingIpHandler.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.netvirt.vpnmanager.api.IVpnManager' import. Should be before 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.PhysAddress'. 42
 Warning imports CustomImportOrder Import statement for 'org.opendaylight.netvirt.natservice.internal.NatUtil.buildfloatingIpIdToPortMappingIdentifier' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 69
 Warning sizes LineLength Line is longer than 120 characters (found 124). 111
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 16, 20. 130
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be one of the following: 20, 24. 132
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 132
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 133
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 134
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 135
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 136
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 139
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 140
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 141
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 142
 Warning indentation Indentation 'method call' child have incorrect indentation level 24, expected level should be one of the following: 28, 32. 143
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 145
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 146
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 147
 Warning sizes LineLength Line is longer than 120 characters (found 137). 147
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 148
 Warning sizes LineLength Line is longer than 120 characters (found 123). 148
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 149
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 152
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 153
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 155
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 156
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 161
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 162
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be one of the following: 24, 28. 163
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be one of the following: 28, 32. 164
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be one of the following: 28, 32. 165
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be one of the following: 28, 32. 167
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be one of the following: 28, 32. 169
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be one of the following: 24, 28. 170
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 171
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be one of the following: 20, 24. 172
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 173
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 175
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 176
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 16, expected level should be one of the following: 20, 24. 177
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 16, 20. 178
 Warning indentation Indentation 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 16. 179
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 190
 Warning sizes LineLength Line is longer than 120 characters (found 147). 193
 Warning sizes LineLength Line is longer than 120 characters (found 123). 205
 Warning sizes LineLength Line is longer than 120 characters (found 125). 233
 Warning sizes LineLength Line is longer than 120 characters (found 171). 241
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 16, 20. 247
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be one of the following: 20, 24. 250
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 250
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 251
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 252
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 253
 Warning sizes LineLength Line is longer than 120 characters (found 138). 253
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 254
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 255
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be one of the following: 20, 24. 256
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 257
 Warning sizes LineLength Line is longer than 120 characters (found 166). 257
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 258
 Warning indentation Indentation 'else' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 259
 Warning indentation Indentation 'else rcurly' have incorrect indentation level 16, expected level should be one of the following: 20, 24. 260
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 16, 20. 261
 Warning indentation Indentation 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 16. 262
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 273
 Warning sizes LineLength Line is longer than 120 characters (found 132). 276
 Warning sizes LineLength Line is longer than 120 characters (found 121). 304
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 388
 Warning whitespace OperatorWrap '+' should be on a new line. 401
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 405
 Warning whitespace OperatorWrap '+' should be on a new line. 406

org/opendaylight/netvirt/natservice/internal/test/ExternalNetworksChangeListenerTest.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 136). 63
 Warning sizes LineLength Line is longer than 120 characters (found 122). 64
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SNAT_TABLE' must contain no more than '4' capital letters. 93
 Warning naming AbbreviationAsWordInName Abbreviation in name 'DEFAULT_SNAT_FLOW_PRIORITY' must contain no more than '4' capital letters. 94
 Warning naming AbbreviationAsWordInName Abbreviation in name 'FLOWID_SEPARATOR' must contain no more than '4' capital letters. 95
 Warning naming AbbreviationAsWordInName Abbreviation in name 'SNAT_FLOWID_PREFIX' must contain no more than '4' capital letters. 96
 Warning coding VariableDeclarationUsageDistance Distance between variable 'SNAT_FLOWID_PREFIX' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 96
 Warning naming LocalVariableName Local variable name 'SNAT_FLOWID_PREFIX' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 96
 Warning coding VariableDeclarationUsageDistance Distance between variable 'dpnId' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 99
 Warning coding VariableDeclarationUsageDistance Distance between variable 'routerId' declaration and its first usage is 8, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 101
 Warning coding VariableDeclarationUsageDistance Distance between variable 'groupId' declaration and its first usage is 6, but allowed 3. Consider to make that variable as final if you still need to store its value in advance (before method calls that might do side effect on original value). 102
 Warning whitespace SeparatorWrap '.' should be on a new line. 125
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 133

org/opendaylight/netvirt/natservice/internal/test/NaptManagerTest.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Import statement for 'org.mockito.Matchers.any' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 19
 Warning imports CustomImportOrder Import statement for 'org.mockito.Mockito.when' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 20
 Warning imports CustomImportOrder Import statement for 'org.mockito.Mockito.eq' is in the wrong order. Should be in the 'STATIC' group, expecting not assigned imports on this line. 21
 Warning imports UnusedImports Unused import - org.mockito.Mockito.eq. 21
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.controller.md.sal.common.api.data.AsyncDataBroker.DataChangeScope' import. Should be before 'org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType'. 26
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.genius.mdsalutil.MDSALUtil' import. Should be before 'org.opendaylight.netvirt.natservice.internal.NaptManager'. 29
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.IntextIpPortMap. 33
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.intext.ip.port.map.IpPortMapping. 39
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.natservice.rev160111.intext.ip.port.map.IpPortMappingKey. 40
 Warning imports CustomImportOrder Wrong lexicographical order for 'com.google.common.util.concurrent.Futures' import. Should be before 'org.opendaylight.yangtools.yang.common.RpcResultBuilder'. 45
 Warning sizes LineLength Line is longer than 120 characters (found 145). 58
 Warning sizes LineLength Line is longer than 120 characters (found 123). 59
 Warning annotation AnnotationLocation Annotation 'Test' should be alone on line. 80
 Warning sizes LineLength Line is longer than 120 characters (found 142). 83
 Warning sizes LineLength Line is longer than 120 characters (found 133). 85
 Warning sizes LineLength Line is longer than 120 characters (found 131). 86
 Warning sizes LineLength Line is longer than 120 characters (found 134). 88
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 89
 Warning annotation AnnotationLocation Annotation 'Test' should be alone on line. 100
 Warning sizes LineLength Line is longer than 120 characters (found 133). 104
 Warning sizes LineLength Line is longer than 120 characters (found 134). 105
 Warning sizes LineLength Line is longer than 120 characters (found 134). 107
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 108
 Warning annotation AnnotationLocation Annotation 'Test' should be alone on line. 118
 Warning sizes LineLength Line is longer than 120 characters (found 136). 122
 Warning sizes LineLength Line is longer than 120 characters (found 131). 123
 Warning sizes LineLength Line is longer than 120 characters (found 134). 125
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 126
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 5, expected level should be 4. 134
 Warning annotation AnnotationLocation Annotation 'Test' should be alone on line. 136
 Warning sizes LineLength Line is longer than 120 characters (found 136). 140
 Warning sizes LineLength Line is longer than 120 characters (found 140). 141
 Warning sizes LineLength Line is longer than 120 characters (found 134). 143
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 144
 Warning sizes LineLength Line is longer than 120 characters (found 125). 164

org/opendaylight/netvirt/natservice/rpcservice/NatRpcServiceImpl.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.opendaylight.genius.mdsalutil.NwConstants. 17