Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
9 0 447 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • maxLineLength: "100"
4  Warning
NeedBraces 3  Warning
RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, LITERAL_DO, STATIC_INIT, INSTANCE_INIT"
  • option: "alone"
3  Warning
RightCurly 3  Warning
coding EmptyStatement 1  Warning
IllegalCatch 6  Warning
OverloadMethodsDeclarationOrder 1  Warning
VariableDeclarationUsageDistance 2  Warning
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
54  Warning
UnusedImports 20  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
146  Warning
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
10  Warning
NonEmptyAtclauseDescription 19  Warning
misc ArrayTypeStyle 4  Warning
modifier RedundantModifier 2  Warning
naming AbbreviationAsWordInName
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "4"
1  Warning
ConstantName 10  Warning
LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
4  Warning
MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
MethodName
  • format: "^[a-z][a-zA-Z0-9_]*$"
1  Warning
MethodName
  • format: "^[a-z][a-zA-Z0-9_]*$"
1  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
1  Warning
regexp RegexpSinglelineJava
  • ignoreComments: "false"
  • format: "System\.(out)|(err)\.print(ln)?\("
  • message: "Line contains console output."
1  Warning
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
51  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
8  Warning
GenericWhitespace 1  Warning
MethodParamPad 7  Warning
NoLineWrap 6  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"
16  Warning
SeparatorWrap
  • tokens: "COMMA"
  • option: "EOL"
9  Warning
SeparatorWrap
  • tokens: "DOT"
  • option: "nl"
9  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
44  Warning

Details

org/opendaylight/netvirt/fibmanager/FibManagerImpl.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.netvirt.vpnmanager.api.intervpnlink.InterVpnLinkCache' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntry'. 22
 Warning naming ParameterName Parameter name 'DpnId' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 144
 Warning sizes LineLength Line is longer than 120 characters (found 122). 154
 Warning sizes LineLength Line is longer than 120 characters (found 125). 161

org/opendaylight/netvirt/fibmanager/FibRpcServiceImpl.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 74
 Warning javadoc JavadocStyle First sentence should end with a period. 74
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 95
 Warning javadoc JavadocStyle First sentence should end with a period. 95
 Warning misc ArrayTypeStyle Array brackets at illegal position. 133
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 152
 Warning sizes LineLength Line is longer than 120 characters (found 121). 205
 Warning sizes LineLength Line is longer than 120 characters (found 139). 210
 Warning sizes LineLength Line is longer than 120 characters (found 121). 221
 Warning misc ArrayTypeStyle Array brackets at illegal position. 222
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 241
 Warning sizes LineLength Line is longer than 120 characters (found 124). 268
 Warning sizes LineLength Line is longer than 120 characters (found 157). 298
 Warning sizes LineLength Line is longer than 120 characters (found 127). 332
 Warning sizes LineLength Line is longer than 120 characters (found 161). 333
 Warning sizes LineLength Line is longer than 120 characters (found 122). 347
 Warning sizes LineLength Line is longer than 120 characters (found 135). 359
 Warning sizes LineLength Line is longer than 120 characters (found 134). 361
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 365
 Warning sizes LineLength Line is longer than 120 characters (found 135). 371
 Warning indentation Indentation 'getVpnInstanceToVpnIdIdentifier' have incorrect indentation level 4, expected level should be 8. 372
 Warning sizes LineLength Line is longer than 120 characters (found 134). 374
 Warning sizes LineLength Line is longer than 120 characters (found 154). 375
 Warning sizes LineLength Line is longer than 120 characters (found 135). 403
 Warning sizes LineLength Line is longer than 120 characters (found 134). 405
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 409

org/opendaylight/netvirt/fibmanager/FibUtil.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.fibentries.VrfTablesBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.fibentries.VrfTablesKey'. 35
 Warning whitespace NoLineWrap import statement should not be line-wrapped. 47
 Warning whitespace NoLineWrap import statement should not be line-wrapped. 49
 Warning whitespace NoLineWrap import statement should not be line-wrapped. 55
 Warning whitespace NoLineWrap import statement should not be line-wrapped. 58
 Warning whitespace NoLineWrap import statement should not be line-wrapped. 60
 Warning whitespace NoLineWrap import statement should not be line-wrapped. 62
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.math.BigInteger' import. Should be before 'org.slf4j.LoggerFactory'. 70
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.slf4j.LoggerFactory'. 71
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'org.slf4j.LoggerFactory'. 72
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.slf4j.LoggerFactory'. 73
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.concurrent.ExecutionException' import. Should be before 'org.slf4j.LoggerFactory'. 74
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.concurrent.Future' import. Should be before 'org.slf4j.LoggerFactory'. 75
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 79
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 87
 Warning sizes LineLength Line is longer than 120 characters (found 130). 114
 Warning sizes LineLength Line is longer than 120 characters (found 137). 121
 Warning sizes LineLength Line is longer than 120 characters (found 275). 122
 Warning sizes LineLength Line is longer than 120 characters (found 247). 124
 Warning sizes LineLength Line is longer than 120 characters (found 137). 128
 Warning sizes LineLength Line is longer than 120 characters (found 275). 129
 Warning sizes LineLength Line is longer than 120 characters (found 121). 130
 Warning sizes LineLength Line is longer than 120 characters (found 137). 147
 Warning sizes LineLength Line is longer than 120 characters (found 270). 148
 Warning sizes LineLength Line is longer than 120 characters (found 136). 152
 Warning sizes LineLength Line is longer than 120 characters (found 269). 153
 Warning sizes LineLength Line is longer than 120 characters (found 315). 154
 Warning sizes LineLength Line is longer than 120 characters (found 195). 157
 Warning sizes LineLength Line is longer than 120 characters (found 134). 158
 Warning sizes LineLength Line is longer than 120 characters (found 153). 163
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 176
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 199
 Warning sizes LineLength Line is longer than 120 characters (found 135). 207
 Warning indentation Indentation 'getVpnInstanceToVpnIdIdentifier' have incorrect indentation level 4, expected level should be 8. 208
 Warning sizes LineLength Line is longer than 120 characters (found 134). 210
 Warning sizes LineLength Line is longer than 120 characters (found 154). 211
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 224
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 230
 Warning javadoc JavadocStyle First sentence should end with a period. 230
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 233
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 234
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 235
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 253
 Warning javadoc JavadocStyle First sentence should end with a period. 253
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 256
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 257
 Warning sizes LineLength Line is longer than 120 characters (found 146). 260
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 263
 Warning javadoc JavadocStyle First sentence should end with a period. 263
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 266
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 267
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 268
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 280
 Warning javadoc JavadocStyle First sentence should end with a period. 280
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 283
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 284
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 285
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 292
 Warning javadoc JavadocStyle First sentence should end with a period. 292
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 295
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 296
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 297
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 308
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 333
 Warning indentation Indentation 'method def' child have incorrect indentation level 20, expected level should be one of the following: 12, 16. 335
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 336
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 338
 Warning indentation Indentation 'method def' child have incorrect indentation level 20, expected level should be one of the following: 12, 16. 340
 Warning whitespace EmptyLineSeparator ';' should be separated from previous statement. 341
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 341
 Warning blocks RightCurly '}' at column 17 should be alone on a line. 341
 Warning indentation Indentation 'object def rcurly' have incorrect indentation level 12, expected level should be one of the following: 4, 8. 342
 Warning indentation Indentation 'getVpnIdToVpnInstanceIdentifier' have incorrect indentation level 4, expected level should be 8. 359
 Warning sizes LineLength Line is longer than 120 characters (found 129). 378
 Warning whitespace WhitespaceAround WhitespaceAround: 'try' is not followed by whitespace. 386
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 386
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 420
 Warning whitespace WhitespaceAround WhitespaceAround: 'try' is not followed by whitespace. 436
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 436
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 454
 Warning sizes LineLength Line is longer than 120 characters (found 153). 468
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 548
 Warning sizes LineLength Line is longer than 120 characters (found 161). 572
 Warning sizes LineLength Line is longer than 120 characters (found 130). 576
 Warning whitespace OperatorWrap '||' should be on a new line. 595
 Warning whitespace OperatorWrap '||' should be on a new line. 596
 Warning whitespace OperatorWrap '||' should be on a new line. 597
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 605
 Warning whitespace OperatorWrap '||' should be on a new line. 606
 Warning whitespace OperatorWrap '||' should be on a new line. 607

org/opendaylight/netvirt/fibmanager/L3VPNTransportTypes.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.HashMap' import. Should be before 'org.opendaylight.genius.itm.globals.ITMConstants'. 12
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Map' import. Should be before 'org.opendaylight.genius.itm.globals.ITMConstants'. 13
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 17
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 18
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 19
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 23
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 26
 Warning naming ConstantName Name 'strToTypeMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 30
 Warning blocks NeedBraces 'if' construct must use '{}'s. 43

org/opendaylight/netvirt/fibmanager/NexthopManager.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.FibEntries. 46
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.fibentries.VrfTables. 47
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.fibentries.VrfTablesKey. 48
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntry. 49
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey. 50
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.rpcs.rev160406.GetInternalOrExternalInterfaceNameInputBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 55
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.itm.rpcs.rev160406.GetInternalOrExternalInterfaceNameOutput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 56
 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.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 57
 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.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 58
 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.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 59
 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.prefix.to._interface.vpn.ids.Prefixes'. 60
 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.prefix.to._interface.vpn.ids.Prefixes'. 61
 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.prefix.to._interface.vpn.ids.Prefixes'. 62
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.CreateIdPoolInput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 63
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.CreateIdPoolInputBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 64
 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.prefix.to._interface.vpn.ids.Prefixes'. 65
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.ReleaseIdInput' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 66
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.idmanager.rev160406.ReleaseIdInputBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 67
 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.prefix.to._interface.vpn.ids.Prefixes'. 68
 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.prefix.to._interface.vpn.ids.Prefixes'. 69
 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.prefix.to._interface.vpn.ids.Prefixes'. 70
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.elan.rev150602.elan.interfaces.ElanInterface' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 71
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.elan.rev150602.SegmentTypeBase' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 72
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.elan.rev150602.SegmentTypeFlat' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 73
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.elan.rev150602.SegmentTypeVlan' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 74
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3nexthop.rev150409.L3nexthop' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 75
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3nexthop.rev150409.l3nexthop.VpnNexthops' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 76
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3nexthop.rev150409.l3nexthop.VpnNexthopsKey' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 77
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3nexthop.rev150409.l3nexthop.vpnnexthops.VpnNexthop' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 78
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3nexthop.rev150409.l3nexthop.vpnnexthops.VpnNexthopBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 79
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3nexthop.rev150409.l3nexthop.vpnnexthops.VpnNexthopKey' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.Prefixes'. 80
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.ConfTransportTypeL3vpn' import. Should be before 'org.slf4j.LoggerFactory'. 90
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.ConfTransportTypeL3vpnBuilder' import. Should be before 'org.slf4j.LoggerFactory'. 91
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rev160406.TunnelTypeBase' import. Should be before 'org.slf4j.LoggerFactory'. 92
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rev160406.TunnelTypeGre' import. Should be before 'org.slf4j.LoggerFactory'. 93
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rev160406.TunnelTypeMplsOverGre' import. Should be before 'org.slf4j.LoggerFactory'. 94
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.genius.interfacemanager.rev160406.TunnelTypeVxlan' import. Should be before 'org.slf4j.LoggerFactory'. 95
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 113
 Warning indentation Indentation 'method def' child have incorrect indentation level 20, expected level should be one of the following: 12, 16. 115
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 116
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 117
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 117
 Warning indentation Indentation 'method def' child have incorrect indentation level 20, expected level should be one of the following: 12, 16. 119
 Warning whitespace EmptyLineSeparator ';' should be separated from previous statement. 120
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 16, expected level should be one of the following: 8, 12. 120
 Warning blocks RightCurly '}' at column 17 should be alone on a line. 120
 Warning indentation Indentation 'object def rcurly' have incorrect indentation level 12, expected level should be one of the following: 4, 8. 121
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 123
 Warning javadoc JavadocStyle First sentence should end with a period. 123
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 176
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 181
 Warning whitespace SeparatorWrap '.' should be on a new line. 202
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 208
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 223
 Warning sizes LineLength Line is longer than 120 characters (found 131). 224
 Warning sizes LineLength Line is longer than 120 characters (found 136). 230
 Warning sizes LineLength Line is longer than 120 characters (found 134). 239
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 273
 Warning sizes LineLength Line is longer than 120 characters (found 165). 284
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 294
 Warning whitespace WhitespaceAround WhitespaceAround: ':' is not preceded with whitespace. 309
 Warning indentation Indentation 'synchronized' have incorrect indentation level 8, expected level should be 12. 320
 Warning indentation Indentation 'synchronized' child have incorrect indentation level 12, expected level should be 16. 321
 Warning indentation Indentation 'synchronized' child have incorrect indentation level 12, expected level should be 16. 322
 Warning indentation Indentation 'if' have incorrect indentation level 12, expected level should be 16. 324
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 327
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 328
 Warning indentation Indentation 'if' child have incorrect indentation level 16, expected level should be 20. 330
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 332
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 333
 Warning indentation Indentation 'if' have incorrect indentation level 20, expected level should be 24. 334
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 28. 335
 Warning sizes LineLength Line is longer than 120 characters (found 136). 335
 Warning indentation Indentation 'if' child have incorrect indentation level 24, expected level should be 28. 336
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 20, expected level should be 24. 338
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be 24. 339
 Warning whitespace SeparatorWrap '.' should be on a new line. 388
 Warning whitespace SeparatorWrap '.' should be on a new line. 389
 Warning whitespace SeparatorWrap '.' should be on a new line. 390
 Warning whitespace SeparatorWrap '.' should be on a new line. 391
 Warning whitespace SeparatorWrap '.' should be on a new line. 392
 Warning sizes LineLength Line is longer than 120 characters (found 131). 405
 Warning sizes LineLength Line is longer than 120 characters (found 140). 497
 Warning sizes LineLength Line is longer than 120 characters (found 140). 500
 Warning sizes LineLength Line is longer than 120 characters (found 133). 502
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 521
 Warning regexp RegexpSinglelineJava Line contains console output. 577
 Warning sizes LineLength Line is longer than 120 characters (found 131). 615
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 625
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 629
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 654
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 659
 Warning sizes LineLength Line is longer than 120 characters (found 123). 676
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 678
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 690
 Warning javadoc JavadocStyle First sentence should end with a period. 690
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 694
 Warning modifier RedundantModifier Redundant 'public' modifier. 732
 Warning blocks NeedBraces 'if' construct must use '{}'s. 756

org/opendaylight/netvirt/fibmanager/VrfEntryListener.java

Severity Category Rule Message Line
 Warning imports UnusedImports Unused import - org.opendaylight.netvirt.elanmanager.api.IElanService. 53
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.iana._if.type.rev140508.Tunnel' import. Should be before 'org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress'. 61
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.PrefixToInterface. 96
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.adjacency.list.Adjacency. 99
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.VpnIds. 100
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.VpnIdsKey. 101
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.prefix.to._interface.vpn.ids.PrefixesKey. 104
 Warning blocks LeftCurly '{' at column 60 should have line break after. 176
 Warning blocks RightCurly '}' at column 92 should be alone on a line. 176
 Warning whitespace OperatorWrap '&&' should be on a new line. 257
 Warning whitespace OperatorWrap '&&' should be on a new line. 268
 Warning coding OverloadMethodsDeclarationOrder Overload methods should not be split. Previous overloaded method located at line '228'. 305
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 348
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 492
 Warning whitespace OperatorWrap '&&' should be on a new line. 500
 Warning whitespace SeparatorWrap '.' should be on a new line. 518
 Warning naming LocalVariableName Local variable name 'iVpnLinkName' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 631
 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). 660
 Warning misc ArrayTypeStyle Array brackets at illegal position. 665
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 706
 Warning whitespace OperatorWrap '&&' should be on a new line. 762
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 800
 Warning whitespace GenericWhitespace GenericWhitespace '>' should followed by whitespace. 871
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 974
 Warning javadoc JavadocStyle First sentence should end with a period. 974
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 976
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 977
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 978
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 979
 Warning naming LocalVariableName Local variable name 'extra_route' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 988
 Warning whitespace OperatorWrap '&&' should be on a new line. 1007
 Warning coding EmptyStatement Empty statement. 1035
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 1037
 Warning whitespace OperatorWrap '+' should be on a new line. 1037
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1080
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 1093
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 1103
 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). 1115
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1136
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1136
 Warning naming LocalVariableName Local variable name 'tunnel_type' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1167
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1227
 Warning whitespace OperatorWrap '&&' should be on a new line. 1239
 Warning modifier RedundantModifier Redundant 'public' modifier. 1283
 Warning whitespace OperatorWrap '&&' should be on a new line. 1301
 Warning whitespace OperatorWrap '&&' should be on a new line. 1404
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1489
 Warning blocks LeftCurly '{' at column 17 should be on the previous line. 1498
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1550
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1569
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1569
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1575
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1590
 Warning indentation Indentation 'method def lparen' have incorrect indentation level 12, expected level should be 4. 1596
 Warning whitespace MethodParamPad '(' should be on the previous line. 1596
 Warning misc ArrayTypeStyle Array brackets at illegal position. 1610
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1634
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1641
 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: 'if' is not followed by whitespace. 1725
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 1725
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 12, expected level should be one of the following: 16, 20. 1761
 Warning indentation Indentation 'method def' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. 1763
 Warning indentation Indentation 'synchronized' have incorrect indentation level 16, expected level should be one of the following: 20, 24. 1764
 Warning indentation Indentation 'synchronized' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 1765
 Warning indentation Indentation 'for' have incorrect indentation level 20, expected level should be one of the following: 24, 28. 1766
 Warning indentation Indentation 'for' child have incorrect indentation level 24, expected level should be one of the following: 28, 32. 1767
 Warning indentation Indentation 'if' have incorrect indentation level 24, expected level should be one of the following: 28, 32. 1768
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be one of the following: 32, 36. 1769
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be one of the following: 32, 36. 1770
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be one of the following: 32, 36. 1771
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 24, expected level should be one of the following: 28, 32. 1772
 Warning indentation Indentation 'for' child have incorrect indentation level 24, expected level should be one of the following: 28, 32. 1773
 Warning indentation Indentation 'if' have incorrect indentation level 24, expected level should be one of the following: 28, 32. 1774
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be one of the following: 32, 36. 1775
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be one of the following: 32, 36. 1777
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be one of the following: 32, 36. 1779
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 24, expected level should be one of the following: 28, 32. 1780
 Warning indentation Indentation 'if' have incorrect indentation level 24, expected level should be one of the following: 28, 32. 1781
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be one of the following: 32, 36. 1783
 Warning indentation Indentation 'if' have incorrect indentation level 28, expected level should be one of the following: 32, 36. 1784
 Warning indentation Indentation 'if' have incorrect indentation level 32, expected level should be one of the following: 36, 40. 1786
 Warning indentation Indentation 'if' child have incorrect indentation level 36, expected level should be one of the following: 40, 44. 1787
 Warning indentation Indentation 'if' child have incorrect indentation level 36, expected level should be one of the following: 40, 44. 1788
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 32, expected level should be one of the following: 36, 40. 1789
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 28, expected level should be one of the following: 32, 36. 1790
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 24, expected level should be one of the following: 28, 32. 1791
 Warning indentation Indentation 'for' child have incorrect indentation level 24, expected level should be one of the following: 28, 32. 1793
 Warning indentation Indentation 'if' have incorrect indentation level 24, expected level should be one of the following: 28, 32. 1795
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be one of the following: 32, 36. 1796
 Warning indentation Indentation 'if' child have incorrect indentation level 28, expected level should be one of the following: 32, 36. 1798
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 24, expected level should be one of the following: 28, 32. 1799
 Warning indentation Indentation 'for rcurly' have incorrect indentation level 20, expected level should be one of the following: 24, 28. 1800
 Warning indentation Indentation 'synchronized' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 1802
 Warning indentation Indentation 'synchronized rcurly' have incorrect indentation level 16, expected level should be one of the following: 20, 24. 1803
 Warning indentation Indentation 'if' have incorrect indentation level 16, expected level should be one of the following: 20, 24. 1804
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 1805
 Warning indentation Indentation 'if' child have incorrect indentation level 20, expected level should be one of the following: 24, 28. 1806
 Warning indentation Indentation 'if rcurly' have incorrect indentation level 16, expected level should be one of the following: 20, 24. 1807
 Warning indentation Indentation 'method def' child have incorrect indentation level 16, expected level should be one of the following: 20, 24. 1808
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 12, expected level should be one of the following: 16, 20. 1809
 Warning indentation Indentation 'object def rcurly' have incorrect indentation level 8, expected level should be one of the following: 12, 16. 1810
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1831
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 1871
 Warning blocks NeedBraces 'if' construct must use '{}'s. 1912
 Warning whitespace OperatorWrap '+' should be on a new line. 2000
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 2016
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 2035
 Warning whitespace OperatorWrap '+' should be on a new line. 2037
 Warning naming LocalVariableName Local variable name 'extra_route' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 2110
 Warning naming AbbreviationAsWordInName Abbreviation in name 'COOKIE_PROTOCOL_TABLE' must contain no more than '4' capital letters. 2159
 Warning whitespace SeparatorWrap '.' should be on a new line. 2212
 Warning whitespace SeparatorWrap '.' should be on a new line. 2223
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 2322

org/opendaylight/netvirt/fibmanager/test/FibManagerTest.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. 15
 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. 16
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.ArrayList' import. Should be before 'org.junit.Test'. 18
 Warning imports UnusedImports Unused import - java.util.ArrayList. 18
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.Arrays' import. Should be before 'org.junit.Test'. 19
 Warning imports CustomImportOrder Wrong lexicographical order for 'java.util.List' import. Should be before 'org.junit.Test'. 20
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.genius.mdsalutil.interfaces.IMdsalApiManager' import. Should be before 'org.opendaylight.netvirt.vpnmanager.api.IVpnManager'. 34
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.VpnInstanceOpDataEntry. 36
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.VpnInstanceOpDataEntryKey. 37
 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. 38
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.vpn.instance.op.data.entry.VpnToDpnListKey. 39
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.vpn.instance.op.data.entry.vpn.to.dpn.list.IpAddresses. 40
 Warning imports UnusedImports Unused import - org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.vpn.instance.op.data.entry.vpn.to.dpn.list.VpnInterfaces. 41
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.fibentries.VrfTables' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.vpn.instance.op.data.entry.vpn.to.dpn.list.VpnInterfaces'. 42
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.fibentries.VrfTablesKey' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.vpn.instance.op.data.entry.vpn.to.dpn.list.VpnInterfaces'. 43
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntry' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.vpn.instance.op.data.entry.vpn.to.dpn.list.VpnInterfaces'. 44
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryBuilder' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.vpn.instance.op.data.entry.vpn.to.dpn.list.VpnInterfaces'. 45
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.fibmanager.rev150330.vrfentries.VrfEntryKey' import. Should be before 'org.opendaylight.yang.gen.v1.urn.opendaylight.netvirt.l3vpn.rev130911.vpn.instance.op.data.vpn.instance.op.data.entry.vpn.to.dpn.list.VpnInterfaces'. 46
 Warning imports UnusedImports Unused import - org.opendaylight.yangtools.yang.binding.Augmentation. 48
 Warning imports UnusedImports Unused import - org.opendaylight.yangtools.yang.binding.DataContainer. 49
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 2, expected level should be 4. 56
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 2, expected level should be 4. 58
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 2, expected level should be 4. 60
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 2, expected level should be 4. 62
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 2, expected level should be 4. 64
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 2, expected level should be 4. 66
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 2, expected level should be 4. 68
 Warning indentation Indentation 'member def type' have incorrect indentation level 2, expected level should be 4. 71
 Warning indentation Indentation 'member def type' have incorrect indentation level 2, expected level should be 4. 72
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 2, expected level should be 4. 73
 Warning naming ConstantName Name 'EgressPointer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 73
 Warning indentation Indentation 'member def type' have incorrect indentation level 2, expected level should be 4. 74
 Warning indentation Indentation 'member def type' have incorrect indentation level 2, expected level should be 4. 75
 Warning indentation Indentation 'member def type' have incorrect indentation level 2, expected level should be 4. 76
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 2, expected level should be 4. 77
 Warning naming ConstantName Name 'testVpnInstanceName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 77
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 2, expected level should be 4. 78
 Warning naming ConstantName Name 'testRd' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 78
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 2, expected level should be 4. 79
 Warning naming ConstantName Name 'prefix' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 79
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 2, expected level should be 4. 80
 Warning naming ConstantName Name 'nexthop' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 80
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 2, expected level should be 4. 81
 Warning naming ConstantName Name 'label' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 81
 Warning indentation Indentation 'member def type' have incorrect indentation level 2, expected level should be 4. 82
 Warning indentation Indentation 'member def type' have incorrect indentation level 2, expected level should be 4. 83
 Warning naming MemberName Member name 'Dpn' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 83
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 2, expected level should be 4. 84
 Warning naming ConstantName Name 'vpnId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 84
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 2, expected level should be 4. 85
 Warning naming ConstantName Name 'vpnIntfCnt' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 85
 Warning indentation Indentation 'member def modifier' have incorrect indentation level 2, expected level should be 4. 86
 Warning naming ConstantName Name 'isCleanupComplete' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 86
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 2, expected level should be 4. 88
 Warning naming MethodName Method name 'SetupMocks' must match pattern '^[a-z][a-zA-Z0-9_]*$'. 88
 Warning indentation Indentation 'method def' child have incorrect indentation level 4, expected level should be 8. 89
 Warning indentation Indentation 'method def' child have incorrect indentation level 4, expected level should be 8. 90
 Warning indentation Indentation 'method def' child have incorrect indentation level 4, expected level should be 8. 91
 Warning indentation Indentation 'method def' child have incorrect indentation level 4, expected level should be 8. 92
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 2, expected level should be 4. 93
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 2, expected level should be 4. 95
 Warning indentation Indentation 'method def' child have incorrect indentation level 4, expected level should be 8. 97
 Warning indentation Indentation 'method def' child have incorrect indentation level 4, expected level should be 8. 101
 Warning indentation Indentation 'method def' child have incorrect indentation level 4, expected level should be 8. 102
 Warning indentation Indentation 'method def' child have incorrect indentation level 4, expected level should be 8. 103
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 2, expected level should be 4. 104
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 2, expected level should be 4. 106
 Warning indentation Indentation 'method def' child have incorrect indentation level 4, expected level should be 8. 108
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 2, expected level should be 4. 111
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 2, expected level should be 4. 113
 Warning indentation Indentation 'method def' child have incorrect indentation level 4, expected level should be 8. 115
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 2, expected level should be 4. 117
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 2, expected level should be 4. 119
 Warning indentation Indentation 'method def' child have incorrect indentation level 4, expected level should be 8. 120
 Warning indentation Indentation 'method def' child have incorrect indentation level 4, expected level should be 8. 122
 Warning indentation Indentation 'method def' child have incorrect indentation level 4, expected level should be 8. 123
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 2, expected level should be 4. 124
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 2, expected level should be 4. 126
 Warning indentation Indentation 'method def' child have incorrect indentation level 4, expected level should be 8. 127
 Warning indentation Indentation 'method def' child have incorrect indentation level 4, expected level should be 8. 130
 Warning indentation Indentation 'method def' child have incorrect indentation level 4, expected level should be 8. 131
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 2, expected level should be 4. 132

org/opendaylight/netvirt/fibmanager/test/MockDataChangedEvent.java

Severity Category Rule Message Line
 Warning indentation Indentation 'member def type' have incorrect indentation level 2, expected level should be 4. 19
 Warning indentation Indentation 'member def type' have incorrect indentation level 2, expected level should be 4. 20
 Warning indentation Indentation 'member def type' have incorrect indentation level 2, expected level should be 4. 21
 Warning indentation Indentation 'member def type' have incorrect indentation level 2, expected level should be 4. 22
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 2, expected level should be 4. 24
 Warning indentation Indentation 'method def' child have incorrect indentation level 6, expected level should be 8. 26
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 2, expected level should be 4. 27
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 2, expected level should be 4. 29
 Warning indentation Indentation 'method def' child have incorrect indentation level 6, expected level should be 8. 31
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 2, expected level should be 4. 32
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 2, expected level should be 4. 34
 Warning indentation Indentation 'method def' child have incorrect indentation level 6, expected level should be 8. 36
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 2, expected level should be 4. 37
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 2, expected level should be 4. 39
 Warning indentation Indentation 'method def' child have incorrect indentation level 6, expected level should be 8. 41
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 2, expected level should be 4. 42
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 2, expected level should be 4. 44
 Warning indentation Indentation 'method def' child have incorrect indentation level 6, expected level should be 8. 46
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 2, expected level should be 4. 47
 Warning indentation Indentation 'method def modifier' have incorrect indentation level 2, expected level should be 4. 49
 Warning indentation Indentation 'method def' child have incorrect indentation level 6, expected level should be 8. 51
 Warning indentation Indentation 'method def rcurly' have incorrect indentation level 2, expected level should be 4. 52