Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
4600294

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod84error Error
JavadocType1error Error
JavadocVariable14error Error
JavadocStyle3error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/home/anthill/anthill3/agent/var/jobs/projects/Geronimo_Server/modules/geronimo-common/target/checkstyle-header.txt"
44error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports11error Error
FileLength0error Error
LineLength
  • max: "120"
1error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter4error Error
WhitespaceAround9error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock2error Error
LeftCurly19error Error
NeedBraces0error Error
RightCurly11error Error
AvoidInlineConditionals5error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber2error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor3error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters66error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
14error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/apache/geronimo/common/propertyeditor/URLEditor.java002
org/apache/geronimo/common/propertyeditor/DoubleEditor.java004
org/apache/geronimo/common/propertyeditor/ListIteratorEditor.java005
org/apache/geronimo/common/propertyeditor/LongEditor.java004
org/apache/geronimo/common/propertyeditor/ByteEditor.java004
org/apache/geronimo/common/propertyeditor/HashSetEditor.java004
org/apache/geronimo/common/propertyeditor/BooleanEditor.java004
org/apache/geronimo/common/propertyeditor/IntegerEditor.java004
org/apache/geronimo/common/propertyeditor/TextPropertyEditorSupport.java003
org/apache/geronimo/common/propertyeditor/IteratorEditor.java005
org/apache/geronimo/common/propertyeditor/FloatEditor.java004
org/apache/geronimo/common/propertyeditor/ListEditor.java005
org/apache/geronimo/common/propertyeditor/AbstractCollectionEditor.java003
org/apache/geronimo/common/propertyeditor/ShortEditor.java004
org/apache/geronimo/common/propertyeditor/SetEditor.java005
org/apache/geronimo/common/FileUtils.java0018
org/apache/geronimo/common/propertyeditor/URIEditor.java002
org/apache/geronimo/common/propertyeditor/LinkedListEditor.java004
org/apache/geronimo/common/propertyeditor/VectorEditor.java003
org/apache/geronimo/common/UnknownEJBRefException.java0015
org/apache/geronimo/common/propertyeditor/DateEditor.java002
org/apache/geronimo/common/UnresolvedReferenceException.java0017
org/apache/geronimo/common/propertyeditor/InetAddressEditor.java002
org/apache/geronimo/common/propertyeditor/CollectionEditor.java007
org/apache/geronimo/common/propertyeditor/ObjectNameEditor.java005
org/apache/geronimo/common/propertyeditor/PropertyEditors.java0021
org/apache/geronimo/common/GeronimoEnvironment.java007
org/apache/geronimo/common/propertyeditor/BigDecimalEditor.java001
org/apache/geronimo/common/propertyeditor/ArrayListEditor.java004
org/apache/geronimo/common/DeploymentException.java0021
org/apache/geronimo/common/propertyeditor/PropertyEditorException.java005
org/apache/geronimo/common/GeronimoSecurityException.java009
org/apache/geronimo/common/propertyeditor/ArrayPropertyEditorAdapter.java007
org/apache/geronimo/common/propertyeditor/TreeSetEditor.java005
org/apache/geronimo/common/propertyeditor/AbstractNameQueryEditor.java002
org/apache/geronimo/common/propertyeditor/CharacterEditor.java004
org/apache/geronimo/common/propertyeditor/MapEditor.java0011
org/apache/geronimo/common/propertyeditor/StackEditor.java004
org/apache/geronimo/common/propertyeditor/PropertiesEditor.java003
org/apache/geronimo/common/propertyeditor/package.html001
org/apache/geronimo/common/AmbiguousEJBRefException.java0015
org/apache/geronimo/common/propertyeditor/ClassEditor.java003
org/apache/geronimo/common/UnresolvedEJBRefException.java0029
org/apache/geronimo/common/propertyeditor/AbstractNameEditor.java002
org/apache/geronimo/common/propertyeditor/FileEditor.java005

Details

org/apache/geronimo/common/propertyeditor/URLEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMust have at least one statement.54

org/apache/geronimo/common/propertyeditor/DoubleEditor.java

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

org/apache/geronimo/common/propertyeditor/ListIteratorEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.29
errorMissing a Javadoc comment.30
error'{' should be on the previous line.31
error'cast' is not followed by whitespace.32

org/apache/geronimo/common/propertyeditor/LongEditor.java

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

org/apache/geronimo/common/propertyeditor/ByteEditor.java

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

org/apache/geronimo/common/propertyeditor/HashSetEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.util.Set.21
errorMissing a Javadoc comment.31
errorLine has trailing spaces.34

org/apache/geronimo/common/propertyeditor/BooleanEditor.java

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

org/apache/geronimo/common/propertyeditor/IntegerEditor.java

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

org/apache/geronimo/common/propertyeditor/TextPropertyEditorSupport.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorParameter source should be final.35
errorParameter value should be final.52

org/apache/geronimo/common/propertyeditor/IteratorEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.29
errorMissing a Javadoc comment.30
error'{' should be on the previous line.31
error'cast' is not followed by whitespace.32

org/apache/geronimo/common/propertyeditor/FloatEditor.java

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

org/apache/geronimo/common/propertyeditor/ListEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.util.List.22
errorMissing a Javadoc comment.31
error'{' should be on the previous line.32
errorLine has trailing spaces.35

org/apache/geronimo/common/propertyeditor/AbstractCollectionEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.38
errorParameter text should be final.38

org/apache/geronimo/common/propertyeditor/ShortEditor.java

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

org/apache/geronimo/common/propertyeditor/SetEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.beans.PropertyEditorSupport.20
errorUnused import - java.util.Set.23
errorMissing a Javadoc comment.32
errorLine has trailing spaces.35

org/apache/geronimo/common/FileUtils.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUtility classes should not have a public or default constructor.31
errorExpected an @return tag.35
errorParameter file should be final.35
errorExpected @param tag for 'file'.35
errorExpected @throws tag for 'IOException'.35
error'if' is not followed by whitespace.36
errorExpected an @return tag.48
errorParameter file should be final.48
errorExpected @param tag for 'file'.48
errorExpected @throws tag for 'IOException'.48
error'if' is not followed by whitespace.49
error'if' is not followed by whitespace.52
error'+' is not preceded with whitespace.53
error'+' is not followed by whitespace.53
error'if' is not followed by whitespace.55
error'4' is a magic number.55
error'0x504b0304' is a magic number.61

org/apache/geronimo/common/propertyeditor/URIEditor.java

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

org/apache/geronimo/common/propertyeditor/LinkedListEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.util.List.21
errorMissing a Javadoc comment.31
errorLine has trailing spaces.34

org/apache/geronimo/common/propertyeditor/VectorEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.util.List.20
errorMissing a Javadoc comment.31

org/apache/geronimo/common/UnknownEJBRefException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.25
errorParameter ejbLink should be final.25
errorMissing a Javadoc comment.30
errorParameter ejbLink should be final.30
errorParameter cause should be final.30
errorMissing a Javadoc comment.35
errorParameter ejbLink should be final.35
errorParameter message should be final.35
errorMissing a Javadoc comment.40
errorParameter ejbLink should be final.40
errorParameter message should be final.40
errorParameter cause should be final.40
errorMissing a Javadoc comment.45

org/apache/geronimo/common/propertyeditor/DateEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused @throws tag for 'PropertyEditorException'.32

org/apache/geronimo/common/UnresolvedReferenceException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.30
errorParameter resourceType should be final.30
errorParameter multiple should be final.30
errorParameter nameQuery should be final.30
errorParameter moduleName should be final.30
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.53
errorLine is longer than 120 characters.54
errorAvoid inline conditionals.54

org/apache/geronimo/common/propertyeditor/InetAddressEditor.java

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

org/apache/geronimo/common/propertyeditor/CollectionEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.beans.PropertyEditorSupport.20
errorUnused import - java.util.StringTokenizer.23
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.35
errorParameter value should be final.35
error'cast' is not followed by whitespace.36

org/apache/geronimo/common/propertyeditor/ObjectNameEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.30
errorUnused @throws tag for 'PropertyEditorException'.36
error'{' should be on the previous line.39
error'}' should be on the same line.42

org/apache/geronimo/common/propertyeditor/PropertyEditors.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorUtility classes should not have a public or default constructor.35
errorParameter type should be final.55
errorParameter typeName should be final.96
errorParameter loader should be final.96
errorUnused @throws tag for 'PropertyEditorException'.135
errorParameter type should be final.137
errorParameter type should be final.153
errorParameter editorType should be final.153
errorParameter typeName should be final.174
errorParameter editorName should be final.174
errorParameter path should be final.224
errorUnused @param tag for 'names'.239
errorParameter newNames should be final.241
errorExpected @param tag for 'newNames'.241
errorUnused @param tag for 'names'.263
errorParameter newNames should be final.265
errorExpected @param tag for 'newNames'.265
errorUnused @param tag for 'name'.281
errorParameter newName should be final.283
errorExpected @param tag for 'newName'.283

org/apache/geronimo/common/GeronimoEnvironment.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUtility classes should not have a public or default constructor.28
errorLine has trailing spaces.35
errorLine has trailing spaces.36
errorLine has trailing spaces.39
error'}' should be on the same line.42
errorMust have at least one statement.43

org/apache/geronimo/common/propertyeditor/BigDecimalEditor.java

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

org/apache/geronimo/common/propertyeditor/ArrayListEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.util.List.21
errorMissing a Javadoc comment.31
errorLine has trailing spaces.34

org/apache/geronimo/common/DeploymentException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.29
errorParameter cause should be final.29
errorMissing a Javadoc comment.33
errorParameter message should be final.33
errorMissing a Javadoc comment.37
errorParameter message should be final.37
errorParameter cause should be final.37
errorLine has trailing spaces.40
errorMissing a Javadoc comment.41
error'if' is not followed by whitespace.42
errorLine has trailing spaces.64
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.66
errorLine has trailing spaces.67
errorMissing a Javadoc comment.68
errorParameter message should be final.68
errorParameter toString should be final.68
errorLine has trailing spaces.72
errorMissing a Javadoc comment.73

org/apache/geronimo/common/propertyeditor/PropertyEditorException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorParameter cause should be final.39
errorParameter message should be final.48
errorParameter message should be final.58
errorParameter cause should be final.58

org/apache/geronimo/common/GeronimoSecurityException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.27
errorParameter message should be final.27
errorMissing a Javadoc comment.31
errorParameter message should be final.31
errorParameter cause should be final.31
errorMissing a Javadoc comment.35
errorParameter cause should be final.35

org/apache/geronimo/common/propertyeditor/ArrayPropertyEditorAdapter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.48
errorParameter text should be final.48
errorMissing a Javadoc comment.69

org/apache/geronimo/common/propertyeditor/TreeSetEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.util.Set.20
errorMissing a Javadoc comment.31
error'{' should be on the previous line.32
errorLine has trailing spaces.35

org/apache/geronimo/common/propertyeditor/AbstractNameQueryEditor.java

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

org/apache/geronimo/common/propertyeditor/CharacterEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.27
error'{' should be on the previous line.28
error'}' should be on the same line.35

org/apache/geronimo/common/propertyeditor/MapEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.32
errorUnused @throws tag for 'PropertyEditorException'.35
errorParameter text should be final.37
errorExpected @param tag for 'text'.37
error'?' is not preceded with whitespace.39
errorAvoid inline conditionals.39
error':' is not preceded with whitespace.39
errorLine has trailing spaces.42
error'cast' is not followed by whitespace.43
errorMissing a Javadoc comment.49

org/apache/geronimo/common/propertyeditor/StackEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.util.List.20
errorFirst sentence should end with a period.24
errorMissing a Javadoc comment.31

org/apache/geronimo/common/propertyeditor/PropertiesEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused @throws tag for 'PropertyEditorException'.36
errorUnused @throws tag for 'PropertyEditorException'.64

org/apache/geronimo/common/propertyeditor/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/common/AmbiguousEJBRefException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.25
errorParameter ejbLink should be final.25
errorMissing a Javadoc comment.30
errorParameter ejbLink should be final.30
errorParameter cause should be final.30
errorMissing a Javadoc comment.35
errorParameter ejbLink should be final.35
errorParameter message should be final.35
errorMissing a Javadoc comment.40
errorParameter ejbLink should be final.40
errorParameter message should be final.40
errorParameter cause should be final.40
errorMissing a Javadoc comment.45

org/apache/geronimo/common/propertyeditor/ClassEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.22
errorUnused @throws tag for 'PropertyEditorException'.34

org/apache/geronimo/common/UnresolvedEJBRefException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.19
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorParameter refName should be final.31
errorParameter local should be final.31
errorParameter session should be final.31
errorParameter homeInterface should be final.31
errorParameter beanInterface should be final.32
errorParameter foundMultiple should be final.32
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.61
errorParameter refName should be final.61
errorParameter local should be final.61
errorParameter session should be final.61
errorParameter homeInterface should be final.61
errorParameter beanInterface should be final.62
errorParameter foundMultiple should be final.62
errorAvoid inline conditionals.70
errorAvoid inline conditionals.71
errorAvoid inline conditionals.74

org/apache/geronimo/common/propertyeditor/AbstractNameEditor.java

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

org/apache/geronimo/common/propertyeditor/FileEditor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.30
errorUnused @throws tag for 'PropertyEditorException'.36
error'{' should be on the previous line.39
error'}' should be on the same line.42