Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
5800739

Rules

RulesViolationsSeverity
PackageHtml9error Error
NewlineAtEndOfFile29error Error
Translation0error Error
JavadocMethod200error Error
JavadocType6error Error
JavadocVariable92error Error
JavadocStyle1error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName1error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/Users/jason/ws/geronimo/gshell-tmp/gshell-core/target/checkstyle-header.txt"
49error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports2error Error
FileLength0error Error
LineLength
  • max: "120"
7error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap2error Error
ParenPad2error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter17error Error
WhitespaceAround144error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock1error Error
LeftCurly45error Error
NeedBraces0error Error
RightCurly28error Error
AvoidInlineConditionals3error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber1error Error
MissingSwitchDefault2error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier22error Error
ArrayTypeStyle0error Error
FinalParameters17error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
51error Error
TodoComment4error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/apache/geronimo/gshell/GShell.java0025
org/apache/geronimo/gshell/console/TerminalFactory.java0014
org/apache/geronimo/gshell/CommandLine.java002
org/apache/geronimo/gshell/layout/DefaultLayoutManager.java0018
org/apache/geronimo/gshell/lookup/package-info.java001
org/apache/geronimo/gshell/Slf4jLoggingManager.java0018
org/apache/geronimo/gshell/console/JLineConsole.java0011
org/apache/geronimo/gshell/DefaultCommandExecutor.java0027
org/apache/geronimo/gshell/ShellSecurityManager.java009
org/apache/geronimo/gshell/branding/PropertiesVersionLoader.java0014
org/apache/geronimo/gshell/DefaultShellInfo.java0020
org/apache/geronimo/gshell/DefaultVariables.java0066
org/apache/geronimo/gshell/plugin/package-info.java001
org/apache/geronimo/gshell/LoggingVisitor.java0031
org/apache/geronimo/gshell/CommandLineBuilder.java0012
org/apache/geronimo/gshell/DefaultEnvironment.java0010
org/apache/geronimo/gshell/branding/VersionLoader.java004
org/apache/geronimo/gshell/layout/model/package.html001
org/apache/geronimo/gshell/DefaultShell.java0064
org/apache/geronimo/gshell/lookup/package.html001
org/apache/geronimo/gshell/plugin/CommandSetDescriptorBuilder.java0010
org/apache/geronimo/gshell/ExecutingVisitor.java0028
org/apache/geronimo/gshell/layout/loader/package-info.java001
org/apache/geronimo/gshell/layout/LayoutManager.java005
org/apache/geronimo/gshell/console/Console.java0056
org/apache/geronimo/gshell/lookup/IOLookup.java007
org/apache/geronimo/gshell/ExitNotification.java0011
org/apache/geronimo/gshell/expression/package.html001
org/apache/geronimo/gshell/expression/JexlExpressionEvaluator.java0028
org/apache/geronimo/gshell/layout/loader/LayoutLoader.java005
org/apache/geronimo/gshell/plugin/CommandDiscoverer.java0012
org/apache/geronimo/gshell/layout/model/GroupNode.java0017
org/apache/geronimo/gshell/layout/model/package-info.java001
org/apache/geronimo/gshell/package.html001
org/apache/geronimo/gshell/plugin/CommandRegistry.java0026
org/apache/geronimo/gshell/console/TerminalInfo.java009
org/apache/geronimo/gshell/branding/BrandingSupport.java0014
org/apache/geronimo/gshell/lookup/EnvironmentLookup.java0010
org/apache/geronimo/gshell/branding/package-info.java002
org/apache/geronimo/gshell/layout/model/Layout.java0027
org/apache/geronimo/gshell/lookup/LookupFactorySupport.java0017
org/apache/geronimo/gshell/layout/package.html001
org/apache/geronimo/gshell/expression/ExpressionEvaluator.java006
org/apache/geronimo/gshell/branding/Branding.java0022
org/apache/geronimo/gshell/plugin/package.html001
org/apache/geronimo/gshell/package-info.java001
org/apache/geronimo/gshell/console/package-info.java001
org/apache/geronimo/gshell/layout/loader/XMLLayoutLoader.java0016
org/apache/geronimo/gshell/layout/model/CommandNode.java007
org/apache/geronimo/gshell/expression/package-info.java001
org/apache/geronimo/gshell/branding/package.html001
org/apache/geronimo/gshell/layout/model/AliasNode.java007
org/apache/geronimo/gshell/layout/package-info.java002
org/apache/geronimo/gshell/layout/loader/package.html001
org/apache/geronimo/gshell/console/package.html001
org/apache/geronimo/gshell/layout/model/Node.java008
org/apache/geronimo/gshell/ErrorNotification.java006
org/apache/geronimo/gshell/branding/DefaultBranding.java0020

Details

org/apache/geronimo/gshell/GShell.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
errorMissing a Javadoc comment.49
errorLine has trailing spaces.50
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.61
error'}' should be on the same line.93
errorMissing a Javadoc comment.101
errorMissing a Javadoc comment.105
errorMissing a Javadoc comment.109
error'}' should be on the same line.115
errorMissing a Javadoc comment.121
error'cast' is not followed by whitespace.126
error'}' should be on the same line.127
errorMissing a Javadoc comment.133
error'}' should be on the same line.139
errorLine has trailing spaces.144
errorMissing a Javadoc comment.145
error'}' should be on the same line.151

org/apache/geronimo/gshell/console/TerminalFactory.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.38
error'=' is not followed by whitespace.38
error'=' is not preceded with whitespace.38
error'=' is not followed by whitespace.38
error'{' should be on the previous line.41
errorMissing a Javadoc comment.42
errorVariable 'log' must be private and have accessor methods.42
errorLine is longer than 120 characters.44
errorMissing a Javadoc comment.44
errorParameter d should be final.44
errorParameter cr should be final.44
errorParameter c should be final.44

org/apache/geronimo/gshell/CommandLine.java

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

org/apache/geronimo/gshell/layout/DefaultLayoutManager.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.39
error'=' is not followed by whitespace.39
error'=' is not preceded with whitespace.39
error'=' is not followed by whitespace.39
error'{' should be on the previous line.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.51
errorLine has trailing spaces.53
errorMissing a Javadoc comment.54
errorLine has trailing spaces.55
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.73
errorLine has trailing spaces.77
errorMissing a Javadoc comment.81

org/apache/geronimo/gshell/lookup/package-info.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/Slf4jLoggingManager.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
errorFirst sentence should end with a period.39
error'{' should be on the previous line.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.53
error'(' is followed by whitespace.54
error')' is preceded with whitespace.54
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.71
errorParameter message should be final.71
errorMissing a Javadoc comment.75
errorParameter message should be final.75

org/apache/geronimo/gshell/console/JLineConsole.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorUnused import - org.apache.geronimo.gshell.shell.Shell.30
error'{' should be on the previous line.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44
errorLine has trailing spaces.51
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.71
errorMissing a Javadoc comment.75
errorMissing a Javadoc comment.91

org/apache/geronimo/gshell/DefaultCommandExecutor.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.49
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.64
error'}' should be on the same line.73
error'cast' is not followed by whitespace.79
error'}' should be on the same line.80
error'cast' is not followed by whitespace.82
error'}' should be on the same line.83
errorMissing a Javadoc comment.91
errorMissing a Javadoc comment.100
error'cast' is not followed by whitespace.118
errorVariable 'vars' must be private and have accessor methods.123
error'}' should be on the same line.147
error'}' should be on the same line.152
errorMust have at least one statement.153
error'{' is not followed by whitespace.153
error'}' is not preceded with whitespace.153

org/apache/geronimo/gshell/ShellSecurityManager.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.40
errorMissing a Javadoc comment.44
errorExpected @param tag for 'code'.53
errorLine has trailing spaces.60

org/apache/geronimo/gshell/branding/PropertiesVersionLoader.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
errorMissing a Javadoc comment.41
error'=' is not preceded with whitespace.41
error'=' is not followed by whitespace.41
errorLine has trailing spaces.43
errorMissing a Javadoc comment.44
error'}' should be on the same line.52
error'}' should be on the same line.55
errorLine has trailing spaces.60

org/apache/geronimo/gshell/DefaultShellInfo.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'{' should be on the previous line.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.74
errorLine has trailing spaces.76
error'}' should be on the same line.81
errorLine has trailing spaces.86
errorMissing a Javadoc comment.87
errorLine has trailing spaces.101
error'}' should be on the same line.104

org/apache/geronimo/gshell/DefaultVariables.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
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 followed by whitespace.39
error'>' is not preceded with whitespace.39
errorMissing a Javadoc comment.41
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
error'<' is not preceded with whitespace.43
error'<' is not followed by whitespace.43
error'>' is not preceded with whitespace.43
error'>' is not followed by whitespace.43
errorMissing a Javadoc comment.45
error'<' is not preceded with whitespace.45
error'<' is not followed by whitespace.45
error',' is not followed by whitespace.45
error'>' is not preceded with whitespace.45
errorMissing a Javadoc comment.53
error'<' is not preceded with whitespace.56
error'<' is not followed by whitespace.56
error',' is not followed by whitespace.56
error'>' is not preceded with whitespace.56
error'>' is not followed by whitespace.56
errorMissing a Javadoc comment.60
error'<' is not preceded with whitespace.60
error'<' is not followed by whitespace.60
error',' is not followed by whitespace.60
error'>' is not preceded with whitespace.60
errorMissing a Javadoc comment.67
error'<' is not preceded with whitespace.68
error'<' is not followed by whitespace.68
error',' is not followed by whitespace.68
error'>' is not preceded with whitespace.68
error'>' is not followed by whitespace.68
errorMissing a Javadoc comment.71
errorLine has trailing spaces.74
errorMissing a Javadoc comment.75
errorMissing a Javadoc comment.79
errorParameter mutable should be final.79
errorMissing a Javadoc comment.91
errorMissing a Javadoc comment.102
errorName '_default' must match pattern '^[a-z][a-zA-Z0-9]*$'.102
errorMissing a Javadoc comment.111
errorMissing a Javadoc comment.119
errorMissing a Javadoc comment.125
errorMissing a Javadoc comment.142
errorMissing a Javadoc comment.150
errorMissing a Javadoc comment.167
error'<' is not preceded with whitespace.167
error'<' is not followed by whitespace.167
error'>' is not preceded with whitespace.167
error'<' is not preceded with whitespace.169
error'<' is not followed by whitespace.169
error'>' is not preceded with whitespace.169
error'>' is not followed by whitespace.169
error'<' is not preceded with whitespace.170
error'<' is not followed by whitespace.170
error'>' is not preceded with whitespace.170
errorVariable 'iter' must be private and have accessor methods.170
errorVariable 'more' must be private and have accessor methods.171
errorMissing a Javadoc comment.194
errorMissing a Javadoc comment.198

org/apache/geronimo/gshell/plugin/package-info.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/LoggingVisitor.java

ViolationMessageLine
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.41
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.67
errorParameter data should be final.67
errorswitch without "default" clause.69
error'=' is not preceded with whitespace.85
error'=' is not followed by whitespace.85
error'<' is not preceded with whitespace.85
error'<' is not followed by whitespace.85
errorswitch without "default" clause.94
errorMissing a Javadoc comment.111
errorParameter data should be final.111
errorMissing a Javadoc comment.115
errorParameter data should be final.115
errorMissing a Javadoc comment.119
errorParameter data should be final.119
errorMissing a Javadoc comment.123
errorParameter data should be final.123
errorMissing a Javadoc comment.127
errorParameter data should be final.127
errorMissing a Javadoc comment.131
errorParameter data should be final.131

org/apache/geronimo/gshell/CommandLineBuilder.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'{' should be on the previous line.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.50
errorLine has trailing spaces.51
errorMissing a Javadoc comment.52
error'}' should be on the same line.59
errorMissing a Javadoc comment.73
error'}' should be on the same line.92

org/apache/geronimo/gshell/DefaultEnvironment.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.49
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.61

org/apache/geronimo/gshell/branding/VersionLoader.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
errorMissing a Javadoc comment.29

org/apache/geronimo/gshell/layout/model/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/DefaultShell.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.shell.Shell.38
error'=' is not preceded with whitespace.53
error'=' is not followed by whitespace.53
error'{' should be on the previous line.56
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.71
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.77
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.84
errorMissing a Javadoc comment.88
errorLine has trailing spaces.95
error'}' should be on the same line.98
errorLine has trailing spaces.107
errorMissing a Javadoc comment.108
errorMissing a Javadoc comment.112
error'cast' is not followed by whitespace.113
errorMissing a Javadoc comment.116
errorMissing a Javadoc comment.124
error'<' is not preceded with whitespace.132
error'<' is not followed by whitespace.132
error'>' is not preceded with whitespace.132
error'<' is not preceded with whitespace.132
error'<' is not followed by whitespace.132
error'>' is not preceded with whitespace.132
error'>' is not followed by whitespace.132
error'<' is not preceded with whitespace.133
error'<' is not followed by whitespace.133
error'>' is not preceded with whitespace.133
error'<' is not preceded with whitespace.133
error'<' is not followed by whitespace.133
error'>' is not preceded with whitespace.133
error'>' is not followed by whitespace.133
error'executor' hides a field.136
errorLine has trailing spaces.139
errorLine has trailing spaces.142
error'}' should be on the same line.144
errorLine has trailing spaces.147
errorVariable 'renderer' must be private and have accessor methods.160
errorLine has trailing spaces.181
errorLine has trailing spaces.186
errorLine is longer than 120 characters.186
errorMissing a Javadoc comment.215
error'}' should be on the same line.232
errorAvoid inline conditionals.245
error':' should be on a new line.245
errorLine is longer than 120 characters.246
errorAvoid inline conditionals.246
error':' should be on a new line.246
errorAvoid inline conditionals.247
errorMissing a Javadoc comment.262
errorComment matches to-do format 'TODO:'.264
errorMissing a Javadoc comment.272
error'}' should be on the same line.288
errorMissing a Javadoc comment.294
error'}' should be on the same line.303
errorMissing a Javadoc comment.309
error'}' should be on the same line.318

org/apache/geronimo/gshell/lookup/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/plugin/CommandSetDescriptorBuilder.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.40
errorMissing a Javadoc comment.41
errorLine has trailing spaces.42
errorMissing a Javadoc comment.43
errorLine has trailing spaces.63
errorMissing a Javadoc comment.67
errorLine has trailing spaces.81
errorLine has trailing spaces.87

org/apache/geronimo/gshell/ExecutingVisitor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.47
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.50
errorLine has trailing spaces.51
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.82
error'<' is not preceded with whitespace.86
error'<' is not followed by whitespace.86
error'>' is not preceded with whitespace.86
error'<' is not preceded with whitespace.86
error'<' is not followed by whitespace.86
error'>' is not preceded with whitespace.86
error'>' is not followed by whitespace.86
error'}' should be on the same line.97
errorLine is longer than 120 characters.99
errorMissing a Javadoc comment.103
error'cast' is not followed by whitespace.107
errorMissing a Javadoc comment.113
errorLine has trailing spaces.115
error'}' should be on the same line.120
errorMissing a Javadoc comment.126
errorMissing a Javadoc comment.132
errorMissing a Javadoc comment.136
errorLine has trailing spaces.138

org/apache/geronimo/gshell/layout/loader/package-info.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/layout/LayoutManager.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.31
errorExpected an @return tag.35
errorExpected an @return tag.40
errorExpected @param tag for 'path'.40

org/apache/geronimo/gshell/console/Console.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
error'{' should be on the previous line.34
errorMissing a Javadoc comment.35
errorVariable 'log' must be private and have accessor methods.35
errorMissing a Javadoc comment.37
errorVariable 'running' must be private and have accessor methods.37
errorMissing a Javadoc comment.39
errorVariable 'breakOnNull' must be private and have accessor methods.39
errorMissing a Javadoc comment.41
errorVariable 'autoTrim' must be private and have accessor methods.41
errorMissing a Javadoc comment.43
errorVariable 'ignoreEmpty' must be private and have accessor methods.43
errorMissing a Javadoc comment.45
errorVariable 'prompter' must be private and have accessor methods.45
errorMissing a Javadoc comment.51
errorVariable 'executor' must be private and have accessor methods.51
errorMissing a Javadoc comment.53
errorVariable 'errorHandler' must be private and have accessor methods.53
errorParameter error should be final.54
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.73
errorMissing a Javadoc comment.77
errorMissing a Javadoc comment.81
errorMissing a Javadoc comment.85
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.93
errorMissing a Javadoc comment.97
errorMissing a Javadoc comment.101
errorMissing a Javadoc comment.105
errorMissing a Javadoc comment.109
errorMissing a Javadoc comment.113
errorMissing a Javadoc comment.117
errorMissing a Javadoc comment.121
error'}' should be on the same line.129
errorLine has trailing spaces.133
errorMissing a Javadoc comment.149
error'cast' is not followed by whitespace.164
errorMissing a Javadoc comment.198
errorMissing a Javadoc comment.204
error'{' should be on the previous line.205
errorMissing a Javadoc comment.206
errorMissing a Javadoc comment.213
error'{' should be on the previous line.214
errorMissing a Javadoc comment.215
errorMissing a Javadoc comment.216
errorMissing a Javadoc comment.217
errorMissing a Javadoc comment.220
errorMissing a Javadoc comment.227
error'{' should be on the previous line.228
errorMissing a Javadoc comment.229
errorMissing a Javadoc comment.230
errorMissing a Javadoc comment.231
errorLine has trailing spaces.233
errorMissing a Javadoc comment.234

org/apache/geronimo/gshell/lookup/IOLookup.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'{' should be on the previous line.36
errorMissing a Javadoc comment.37

org/apache/geronimo/gshell/ExitNotification.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.31
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorVariable 'code' must be private and have accessor methods.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.54

org/apache/geronimo/gshell/expression/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/expression/JexlExpressionEvaluator.java

ViolationMessageLine
errorFile does not end with a newline.0
errorGot an exception - java.lang.RuntimeException: Unable to get class information for SyntaxException.0
errorMissing a header - not enough lines in file.1
errorComment matches to-do format 'TODO:'.36
error'{' should be on the previous line.48
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.68
error'<' is not preceded with whitespace.71
error'<' is not followed by whitespace.71
error',' is not followed by whitespace.71
error'>' is not preceded with whitespace.71
error'<' is not preceded with whitespace.71
error'<' is not followed by whitespace.71
error',' is not followed by whitespace.71
error'>' is not preceded with whitespace.71
error'>' is not followed by whitespace.71
error'<' is not preceded with whitespace.72
error'<' is not followed by whitespace.72
error'>' is not preceded with whitespace.72
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.90
errorMissing a Javadoc comment.92
errorMissing a Javadoc comment.101
errorLine has trailing spaces.107
errorMissing a Javadoc comment.115

org/apache/geronimo/gshell/layout/loader/LayoutLoader.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.32
errorExpected an @return tag.36
errorExpected @throws tag for 'IOException'.36

org/apache/geronimo/gshell/plugin/CommandDiscoverer.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.37
error'=' is not followed by whitespace.37
error'{' should be on the previous line.40
errorMissing a Javadoc comment.41
errorLine has trailing spaces.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.49
error'{' should be on the previous line.51
errorLine has trailing spaces.53

org/apache/geronimo/gshell/layout/model/GroupNode.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
error'<' is not preceded with whitespace.36
error'<' is not followed by whitespace.36
error'>' is not preceded with whitespace.36
errorVariable 'nodes' must be private and have accessor methods.36
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
errorMissing a Javadoc comment.38
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

org/apache/geronimo/gshell/layout/model/package-info.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/plugin/CommandRegistry.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.37
error'=' is not preceded with whitespace.40
error'{' should be on the previous line.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
error'<' is not preceded with whitespace.48
error'<' is not followed by whitespace.48
error',' is not followed by whitespace.48
error'>' is not preceded with whitespace.48
error'<' is not preceded with whitespace.48
error'<' is not followed by whitespace.48
error',' is not followed by whitespace.48
error'>' is not preceded with whitespace.48
error'>' is not followed by whitespace.48
errorMissing a Javadoc comment.50
errorLine has trailing spaces.53
errorMissing a Javadoc comment.54
error'}' should be on the same line.67
errorMissing a Javadoc comment.76
error'<' is not preceded with whitespace.76
error'<' is not followed by whitespace.76
error'>' is not preceded with whitespace.76
errorMissing a Javadoc comment.80

org/apache/geronimo/gshell/console/TerminalInfo.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
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.44
error'cast' is not followed by whitespace.52

org/apache/geronimo/gshell/branding/BrandingSupport.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.38
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.50
errorLine is longer than 120 characters.52
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.82

org/apache/geronimo/gshell/lookup/EnvironmentLookup.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.33
error'=' is not followed by whitespace.33
error'=' is not preceded with whitespace.33
error'=' is not followed by whitespace.33
error'{' should be on the previous line.36
errorMissing a Javadoc comment.37
errorLine has trailing spaces.39
errorLine is longer than 120 characters.40

org/apache/geronimo/gshell/branding/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/layout/model/Layout.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
errorVariable 'name' must be private and have accessor methods.40
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
errorVariable 'nodes' must be private and have accessor methods.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.44
errorMissing a Javadoc comment.50
error'<' is not preceded with whitespace.50
error'<' is not followed by whitespace.50
error'>' is not preceded with whitespace.50
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.58
errorLine has trailing spaces.61
errorLine has trailing spaces.65
errorMissing a Javadoc comment.66
errorLine has trailing spaces.68
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.80

org/apache/geronimo/gshell/lookup/LookupFactorySupport.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
errorVariable 'log' must be private and have accessor methods.38
errorMissing a Javadoc comment.40
errorVariable 'holder' must be private and have accessor methods.40
errorMissing a Javadoc comment.42
error'}' should be on the same line.50
errorLine has trailing spaces.54
errorMissing a Javadoc comment.58
errorLine is longer than 120 characters.62
errorMissing a Javadoc comment.62
errorParameter descriptor should be final.62
errorParameter classRealm should be final.62
errorParameter container should be final.62
errorLine has trailing spaces.68

org/apache/geronimo/gshell/layout/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/expression/ExpressionEvaluator.java

ViolationMessageLine
errorFile does not end with a newline.0
errorGot an exception - java.lang.RuntimeException: Unable to get class information for SyntaxException.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.28
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31

org/apache/geronimo/gshell/branding/Branding.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.30
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
errorLine has trailing spaces.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.46
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
errorComment matches to-do format 'TODO:'.62
errorComment matches to-do format 'TODO:'.66

org/apache/geronimo/gshell/plugin/package.html

ViolationMessageLine
errorMissing package documentation file.0

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

ViolationMessageLine
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/console/package-info.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/layout/loader/XMLLayoutLoader.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.40
error'=' is not preceded with whitespace.43
error'=' is not followed by whitespace.43
error'{' should be on the previous line.46
errorMissing a Javadoc comment.47
errorLine has trailing spaces.48
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.64
error'location' hides a field.64
errorLine has trailing spaces.70
error'}' should be on the same line.76
errorMissing a Javadoc comment.86

org/apache/geronimo/gshell/layout/model/CommandNode.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.32
errorMissing a Javadoc comment.33
errorVariable 'id' must be private and have accessor methods.33
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.43

org/apache/geronimo/gshell/expression/package-info.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/branding/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/layout/model/AliasNode.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.32
errorMissing a Javadoc comment.33
errorVariable 'command' must be private and have accessor methods.33
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.43

org/apache/geronimo/gshell/layout/package-info.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.22

org/apache/geronimo/gshell/layout/loader/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/console/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/layout/model/Node.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.30
errorMissing a Javadoc comment.31
errorVariable 'name' must be private and have accessor methods.31
errorMissing a Javadoc comment.33
errorLine has trailing spaces.35
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.43

org/apache/geronimo/gshell/ErrorNotification.java

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

org/apache/geronimo/gshell/branding/DefaultBranding.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.38
error'=' is not followed by whitespace.38
error'=' is not preceded with whitespace.38
error'=' is not followed by whitespace.38
error'{' should be on the previous line.41
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.71
errorMissing a Javadoc comment.87
errorLine has trailing spaces.112
errorMissing a Javadoc comment.113
errorLine has trailing spaces.122
error'80' is a magic number.131
errorLine has trailing spaces.133