Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
80001118

Rules

RulesViolationsSeverity
PackageHtml11error Error
NewlineAtEndOfFile58error Error
Translation0error Error
JavadocMethod349error Error
JavadocType44error Error
JavadocVariable115error Error
JavadocStyle0error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/Users/jason/ws/geronimo/gshell-tmp/gshell-whisper/target/checkstyle-header.txt"
69error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports2error Error
FileLength0error Error
LineLength
  • max: "120"
19error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter2error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter4error Error
WhitespaceAround208error Error
ModifierOrder1error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock1error Error
LeftCurly81error Error
NeedBraces0error Error
RightCurly47error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
11error Error
IllegalInstantiation0error Error
InnerAssignment1error Error
MagicNumber3error Error
MissingSwitchDefault0error Error
RedundantThrows4error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass1error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier16error Error
ArrayTypeStyle0error Error
FinalParameters11error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
43error Error
TodoComment17error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/apache/geronimo/gshell/whisper/transport/InvalidLocationException.java003
org/apache/geronimo/gshell/whisper/transport/TransportAdapter.java0026
org/apache/geronimo/gshell/whisper/request/Requestor.java0036
org/apache/geronimo/gshell/whisper/transport/tcp/TcpTransportFactory.java0015
org/apache/geronimo/gshell/whisper/protocol/ProtocolHeader.java003
org/apache/geronimo/gshell/whisper/ssl/package-info.java002
org/apache/geronimo/gshell/whisper/transport/package-info.java002
org/apache/geronimo/gshell/whisper/transport/vm/VmTransportFactory.java009
org/apache/geronimo/gshell/whisper/message/package-info.java002
org/apache/geronimo/gshell/whisper/request/ResponseHandle.java0021
org/apache/geronimo/gshell/whisper/request/RequestManager.java0088
org/apache/geronimo/gshell/whisper/session/ThreadPoolModel.java0021
org/apache/geronimo/gshell/whisper/session/package-info.java002
org/apache/geronimo/gshell/whisper/transport/base/BaseTransportServer.java0038
org/apache/geronimo/gshell/whisper/stream/StreamMessage.java007
org/apache/geronimo/gshell/whisper/request/RequestTimeoutException.java007
org/apache/geronimo/gshell/whisper/stream/package-info.java002
org/apache/geronimo/gshell/whisper/stream/SessionStreamFilter.java0016
org/apache/geronimo/gshell/whisper/transport/tcp/TcpTransportServer.java0016
org/apache/geronimo/gshell/whisper/transport/vm/VmAddressFactory.java0011
org/apache/geronimo/gshell/whisper/message/package.html001
org/apache/geronimo/gshell/whisper/transport/ssl/SslTransport.java0016
org/apache/geronimo/gshell/whisper/stream/package.html001
org/apache/geronimo/gshell/whisper/transport/Transport.java0032
org/apache/geronimo/gshell/whisper/ssl/SSLContextFactory.java007
org/apache/geronimo/gshell/whisper/session/package.html001
org/apache/geronimo/gshell/whisper/protocol/ProtocolManager.java004
org/apache/geronimo/gshell/whisper/protocol/ProtocolMetaData.java003
org/apache/geronimo/gshell/whisper/transport/base/BaseTransport.java0058
org/apache/geronimo/gshell/whisper/transport/TransportFactory.java0017
org/apache/geronimo/gshell/whisper/request/RequestResponseFilter.java0031
org/apache/geronimo/gshell/whisper/transport/base/BaseTransportFactory.java0021
org/apache/geronimo/gshell/whisper/message/MessageHandlerSupport.java0025
org/apache/geronimo/gshell/whisper/transport/ssl/SslTransportFactory.java0012
org/apache/geronimo/gshell/whisper/protocol/ProtocolWireFormat.java0011
org/apache/geronimo/gshell/whisper/ssl/BogusSSLContextFactory.java0048
org/apache/geronimo/gshell/whisper/protocol/package-info.java002
org/apache/geronimo/gshell/whisper/message/MessageException.java0010
org/apache/geronimo/gshell/whisper/transport/base/BaseService.java0041
org/apache/geronimo/gshell/whisper/transport/tcp/package.html001
org/apache/geronimo/gshell/whisper/request/RequestException.java009
org/apache/geronimo/gshell/whisper/transport/TransportServer.java0023
org/apache/geronimo/gshell/whisper/transport/ssl/package.html001
org/apache/geronimo/gshell/whisper/transport/ssl/SslTransportServer.java0016
org/apache/geronimo/gshell/whisper/transport/tcp/TcpAddressFactory.java0012
org/apache/geronimo/gshell/whisper/message/UuidMessageID.java0011
org/apache/geronimo/gshell/whisper/protocol/package.html001
org/apache/geronimo/gshell/whisper/transport/ssl/SslAddressFactory.java007
org/apache/geronimo/gshell/whisper/transport/base/AddressFactory.java007
org/apache/geronimo/gshell/whisper/transport/vm/VmTransportServer.java0015
org/apache/geronimo/gshell/whisper/transport/base/package-info.java002
org/apache/geronimo/gshell/whisper/transport/tcp/TcpTransport.java0019
org/apache/geronimo/gshell/whisper/protocol/Protocol.java003
org/apache/geronimo/gshell/whisper/transport/vm/VmTransport.java0018
org/apache/geronimo/gshell/whisper/request/RequestHandle.java0054
org/apache/geronimo/gshell/whisper/message/MessageHandler.java0013
org/apache/geronimo/gshell/whisper/transport/ssl/package-info.java002
org/apache/geronimo/gshell/whisper/protocol/ProtocolConfiguration.java003
org/apache/geronimo/gshell/whisper/ssl/package.html001
org/apache/geronimo/gshell/whisper/transport/base/package.html001
org/apache/geronimo/gshell/whisper/session/SessionAttributeBinder.java0031
org/apache/geronimo/gshell/whisper/message/Message.java0010
org/apache/geronimo/gshell/whisper/transport/package.html001
org/apache/geronimo/gshell/whisper/transport/vm/package.html001
org/apache/geronimo/gshell/whisper/transport/vm/package-info.java002
org/apache/geronimo/gshell/whisper/stream/SessionOutputStream.java0029
org/apache/geronimo/gshell/whisper/transport/ConnectException.java008
org/apache/geronimo/gshell/whisper/stream/StreamFeeder.java0022
org/apache/geronimo/gshell/whisper/transport/base/BaseConfiguration.java0013
org/apache/geronimo/gshell/whisper/transport/TransportException.java008
org/apache/geronimo/gshell/whisper/message/LongMessageID.java0014
org/apache/geronimo/gshell/whisper/transport/tcp/package-info.java002
org/apache/geronimo/gshell/whisper/request/package-info.java002
org/apache/geronimo/gshell/whisper/transport/TransportExceptionMonitor.java005
org/apache/geronimo/gshell/whisper/stream/SessionInputStream.java0034
org/apache/geronimo/gshell/whisper/transport/TransportFactoryLocator.java0014
org/apache/geronimo/gshell/whisper/request/package.html001
org/apache/geronimo/gshell/whisper/message/BaseMessage.java0021
org/apache/geronimo/gshell/whisper/protocol/ProtocolException.java009
org/apache/geronimo/gshell/whisper/protocol/ProtocolDescriptor.java004

Details

org/apache/geronimo/gshell/whisper/transport/InvalidLocationException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.31
errorMissing a Javadoc comment.32

org/apache/geronimo/gshell/whisper/transport/TransportAdapter.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.47
errorLine has trailing spaces.52
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.79
errorMissing a Javadoc comment.85
errorMissing a Javadoc comment.91
errorMissing a Javadoc comment.101
errorMissing a Javadoc comment.109
errorMissing a Javadoc comment.119
errorMissing a Javadoc comment.134
errorMissing a Javadoc comment.136
errorMissing a Javadoc comment.140
errorMissing a Javadoc comment.146
errorLine has trailing spaces.152
errorMissing a Javadoc comment.160
errorMissing a Javadoc comment.166
errorMissing a Javadoc comment.176
errorMissing a Javadoc comment.180

org/apache/geronimo/gshell/whisper/request/Requestor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorLine has trailing spaces.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.65
errorLine has trailing spaces.67
errorMissing a Javadoc comment.71
error'timeout' hides a field.71
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.86
error'timeout' hides a field.86
errorMissing a Javadoc comment.96
errorLine has trailing spaces.99
errorMissing a Javadoc comment.104
error'{' should be on the previous line.106
errorMissing a Javadoc comment.107
errorMissing a Javadoc comment.109
errorMissing a Javadoc comment.111
errorMissing a Javadoc comment.116
errorMissing a Javadoc comment.120
errorMissing a Javadoc comment.124
errorMissing a Javadoc comment.128
errorMissing a Javadoc comment.132
errorMissing a Javadoc comment.136
error'timeout' hides a field.136
errorMissing a Javadoc comment.140
errorMissing a Javadoc comment.144
errorMissing a Javadoc comment.148

org/apache/geronimo/gshell/whisper/transport/tcp/TcpTransportFactory.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorType Javadoc comment is missing an @param <S> tag.31
errorType Javadoc comment is missing an @param <T> tag.31
error'=' is not preceded with whitespace.31
error'=' is not followed by whitespace.31
error'=' is not preceded with whitespace.31
error'=' is not followed by whitespace.31
error'<' is not preceded with whitespace.32
error'<' is not followed by whitespace.32
error'>' is not preceded with whitespace.32
error'{' should be on the previous line.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.41

org/apache/geronimo/gshell/whisper/protocol/ProtocolHeader.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.28

org/apache/geronimo/gshell/whisper/ssl/package-info.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/whisper/transport/package-info.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/whisper/transport/vm/VmTransportFactory.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'=' is not preceded with whitespace.31
error'=' is not followed by whitespace.31
error'=' is not preceded with whitespace.31
error'=' is not followed by whitespace.31
error'{' should be on the previous line.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37

org/apache/geronimo/gshell/whisper/message/package-info.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/whisper/request/ResponseHandle.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.36
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.53
errorParameter obj should be final.53
error'}' should be on the same line.56
error'}' should be on the same line.59
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.77
errorMissing a Javadoc comment.81
errorMissing a Javadoc comment.85
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.97
error'{' should be on the previous line.98
errorMissing a Javadoc comment.99
errorMissing a Javadoc comment.100
errorMissing a Javadoc comment.101

org/apache/geronimo/gshell/whisper/request/RequestManager.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ''.1
error'{' should be on the previous line.46
errorLine is longer than 120 characters.47
errorMissing a Javadoc comment.47
error'<' is not preceded with whitespace.47
error'<' is not followed by whitespace.47
error'>' is not preceded with whitespace.47
error'<' is not preceded with whitespace.47
error'<' is not followed by whitespace.47
error'>' is not preceded with whitespace.47
error'>' is not followed by whitespace.47
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.51
error'<' is not preceded with whitespace.51
error'<' is not followed by whitespace.51
error',' is not followed by whitespace.51
error'>' is not preceded with whitespace.51
error'<' is not preceded with whitespace.51
error'<' is not followed by whitespace.51
error'>' is not preceded with whitespace.51
error'>' is not followed by whitespace.51
errorMissing a Javadoc comment.53
errorComment matches to-do format 'TODO:'.56
errorLine has trailing spaces.58
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.61
errorLine has trailing spaces.63
errorMissing a Javadoc comment.67
errorMissing a Javadoc comment.79
errorMissing a Javadoc comment.91
error'}' should be on the same line.96
errorMissing a Javadoc comment.102
error'}' should be on the same line.119
errorMissing a Javadoc comment.125
error'}' should be on the same line.134
errorMissing a Javadoc comment.140
error'}' should be on the same line.153
errorMissing a Javadoc comment.159
errorLine has trailing spaces.166
error'}' should be on the same line.170
error'}' should be on the same line.174
errorMissing a Javadoc comment.180
error'}' should be on the same line.191
error'}' should be on the same line.194
errorMissing a Javadoc comment.200
error'}' should be on the same line.211
error'}' should be on the same line.214
error'}' should be on the same line.217
errorMissing a Javadoc comment.223
error'}' should be on the same line.241
errorMissing a Javadoc comment.247
error'{' should be on the previous line.248
errorMissing a Javadoc comment.249
errorMissing a Javadoc comment.250
errorMissing a Javadoc comment.251
errorMissing a Javadoc comment.252
errorMissing a Javadoc comment.255
error'{' should be on the previous line.256
errorMissing a Javadoc comment.257
errorVariable 'request' must be private and have accessor methods.257
errorMissing a Javadoc comment.259
errorVariable 'state' must be private and have accessor methods.259
errorMissing a Javadoc comment.261
error'<' is not preceded with whitespace.261
error'<' is not followed by whitespace.261
error'?' is not preceded with whitespace.261
error'>' is not preceded with whitespace.261
error'?' is not followed by whitespace.261
errorMissing a Javadoc comment.263
errorMissing a Javadoc comment.269
error'}' should be on the same line.272
errorMissing a Javadoc comment.290
error'}' should be on the same line.293
error'}' should be on the same line.298
errorMissing a Javadoc comment.304
error'}' should be on the same line.309
error'}' should be on the same line.312
errorMissing a Javadoc comment.320
errorMissing a Javadoc comment.328
error'{' should be on the previous line.330
errorMissing a Javadoc comment.331
errorMissing a Javadoc comment.336
error'{' should be on the previous line.338
errorMissing a Javadoc comment.339
errorMissing a Javadoc comment.344
error'{' should be on the previous line.346
errorMissing a Javadoc comment.347

org/apache/geronimo/gshell/whisper/session/ThreadPoolModel.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorLine is longer than 120 characters.37
error'}' is not preceded with whitespace.41
error'{' should be on the previous line.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.51
errorComment matches to-do format 'TODO:'.59
error'60L' is a magic number.65
error'<' is not preceded with whitespace.67
error'<' is not followed by whitespace.67
error'>' is not preceded with whitespace.67
error'>' is not followed by whitespace.67
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.90
errorLine has trailing spaces.92

org/apache/geronimo/gshell/whisper/session/package-info.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/whisper/transport/base/BaseTransportServer.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorType Javadoc comment is missing an @param <T> tag.37
error'<' is not preceded with whitespace.37
error'<' is not followed by whitespace.37
error'>' is not preceded with whitespace.37
error'{' should be on the previous line.40
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.43
errorVariable 'location' must be private and have accessor methods.43
errorMissing a Javadoc comment.45
errorVariable 'address' must be private and have accessor methods.45
errorMissing a Javadoc comment.47
errorVariable 'acceptor' must be private and have accessor methods.47
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.57
error'{' should be on the previous line.60
errorComment matches to-do format 'TODO:'.61
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.76
error'config' hides a field.76
errorLine has trailing spaces.78
errorMissing a Javadoc comment.84
errorMissing a Javadoc comment.89
errorLine has trailing spaces.97
errorMissing a Javadoc comment.98
errorMissing a Javadoc comment.100
error'location' hides a field.100
errorMissing a Javadoc comment.109
errorLine has trailing spaces.120
errorMissing a Javadoc comment.124
errorMissing a Javadoc comment.128
errorMissing a Javadoc comment.132
error'}' should be on the same line.135
errorMissing a Javadoc comment.145
errorMissing a Javadoc comment.151

org/apache/geronimo/gshell/whisper/stream/StreamMessage.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorLine has trailing spaces.42
errorMissing a Javadoc comment.50

org/apache/geronimo/gshell/whisper/request/RequestTimeoutException.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.42

org/apache/geronimo/gshell/whisper/stream/package-info.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/whisper/stream/SessionStreamFilter.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.35
errorMissing a Javadoc comment.36
errorExpected @param tag for 'nextFilter'.42
errorExpected @param tag for 'session'.42
errorExpected @throws tag for 'Exception'.42
errorExpected @param tag for 'nextFilter'.53
errorExpected @param tag for 'session'.53
errorExpected @throws tag for 'Exception'.53
errorLine is longer than 120 characters.64
errorExpected @param tag for 'nextFilter'.64
errorExpected @param tag for 'session'.64
errorExpected @param tag for 'message'.64
errorExpected @throws tag for 'Exception'.64
error'}' should be on the same line.73

org/apache/geronimo/gshell/whisper/transport/tcp/TcpTransportServer.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'=' is not preceded with whitespace.35
error'=' is not followed by whitespace.35
error'=' is not preceded with whitespace.35
error'=' is not followed by whitespace.35
error'=' is not preceded with whitespace.35
error'=' is not followed by whitespace.35
error'{' should be on the previous line.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.56
error'{' should be on the previous line.58
errorComment matches to-do format 'TODO:'.59

org/apache/geronimo/gshell/whisper/transport/vm/VmAddressFactory.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'=' is not preceded with whitespace.33
error'=' is not followed by whitespace.33
error'=' is not preceded with whitespace.33
error'=' is not followed by whitespace.33
error'<' is not preceded with whitespace.35
error'<' is not followed by whitespace.35
error'>' is not preceded with whitespace.35
error'{' should be on the previous line.36
errorMissing a Javadoc comment.37
errorParameter location should be final.37

org/apache/geronimo/gshell/whisper/message/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/whisper/transport/ssl/SslTransport.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'=' is not preceded with whitespace.35
error'=' is not followed by whitespace.35
error'=' is not preceded with whitespace.35
error'=' is not followed by whitespace.35
error'=' is not preceded with whitespace.35
error'=' is not followed by whitespace.35
error'{' should be on the previous line.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.62
error'{' should be on the previous line.64
errorComment matches to-do format 'TODO:'.65

org/apache/geronimo/gshell/whisper/stream/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/whisper/transport/Transport.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorType Javadoc comment is missing an @param <T> tag.41
error'<' is not preceded with whitespace.41
error'<' is not followed by whitespace.41
error'>' is not preceded with whitespace.41
error'{' should be on the previous line.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.80
error'{' should be on the previous line.82
errorComment matches to-do format 'TODO:'.84
errorLine has trailing spaces.87
errorMissing a Javadoc comment.92
errorMissing a Javadoc comment.94
errorMissing a Javadoc comment.96
error'{' should be on the previous line.97
errorMissing a Javadoc comment.98
errorMissing a Javadoc comment.100
errorMissing a Javadoc comment.102
errorMissing a Javadoc comment.104

org/apache/geronimo/gshell/whisper/ssl/SSLContextFactory.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.36
errorExpected an @return tag.40
errorExpected @throws tag for 'GeneralSecurityException'.40
errorExpected an @return tag.45
errorExpected @throws tag for 'GeneralSecurityException'.45

org/apache/geronimo/gshell/whisper/session/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/whisper/protocol/ProtocolManager.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.28
errorComment matches to-do format 'TODO:'.30

org/apache/geronimo/gshell/whisper/protocol/ProtocolMetaData.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.28

org/apache/geronimo/gshell/whisper/transport/base/BaseTransport.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ''.1
errorType Javadoc comment is missing an @param <T> tag.49
error'<' is not preceded with whitespace.49
error'<' is not followed by whitespace.49
error'>' is not preceded with whitespace.49
error'{' should be on the previous line.52
errorMissing a Javadoc comment.53
errorLine is longer than 120 characters.55
errorMissing a Javadoc comment.55
error'<' is not preceded with whitespace.55
error'<' is not followed by whitespace.55
error'>' is not preceded with whitespace.55
error'<' is not preceded with whitespace.55
error'<' is not followed by whitespace.55
error'>' is not preceded with whitespace.55
error'>' is not followed by whitespace.55
errorMissing a Javadoc comment.57
errorVariable 'remoteLocation' must be private and have accessor methods.57
errorMissing a Javadoc comment.59
errorVariable 'remoteAddress' must be private and have accessor methods.59
errorMissing a Javadoc comment.61
errorVariable 'localLocation' must be private and have accessor methods.61
errorMissing a Javadoc comment.63
errorVariable 'localAddress' must be private and have accessor methods.63
errorMissing a Javadoc comment.65
errorVariable 'connector' must be private and have accessor methods.65
errorMissing a Javadoc comment.67
errorVariable 'session' must be private and have accessor methods.67
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.77
error'{' should be on the previous line.80
errorComment matches to-do format 'TODO:'.81
errorMissing a Javadoc comment.84
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.88
errorMissing a Javadoc comment.96
error'config' hides a field.96
errorMissing a Javadoc comment.104
errorMissing a Javadoc comment.109
errorMissing a Javadoc comment.118
errorMissing a Javadoc comment.120
errorMissing a Javadoc comment.130
errorMissing a Javadoc comment.160
errorLine has trailing spaces.168
error'}' should be on the same line.171
errorMissing a Javadoc comment.177
errorMissing a Javadoc comment.181
errorMissing a Javadoc comment.185
errorMissing a Javadoc comment.189
errorMissing a Javadoc comment.197
errorMissing a Javadoc comment.201
errorMissing a Javadoc comment.205
errorMissing a Javadoc comment.213
errorMissing a Javadoc comment.219
errorMissing a Javadoc comment.227
errorMissing a Javadoc comment.240
errorMissing a Javadoc comment.246

org/apache/geronimo/gshell/whisper/transport/TransportFactory.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorLine is longer than 120 characters.31
errorType Javadoc comment is missing an @param <S> tag.31
errorType Javadoc comment is missing an @param <SC> tag.31
errorType Javadoc comment is missing an @param <T> tag.31
errorType Javadoc comment is missing an @param <TC> tag.31
error'<' is not preceded with whitespace.31
error'<' is not followed by whitespace.31
error'>' is not preceded with whitespace.31
errorMissing a Javadoc comment.33
errorLine has trailing spaces.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorLine has trailing spaces.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.47

org/apache/geronimo/gshell/whisper/request/RequestResponseFilter.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.35
errorMissing a Javadoc comment.36
errorExpected @param tag for 'nextFilter'.42
errorExpected @param tag for 'session'.42
errorExpected @throws tag for 'Exception'.42
errorExpected @param tag for 'nextFilter'.52
errorExpected @param tag for 'session'.52
errorExpected @throws tag for 'Exception'.52
errorLine has trailing spaces.54
errorLine is longer than 120 characters.64
errorExpected @param tag for 'nextFilter'.64
errorExpected @param tag for 'session'.64
errorParameter writeRequest should be final.64
errorExpected @param tag for 'writeRequest'.64
errorExpected @throws tag for 'Exception'.64
errorLine is longer than 120 characters.75
errorLine is longer than 120 characters.85
errorExpected @param tag for 'nextFilter'.85
errorExpected @param tag for 'session'.85
errorExpected @param tag for 'message'.85
errorExpected @throws tag for 'Exception'.85
error'cast' is not followed by whitespace.91
error'}' should be on the same line.108
errorLine is longer than 120 characters.115
errorLine is longer than 120 characters.119
errorExpected @param tag for 'nextFilter'.119
errorExpected @param tag for 'session'.119
errorExpected @param tag for 'message'.119
errorExpected @throws tag for 'Exception'.119

org/apache/geronimo/gshell/whisper/transport/base/BaseTransportFactory.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorLine is longer than 120 characters.36
errorType Javadoc comment is missing an @param <S> tag.36
errorType Javadoc comment is missing an @param <SC> tag.36
errorType Javadoc comment is missing an @param <T> tag.36
errorType Javadoc comment is missing an @param <TC> tag.36
error'<' is not preceded with whitespace.36
error'<' is not followed by whitespace.36
error'>' is not preceded with whitespace.36
error'{' should be on the previous line.38
errorMissing a Javadoc comment.39
errorVariable 'container' must be private and have accessor methods.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.44
errorLine has trailing spaces.46
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.73
errorMissing a Javadoc comment.102
errorMissing a Javadoc comment.116

org/apache/geronimo/gshell/whisper/message/MessageHandlerSupport.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorType Javadoc comment is missing an @param <T> tag.30
error'<' is not preceded with whitespace.30
error'<' is not followed by whitespace.30
error'>' is not preceded with whitespace.30
error'<' is not preceded with whitespace.31
error'<' is not followed by whitespace.31
error'>' is not preceded with whitespace.31
error'{' should be on the previous line.32
errorMissing a Javadoc comment.33
errorVariable 'log' must be private and have accessor methods.33
errorLine has trailing spaces.34
errorMissing a Javadoc comment.35
error'<' is not preceded with whitespace.35
error'<' is not followed by whitespace.35
error'>' is not preceded with whitespace.35
errorMissing a Javadoc comment.37
error'<' is not preceded with whitespace.37
error'<' is not followed by whitespace.37
error'>' is not preceded with whitespace.37
errorMissing a Javadoc comment.43
error'<' is not preceded with whitespace.43
error'<' is not followed by whitespace.43
error'>' is not preceded with whitespace.43

org/apache/geronimo/gshell/whisper/transport/ssl/SslTransportFactory.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'=' is not preceded with whitespace.31
error'=' is not followed by whitespace.31
error'=' is not preceded with whitespace.31
error'=' is not followed by whitespace.31
error'<' is not preceded with whitespace.33
error'<' is not followed by whitespace.33
error'>' is not preceded with whitespace.33
error'{' should be on the previous line.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37

org/apache/geronimo/gshell/whisper/protocol/ProtocolWireFormat.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.52
error'{' should be on the previous line.53
errorMissing a Javadoc comment.54

org/apache/geronimo/gshell/whisper/ssl/BogusSSLContextFactory.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'=' is not preceded with whitespace.55
error'=' is not followed by whitespace.55
error'=' is not preceded with whitespace.55
error'=' is not followed by whitespace.55
error'{' should be on the previous line.58
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.63
errorLine has trailing spaces.67
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.85
errorMissing a Javadoc comment.88
errorMissing a Javadoc comment.91
error'{' is followed by whitespace.91
errorMissing a Javadoc comment.93
errorMissing a Javadoc comment.95
errorMissing a Javadoc comment.97
errorLine has trailing spaces.100
error'}' should be on the same line.104
errorMissing a Javadoc comment.115
errorLine is longer than 120 characters.124
error'}' should be on the same line.129
error'}' should be on the same line.133
errorMissing a Javadoc comment.154
errorMissing a Javadoc comment.171
error'{' should be on the previous line.173
errorMissing a Javadoc comment.174
errorParameter c should be final.175
errorParameter s should be final.175
error'{' is not followed by whitespace.175
error'}' is not preceded with whitespace.175
errorParameter c should be final.177
errorParameter s should be final.177
error'{' is not followed by whitespace.177
error'}' is not preceded with whitespace.177
errorMissing a Javadoc comment.184
error'{' is followed by whitespace.184
errorMissing a Javadoc comment.186
errorMissing a Javadoc comment.191
errorParameter keystore should be final.192
error'{' is not followed by whitespace.192
error'}' is not preceded with whitespace.192
errorMissing a Javadoc comment.194
errorLine is longer than 120 characters.195
errorParameter managerFactoryParameters should be final.195
error'{' is not followed by whitespace.195
error'}' is not preceded with whitespace.195

org/apache/geronimo/gshell/whisper/protocol/package-info.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/whisper/message/MessageException.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.29
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.52

org/apache/geronimo/gshell/whisper/transport/base/BaseService.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ''.1
errorUnused import - org.apache.geronimo.gshell.whisper.transport.Transport.28
errorUnused import - org.apache.geronimo.gshell.whisper.transport.TransportServer.30
errorType Javadoc comment is missing an @param <T> tag.53
error'<' is not preceded with whitespace.53
error'<' is not followed by whitespace.53
error'>' is not preceded with whitespace.53
error'{' should be on the previous line.54
errorLine has trailing spaces.58
errorMissing a Javadoc comment.64
error'final' modifier out of order with the JLS suggestions.64
errorVariable 'log' must be private and have accessor methods.64
errorMissing a Javadoc comment.66
errorVariable 'addressFactory' must be private and have accessor methods.66
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.84
errorMissing a Javadoc comment.88
errorLine has trailing spaces.96
errorMissing a Javadoc comment.100
errorMissing a Javadoc comment.102
errorMissing a Javadoc comment.106
errorMissing a Javadoc comment.115
errorLine has trailing spaces.119
errorLine is longer than 120 characters.122
error'handler' hides a field.122
errorLine is longer than 120 characters.130
error'handler' hides a field.130
errorLine has trailing spaces.149
errorMissing a Javadoc comment.153
error'threadModel' hides a field.158
errorMissing a Javadoc comment.166
errorLine is longer than 120 characters.175
errorMissing a Javadoc comment.184
errorMissing a Javadoc comment.194
errorMissing a Javadoc comment.196
errorMissing a Javadoc comment.200
errorMissing a Javadoc comment.206

org/apache/geronimo/gshell/whisper/transport/tcp/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/whisper/request/RequestException.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.50

org/apache/geronimo/gshell/whisper/transport/TransportServer.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorType Javadoc comment is missing an @param <T> tag.35
error'<' is not preceded with whitespace.35
error'<' is not followed by whitespace.35
error'>' is not preceded with whitespace.35
error'{' should be on the previous line.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.52
error'{' should be on the previous line.54
errorComment matches to-do format 'TODO:'.56
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.68
error'{' should be on the previous line.69
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.76

org/apache/geronimo/gshell/whisper/transport/ssl/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/whisper/transport/ssl/SslTransportServer.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'=' is not preceded with whitespace.35
error'=' is not followed by whitespace.35
error'=' is not preceded with whitespace.35
error'=' is not followed by whitespace.35
error'=' is not preceded with whitespace.35
error'=' is not followed by whitespace.35
error'{' should be on the previous line.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.61
error'{' should be on the previous line.63
errorComment matches to-do format 'TODO:'.64

org/apache/geronimo/gshell/whisper/transport/tcp/TcpAddressFactory.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'=' is not preceded with whitespace.34
error'=' is not followed by whitespace.34
error'=' is not preceded with whitespace.34
error'=' is not followed by whitespace.34
error'<' is not preceded with whitespace.36
error'<' is not followed by whitespace.36
error'>' is not preceded with whitespace.36
error'{' should be on the previous line.37
errorMissing a Javadoc comment.38
errorParameter location should be final.38

org/apache/geronimo/gshell/whisper/message/UuidMessageID.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.42
error'}' should be on the same line.45
error'}' should be on the same line.48
error'cast' is not followed by whitespace.53
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.60

org/apache/geronimo/gshell/whisper/protocol/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/whisper/transport/ssl/SslAddressFactory.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'=' is not preceded with whitespace.31
error'=' is not followed by whitespace.31
error'=' is not preceded with whitespace.31
error'=' is not followed by whitespace.31
error'{' should be on the previous line.34

org/apache/geronimo/gshell/whisper/transport/base/AddressFactory.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorType Javadoc comment is missing an @param <T> tag.30
error'<' is not preceded with whitespace.30
error'<' is not followed by whitespace.30
error'>' is not preceded with whitespace.30
error'{' should be on the previous line.31
errorMissing a Javadoc comment.32

org/apache/geronimo/gshell/whisper/transport/vm/VmTransportServer.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'=' is not preceded with whitespace.32
error'=' is not followed by whitespace.32
error'=' is not preceded with whitespace.32
error'=' is not followed by whitespace.32
error'=' is not preceded with whitespace.32
error'=' is not followed by whitespace.32
error'{' should be on the previous line.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.49
error'{' should be on the previous line.51
errorComment matches to-do format 'TODO:'.52

org/apache/geronimo/gshell/whisper/transport/base/package-info.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/whisper/transport/tcp/TcpTransport.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'=' is not preceded with whitespace.35
error'=' is not followed by whitespace.35
error'=' is not preceded with whitespace.35
error'=' is not followed by whitespace.35
error'=' is not preceded with whitespace.35
error'=' is not followed by whitespace.35
error'<' is not preceded with whitespace.37
error'<' is not followed by whitespace.37
error'>' is not preceded with whitespace.37
error'{' should be on the previous line.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.56
error'{' should be on the previous line.58
errorComment matches to-do format 'TODO:'.59

org/apache/geronimo/gshell/whisper/protocol/Protocol.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.28

org/apache/geronimo/gshell/whisper/transport/vm/VmTransport.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'=' is not preceded with whitespace.32
error'=' is not followed by whitespace.32
error'=' is not preceded with whitespace.32
error'=' is not followed by whitespace.32
error'=' is not preceded with whitespace.32
error'=' is not followed by whitespace.32
error'<' is not preceded with whitespace.34
error'<' is not followed by whitespace.34
error'>' is not preceded with whitespace.34
error'{' should be on the previous line.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.49
error'{' should be on the previous line.51
errorComment matches to-do format 'TODO:'.52

org/apache/geronimo/gshell/whisper/request/RequestHandle.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
error'{' should be on the previous line.41
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.44
errorVariable 'lock' must be private and have accessor methods.44
errorMissing a Javadoc comment.46
error'<' is not preceded with whitespace.46
error'<' is not followed by whitespace.46
error'>' is not preceded with whitespace.46
error'<' is not preceded with whitespace.46
error'<' is not followed by whitespace.46
error'>' is not preceded with whitespace.46
error'>' is not followed by whitespace.46
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.64
errorParameter timeout should be final.64
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.72
error'}' should be on the same line.75
error'}' should be on the same line.78
errorMissing a Javadoc comment.88
errorMissing a Javadoc comment.96
errorMissing a Javadoc comment.100
errorMissing a Javadoc comment.104
errorMissing a Javadoc comment.108
errorMissing a Javadoc comment.112
errorRedundant throws: 'RequestTimeoutException' is unchecked exception.112
errorLine is longer than 120 characters.124
errorMissing a Javadoc comment.124
error'timeout' hides a field.124
errorRedundant throws: 'RequestTimeoutException' is unchecked exception.124
error'}' should be on the same line.134
errorMissing a Javadoc comment.143
errorRedundant throws: 'RequestTimeoutException' is unchecked exception.143
error'}' should be on the same line.147
errorMust have at least one statement.148
error'{' is not followed by whitespace.148
error'}' is not preceded with whitespace.148
errorMissing a Javadoc comment.152
error'}' should be on the same line.155
error'}' should be on the same line.158
errorMissing a Javadoc comment.167
errorMissing a Javadoc comment.173
errorMissing a Javadoc comment.179
error'}' should be on the same line.187
error'}' should be on the same line.197
errorMissing a Javadoc comment.203
error'}' should be on the same line.212
errorMissing a Javadoc comment.218
error'}' should be on the same line.223

org/apache/geronimo/gshell/whisper/message/MessageHandler.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorType Javadoc comment is missing an @param <T> tag.27
error'<' is not preceded with whitespace.27
error'<' is not followed by whitespace.27
error'>' is not preceded with whitespace.27
error'<' is not preceded with whitespace.28
error'<' is not followed by whitespace.28
error'>' is not preceded with whitespace.28
error'{' should be on the previous line.29
errorMissing a Javadoc comment.30
error'<' is not preceded with whitespace.30
error'<' is not followed by whitespace.30
error'>' is not preceded with whitespace.30

org/apache/geronimo/gshell/whisper/transport/ssl/package-info.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/whisper/protocol/ProtocolConfiguration.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.28

org/apache/geronimo/gshell/whisper/ssl/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/whisper/transport/base/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/whisper/session/SessionAttributeBinder.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorType Javadoc comment is missing an @param <T> tag.29
error'<' is not preceded with whitespace.29
error'<' is not followed by whitespace.29
error'>' is not preceded with whitespace.29
error'{' should be on the previous line.30
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.33
errorLine has trailing spaces.35
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.47
errorLine has trailing spaces.49
errorMissing a Javadoc comment.53
error'}' is not preceded with whitespace.53
errorMissing a Javadoc comment.66
error'}' is not preceded with whitespace.66
errorMissing a Javadoc comment.79
errorLine has trailing spaces.82
errorLine has trailing spaces.93
errorMissing a Javadoc comment.94
error'}' is not preceded with whitespace.94
errorMissing a Javadoc comment.106
error'}' is not preceded with whitespace.106
errorMissing a Javadoc comment.113
error'{' should be on the previous line.115
errorMissing a Javadoc comment.116
errorMissing a Javadoc comment.121
error'{' should be on the previous line.123
errorMissing a Javadoc comment.124

org/apache/geronimo/gshell/whisper/message/Message.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorComment matches to-do format 'TODO:'.37
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.45
error'{' should be on the previous line.47

org/apache/geronimo/gshell/whisper/transport/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/whisper/transport/vm/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/whisper/transport/vm/package-info.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/whisper/stream/SessionOutputStream.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.45
errorLine is longer than 120 characters.46
errorMissing a Javadoc comment.46
error'<' is not preceded with whitespace.46
error'<' is not followed by whitespace.46
error'>' is not preceded with whitespace.46
error'<' is not preceded with whitespace.46
error'<' is not followed by whitespace.46
error'>' is not preceded with whitespace.46
error'>' is not followed by whitespace.46
errorMissing a Javadoc comment.48
errorLine has trailing spaces.49
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.56
errorLine has trailing spaces.58
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.68
errorLine has trailing spaces.72
error'}' should be on the same line.77
errorMissing a Javadoc comment.83
errorMissing a Javadoc comment.87
errorMissing a Javadoc comment.95
errorLine has trailing spaces.100
errorMissing a Javadoc comment.101
errorMissing a Javadoc comment.113
errorLine has trailing spaces.119

org/apache/geronimo/gshell/whisper/transport/ConnectException.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.29
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44

org/apache/geronimo/gshell/whisper/stream/StreamFeeder.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.36
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.45
errorLine has trailing spaces.48
errorMissing a Javadoc comment.53
errorComment matches to-do format 'TODO:'.59
errorLine has trailing spaces.61
errorInner assignments should be avoided.65
error'}' should be on the same line.68
error'}' should be on the same line.71
errorMissing a Javadoc comment.79
errorLine has trailing spaces.82
errorMissing a Javadoc comment.83
errorLine has trailing spaces.85
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.91
errorLine has trailing spaces.95

org/apache/geronimo/gshell/whisper/transport/base/BaseConfiguration.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.38
error'{' is not followed by whitespace.38
error'}' is not preceded with whitespace.38
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.56
errorComment matches to-do format 'TODO:'.61

org/apache/geronimo/gshell/whisper/transport/TransportException.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.29
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44

org/apache/geronimo/gshell/whisper/message/LongMessageID.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorClass LongMessageID should be declared as final.29
error'{' should be on the previous line.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.42
error'}' should be on the same line.45
error'}' should be on the same line.48
error'cast' is not followed by whitespace.53
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.62

org/apache/geronimo/gshell/whisper/transport/tcp/package-info.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/whisper/request/package-info.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/whisper/transport/TransportExceptionMonitor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36

org/apache/geronimo/gshell/whisper/stream/SessionInputStream.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.44
errorLine is longer than 120 characters.45
errorMissing a Javadoc comment.45
error'<' is not preceded with whitespace.45
error'<' is not followed by whitespace.45
error'>' is not preceded with whitespace.45
error'<' is not preceded with whitespace.45
error'<' is not followed by whitespace.45
error'>' is not preceded with whitespace.45
error'>' is not followed by whitespace.45
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.59
error'16' is a magic number.60
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.69
error'}' should be on the same line.72
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.94
error'0xff' is a magic number.100
errorMissing a Javadoc comment.104
error'}' should be on the same line.114
errorMissing a Javadoc comment.125
error'}' should be on the same line.134
errorMissing a Javadoc comment.156
errorMissing a Javadoc comment.164
error'}' should be on the same line.178
errorMissing a Javadoc comment.189

org/apache/geronimo/gshell/whisper/transport/TransportFactoryLocator.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorType Javadoc comment is missing an @param <T> tag.34
error'=' is not preceded with whitespace.34
error'=' is not followed by whitespace.34
error'<' is not preceded with whitespace.35
error'<' is not followed by whitespace.35
error'>' is not preceded with whitespace.35
error'{' should be on the previous line.36
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.48
errorRedundant throws: 'InvalidLocationException' is unchecked exception.48

org/apache/geronimo/gshell/whisper/request/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/whisper/message/BaseMessage.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.45
error'{' is not followed by whitespace.45
error'}' is not preceded with whitespace.45
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.55
errorLine has trailing spaces.58
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.63
error'id' hides a field.63
errorLine has trailing spaces.65
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.73

org/apache/geronimo/gshell/whisper/protocol/ProtocolException.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.24
error'{' should be on the previous line.29
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44

org/apache/geronimo/gshell/whisper/protocol/ProtocolDescriptor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.28
errorComment matches to-do format 'TODO:'.30