Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
5800778

Rules

RulesViolationsSeverity
PackageHtml3error Error
NewlineAtEndOfFile55error Error
Translation0error Error
JavadocMethod206error Error
JavadocType0error Error
JavadocVariable22error Error
JavadocStyle11error Error
ConstantName1error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "c:\java\geronimo\xbean\tags\xbean-2.6\xbean-reflect\target\checkstyle-header.txt"
55error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
23error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter1error Error
NoWhitespaceBefore0error Error
OperatorWrap19error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter11error Error
WhitespaceAround7error Error
ModifierOrder0error Error
RedundantModifier4error Error
AvoidNestedBlocks0error Error
EmptyBlock5error Error
LeftCurly0error Error
NeedBraces54error Error
RightCurly1error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
5error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber11error Error
MissingSwitchDefault0error Error
RedundantThrows9error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass1error Error
HideUtilityClassConstructor3error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle3error Error
FinalParameters234error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
34error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/apache/xbean/propertyeditor/ByteEditor.java005
org/apache/xbean/propertyeditor/URIEditor.java005
org/apache/xbean/propertyeditor/Converter.java005
org/apache/xbean/propertyeditor/IdentityHashMapEditor.java005
org/apache/xbean/package.html001
org/apache/xbean/recipe/ConstructionException.java0022
org/apache/xbean/propertyeditor/CollectionUtil.java0028
org/apache/xbean/propertyeditor/PropertyEditorException.java006
org/apache/xbean/propertyeditor/CharacterEditor.java005
org/apache/xbean/recipe/StaticRecipe.java008
org/apache/xbean/propertyeditor/package.html001
org/apache/xbean/propertyeditor/AbstractConverter.java0018
org/apache/xbean/recipe/Recipe.java004
org/apache/xbean/propertyeditor/PropertyEditors.java0047
org/apache/xbean/propertyeditor/FileEditor.java006
org/apache/xbean/propertyeditor/ArrayConverter.java009
org/apache/xbean/recipe/ValueRecipe.java0022
org/apache/xbean/recipe/CollectionRecipe.java0077
org/apache/xbean/propertyeditor/DoubleEditor.java005
org/apache/xbean/propertyeditor/BigIntegerEditor.java005
org/apache/xbean/propertyeditor/SortedMapEditor.java005
org/apache/xbean/propertyeditor/FloatEditor.java005
org/apache/xbean/propertyeditor/SetEditor.java005
org/apache/xbean/propertyeditor/AbstractMapConverter.java0016
org/apache/xbean/ClassLoading.java0023
org/apache/xbean/propertyeditor/TreeMapEditor.java005
org/apache/xbean/propertyeditor/PropertiesEditor.java005
org/apache/xbean/propertyeditor/AbstractCollectionConverter.java0014
org/apache/xbean/propertyeditor/VectorEditor.java005
org/apache/xbean/propertyeditor/BigDecimalEditor.java005
org/apache/xbean/propertyeditor/LongEditor.java005
org/apache/xbean/propertyeditor/LinkedHashMapEditor.java005
org/apache/xbean/propertyeditor/StringEditor.java005
org/apache/xbean/propertyeditor/ArrayListEditor.java005
org/apache/xbean/propertyeditor/WeakHashMapEditor.java005
org/apache/xbean/propertyeditor/HashMapEditor.java005
org/apache/xbean/propertyeditor/DateEditor.java009
org/apache/xbean/propertyeditor/Inet4AddressEditor.java005
org/apache/xbean/recipe/MapRecipe.java0039
org/apache/xbean/propertyeditor/IntegerEditor.java005
org/apache/xbean/propertyeditor/ClassEditor.java009
org/apache/xbean/propertyeditor/Inet6AddressEditor.java005
org/apache/xbean/propertyeditor/TreeSetEditor.java005
org/apache/xbean/propertyeditor/InetAddressEditor.java005
org/apache/xbean/recipe/ObjectRecipe.java00133
org/apache/xbean/propertyeditor/BooleanEditor.java005
org/apache/xbean/propertyeditor/URLEditor.java006
org/apache/xbean/propertyeditor/HashtableEditor.java005
org/apache/xbean/propertyeditor/ReferenceIdentityMap.java0090
org/apache/xbean/propertyeditor/LinkedListEditor.java005
org/apache/xbean/recipe/RecipeHelper.java0018
org/apache/xbean/propertyeditor/ListEditor.java005
org/apache/xbean/propertyeditor/ShortEditor.java005
org/apache/xbean/propertyeditor/SortedSetEditor.java005
org/apache/xbean/propertyeditor/LinkedHashSetEditor.java005
org/apache/xbean/recipe/package.html001
org/apache/xbean/propertyeditor/MapEditor.java005
org/apache/xbean/propertyeditor/ObjectNameEditor.java006

Details

org/apache/xbean/propertyeditor/ByteEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.27
errorParameter text should be final.27

org/apache/xbean/propertyeditor/URIEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.30
errorParameter text should be final.30

org/apache/xbean/propertyeditor/Converter.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorExpected an @return tag.29
errorRedundant throws: 'PropertyEditorException' is unchecked exception.39
errorRedundant throws: 'PropertyEditorException' is unchecked exception.48

org/apache/xbean/propertyeditor/IdentityHashMapEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.33
errorParameter map should be final.33

org/apache/xbean/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/xbean/recipe/ConstructionException.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.29
errorParameter message should be final.29
errorMissing a Javadoc comment.33
errorParameter message should be final.33
errorParameter cause should be final.33
errorMissing a Javadoc comment.37
errorParameter cause should be final.37
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.45
errorParameter beanName should be final.45
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.53
errorParameter attributeName should be final.53
errorMissing a Javadoc comment.57
errorParameter attributeName should be final.57
error'attributeName' hides a field.57
errorMissing a Javadoc comment.61

org/apache/xbean/propertyeditor/CollectionUtil.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorUtility classes should not have a public or default constructor.37
errorMissing a Javadoc comment.38
errorParameter text should be final.38
errorParameter componentEditor should be final.38
errorMissing a Javadoc comment.62
errorParameter values should be final.62
errorParameter componentEditor should be final.62
errorMissing a Javadoc comment.84
errorRedundant 'final' modifier.84
errorParameter text should be final.84
errorParameter keyEditor should be final.84
errorParameter valueEditor should be final.84
errorMissing a Javadoc comment.109
errorRedundant 'final' modifier.109
errorParameter map should be final.109
errorParameter keyEditor should be final.109
errorParameter valueEditor should be final.109
errorMissing a Javadoc comment.135
errorRedundant 'final' modifier.135
errorParameter value should be final.135
errorParameter componentEditor should be final.135
errorLine is longer than 120 characters.143
errorMissing a Javadoc comment.153
errorRedundant 'final' modifier.153
errorParameter text should be final.153
errorParameter componentEditor should be final.153

org/apache/xbean/propertyeditor/PropertyEditorException.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorParameter cause should be final.38
errorParameter message should be final.47
errorParameter message should be final.57
errorParameter cause should be final.57

org/apache/xbean/propertyeditor/CharacterEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.27
errorParameter text should be final.27

org/apache/xbean/recipe/StaticRecipe.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.26
errorParameter object should be final.26
errorMissing a Javadoc comment.30
errorParameter classLoader should be final.30
errorRedundant throws: 'ConstructionException' is unchecked exception.30

org/apache/xbean/propertyeditor/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/xbean/propertyeditor/AbstractConverter.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.31
errorParameter type should be final.38
error'if' construct must use '{}'s.40
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.54
errorParameter text should be final.54
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.64
errorParameter value should be final.64
errorMissing a Javadoc comment.74
errorParameter value should be final.74
errorLine is longer than 120 characters.79
errorMissing a Javadoc comment.84
errorParameter text should be final.84
errorParameter value should be final.100

org/apache/xbean/recipe/Recipe.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.25
errorRedundant throws: 'ConstructionException' is unchecked exception.25

org/apache/xbean/propertyeditor/PropertyEditors.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ''.1
errorUtility classes should not have a public or default constructor.34
errorMissing a Javadoc comment.35
errorName 'registry' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.106
errorParameter converter should be final.106
error'if' construct must use '{}'s.107
errorMissing a Javadoc comment.123
errorParameter type should be final.123
errorParameter classLoader should be final.123
error'if' construct must use '{}'s.124
error'if' construct must use '{}'s.125
errorMissing a Javadoc comment.139
errorParameter type should be final.139
errorMissing a Javadoc comment.154
errorParameter value should be final.154
errorRedundant throws: 'PropertyEditorException' is unchecked exception.154
error'if' construct must use '{}'s.155
errorLine is longer than 120 characters.169
errorLine is longer than 120 characters.178
error'+' should be on a new line.178
errorMissing a Javadoc comment.184
errorParameter type should be final.184
errorParameter value should be final.184
errorParameter classLoader should be final.184
errorRedundant throws: 'PropertyEditorException' is unchecked exception.184
error'if' construct must use '{}'s.185
error'if' construct must use '{}'s.186
error'if' construct must use '{}'s.187
errorMissing a Javadoc comment.201
errorParameter type should be final.201
errorParameter value should be final.201
errorRedundant throws: 'PropertyEditorException' is unchecked exception.201
error'if' construct must use '{}'s.202
error'if' construct must use '{}'s.203
errorLine is longer than 120 characters.214
errorLine is longer than 120 characters.223
error'+' should be on a new line.223
errorMissing a Javadoc comment.229
errorParameter type should be final.229
error'if' construct must use '{}'s.230
errorMust have at least one statement.253
errorParameter type should be final.283
error'if' construct must use '{}'s.284

org/apache/xbean/propertyeditor/FileEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.28
errorUnused @throws tag for 'PropertyEditorException'.36
errorParameter text should be final.38
errorExpected @param tag for 'text'.38

org/apache/xbean/propertyeditor/ArrayConverter.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.32
errorParameter type should be final.32
errorParameter editor should be final.32
errorLine is longer than 120 characters.40
error'if' construct must use '{}'s.43
errorMissing a Javadoc comment.46
errorParameter list should be final.46

org/apache/xbean/recipe/ValueRecipe.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorParameter type should be final.31
errorParameter value should be final.31
error'if' construct must use '{}'s.32
errorMissing a Javadoc comment.40
errorParameter type should be final.40
errorParameter value should be final.40
error'if' construct must use '{}'s.41
errorMissing a Javadoc comment.46
errorParameter value should be final.46
error'if' construct must use '{}'s.47
errorMissing a Javadoc comment.52
errorParameter valueRecipe should be final.52
error'if' construct must use '{}'s.53
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.66
errorParameter classLoader should be final.66

org/apache/xbean/recipe/CollectionRecipe.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.42
errorParameter type should be final.42
errorMissing a Javadoc comment.47
errorParameter type should be final.47
error'if' construct must use '{}'s.48
error'if' construct must use '{}'s.49
errorLine is longer than 120 characters.49
errorMissing a Javadoc comment.54
errorParameter collection should be final.54
error'if' construct must use '{}'s.55
errorMissing a Javadoc comment.72
errorParameter type should be final.72
errorParameter collection should be final.72
error'if' construct must use '{}'s.73
error'if' construct must use '{}'s.74
errorMissing a Javadoc comment.80
errorParameter type should be final.80
errorParameter collection should be final.80
error'if' construct must use '{}'s.81
error'if' construct must use '{}'s.82
errorLine is longer than 120 characters.82
error'if' construct must use '{}'s.83
errorMissing a Javadoc comment.89
errorParameter collectionRecipe should be final.89
error'if' construct must use '{}'s.90
errorMissing a Javadoc comment.95
errorParameter classLoader should be final.95
error'if' is not followed by whitespace.114
error'=' is not followed by whitespace.119
errorMissing a Javadoc comment.137
errorParameter value should be final.137
error'if' construct must use '{}'s.138
errorMissing a Javadoc comment.142
errorParameter value should be final.142
error'if' construct must use '{}'s.143
errorMissing a Javadoc comment.147
errorParameter value should be final.147
error'if' construct must use '{}'s.148
errorMissing a Javadoc comment.152
errorParameter value should be final.152
error'if' construct must use '{}'s.153
errorMissing a Javadoc comment.157
errorParameter value should be final.157
error'if' construct must use '{}'s.158
errorMissing a Javadoc comment.162
errorParameter value should be final.162
error'if' construct must use '{}'s.163
errorMissing a Javadoc comment.167
errorParameter value should be final.167
error'if' construct must use '{}'s.168
errorMissing a Javadoc comment.172
errorParameter value should be final.172
error'if' construct must use '{}'s.173
errorMissing a Javadoc comment.177
errorParameter value should be final.177
error'if' construct must use '{}'s.178
errorMissing a Javadoc comment.182
errorParameter value should be final.182
error'if' construct must use '{}'s.183
errorMissing a Javadoc comment.187
errorParameter value should be final.187
error'if' construct must use '{}'s.188
error'cast' is not followed by whitespace.192
error'cast' is not followed by whitespace.194
error'cast' is not followed by whitespace.196
error'cast' is not followed by whitespace.198
error'cast' is not followed by whitespace.200
error'cast' is not followed by whitespace.202
error'cast' is not followed by whitespace.204
error'cast' is not followed by whitespace.206
error'cast' is not followed by whitespace.208
error'cast' is not followed by whitespace.210

org/apache/xbean/propertyeditor/DoubleEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.27
errorParameter text should be final.27

org/apache/xbean/propertyeditor/BigIntegerEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.31
errorParameter value should be final.31

org/apache/xbean/propertyeditor/SortedMapEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.34
errorParameter map should be final.34

org/apache/xbean/propertyeditor/FloatEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.27
errorParameter text should be final.27

org/apache/xbean/propertyeditor/SetEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.33
errorParameter list should be final.33

org/apache/xbean/propertyeditor/AbstractMapConverter.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.29
errorParameter type should be final.29
errorMissing a Javadoc comment.35
errorParameter type should be final.35
errorParameter keyEditor should be final.35
errorParameter valueEditor should be final.35
errorUnused @throws tag for 'PropertyEditorException'.46
errorParameter text should be final.48
errorExpected @param tag for 'text'.48
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.59
errorParameter value should be final.59

org/apache/xbean/ClassLoading.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ''.1
errorUtility classes should not have a public or default constructor.38
errorFirst sentence should end with a period.40
errorUnused @throws tag for 'IllegalArgumentException'.106
errorParameter className should be final.108
errorParameter classLoader should be final.108
errorMust have at least one statement.123
errorParameter type should be final.220
errorMissing a Javadoc comment.224
errorParameter instance should be final.224
errorMissing a Javadoc comment.228
errorParameter instance should be final.228
errorParameter pretty should be final.228
errorMissing a Javadoc comment.235
errorParameter type should be final.235
errorParameter pretty should be final.235
error'if' construct must use '{}'s.250
error'}' should be on the same line.262
errorMissing a Javadoc comment.276
errorParameter type should be final.276
errorParameter dimension should be final.276
errorArray brackets at illegal position.280

org/apache/xbean/propertyeditor/TreeMapEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.33
errorParameter map should be final.33

org/apache/xbean/propertyeditor/PropertiesEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.33
errorParameter map should be final.33

org/apache/xbean/propertyeditor/AbstractCollectionConverter.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorParameter type should be final.31
errorMissing a Javadoc comment.36
errorParameter type should be final.36
errorParameter editor should be final.36
error'if' construct must use '{}'s.39
errorMissing a Javadoc comment.43
errorParameter text should be final.43
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.54
errorParameter value should be final.54

org/apache/xbean/propertyeditor/VectorEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.32
errorParameter list should be final.32

org/apache/xbean/propertyeditor/BigDecimalEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.27
errorParameter text should be final.36
errorExpected @param tag for 'text'.36

org/apache/xbean/propertyeditor/LongEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.27
errorParameter text should be final.27

org/apache/xbean/propertyeditor/LinkedHashMapEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.33
errorParameter map should be final.33

org/apache/xbean/propertyeditor/StringEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.27
errorParameter text should be final.27

org/apache/xbean/propertyeditor/ArrayListEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.32
errorParameter list should be final.32

org/apache/xbean/propertyeditor/WeakHashMapEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.33
errorParameter map should be final.33

org/apache/xbean/propertyeditor/HashMapEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.33
errorParameter map should be final.33

org/apache/xbean/propertyeditor/DateEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorUnused @throws tag for 'PropertyEditorException'.45
errorParameter text should be final.47
errorExpected @param tag for 'text'.47
errorMissing a Javadoc comment.56
errorParameter value should be final.56

org/apache/xbean/propertyeditor/Inet4AddressEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.30
errorParameter text should be final.30

org/apache/xbean/recipe/MapRecipe.java

ViolationMessageLine
errorFile does not end with a newline.0
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.41
errorParameter type should be final.41
errorMissing a Javadoc comment.46
errorParameter type should be final.46
error'if' construct must use '{}'s.48
errorLine is longer than 120 characters.48
errorMissing a Javadoc comment.52
errorParameter map should be final.52
error'if' construct must use '{}'s.53
errorLine is longer than 120 characters.57
errorMissing a Javadoc comment.68
errorParameter type should be final.68
errorParameter map should be final.68
error'if' construct must use '{}'s.69
errorMissing a Javadoc comment.75
errorParameter type should be final.75
errorParameter map should be final.75
error'if' construct must use '{}'s.76
error'if' construct must use '{}'s.77
errorLine is longer than 120 characters.77
errorMissing a Javadoc comment.83
errorParameter mapRecipe should be final.83
error'if' construct must use '{}'s.84
errorMissing a Javadoc comment.89
errorParameter classLoader should be final.89
error'if' is not followed by whitespace.108
errorMissing a Javadoc comment.143
errorParameter key should be final.143
errorParameter value should be final.143
error'if' construct must use '{}'s.144
error'{' is followed by whitespace.151
errorMissing a Javadoc comment.154
errorParameter map should be final.154
error'if' construct must use '{}'s.155

org/apache/xbean/propertyeditor/IntegerEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.27
errorParameter text should be final.27

org/apache/xbean/propertyeditor/ClassEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.21
errorMissing a Javadoc comment.27
errorUnused @throws tag for 'PropertyEditorException'.37
errorParameter text should be final.39
errorExpected @param tag for 'text'.39
errorMissing a Javadoc comment.49
errorParameter value should be final.49

org/apache/xbean/propertyeditor/Inet6AddressEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.30
errorParameter text should be final.30

org/apache/xbean/propertyeditor/TreeSetEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.32
errorParameter list should be final.32

org/apache/xbean/propertyeditor/InetAddressEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.30
errorParameter text should be final.30

org/apache/xbean/recipe/ObjectRecipe.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.43
errorParameter type should be final.43
errorMissing a Javadoc comment.47
errorParameter type should be final.47
errorParameter factoryMethod should be final.47
errorMissing a Javadoc comment.51
errorParameter type should be final.51
errorParameter properties should be final.51
errorMissing a Javadoc comment.55
errorParameter type should be final.55
errorParameter constructorArgNames should be final.55
errorParameter constructorArgTypes should be final.55
errorMissing a Javadoc comment.59
errorParameter type should be final.59
errorParameter factoryMethod should be final.59
errorParameter constructorArgNames should be final.59
errorParameter constructorArgTypes should be final.59
errorMissing a Javadoc comment.63
errorParameter typeName should be final.63
errorMissing a Javadoc comment.67
errorParameter typeName should be final.67
errorParameter factoryMethod should be final.67
errorMissing a Javadoc comment.71
errorParameter typeName should be final.71
errorParameter properties should be final.71
errorMissing a Javadoc comment.75
errorParameter typeName should be final.75
errorParameter constructorArgNames should be final.75
errorParameter constructorArgTypes should be final.75
errorLine is longer than 120 characters.79
errorMissing a Javadoc comment.79
errorParameter typeName should be final.79
errorParameter factoryMethod should be final.79
errorParameter constructorArgNames should be final.79
errorParameter constructorArgTypes should be final.79
errorLine is longer than 120 characters.83
errorMissing a Javadoc comment.83
errorParameter type should be final.83
errorParameter factoryMethod should be final.83
errorParameter constructorArgNames should be final.83
errorParameter constructorArgTypes should be final.83
errorParameter properties should be final.83
errorMissing a Javadoc comment.104
errorParameter name should be final.104
error'if' construct must use '{}'s.105
errorMissing a Javadoc comment.110
errorParameter name should be final.110
errorParameter value should be final.110
error'if' construct must use '{}'s.111
errorMissing a Javadoc comment.118
errorParameter map should be final.118
error'if' construct must use '{}'s.119
errorMissing a Javadoc comment.128
errorRedundant throws: 'ConstructionException' is unchecked exception.128
errorMissing a Javadoc comment.133
errorParameter classLoader should be final.133
errorRedundant throws: 'ConstructionException' is unchecked exception.133
errorMissing a Javadoc comment.184
errorParameter propertyValues should be final.184
errorParameter constructorArgTypes should be final.184
error'constructorArgTypes' hides a field.184
error'type' hides a field.188
error'+' should be on a new line.194
error'+' should be on a new line.195
error'+' should be on a new line.196
error'+' should be on a new line.197
errorMissing a Javadoc comment.211
errorParameter type should be final.211
errorParameter value should be final.211
errorMissing a Javadoc comment.219
errorParameter type should be final.219
errorMissing a Javadoc comment.240
errorParameter typeClass should be final.240
errorParameter propertyValues should be final.240
errorMissing a Javadoc comment.280
errorParameter typeClass should be final.280
errorLine is longer than 120 characters.287
errorMust have at least one statement.291
errorLine is longer than 120 characters.297
errorLine is longer than 120 characters.302
errorLine is longer than 120 characters.322
errorMissing a Javadoc comment.336
errorParameter method should be final.336
errorMissing a Javadoc comment.356
errorParameter typeClass should be final.356
errorLine is longer than 120 characters.369
errorLine is longer than 120 characters.374
errorMissing a Javadoc comment.412
errorParameter parameterTypes should be final.412
error'type' hides a field.416
error'if' construct must use '{}'s.417
errorMissing a Javadoc comment.424
errorParameter parameterNames should be final.424
error'if' construct must use '{}'s.429
errorMissing a Javadoc comment.436
errorParameter typeClass should be final.436
errorParameter propertyName should be final.436
errorParameter propertyValue should be final.436
error'if' construct must use '{}'s.437
error'if' construct must use '{}'s.438
error'3' is a magic number.478
error'3' is a magic number.479
error'4' is a magic number.486
error'4' is a magic number.487
error'4' is a magic number.494
error'4' is a magic number.495
error'6' is a magic number.503
error'6' is a magic number.504
error'+' should be on a new line.505
errorLine is longer than 120 characters.512
error'5' is a magic number.513
error'5' is a magic number.514
errorLine is longer than 120 characters.515
error'+' should be on a new line.515
errorMissing a Javadoc comment.535
errorParameter methodParameterType should be final.535
errorParameter propertyValue should be final.535
errorMissing a Javadoc comment.539
errorParameter type should be final.539
errorParameter instance should be final.539
errorMissing a Javadoc comment.571
errorParameter expected should be final.571
errorParameter actual should be final.571
errorMissing a Javadoc comment.598
errorParameter expectedTypes should be final.598
errorParameter actualTypes should be final.598

org/apache/xbean/propertyeditor/BooleanEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.27
errorParameter text should be final.27

org/apache/xbean/propertyeditor/URLEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.29
errorParameter text should be final.38
errorExpected @param tag for 'text'.38
errorMust have at least one statement.58

org/apache/xbean/propertyeditor/HashtableEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.33
errorParameter map should be final.33

org/apache/xbean/propertyeditor/ReferenceIdentityMap.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.27
errorLine has trailing spaces.30
errorLine has trailing spaces.31
errorLine has trailing spaces.34
errorFirst sentence should end with a period.41
errorFirst sentence should end with a period.43
error'30' is a magic number.44
errorLine has trailing spaces.45
errorFirst sentence should end with a period.46
errorFirst sentence should end with a period.48
errorFirst sentence should end with a period.50
errorFirst sentence should end with a period.52
errorMissing a Javadoc comment.60
errorLine has trailing spaces.66
errorLine has trailing spaces.69
errorLine has trailing spaces.79
errorLine has trailing spaces.89
errorParameter key should be final.93
errorLine has trailing spaces.104
errorParameter value should be final.108
errorLine has trailing spaces.128
errorParameter key should be final.132
errorLine has trailing spaces.145
errorParameter key should be final.150
errorParameter value should be final.150
error':' is not preceded with whitespace.151
error':' is not preceded with whitespace.152
errorLine has trailing spaces.164
errorLine has trailing spaces.165
errorLine has trailing spaces.169
errorLine has trailing spaces.172
errorParameter key should be final.176
error'data' hides a field.202
errorMust have at least one statement.207
error'{' is not followed by whitespace.207
error'}' is not preceded with whitespace.207
errorMissing a Javadoc comment.210
errorMissing a Javadoc comment.214
errorParameter t should be final.214
errorMissing a Javadoc comment.218
errorMissing a Javadoc comment.222
errorLine has trailing spaces.227
errorParameter key should be final.233
errorLine has trailing spaces.250
errorParameter index should be final.257
errorParameter hashCode should be final.257
errorParameter key should be final.257
errorParameter value should be final.257
errorLine has trailing spaces.270
errorParameter entry should be final.275
errorParameter hashIndex should be final.275
errorParameter previous should be final.275
errorLine has trailing spaces.286
errorLine has trailing spaces.300
errorLine has trailing spaces.303
errorParameter newCapacity should be final.306
errorArray brackets at illegal position.312
errorArray brackets at illegal position.313
errorLine has trailing spaces.321
errorLine has trailing spaces.335
errorParameter newCapacity should be final.340
errorParameter factor should be final.340
errorLine has trailing spaces.348
errorParameter key should be final.352
errorLine has trailing spaces.359
errorParameter hashCode should be final.364
errorParameter dataSize should be final.364
errorLine has trailing spaces.368
errorLine has trailing spaces.370
errorLine has trailing spaces.389
errorParameter purgedEntry should be final.392
error'cast' is not followed by whitespace.393
errorLine has trailing spaces.418
errorClass ReferenceEntry should be declared as final.421
errorFirst sentence should end with a period.422
errorFirst sentence should end with a period.424
errorFirst sentence should end with a period.426
errorLine has trailing spaces.431
errorLine is longer than 120 characters.438
errorParameter parent should be final.438
errorParameter next should be final.438
errorParameter hashCode should be final.438
errorParameter key should be final.438
errorParameter value should be final.438
errorLine has trailing spaces.448
errorLine has trailing spaces.458
errorLine has trailing spaces.467
errorParameter obj should be final.471

org/apache/xbean/propertyeditor/LinkedListEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.32
errorParameter list should be final.32

org/apache/xbean/recipe/RecipeHelper.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.29
errorParameter type should be final.29
error'&&' should be on a new line.36
errorMissing a Javadoc comment.44
errorParameter o should be final.44
error'||' should be on a new line.45
error'||' should be on a new line.46
error'||' should be on a new line.47
error'||' should be on a new line.48
error'||' should be on a new line.49
error'||' should be on a new line.50
error'||' should be on a new line.51
error'||' should be on a new line.52
error'||' should be on a new line.53
error'||' should be on a new line.54

org/apache/xbean/propertyeditor/ListEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.32
errorParameter list should be final.32

org/apache/xbean/propertyeditor/ShortEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.27
errorParameter text should be final.27

org/apache/xbean/propertyeditor/SortedSetEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.32
errorParameter list should be final.32

org/apache/xbean/propertyeditor/LinkedHashSetEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.33
errorParameter list should be final.33

org/apache/xbean/recipe/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/xbean/propertyeditor/MapEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.33
errorParameter map should be final.33

org/apache/xbean/propertyeditor/ObjectNameEditor.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.28
errorUnused @throws tag for 'PropertyEditorException'.36
errorParameter text should be final.38
errorExpected @param tag for 'text'.38