Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
2200299

Rules

RulesViolationsSeverity
PackageHtml4error Error
NewlineAtEndOfFile5error Error
Translation0error Error
JavadocMethod51error Error
JavadocType3error Error
JavadocVariable33error 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-remote/gshell-remote-server/target/checkstyle-header.txt"
18error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
10error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter2error Error
WhitespaceAround121error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly18error Error
NeedBraces0error Error
RightCurly8error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier6error Error
ArrayTypeStyle0error Error
FinalParameters0error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
12error Error
TodoComment6error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/apache/geronimo/gshell/remote/server/handler/ServerSessionContext.java0027
org/apache/geronimo/gshell/remote/server/handler/package.html001
org/apache/geronimo/gshell/remote/server/auth/package.html001
org/apache/geronimo/gshell/remote/server/handler/EchoHandler.java0012
org/apache/geronimo/gshell/remote/server/DefaultRemoteShell.java0025
org/apache/geronimo/gshell/remote/server/timeout/package.html001
org/apache/geronimo/gshell/remote/server/auth/BogusLoginModule.java0036
org/apache/geronimo/gshell/remote/server/handler/ServerMessageHandler.java0010
org/apache/geronimo/gshell/remote/server/handler/CloseShellHandler.java0013
org/apache/geronimo/gshell/remote/server/timeout/TimeoutManager.java004
org/apache/geronimo/gshell/remote/server/timeout/DefaultTimeoutManager.java0018
org/apache/geronimo/gshell/remote/server/package-info.java002
org/apache/geronimo/gshell/remote/server/RshServerCommand.java0020
org/apache/geronimo/gshell/remote/server/RemoteIO.java006
org/apache/geronimo/gshell/remote/server/handler/ServerMessageHandlerSupport.java0017
org/apache/geronimo/gshell/remote/server/handler/ConnectHandler.java0017
org/apache/geronimo/gshell/remote/server/handler/ExecuteHandler.java0014
org/apache/geronimo/gshell/remote/server/handler/LoginHandler.java0017
org/apache/geronimo/gshell/remote/server/handler/OpenShellHandler.java0014
org/apache/geronimo/gshell/remote/server/package.html001
org/apache/geronimo/gshell/remote/server/RshServer.java0036
org/apache/geronimo/gshell/remote/server/RemoteShellContainer.java007

Details

org/apache/geronimo/gshell/remote/server/handler/ServerSessionContext.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.40
errorLine is longer than 120 characters.41
errorMissing a Javadoc comment.41
error'<' is not preceded with whitespace.41
error'<' is not followed by whitespace.41
error'>' is not preceded with whitespace.41
error'<' is not preceded with whitespace.41
error'<' is not followed by whitespace.41
error'>' is not preceded with whitespace.41
error'>' is not followed by whitespace.41
errorMissing a Javadoc comment.43
errorVariable 'pk' must be private and have accessor methods.43
errorMissing a Javadoc comment.45
errorVariable 'identity' must be private and have accessor methods.45
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.63
errorVariable 'container' must be private and have accessor methods.63
errorMissing a Javadoc comment.65
errorVariable 'io' must be private and have accessor methods.65
errorMissing a Javadoc comment.67
errorVariable 'env' must be private and have accessor methods.67
errorMissing a Javadoc comment.69
errorVariable 'shell' must be private and have accessor methods.69

org/apache/geronimo/gshell/remote/server/handler/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/remote/server/auth/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/remote/server/handler/EchoHandler.java

ViolationMessageLine
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
errorLine is longer than 120 characters.39
errorMissing a Javadoc comment.39

org/apache/geronimo/gshell/remote/server/DefaultRemoteShell.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.36
error'=' is not followed by whitespace.36
error'=' is not preceded with whitespace.36
error'=' is not followed by whitespace.36
error'{' should be on the previous line.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.51
errorLine has trailing spaces.52
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.63
errorLine has trailing spaces.65
errorMissing a Javadoc comment.69
errorLine has trailing spaces.71
errorMissing a Javadoc comment.75
errorMissing a Javadoc comment.85
errorMissing a Javadoc comment.91
error'cast' is not followed by whitespace.94
errorMissing a Javadoc comment.97
errorComment matches to-do format 'TODO:'.104

org/apache/geronimo/gshell/remote/server/timeout/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/remote/server/auth/BogusLoginModule.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.48
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.53
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
errorLine is longer than 120 characters.59
errorMissing a Javadoc comment.59
error'subject' hides a field.59
error'callbackHandler' hides a field.59
error'<' is not preceded with whitespace.59
error'<' is not followed by whitespace.59
error'>' is not preceded with whitespace.59
error'?' is not followed by whitespace.59
error'<' is not preceded with whitespace.59
error'<' is not followed by whitespace.59
error'>' is not preceded with whitespace.59
error'?' is not followed by whitespace.59
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.68
error'}' should be on the same line.77
error'}' should be on the same line.80
error'cast' is not followed by whitespace.85
error'}' should be on the same line.90
errorMissing a Javadoc comment.98
errorMissing a Javadoc comment.108
errorMissing a Javadoc comment.114

org/apache/geronimo/gshell/remote/server/handler/ServerMessageHandler.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
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 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.33
errorMissing a Javadoc comment.34

org/apache/geronimo/gshell/remote/server/handler/CloseShellHandler.java

ViolationMessageLine
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.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
errorLine is longer than 120 characters.40
errorMissing a Javadoc comment.40
errorComment matches to-do format 'TODO:'.48

org/apache/geronimo/gshell/remote/server/timeout/TimeoutManager.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

org/apache/geronimo/gshell/remote/server/timeout/DefaultTimeoutManager.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'=' is not preceded with whitespace.41
error'=' is not followed by whitespace.41
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.56
errorMissing a Javadoc comment.68

org/apache/geronimo/gshell/remote/server/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/remote/server/RshServerCommand.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'{' should be on the previous line.38
errorMissing a Javadoc comment.39
error'=' is not preceded with whitespace.39
error'=' is not followed by whitespace.39
error'=' is not preceded with whitespace.39
error'=' is not followed by whitespace.39
errorMissing a Javadoc comment.42
error'=' is not preceded with whitespace.42
error'=' is not followed by whitespace.42
error'=' is not preceded with whitespace.42
error'=' is not followed by whitespace.42
error'=' is not preceded with whitespace.42
error'=' is not followed by whitespace.42
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.48
errorLine has trailing spaces.60

org/apache/geronimo/gshell/remote/server/RemoteIO.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.29
error'{' should be on the previous line.34
errorComment matches to-do format 'TODO:'.36
errorLine has trailing spaces.38
errorMissing a Javadoc comment.39

org/apache/geronimo/gshell/remote/server/handler/ServerMessageHandlerSupport.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
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 preceded with whitespace.32
error'<' is not followed by whitespace.32
error'>' is not preceded with whitespace.32
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
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.39

org/apache/geronimo/gshell/remote/server/handler/ConnectHandler.java

ViolationMessageLine
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.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
errorLine has trailing spaces.41
errorMissing a Javadoc comment.42
errorLine has trailing spaces.44
errorMissing a Javadoc comment.45
errorLine is longer than 120 characters.49
errorMissing a Javadoc comment.49
error'}' should be on the same line.53

org/apache/geronimo/gshell/remote/server/handler/ExecuteHandler.java

ViolationMessageLine
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
errorLine is longer than 120 characters.42
errorMissing a Javadoc comment.42
error'}' should be on the same line.55
error'}' should be on the same line.60

org/apache/geronimo/gshell/remote/server/handler/LoginHandler.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'=' is not preceded with whitespace.42
error'=' is not followed by whitespace.42
error'=' is not preceded with whitespace.42
error'=' is not followed by whitespace.42
error'<' is not preceded with whitespace.44
error'<' is not followed by whitespace.44
error'>' is not preceded with whitespace.44
error'{' should be on the previous line.46
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.54
errorLine is longer than 120 characters.58
errorMissing a Javadoc comment.58
error'}' should be on the same line.62
errorLine is longer than 120 characters.73
error'}' should be on the same line.84

org/apache/geronimo/gshell/remote/server/handler/OpenShellHandler.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'=' is not preceded with whitespace.41
error'=' is not followed by whitespace.41
error'=' is not preceded with whitespace.41
error'=' is not followed by whitespace.41
error'<' is not preceded with whitespace.43
error'<' is not followed by whitespace.43
error'>' is not preceded with whitespace.43
error'{' should be on the previous line.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.48
errorLine is longer than 120 characters.52
errorMissing a Javadoc comment.52
errorComment matches to-do format 'TODO:'.69

org/apache/geronimo/gshell/remote/server/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/remote/server/RshServer.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.46
error'=' is not followed by whitespace.46
error'=' is not preceded with whitespace.46
error'=' is not followed by whitespace.46
error'{' should be on the previous line.48
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.59
error'=' is not preceded with whitespace.59
error'=' is not followed by whitespace.59
error'<' is not preceded with whitespace.60
error'<' is not followed by whitespace.60
error'>' is not preceded with whitespace.60
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.80
error'{' should be on the previous line.82
errorMissing a Javadoc comment.83
errorMissing a Javadoc comment.94
error'<' is not preceded with whitespace.97
error'<' is not followed by whitespace.97
error'?' is not preceded with whitespace.97
error'>' is not preceded with whitespace.97
error'?' is not followed by whitespace.97
errorMissing a Javadoc comment.105
errorComment matches to-do format 'TODO:'.111
errorLine has trailing spaces.113
errorLine has trailing spaces.116
errorMissing a Javadoc comment.117
errorLine has trailing spaces.124
errorMissing a Javadoc comment.135

org/apache/geronimo/gshell/remote/server/RemoteShellContainer.java

ViolationMessageLine
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.42
errorMissing a Javadoc comment.50
errorComment matches to-do format 'TODO:'.54
errorLine has trailing spaces.57