Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
3500636

Rules

RulesViolationsSeverity
PackageHtml3error Error
NewlineAtEndOfFile4error Error
Translation0error Error
JavadocMethod117error Error
JavadocType4error Error
JavadocVariable41error Error
JavadocStyle0error Error
ConstantName1error 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-support/gshell-clp/target/checkstyle-header.txt"
32error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
10error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore3error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter25error Error
WhitespaceAfter10error Error
WhitespaceAround243error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly30error Error
NeedBraces0error Error
RightCurly21error Error
AvoidInlineConditionals3error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber2error Error
MissingSwitchDefault0error Error
RedundantThrows2error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor1error Error
InterfaceIsType0error Error
VisibilityModifier4error Error
ArrayTypeStyle0error Error
FinalParameters27error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
49error Error
TodoComment4error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/apache/geronimo/gshell/clp/OptionDescriptor.java0025
org/apache/geronimo/gshell/clp/handler/Parameters.java003
org/apache/geronimo/gshell/clp/setter/package-info.java001
org/apache/geronimo/gshell/clp/setter/CollectionFieldSetter.java0016
org/apache/geronimo/gshell/clp/handler/ObjectHandler.java0015
org/apache/geronimo/gshell/clp/package.html001
org/apache/geronimo/gshell/clp/handler/EnumHandler.java0036
org/apache/geronimo/gshell/clp/package-info.java001
org/apache/geronimo/gshell/clp/handler/UriHandler.java0014
org/apache/geronimo/gshell/clp/Option.java0018
org/apache/geronimo/gshell/clp/handler/FileHandler.java0013
org/apache/geronimo/gshell/clp/StopProcessingOptionsNotification.java002
org/apache/geronimo/gshell/clp/handler/StopHandler.java0014
org/apache/geronimo/gshell/clp/handler/IntegerHandler.java0013
org/apache/geronimo/gshell/clp/setter/package.html001
org/apache/geronimo/gshell/clp/ArgumentDescriptor.java007
org/apache/geronimo/gshell/clp/setter/FieldSetter.java0018
org/apache/geronimo/gshell/clp/handler/BooleanHandler.java0018
org/apache/geronimo/gshell/clp/Descriptor.java0027
org/apache/geronimo/gshell/clp/Argument.java0013
org/apache/geronimo/gshell/clp/setter/Messages.java0011
org/apache/geronimo/gshell/clp/ProcessingException.java0010
org/apache/geronimo/gshell/clp/handler/StringHandler.java0015
org/apache/geronimo/gshell/clp/handler/Handler.java0022
org/apache/geronimo/gshell/clp/setter/MethodSetter.java0019
org/apache/geronimo/gshell/clp/handler/package.html001
org/apache/geronimo/gshell/clp/handler/DoubleHandler.java0013
org/apache/geronimo/gshell/clp/handler/package-info.java001
org/apache/geronimo/gshell/clp/handler/Handlers.java0067
org/apache/geronimo/gshell/clp/Printer.java0046
org/apache/geronimo/gshell/clp/setter/Setter.java0014
org/apache/geronimo/gshell/clp/handler/Messages.java0010
org/apache/geronimo/gshell/clp/CommandLineProcessor.java00128
org/apache/geronimo/gshell/clp/IllegalAnnotationError.java0010
org/apache/geronimo/gshell/clp/Messages.java0013

Details

org/apache/geronimo/gshell/clp/OptionDescriptor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.29
errorMissing a Javadoc comment.30
errorLine has trailing spaces.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorLine is longer than 120 characters.37
errorLine has trailing spaces.38
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine has trailing spaces.43
errorMissing a Javadoc comment.44
errorLine contains a tab character.45
errorLine has trailing spaces.47
errorMissing a Javadoc comment.48
errorLine contains a tab character.49
errorMissing a Javadoc comment.52
errorLine has trailing spaces.55
errorMissing a Javadoc comment.56
errorLine contains a tab character.58
errorLine has trailing spaces.67
errorLine contains a tab character.69
errorLine has trailing spaces.70

org/apache/geronimo/gshell/clp/handler/Parameters.java

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

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

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

org/apache/geronimo/gshell/clp/setter/CollectionFieldSetter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.40
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.49
errorLine contains a tab character.50
errorMissing a Javadoc comment.53
error'cast' is not followed by whitespace.57
errorLine has trailing spaces.59
error'cast' is not followed by whitespace.61
errorLine has trailing spaces.64
errorMissing a Javadoc comment.70
error'}' should be on the same line.77
error'}' should be on the same line.80
errorComment matches to-do format 'TODO:'.83
errorLine has trailing spaces.85
error'cast' is not followed by whitespace.98

org/apache/geronimo/gshell/clp/handler/ObjectHandler.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'{' should be on the previous line.36
errorMissing a Javadoc comment.37
errorParameter desc should be final.37
errorParameter setter should be final.37
error'<' is not preceded with whitespace.37
error'<' is not followed by whitespace.37
error'?' is not preceded with whitespace.37
error'>' is not preceded with whitespace.37
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.51

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

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/clp/handler/EnumHandler.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 followed by whitespace.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
error'<' is not preceded with whitespace.34
error'<' is not followed by whitespace.34
error'>' is not preceded with whitespace.34
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
error'>' is not preceded with whitespace.36
error'<' is not preceded with whitespace.36
error'<' is not followed by whitespace.36
error'>' is not preceded with whitespace.36
errorLine has trailing spaces.40
errorMissing a Javadoc comment.44
errorLine has trailing spaces.47
errorLine has trailing spaces.63
errorMissing a Javadoc comment.67
errorLine contains a tab character.69
errorLine contains a tab character.70
error'-' is not preceded with whitespace.76
error'-' is not followed by whitespace.76
error'3' is a magic number.76
errorLine contains a tab character.77

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

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

org/apache/geronimo/gshell/clp/handler/UriHandler.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'{' should be on the previous line.36
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
error'>' is not preceded with whitespace.37
errorMissing a Javadoc comment.41
error'}' should be on the same line.49
errorMissing a Javadoc comment.57

org/apache/geronimo/gshell/clp/Option.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'}' is not preceded with whitespace.35
error'{' should be on the previous line.37
errorMissing a Javadoc comment.38
errorLine has trailing spaces.39
errorMissing a Javadoc comment.40
error'}' is not preceded with whitespace.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
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
error'>' is not preceded with whitespace.50
errorLine has trailing spaces.51
errorMissing a Javadoc comment.52

org/apache/geronimo/gshell/clp/handler/FileHandler.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'{' 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
error'>' is not preceded with whitespace.36
errorMissing a Javadoc comment.40
errorLine has trailing spaces.46
errorMissing a Javadoc comment.50

org/apache/geronimo/gshell/clp/StopProcessingOptionsNotification.java

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

org/apache/geronimo/gshell/clp/handler/StopHandler.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'{' should be on the previous line.34
errorMissing a Javadoc comment.35
errorParameter desc should be final.35
errorParameter setter should be final.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 preceded with whitespace.35
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.44

org/apache/geronimo/gshell/clp/handler/IntegerHandler.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'{' should be on the previous line.33
errorMissing a Javadoc comment.34
error'<' is not preceded with whitespace.34
error'<' is not followed by whitespace.34
error'?' is not preceded with whitespace.34
error'>' is not preceded with whitespace.34
errorMissing a Javadoc comment.38
errorLine has trailing spaces.45
errorMissing a Javadoc comment.49

org/apache/geronimo/gshell/clp/setter/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/clp/ArgumentDescriptor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.29
errorMissing a Javadoc comment.30
errorParameter argument should be final.30
errorParameter forceMultiValued should be final.30
errorLine is longer than 120 characters.31
errorMissing a Javadoc comment.34

org/apache/geronimo/gshell/clp/setter/FieldSetter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.31
errorMissing a Javadoc comment.32
errorVariable 'field' must be private and have accessor methods.32
errorLine has trailing spaces.33
errorMissing a Javadoc comment.34
errorVariable 'bean' must be private and have accessor methods.34
errorMissing a Javadoc comment.36
errorLine has trailing spaces.39
errorMissing a Javadoc comment.44
errorLine has trailing spaces.47
errorMissing a Javadoc comment.48
errorLine contains a tab character.49
errorMissing a Javadoc comment.52
error'}' should be on the same line.55
error'}' should be on the same line.62
errorMissing a Javadoc comment.69
errorParameter value should be final.69

org/apache/geronimo/gshell/clp/handler/BooleanHandler.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'{' 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
error'>' is not preceded with whitespace.36
errorMissing a Javadoc comment.40
errorLine has trailing spaces.43
errorLine contains a tab character.50
error'}' should be on the same line.50
error'cast' is not followed by whitespace.52
errorLine has trailing spaces.56
error'}' should be on the same line.58
errorMissing a Javadoc comment.67

org/apache/geronimo/gshell/clp/Descriptor.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
errorMissing a Javadoc comment.37
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 preceded with whitespace.39
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
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.61
error'<' is not preceded with whitespace.61
error'<' is not followed by whitespace.61
error'?' is not preceded with whitespace.61
error'>' is not preceded with whitespace.61
errorMissing a Javadoc comment.65

org/apache/geronimo/gshell/clp/Argument.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
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.44
error'<' is not preceded with whitespace.44
error'<' is not followed by whitespace.44
error'?' is not preceded with whitespace.44
error'>' is not preceded with whitespace.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48

org/apache/geronimo/gshell/clp/setter/Messages.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.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.35
error';' is preceded with whitespace.36
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorParameter args should be final.40

org/apache/geronimo/gshell/clp/ProcessingException.java

ViolationMessageLine
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
errorParameter msg should be final.32
errorMissing a Javadoc comment.36
errorParameter msg should be final.36
errorParameter cause should be final.36
errorMissing a Javadoc comment.40
errorParameter cause should be final.40

org/apache/geronimo/gshell/clp/handler/StringHandler.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'{' should be on the previous line.33
errorMissing a Javadoc comment.34
errorParameter desc should be final.34
errorParameter setter should be final.34
error'<' is not preceded with whitespace.34
error'<' is not followed by whitespace.34
error'?' is not preceded with whitespace.34
error'>' is not preceded with whitespace.34
errorMissing a Javadoc comment.38
errorLine has trailing spaces.44
errorMissing a Javadoc comment.48

org/apache/geronimo/gshell/clp/handler/Handler.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'{' should be on the previous line.32
errorMissing a Javadoc comment.33
errorVariable 'descriptor' must be private and have accessor methods.33
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
error'>' is not preceded with whitespace.35
errorVariable 'setter' must be private and have accessor methods.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
error'>' is not preceded with whitespace.37
errorLine has trailing spaces.40
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.47

org/apache/geronimo/gshell/clp/setter/MethodSetter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.35
errorMissing a Javadoc comment.36
errorLine has trailing spaces.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorLine has trailing spaces.43
errorLine has trailing spaces.46
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.56
errorLine contains a tab character.57
errorMissing a Javadoc comment.60
error'}' should be on the same line.64
error'}' should be on the same line.70
error'}' should be on the same line.75
error'cast' is not followed by whitespace.81
error'cast' is not followed by whitespace.84
error'cast' is not followed by whitespace.87
error'}' should be on the same line.92

org/apache/geronimo/gshell/clp/handler/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/clp/handler/DoubleHandler.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'{' should be on the previous line.33
errorMissing a Javadoc comment.34
error'<' is not preceded with whitespace.34
error'<' is not followed by whitespace.34
error'?' is not preceded with whitespace.34
error'>' is not preceded with whitespace.34
errorMissing a Javadoc comment.38
errorLine has trailing spaces.45
errorMissing a Javadoc comment.49

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

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

org/apache/geronimo/gshell/clp/handler/Handlers.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUtility classes should not have a public or default constructor.39
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 followed by 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 preceded with whitespace.41
error'>' is not followed by whitespace.41
error'>' is not preceded with whitespace.41
errorName 'handlerClasses' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.41
error'<' is not preceded with whitespace.41
error'<' is not followed by 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.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
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 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'}' should be on the same line.48
errorMissing a Javadoc comment.54
error'<' is not preceded with whitespace.54
error'<' is not followed by whitespace.54
error'?' is not preceded with whitespace.54
error'>' is not preceded with whitespace.54
error'<' is not preceded with whitespace.57
error'<' is not followed by whitespace.57
error'?' is not preceded with whitespace.57
error'>' is not preceded with whitespace.57
errorLine has trailing spaces.60
errorMissing a Javadoc comment.66
error'<' is not preceded with whitespace.70
error'<' is not followed by whitespace.70
error'?' is not preceded with whitespace.70
error'>' is not preceded with whitespace.70
error'<' is not preceded with whitespace.71
error'<' is not followed by whitespace.71
error'?' is not preceded with whitespace.71
error'>' is not preceded with whitespace.71
error'}' should be on the same line.82
error'}' should be on the same line.89
error'}' should be on the same line.92
error'}' should be on the same line.95
errorMissing a Javadoc comment.105
error'<' is not preceded with whitespace.105
error'<' is not followed by whitespace.105
error'?' is not preceded with whitespace.105
error'>' is not preceded with whitespace.105
error'<' is not preceded with whitespace.110
error'<' is not followed by whitespace.110
error'?' is not preceded with whitespace.110
error'>' is not preceded with whitespace.110

org/apache/geronimo/gshell/clp/Printer.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
error'{' should be on the previous line.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.41
errorLine has trailing spaces.43
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.70
errorAvoid inline conditionals.73
errorLine contains a tab character.74
errorLine contains a tab character.81
errorLine has trailing spaces.82
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.96
error'<' is not preceded with whitespace.101
error'<' is not followed by whitespace.101
error'>' is not preceded with whitespace.101
error'<' is not preceded with whitespace.101
error'<' is not followed by whitespace.101
error'>' is not preceded with whitespace.101
error'>' is not followed by whitespace.101
error'<' is not preceded with whitespace.104
error'<' is not followed by whitespace.104
error'>' is not preceded with whitespace.104
error'<' is not preceded with whitespace.104
error'<' is not followed by whitespace.104
error'>' is not preceded with whitespace.104
error'>' is not followed by whitespace.104
errorLine is longer than 120 characters.107
error'<' is not preceded with whitespace.108
error'<' is not followed by whitespace.108
error'>' is not preceded with whitespace.108
error'>' is not followed by whitespace.108
errorParameter a should be final.109
errorParameter b should be final.109
errorMissing a Javadoc comment.139
errorLine is longer than 120 characters.143
errorMissing a Javadoc comment.143
errorComment matches to-do format 'TODO:'.148
errorLine has trailing spaces.150
error'80' is a magic number.151
errorLine contains a tab character.171
errorComment matches to-do format 'TODO:'.182
errorMissing a Javadoc comment.209
errorParameter i should be final.209
error'>' is not preceded with whitespace.212
error'>' is not followed by whitespace.212

org/apache/geronimo/gshell/clp/setter/Setter.java

ViolationMessageLine
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
errorExpected @param tag for 'value'.38
errorExpected @throws tag for 'ProcessingException'.38
errorExpected an @return tag.43
error'<' is not preceded with whitespace.43
error'<' is not followed by whitespace.43
error'>' is not preceded with whitespace.43
errorLine has trailing spaces.44
errorExpected an @return tag.48

org/apache/geronimo/gshell/clp/handler/Messages.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.33
error';' is preceded with whitespace.34
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.38
errorParameter args should be final.38
errorLine has trailing spaces.40
errorLine has trailing spaces.45

org/apache/geronimo/gshell/clp/CommandLineProcessor.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
error'{' should be on the previous line.47
errorMissing a Javadoc comment.48
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
error'<' is not preceded with whitespace.50
error'<' is not followed by whitespace.50
error'>' is not preceded with whitespace.50
error'>' is not followed by whitespace.50
errorMissing a Javadoc comment.52
error'<' is not preceded with whitespace.52
error'<' is not followed by whitespace.52
error'>' is not preceded with whitespace.52
error'<' is not preceded with whitespace.52
error'<' is not followed by whitespace.52
error'>' is not preceded with whitespace.52
error'>' is not followed by whitespace.52
errorMissing a Javadoc comment.54
errorLine has trailing spaces.55
errorMissing a Javadoc comment.56
errorRedundant throws: 'IllegalAnnotationError' is unchecked exception.56
errorMissing a Javadoc comment.64
errorLine has trailing spaces.67
errorMissing a Javadoc comment.68
error'<' is not preceded with whitespace.68
error'<' is not followed by whitespace.68
error'>' is not preceded with whitespace.68
errorMissing a Javadoc comment.72
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.76
errorMissing a Javadoc comment.80
errorLine has trailing spaces.83
errorLine has trailing spaces.87
errorMissing a Javadoc comment.88
error'=' is not preceded with whitespace.90
error'=' is not followed by whitespace.90
error'!=' is not preceded with whitespace.90
error'!=' is not followed by whitespace.90
error'=' is not preceded with whitespace.90
error'=' is not followed by whitespace.90
error'=' is not preceded with whitespace.119
error'=' is not followed by whitespace.119
error'<' is not preceded with whitespace.119
errorLine has trailing spaces.125
errorMissing a Javadoc comment.126
error'}' should be on the same line.131
errorMissing a Javadoc comment.137
errorLine contains a tab character.139
errorLine contains a tab character.142
errorLine contains a tab character.144
errorMissing a Javadoc comment.153
errorMissing a Javadoc comment.164
errorRedundant throws: 'IllegalAnnotationError' is unchecked exception.164
errorLine has trailing spaces.173
errorMissing a Javadoc comment.174
error'{' should be on the previous line.176
errorMissing a Javadoc comment.177
errorLine has trailing spaces.178
errorMissing a Javadoc comment.179
errorMissing a Javadoc comment.181
errorMissing a Javadoc comment.183
errorLine has trailing spaces.185
errorMissing a Javadoc comment.189
errorMissing a Javadoc comment.193
errorMissing a Javadoc comment.197
errorMissing a Javadoc comment.201
errorMissing a Javadoc comment.205
errorMissing a Javadoc comment.214
error'<' is not preceded with whitespace.216
error'<' is not followed by whitespace.216
error'>' is not preceded with whitespace.216
error'<' is not preceded with whitespace.216
error'<' is not followed by whitespace.216
error'>' is not preceded with whitespace.216
error'>' is not followed by whitespace.216
errorComment matches to-do format 'TODO:'.221
errorLine is longer than 120 characters.221
errorLine has trailing spaces.223
errorLine contains a tab character.229
errorAvoid inline conditionals.232
error'}' should be on the same line.239
error'}' should be on the same line.244
error'}' should be on the same line.249
errorLine is longer than 120 characters.253
errorAvoid inline conditionals.253
errorLine contains a tab character.255
errorLine contains a tab character.257
errorLine contains a tab character.258
errorLine contains a tab character.259
error'}' should be on the same line.273
errorLine is longer than 120 characters.283
errorLine is longer than 120 characters.284
errorLine has trailing spaces.286
errorLine has trailing spaces.305
errorMissing a Javadoc comment.306
errorParameter name should be final.306
errorLine has trailing spaces.311
error'=' is not preceded with whitespace.312
error'=' is not followed by whitespace.312
error'>' is not preceded with whitespace.312
error'>' is not followed by whitespace.312
error'<' is not preceded with whitespace.314
error'<' is not followed by whitespace.314
error'>' is not preceded with whitespace.314
errorMissing a Javadoc comment.326
error'<' is not preceded with whitespace.326
error'<' is not followed by whitespace.326
error'>' is not preceded with whitespace.326
errorParameter handlers should be final.326
error'<' is not preceded with whitespace.326
error'<' is not followed by whitespace.326
error'>' is not preceded with whitespace.326
errorParameter keyFilter should be final.326
error'<' is not preceded with whitespace.327
error'<' is not followed by whitespace.327
error'>' is not preceded with whitespace.327
error'<' is not preceded with whitespace.327
error'<' is not followed by whitespace.327
error'>' is not preceded with whitespace.327
error'>' is not followed by whitespace.327
errorLine has trailing spaces.337
errorMissing a Javadoc comment.338
errorParameter name should be final.338
error'cast' is not followed by whitespace.340

org/apache/geronimo/gshell/clp/IllegalAnnotationError.java

ViolationMessageLine
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
errorParameter msg should be final.32
errorMissing a Javadoc comment.36
errorParameter msg should be final.36
errorParameter cause should be final.36
errorMissing a Javadoc comment.40
errorParameter cause should be final.40

org/apache/geronimo/gshell/clp/Messages.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.26
error'{' should be on the previous line.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
error';' is preceded with whitespace.38
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorParameter args should be final.42