Checkstyle Results

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

Summary

Files  Info  Warnings  Errors
61 0 236 0

Files

File  I  W  E
org/opendaylight/controller/config/yang/tcpmd5/cfg/KeyAccessFactoryServiceInterface.java 0 4 0
org/opendaylight/controller/config/yang/tcpmd5/jni/cfg/AbstractNativeKeyAccessFactoryModule.java 0 15 0
org/opendaylight/controller/config/yang/tcpmd5/jni/cfg/AbstractNativeKeyAccessFactoryModuleFactory.java 0 27 0
org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/AbstractMD5ClientChannelFactoryModule.java 0 25 0
org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/AbstractMD5ClientChannelFactoryModuleFactory.java 0 29 0
org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/AbstractMD5ServerChannelFactoryModule.java 0 25 0
org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/AbstractMD5ServerChannelFactoryModuleFactory.java 0 29 0
org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/MD5ChannelFactoryServiceInterface.java 0 4 0
org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/MD5ClientChannelFactoryModule.java 0 2 0
org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/MD5ClientChannelFactoryModuleMXBean.java 0 2 0
org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/MD5ServerChannelFactoryModule.java 0 2 0
org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/MD5ServerChannelFactoryModuleMXBean.java 0 2 0
org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/MD5ServerChannelFactoryServiceInterface.java 0 4 0
org/opendaylight/tcpmd5/KeyMappingTest.java 0 1 0
org/opendaylight/tcpmd5/MD5SocketOptionsTest.java 0 3 0
org/opendaylight/tcpmd5/api/KeyMapping.java 0 1 0
org/opendaylight/tcpmd5/jni/BasicNativeKeyAccessTest.java 0 1 0
org/opendaylight/tcpmd5/jni/ConnectivityNativeKeyAccessTest.java 0 2 0
org/opendaylight/tcpmd5/jni/NarSystem.java 0 9 0
org/opendaylight/tcpmd5/jni/NativeKeyAccessFactory.java 0 4 0
org/opendaylight/tcpmd5/jni/NativeTestSupport.java 0 4 0
org/opendaylight/tcpmd5/netty/DefaultMD5ServerSocketChannelConfig.java 0 4 0
org/opendaylight/tcpmd5/netty/DefaultMD5SocketChannelConfig.java 0 2 0
org/opendaylight/tcpmd5/netty/MD5NioServerSocketChannel.java 0 1 0
org/opendaylight/tcpmd5/netty/MD5NioSocketChannel.java 0 3 0
org/opendaylight/tcpmd5/nio/MD5ChannelOptions.java 0 2 0
org/opendaylight/tcpmd5/nio/MD5SelectorProvider.java 0 1 0
org/opendaylight/tcpmd5/nio/MD5SelectorProviderTest.java 0 6 0
org/opendaylight/tcpmd5/nio/MD5ServerSocketChannelTest.java 0 4 0
org/opendaylight/tcpmd5/nio/MD5SocketChannelTest.java 0 18 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • maxLineLength: "100"
9  Warning
coding IllegalCatch 5  Warning
IllegalThrows 1  Warning
VariableDeclarationUsageDistance 1  Warning
imports CustomImportOrder
  • thirdPartyPackageRegExp: ".*"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
3  Warning
RedundantImport 3  Warning
indentation Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "4"
  • caseIndent: "4"
  • basicOffset: "4"
  • braceAdjustment: "0"
  • lineWrappingIndentation: "4"
7  Warning
javadoc JavadocStyle
  • checkEmptyJavadoc: "true"
2  Warning
modifier RedundantModifier 6  Warning
naming ConstantName 5  Warning
LocalVariableName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
  • allowOneCharVarInForLoop: "true"
  • tokens: "VARIABLE_DEF"
2  Warning
ParameterName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
5  Warning
regexp RegexpSingleline
  • format: "\s+$"
  • message: "Line has trailing spaces."
1  Error
sizes LineLength
  • max: "120"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
119  Warning
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
2  Warning
FileTabCharacter
  • eachLine: "true"
1  Error
GenericWhitespace 1  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • allowEmptyTypes: "true"
62  Warning

Details

org/opendaylight/controller/config/yang/tcpmd5/cfg/KeyAccessFactoryServiceInterface.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 131). 14
 Warning sizes LineLength Line is longer than 120 characters (found 417). 16
 Warning sizes LineLength Line is longer than 120 characters (found 187). 18
 Warning sizes LineLength Line is longer than 120 characters (found 135). 20

org/opendaylight/controller/config/yang/tcpmd5/jni/cfg/AbstractNativeKeyAccessFactoryModule.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 195). 14
 Warning sizes LineLength Line is longer than 120 characters (found 129). 16
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 16
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 16
 Warning sizes LineLength Line is longer than 120 characters (found 345). 17
 Warning sizes LineLength Line is longer than 120 characters (found 184). 18
 Warning sizes LineLength Line is longer than 120 characters (found 194). 24
 Warning sizes LineLength Line is longer than 120 characters (found 277). 28
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 44
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 49
 Warning naming ParameterName Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 63
 Warning indentation Indentation 'if' have incorrect indentation level 4, expected level should be 8. 64
 Warning blocks LeftCurly '{' at column 20 should have line break after. 64
 Warning indentation Indentation 'if' have incorrect indentation level 4, expected level should be 8. 65
 Warning blocks LeftCurly '{' at column 50 should have line break after. 65

org/opendaylight/controller/config/yang/tcpmd5/jni/cfg/AbstractNativeKeyAccessFactoryModuleFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.controller.config.api.ModuleIdentifier' import. Should be before 'org.opendaylight.controller.config.spi.Module'. 13
 Warning sizes LineLength Line is longer than 120 characters (found 195). 18
 Warning sizes LineLength Line is longer than 120 characters (found 129). 20
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 20
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 20
 Warning sizes LineLength Line is longer than 120 characters (found 131). 21
 Warning sizes LineLength Line is longer than 120 characters (found 145). 24
 Warning naming ConstantName Name 'serviceIfcs' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
 Warning sizes LineLength Line is longer than 120 characters (found 249). 32
 Warning sizes LineLength Line is longer than 120 characters (found 174). 38
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 40
 Warning sizes LineLength Line is longer than 120 characters (found 153). 48
 Warning sizes LineLength Line is longer than 120 characters (found 218). 53
 Warning sizes LineLength Line is longer than 120 characters (found 304). 58
 Warning sizes LineLength Line is longer than 120 characters (found 126). 61
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 62
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. 62
 Warning sizes LineLength Line is longer than 120 characters (found 198). 65
 Warning sizes LineLength Line is longer than 120 characters (found 393). 70
 Warning sizes LineLength Line is longer than 120 characters (found 228). 71
 Warning sizes LineLength Line is longer than 120 characters (found 261). 74
 Warning sizes LineLength Line is longer than 120 characters (found 204). 75
 Warning sizes LineLength Line is longer than 120 characters (found 327). 78
 Warning sizes LineLength Line is longer than 120 characters (found 254). 80
 Warning sizes LineLength Line is longer than 120 characters (found 201). 88
 Warning sizes LineLength Line is longer than 120 characters (found 269). 93
 Warning sizes LineLength Line is longer than 120 characters (found 124). 94

org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/AbstractMD5ClientChannelFactoryModule.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 199). 14
 Warning sizes LineLength Line is longer than 120 characters (found 129). 16
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 16
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 16
 Warning sizes LineLength Line is longer than 120 characters (found 357). 17
 Warning sizes LineLength Line is longer than 120 characters (found 187). 18
 Warning sizes LineLength Line is longer than 120 characters (found 183). 22
 Warning naming ConstantName Name 'keyAccessFactoryJmxAttribute' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
 Warning sizes LineLength Line is longer than 120 characters (found 195). 27
 Warning sizes LineLength Line is longer than 120 characters (found 279). 31
 Warning sizes LineLength Line is longer than 120 characters (found 185). 37
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 46
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 46
 Warning sizes LineLength Line is longer than 120 characters (found 172). 51
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 54
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 59
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 71
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 71
 Warning sizes LineLength Line is longer than 120 characters (found 157). 72
 Warning naming ParameterName Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 81
 Warning indentation Indentation 'if' have incorrect indentation level 4, expected level should be 8. 82
 Warning blocks LeftCurly '{' at column 20 should have line break after. 82
 Warning indentation Indentation 'if' have incorrect indentation level 4, expected level should be 8. 83
 Warning blocks LeftCurly '{' at column 50 should have line break after. 83
 Warning sizes LineLength Line is longer than 120 characters (found 171). 100

org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/AbstractMD5ClientChannelFactoryModuleFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.controller.config.api.ModuleIdentifier' import. Should be before 'org.opendaylight.controller.config.spi.Module'. 13
 Warning sizes LineLength Line is longer than 120 characters (found 199). 18
 Warning sizes LineLength Line is longer than 120 characters (found 129). 20
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 20
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 20
 Warning sizes LineLength Line is longer than 120 characters (found 132). 21
 Warning sizes LineLength Line is longer than 120 characters (found 145). 24
 Warning naming ConstantName Name 'serviceIfcs' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
 Warning sizes LineLength Line is longer than 120 characters (found 249). 32
 Warning sizes LineLength Line is longer than 120 characters (found 123). 33
 Warning sizes LineLength Line is longer than 120 characters (found 174). 38
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 40
 Warning sizes LineLength Line is longer than 120 characters (found 153). 48
 Warning sizes LineLength Line is longer than 120 characters (found 218). 53
 Warning sizes LineLength Line is longer than 120 characters (found 304). 58
 Warning sizes LineLength Line is longer than 120 characters (found 129). 61
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 62
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. 62
 Warning sizes LineLength Line is longer than 120 characters (found 201). 65
 Warning sizes LineLength Line is longer than 120 characters (found 399). 71
 Warning sizes LineLength Line is longer than 120 characters (found 231). 72
 Warning sizes LineLength Line is longer than 120 characters (found 264). 75
 Warning sizes LineLength Line is longer than 120 characters (found 207). 76
 Warning sizes LineLength Line is longer than 120 characters (found 330). 79
 Warning sizes LineLength Line is longer than 120 characters (found 260). 81
 Warning sizes LineLength Line is longer than 120 characters (found 136). 85
 Warning sizes LineLength Line is longer than 120 characters (found 204). 91
 Warning sizes LineLength Line is longer than 120 characters (found 272). 96
 Warning sizes LineLength Line is longer than 120 characters (found 127). 97

org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/AbstractMD5ServerChannelFactoryModule.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 199). 14
 Warning sizes LineLength Line is longer than 120 characters (found 129). 16
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 16
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 16
 Warning sizes LineLength Line is longer than 120 characters (found 363). 17
 Warning sizes LineLength Line is longer than 120 characters (found 187). 18
 Warning sizes LineLength Line is longer than 120 characters (found 195). 22
 Warning naming ConstantName Name 'serverKeyAccessFactoryJmxAttribute' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
 Warning sizes LineLength Line is longer than 120 characters (found 195). 27
 Warning sizes LineLength Line is longer than 120 characters (found 279). 31
 Warning sizes LineLength Line is longer than 120 characters (found 197). 37
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous statement. 46
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 46
 Warning sizes LineLength Line is longer than 120 characters (found 190). 51
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 54
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 59
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. 71
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 71
 Warning sizes LineLength Line is longer than 120 characters (found 169). 72
 Warning naming ParameterName Parameter name 'o' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 81
 Warning indentation Indentation 'if' have incorrect indentation level 4, expected level should be 8. 82
 Warning blocks LeftCurly '{' at column 20 should have line break after. 82
 Warning indentation Indentation 'if' have incorrect indentation level 4, expected level should be 8. 83
 Warning blocks LeftCurly '{' at column 50 should have line break after. 83
 Warning sizes LineLength Line is longer than 120 characters (found 171). 100

org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/AbstractMD5ServerChannelFactoryModuleFactory.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Wrong lexicographical order for 'org.opendaylight.controller.config.api.ModuleIdentifier' import. Should be before 'org.opendaylight.controller.config.spi.Module'. 13
 Warning sizes LineLength Line is longer than 120 characters (found 199). 18
 Warning sizes LineLength Line is longer than 120 characters (found 129). 20
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 20
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 20
 Warning sizes LineLength Line is longer than 120 characters (found 132). 21
 Warning sizes LineLength Line is longer than 120 characters (found 145). 24
 Warning naming ConstantName Name 'serviceIfcs' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 24
 Warning sizes LineLength Line is longer than 120 characters (found 249). 32
 Warning sizes LineLength Line is longer than 120 characters (found 129). 33
 Warning sizes LineLength Line is longer than 120 characters (found 174). 38
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 40
 Warning sizes LineLength Line is longer than 120 characters (found 153). 48
 Warning sizes LineLength Line is longer than 120 characters (found 218). 53
 Warning sizes LineLength Line is longer than 120 characters (found 304). 58
 Warning sizes LineLength Line is longer than 120 characters (found 129). 61
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 62
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. 62
 Warning sizes LineLength Line is longer than 120 characters (found 201). 65
 Warning sizes LineLength Line is longer than 120 characters (found 399). 71
 Warning sizes LineLength Line is longer than 120 characters (found 231). 72
 Warning sizes LineLength Line is longer than 120 characters (found 264). 75
 Warning sizes LineLength Line is longer than 120 characters (found 207). 76
 Warning sizes LineLength Line is longer than 120 characters (found 330). 79
 Warning sizes LineLength Line is longer than 120 characters (found 260). 81
 Warning sizes LineLength Line is longer than 120 characters (found 148). 85
 Warning sizes LineLength Line is longer than 120 characters (found 204). 91
 Warning sizes LineLength Line is longer than 120 characters (found 272). 96
 Warning sizes LineLength Line is longer than 120 characters (found 127). 97

org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/MD5ChannelFactoryServiceInterface.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 129). 14
 Warning sizes LineLength Line is longer than 120 characters (found 434). 16
 Warning sizes LineLength Line is longer than 120 characters (found 199). 18
 Warning sizes LineLength Line is longer than 120 characters (found 136). 20

org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/MD5ClientChannelFactoryModule.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 121). 37
 Warning modifier RedundantModifier Redundant 'public' modifier. 38

org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/MD5ClientChannelFactoryModuleMXBean.java

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

org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/MD5ServerChannelFactoryModule.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 133). 37
 Warning modifier RedundantModifier Redundant 'public' modifier. 38

org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/MD5ServerChannelFactoryModuleMXBean.java

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

org/opendaylight/controller/config/yang/tcpmd5/netty/cfg/MD5ServerChannelFactoryServiceInterface.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 129). 14
 Warning sizes LineLength Line is longer than 120 characters (found 454). 16
 Warning sizes LineLength Line is longer than 120 characters (found 199). 18
 Warning sizes LineLength Line is longer than 120 characters (found 142). 20

org/opendaylight/tcpmd5/KeyMappingTest.java

Severity Category Rule Message Line
 Warning coding VariableDeclarationUsageDistance Distance between variable 'k4' 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). 25

org/opendaylight/tcpmd5/MD5SocketOptionsTest.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 31
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 31
 Warning coding IllegalThrows Throwing 'Throwable' is not allowed. 32

org/opendaylight/tcpmd5/api/KeyMapping.java

Severity Category Rule Message Line
 Warning naming ParameterName Parameter name 'm' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 29

org/opendaylight/tcpmd5/jni/BasicNativeKeyAccessTest.java

Severity Category Rule Message Line
 Warning naming ParameterName Parameter name 'c' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 40

org/opendaylight/tcpmd5/jni/ConnectivityNativeKeyAccessTest.java

Severity Category Rule Message Line
 Warning imports RedundantImport Redundant import from the same package - org.opendaylight.tcpmd5.jni.NativeKeyAccessFactory. 27
 Warning naming LocalVariableName Local variable name 's' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 66

org/opendaylight/tcpmd5/jni/NarSystem.java

Severity Category Rule Message Line
 Warning javadoc SummaryJavadoc First sentence of Javadoc is incomplete (period is missing) or not present. 4
 Warning javadoc JavadocStyle First sentence should end with a period. 4
 Warning blocks LeftCurly '{' at column 1 should be on the previous line. 10
 Warning regexp RegexpSingleline Line has trailing spaces. 12
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 13
 Warning javadoc JavadocStyle First sentence should end with a period. 16
 Warning blocks LeftCurly '{' at column 5 should be on the previous line. 22
 Warning indentation Indentation 'method def' child have incorrect indentation level 15, expected level should be 8. 27
 Warning whitespace FileTabCharacter Line contains a tab character. 27

org/opendaylight/tcpmd5/jni/NativeKeyAccessFactory.java

Severity Category Rule Message Line
 Warning coding IllegalCatch Catching 'RuntimeException' is not allowed. 57
 Warning sizes LineLength Line is longer than 120 characters (found 165). 58
 Warning sizes LineLength Line is longer than 120 characters (found 163). 63
 Warning naming LocalVariableName Local variable name 'e' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 81

org/opendaylight/tcpmd5/jni/NativeTestSupport.java

Severity Category Rule Message Line
 Warning imports RedundantImport Redundant import from the same package - org.opendaylight.tcpmd5.jni.NativeKeyAccessFactory. 12
 Warning imports RedundantImport Redundant import from the same package - org.opendaylight.tcpmd5.jni.NativeSupportUnavailableException. 13
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not preceded with whitespace. 23
 Warning whitespace WhitespaceAround WhitespaceAround: '}' is not followed by whitespace. 23

org/opendaylight/tcpmd5/netty/DefaultMD5ServerSocketChannelConfig.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 131). 21
 Warning sizes LineLength Line is longer than 120 characters (found 130). 24
 Warning sizes LineLength Line is longer than 120 characters (found 133). 59
 Warning sizes LineLength Line is longer than 120 characters (found 122). 121

org/opendaylight/tcpmd5/netty/DefaultMD5SocketChannelConfig.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 127). 83
 Warning sizes LineLength Line is longer than 120 characters (found 122). 151

org/opendaylight/tcpmd5/netty/MD5NioServerSocketChannel.java

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

org/opendaylight/tcpmd5/netty/MD5NioSocketChannel.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 126). 48
 Warning coding IllegalCatch Catching 'Exception' is not allowed. 119
 Warning sizes LineLength Line is longer than 120 characters (found 121). 149

org/opendaylight/tcpmd5/nio/MD5ChannelOptions.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 120 characters (found 123). 29
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 29

org/opendaylight/tcpmd5/nio/MD5SelectorProvider.java

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

org/opendaylight/tcpmd5/nio/MD5SelectorProviderTest.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 27
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 27
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 32
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 32
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 37
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 37

org/opendaylight/tcpmd5/nio/MD5ServerSocketChannelTest.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 87
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 87
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 97
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 97

org/opendaylight/tcpmd5/nio/MD5SocketChannelTest.java

Severity Category Rule Message Line
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 95
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 95
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 119
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 119
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 126
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 126
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 133
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 133
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 140
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 140
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 147
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 147
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 154
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 154
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 161
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 161
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 168
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. 168