Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
139001086

Files

FilesInfosWarningsErrors
org/x4o/xml/conv/AbstractObjectConverter.java0021
org/x4o/xml/conv/AbstractStringObjectConverter.java008
org/x4o/xml/conv/DefaultObjectConverterProvider.java003
org/x4o/xml/conv/ObjectConverter.java002
org/x4o/xml/conv/ObjectConverterException.java002
org/x4o/xml/conv/text/BooleanConverter.java004
org/x4o/xml/conv/text/ByteConverter.java004
org/x4o/xml/conv/text/CharacterConverter.java004
org/x4o/xml/conv/text/ClassConverter.java005
org/x4o/xml/conv/text/DoubleConverter.java004
org/x4o/xml/conv/text/EnumConverter.java006
org/x4o/xml/conv/text/FloatConverter.java004
org/x4o/xml/conv/text/IntegerConverter.java004
org/x4o/xml/conv/text/LongConverter.java004
org/x4o/xml/conv/text/StringSplitConverter.java0022
org/x4o/xml/conv/text/StringSplitConverterStep.java005
org/x4o/xml/conv/text/URLConverter.java0012
org/x4o/xml/core/AbstractX4OPhaseHandler.java0013
org/x4o/xml/core/X4ODebugWriter.java0031
org/x4o/xml/core/X4ODriver.java0016
org/x4o/xml/core/X4OEntityResolver.java005
org/x4o/xml/core/X4OErrorHandler.java0016
org/x4o/xml/core/X4OParser.java0015
org/x4o/xml/core/X4OPhase.java005
org/x4o/xml/core/X4OPhaseException.java003
org/x4o/xml/core/X4OPhaseHandler.java008
org/x4o/xml/core/X4OPhaseHandlerFactory.java00107
org/x4o/xml/core/X4OPhaseManager.java0018
org/x4o/xml/core/X4OTagHandler.java0032
org/x4o/xml/core/config/X4OLanguageClassLoader.java001
org/x4o/xml/core/config/X4OLanguageConfiguration.java0019
org/x4o/xml/core/config/X4OLanguageProperty.java0016
org/x4o/xml/core/config/X4OLanguagePropertyKeys.java0026
org/x4o/xml/eld/EldModuleLoader.java004
org/x4o/xml/eld/EldModuleLoaderCore.java0015
org/x4o/xml/eld/EldParser.java001
org/x4o/xml/eld/lang/AttributeAliasElement.java001
org/x4o/xml/eld/lang/AttributeFromBodyConfigurator.java005
org/x4o/xml/eld/lang/BeanElement.java004
org/x4o/xml/eld/lang/DescriptionElement.java006
org/x4o/xml/eld/lang/ElementClassAddParentElement.java001
org/x4o/xml/eld/lang/ElementClassAttributeBindingHandler.java007
org/x4o/xml/eld/lang/ElementClassBindingHandler.java007
org/x4o/xml/eld/lang/ElementInterfaceBindingHandler.java007
org/x4o/xml/eld/lang/ElementModuleBindingHandler.java009
org/x4o/xml/eld/lang/ElementNamespaceContextBindingHandler.java007
org/x4o/xml/eld/lang/ElementRefectionBindingHandler.java0011
org/x4o/xml/eld/lang/StringSplitConverterBindingHandler.java007
org/x4o/xml/eld/lang/StringSplitConverterStepBindingHandler.java007
org/x4o/xml/eld/xsd/EldXsdXmlGenerator.java006
org/x4o/xml/eld/xsd/EldXsdXmlWriter.java0021
org/x4o/xml/eld/xsd/X4OLanguageEldXsdWriter.java0011
org/x4o/xml/element/AbstractElement.java0032
org/x4o/xml/element/AbstractElementAttributeHandler.java006
org/x4o/xml/element/AbstractElementClass.java0025
org/x4o/xml/element/AbstractElementClassAttribute.java0015
org/x4o/xml/element/AbstractElementClassBase.java007
org/x4o/xml/element/AbstractElementConfigurator.java003
org/x4o/xml/element/AbstractElementInterface.java006
org/x4o/xml/element/AbstractElementLanguage.java0028
org/x4o/xml/element/AbstractElementLanguageModule.java0020
org/x4o/xml/element/AbstractElementMetaBase.java006
org/x4o/xml/element/AbstractElementNamespaceContext.java0016
org/x4o/xml/element/Element.java0011
org/x4o/xml/element/ElementAttributeHandler.java005
org/x4o/xml/element/ElementAttributeValueParser.java007
org/x4o/xml/element/ElementBindingHandler.java001
org/x4o/xml/element/ElementClassAttribute.java009
org/x4o/xml/element/ElementClassBase.java005
org/x4o/xml/element/ElementLanguage.java001
org/x4o/xml/element/ElementLanguageModuleLoaderException.java005
org/x4o/xml/element/ElementNamespaceInstanceProvider.java006
org/x4o/xml/element/ElementNamespaceInstanceProviderException.java005
org/x4o/xml/element/ElementObjectPropertyValue.java007
org/x4o/xml/impl/DefaultElementAttributeValueParser.java0026
org/x4o/xml/impl/DefaultElementBodyCharacters.java0028
org/x4o/xml/impl/DefaultElementNamespaceInstanceProvider.java003
org/x4o/xml/impl/DefaultElementObjectPropertyValue.java0018
org/x4o/xml/impl/config/DefaultX4OLanguageConfiguration.java0052
org/x4o/xml/impl/config/DefaultX4OLanguageLoader.java0017
org/x4o/xml/impl/config/DefaultX4OLanguageVersionFilter.java003
org/x4o/xml/impl/el/X4OELContext.java005
org/x4o/xml/impl/el/X4OELFunctionMapper.java003
org/x4o/xml/impl/el/X4OELResolver.java003
org/x4o/xml/impl/el/X4OELVariableMapper.java006
org/x4o/xml/sax/AbstractXMLParser.java0047
org/x4o/xml/sax/AttributeMap.java0017
org/x4o/xml/sax/XMLWriter.java0050

Rules

RulesViolationsSeverity
JavadocPackage0Errors Error
NewlineAtEndOfFile7Errors Error
Translation0Errors Error
FileLength
  • max: "1500"
0Errors Error
LineLength
  • max: "200"
  • ignorePattern: "^ *\* *[^ ]+$"
10Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
EqualsHashCode1Errors Error
FinalClass0Errors Error
JavadocType
  • scope: "public"
  • authorFormat: "\S"
3Errors Error
JavadocMethod702Errors Error
JavadocVariable
  • scope: "public"
30Errors Error
JavadocStyle
  • scope: "public"
28Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName1Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
OperatorWrap0Errors Error
TypecastParenPad0Errors Error
ModifierOrder26Errors Error
RedundantModifier2Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces1Errors Error
RightCurly0Errors Error
AvoidInlineConditionals2Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement14Errors Error
HiddenField120Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows11Errors Error
SimplifyBooleanExpression46Errors Error
SimplifyBooleanReturn0Errors Error
NoFinalizer0Errors Error
SuperClone12Errors Error
SuperFinalize0Errors Error
IllegalCatch45Errors Error
IllegalThrows0Errors Error
HideUtilityClassConstructor2Errors Error
InterfaceIsType0Errors Error
VisibilityModifier16Errors Error
ArrayTypeStyle1Errors Error
TodoComment6Errors Error
UpperEll0Errors Error

Details

org/x4o/xml/conv/AbstractObjectConverter.java

ViolationMessageLine
Errors'public' modifier out of order with the JLS suggestions.37
ErrorsVariable 'converters' must be private and have accessor methods.39
ErrorsMissing a Javadoc comment.41
Errors'public' modifier out of order with the JLS suggestions.41
ErrorsMissing a Javadoc comment.42
Errors'public' modifier out of order with the JLS suggestions.42
ErrorsMissing a Javadoc comment.43
Errors'public' modifier out of order with the JLS suggestions.43
ErrorsMethod 'clone' should call 'super.clone'.43
ErrorsMissing a Javadoc comment.45
ErrorsExpected an @return tag.56
ErrorsExpected @param tag for 'obj'.56
ErrorsExpected @param tag for 'locale'.56
ErrorsExpected @throws tag for 'ObjectConverterException'.56
ErrorsExpected an @return tag.71
ErrorsExpected @param tag for 'obj'.71
ErrorsExpected @param tag for 'locale'.71
ErrorsExpected @throws tag for 'ObjectConverterException'.71
ErrorsExpected an @return tag.86
ErrorsExpected @param tag for 'converter'.93
ErrorsExpected @param tag for 'converter'.100

org/x4o/xml/conv/AbstractStringObjectConverter.java

ViolationMessageLine
Errors'public' modifier out of order with the JLS suggestions.35
ErrorsExpected an @return tag.40
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.52
ErrorsMissing a Javadoc comment.56
Errors'public' modifier out of order with the JLS suggestions.56
ErrorsMissing a Javadoc comment.57
Errors'public' modifier out of order with the JLS suggestions.57

org/x4o/xml/conv/DefaultObjectConverterProvider.java

ViolationMessageLine
ErrorsExpected an @return tag.93
ErrorsExpected @param tag for 'clazz'.93
ErrorsMissing a Javadoc comment.97

org/x4o/xml/conv/ObjectConverter.java

ViolationMessageLine
ErrorsExpected @throws tag for 'ObjectConverterException'.55
ErrorsExpected @throws tag for 'ObjectConverterException'.64

org/x4o/xml/conv/ObjectConverterException.java

ViolationMessageLine
Errors'converter' hides a field.42
Errors'converter' hides a field.53

org/x4o/xml/conv/text/BooleanConverter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.51
ErrorsMethod 'clone' should call 'super.clone'.56

org/x4o/xml/conv/text/ByteConverter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.50
ErrorsMethod 'clone' should call 'super.clone'.55

org/x4o/xml/conv/text/CharacterConverter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.50
ErrorsMethod 'clone' should call 'super.clone'.55

org/x4o/xml/conv/text/ClassConverter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.47
ErrorsCatching 'Exception' is not allowed.50
ErrorsMissing a Javadoc comment.55
ErrorsMethod 'clone' should call 'super.clone'.60

org/x4o/xml/conv/text/DoubleConverter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.50
ErrorsMethod 'clone' should call 'super.clone'.55

org/x4o/xml/conv/text/EnumConverter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.51
ErrorsMissing a Javadoc comment.55
ErrorsCatching 'Exception' is not allowed.71
ErrorsMissing a Javadoc comment.76
Errors'enumClass' hides a field.91
ErrorsMethod 'clone' should call 'super.clone'.96

org/x4o/xml/conv/text/FloatConverter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.50
ErrorsMethod 'clone' should call 'super.clone'.55

org/x4o/xml/conv/text/IntegerConverter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.50
ErrorsMethod 'clone' should call 'super.clone'.55

org/x4o/xml/conv/text/LongConverter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.50
ErrorsMethod 'clone' should call 'super.clone'.55

org/x4o/xml/conv/text/StringSplitConverter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.54
ErrorsMissing a Javadoc comment.58
ErrorsMissing a Javadoc comment.62
ErrorsCatching 'Exception' is not allowed.116
ErrorsMissing a Javadoc comment.121
ErrorsCatching 'Exception' is not allowed.136
ErrorsMethod 'clone' should call 'super.clone'.142
ErrorsMissing a Javadoc comment.148
ErrorsMissing a Javadoc comment.155
ErrorsVariable 'isTo' must be private and have accessor methods.156
ErrorsMissing a Javadoc comment.157
Errors'isTo' hides a field.157
ErrorsMissing a Javadoc comment.158
ErrorsMissing a Javadoc comment.167
Errors'classTo' hides a field.199
Errors'split' hides a field.213
Errors'splitSize' hides a field.227
Errors'singleToMethod' hides a field.241
Errors'useNativeType' hides a field.255
ErrorsMissing a Javadoc comment.259
ErrorsMissing a Javadoc comment.262
ErrorsMissing a Javadoc comment.265

org/x4o/xml/conv/text/StringSplitConverterStep.java

ViolationMessageLine
Errors'objectConverter' hides a field.52
Errors'fromMethod' hides a field.66
Errors'fromOrder' hides a field.80
Errors'toMethod' hides a field.94
Errors'toOrder' hides a field.108

org/x4o/xml/conv/text/URLConverter.java

ViolationMessageLine
ErrorsExpected an @return tag.47
ErrorsExpected an @return tag.54
ErrorsExpected @param tag for 'str'.54
ErrorsExpected @param tag for 'locale'.54
ErrorsExpected @throws tag for 'ObjectConverterException'.54
ErrorsExpected an @return tag.65
ErrorsExpected @param tag for 'obj'.65
ErrorsExpected @param tag for 'locale'.65
ErrorsExpected @throws tag for 'ObjectConverterException'.65
ErrorsExpected an @return tag.72
ErrorsMethod 'clone' should call 'super.clone'.73
ErrorsExpected @throws tag for 'CloneNotSupportedException'.73

org/x4o/xml/core/AbstractX4OPhaseHandler.java

ViolationMessageLine
ErrorsVariable 'phase' must be private and have accessor methods.41
ErrorsName 'X4OPhaseListeners' must match pattern '^[a-z][a-zA-Z0-9]*$'.42
ErrorsVariable 'X4OPhaseListeners' must be private and have accessor methods.42
ErrorsMissing a Javadoc comment.44
Errors'protected' modifier out of order with the JLS suggestions.52
ErrorsMissing a Javadoc comment.54
ErrorsMissing a Javadoc comment.58
ErrorsMissing a Javadoc comment.61
ErrorsMissing a Javadoc comment.64
ErrorsMissing a Javadoc comment.68
ErrorsMissing a Javadoc comment.72
Errors'public' modifier out of order with the JLS suggestions.72
ErrorsMissing a Javadoc comment.74

org/x4o/xml/core/X4ODebugWriter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.61
Errors'public' modifier out of order with the JLS suggestions.61
ErrorsVariable 'debugWriter' must be private and have accessor methods.63
ErrorsMissing a Javadoc comment.65
Errors'debugWriter' hides a field.65
ErrorsMissing a Javadoc comment.69
ErrorsMissing a Javadoc comment.73
ErrorsVariable 'startTime' must be private and have accessor methods.79
ErrorsExpected @param tag for 'phase'.85
ErrorsExpected @param tag for 'elementLanguage'.85
ErrorsMissing a Javadoc comment.99
ErrorsMissing a Javadoc comment.115
ErrorsMissing a Javadoc comment.136
ErrorsMissing a Javadoc comment.162
ErrorsMissing a Javadoc comment.170
ErrorsMissing a Javadoc comment.192
ErrorsMissing a Javadoc comment.212
ErrorsMissing a Javadoc comment.296
ErrorsExpression can be simplified.315
ErrorsCatching 'Exception' is not allowed.339
ErrorsMissing a Javadoc comment.375
ErrorsMissing a Javadoc comment.388
ErrorsMissing a Javadoc comment.404
ErrorsMissing a Javadoc comment.422
ErrorsMissing a Javadoc comment.433
ErrorsMissing a Javadoc comment.451
ErrorsMissing a Javadoc comment.461
ErrorsMissing a Javadoc comment.471
ErrorsMissing a Javadoc comment.481
ErrorsMissing a Javadoc comment.506
ErrorsMissing a Javadoc comment.515

org/x4o/xml/core/X4ODriver.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.43
ErrorsVariable 'elementLanguage' must be private and have accessor methods.55
Errors'static' modifier out of order with the JLS suggestions.63
ErrorsFirst sentence should end with a period.65
ErrorsFirst sentence should end with a period.79
ErrorsExpected @throws tag for 'X4OPhaseException'.93
ErrorsMissing a Javadoc comment.164
ErrorsExpected @throws tag for 'ParserConfigurationException'.179
ErrorsExpected @throws tag for 'SAXException'.179
ErrorsExpected @throws tag for 'IOException'.179
ErrorsCatching 'Exception' is not allowed.218
ErrorsCatching 'Exception' is not allowed.240
ErrorsExpected an @return tag.286
ErrorsExpected @throws tag for 'X4OParserSupportException'.286
ErrorsCatching 'Exception' is not allowed.291
ErrorsExpected @throws tag for 'X4OPhaseException'.301

org/x4o/xml/core/X4OEntityResolver.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.64
Errors'elementLanguage' hides a field.64
ErrorsMissing a Javadoc comment.98
ErrorsExpression can be simplified.118

org/x4o/xml/core/X4OErrorHandler.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.44
Errors'elementLanguage' hides a field.48
ErrorsExpected @param tag for 'isError'.59
ErrorsExpected @param tag for 'exception'.59
ErrorsExpected @throws tag for 'SAXException'.59
ErrorsExpression can be simplified.60
ErrorsExpected an @return tag.74
ErrorsExpected @param tag for 'isError'.74
ErrorsExpected @param tag for 'exception'.74
ErrorsAvoid inline conditionals.82
ErrorsExpected @param tag for 'exception'.92
ErrorsExpected @throws tag for 'SAXException'.92
ErrorsExpected @param tag for 'exception'.104
ErrorsExpected @throws tag for 'SAXException'.104
ErrorsExpected @param tag for 'exception'.116
ErrorsExpected @throws tag for 'SAXException'.116

org/x4o/xml/core/X4OParser.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.60
ErrorsMissing a Javadoc comment.64
ErrorsMissing a Javadoc comment.68
Errors'driver' hides a field.68
ErrorsMissing a Javadoc comment.75
ErrorsExpected @param tag for 'input'.83
ErrorsExpected @param tag for 'systemId'.83
ErrorsExpected @param tag for 'basePath'.83
ErrorsExpected @throws tag for 'ParserConfigurationException'.83
ErrorsExpected @throws tag for 'SAXException'.83
ErrorsExpected @throws tag for 'IOException'.83
ErrorsExpected @throws tag for 'X4OPhaseException'.95
ErrorsExpected an @return tag.121
ErrorsExpected @throws tag for 'X4OParserSupportException'.121
ErrorsMissing a Javadoc comment.125

org/x4o/xml/core/X4OPhase.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.54
ErrorsMissing a Javadoc comment.55
ErrorsMissing a Javadoc comment.56
ErrorsFirst sentence should end with a period.70
Errors'runOnce' hides a field.113

org/x4o/xml/core/X4OPhaseException.java

ViolationMessageLine
Errors'exceptionPhase' hides a field.44
Errors'exceptionPhase' hides a field.54
Errors'exceptionPhase' hides a field.65

org/x4o/xml/core/X4OPhaseHandler.java

ViolationMessageLine
ErrorsExpected @param tag for 'elementLanguage'.51
ErrorsExpected @throws tag for 'X4OPhaseException'.51
ErrorsFirst sentence should end with a period.59
ErrorsExpected @param tag for 'listener'.63
ErrorsFirst sentence should end with a period.65
ErrorsExpected @param tag for 'listener'.69
ErrorsExpected @param tag for 'element'.84
ErrorsExpected @throws tag for 'X4OPhaseException'.84

org/x4o/xml/core/X4OPhaseHandlerFactory.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.75
Errors'elementLanguage' hides a field.75
ErrorsVariable 'element' must be private and have accessor methods.85
ErrorsVariable 'elementConfigurator' must be private and have accessor methods.86
ErrorsMissing a Javadoc comment.87
Errors'element' hides a field.87
Errors'elementConfigurator' hides a field.87
ErrorsMissing a Javadoc comment.93
ErrorsMissing a Javadoc comment.117
ErrorsMissing a Javadoc comment.127
ErrorsMissing a Javadoc comment.131
ErrorsMissing a Javadoc comment.141
ErrorsMissing a Javadoc comment.144
ErrorsMissing a Javadoc comment.147
ErrorsMissing a Javadoc comment.150
Errors'elementLanguage' hides a field.150
ErrorsEmpty statement.161
ErrorsMissing a Javadoc comment.173
ErrorsMissing a Javadoc comment.176
ErrorsMissing a Javadoc comment.179
ErrorsMissing a Javadoc comment.181
Errors'elementLanguage' hides a field.181
ErrorsCatching 'Exception' is not allowed.190
ErrorsEmpty statement.194
ErrorsMissing a Javadoc comment.205
ErrorsMissing a Javadoc comment.208
ErrorsMissing a Javadoc comment.211
ErrorsMissing a Javadoc comment.213
Errors'elementLanguage' hides a field.213
ErrorsExpression can be simplified.221
ErrorsLine is longer than 200 characters.222
ErrorsCatching 'Exception' is not allowed.231
ErrorsEmpty statement.235
ErrorsMissing a Javadoc comment.246
ErrorsMissing a Javadoc comment.249
ErrorsMissing a Javadoc comment.252
ErrorsMissing a Javadoc comment.254
Errors'elementLanguage' hides a field.254
ErrorsExpression can be simplified.311
ErrorsCatching 'Exception' is not allowed.344
ErrorsEmpty statement.348
ErrorsMissing a Javadoc comment.359
ErrorsMissing a Javadoc comment.362
ErrorsMissing a Javadoc comment.365
ErrorsMissing a Javadoc comment.368
Errors'elementLanguage' hides a field.368
ErrorsEmpty statement.371
ErrorsMissing a Javadoc comment.382
ErrorsMissing a Javadoc comment.385
ErrorsMissing a Javadoc comment.388
ErrorsMissing a Javadoc comment.391
Errors'elementLanguage' hides a field.392
ErrorsCatching 'Exception' is not allowed.404
ErrorsEmpty statement.408
ErrorsMissing a Javadoc comment.419
ErrorsMissing a Javadoc comment.422
ErrorsEmpty statement.444
ErrorsMissing a Javadoc comment.455
ErrorsMissing a Javadoc comment.458
ErrorsEmpty statement.470
ErrorsMissing a Javadoc comment.482
ErrorsMissing a Javadoc comment.485
ErrorsEmpty statement.493
ErrorsVariable 'elementAttributeHandlerComparator' must be private and have accessor methods.504
ErrorsMissing a Javadoc comment.505
ErrorsMissing a Javadoc comment.508
ErrorsLine is longer than 200 characters.512
ErrorsCatching 'Exception' is not allowed.513
ErrorsEmpty statement.537
ErrorsMissing a Javadoc comment.548
ErrorsMissing a Javadoc comment.551
ErrorsExpression can be simplified.593
ErrorsEmpty statement.612
ErrorsExpression can be simplified.642
ErrorsMissing a Javadoc comment.665
ErrorsMissing a Javadoc comment.668
ErrorsEmpty statement.680
ErrorsMissing a Javadoc comment.692
ErrorsMissing a Javadoc comment.695
ErrorsEmpty statement.707
ErrorsMissing a Javadoc comment.718
ErrorsMissing a Javadoc comment.721
ErrorsEmpty statement.751
ErrorsExpected @param tag for 'phase'.784
Errors'elementLanguage' hides a field.784
ErrorsExpected @param tag for 'elementLanguage'.784
ErrorsExpected @throws tag for 'X4OPhaseException'.784
ErrorsExpected @param tag for 'phase'.789
Errors'elementLanguage' hides a field.789
ErrorsExpected @param tag for 'elementLanguage'.789
ErrorsExpected @throws tag for 'X4OPhaseException'.789
ErrorsExpected @param tag for 'phase'.819
Errors'elementLanguage' hides a field.819
ErrorsExpected @param tag for 'elementLanguage'.819
ErrorsExpected @throws tag for 'X4OPhaseException'.819
ErrorsExpected @param tag for 'phase'.825
Errors'elementLanguage' hides a field.825
ErrorsExpected @param tag for 'elementLanguage'.825
ErrorsExpected @throws tag for 'X4OPhaseException'.825
ErrorsExpression can be simplified.826
ErrorsMissing a Javadoc comment.839
Errors'elementLanguage' hides a field.849
ErrorsFirst sentence should end with a period.865
ErrorsExpression can be simplified.875
Errors'elementLanguage' hides a field.884
ErrorsVariable 'startedPrefix' must be private and have accessor methods.901
ErrorsExpression can be simplified.945

org/x4o/xml/core/X4OPhaseManager.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.53
Errors'elementLanguage' hides a field.56
ErrorsExpected @param tag for 'elementLanguage'.56
ErrorsExpression can be simplified.84
ErrorsExpected @throws tag for 'X4OPhaseException'.112
ErrorsMissing a Javadoc comment.163
ErrorsExpression can be simplified.168
ErrorsMissing a Javadoc comment.193
ErrorsExpression can be simplified.194
ErrorsExpected an @return tag.229
ErrorsExpected @param tag for 'e1'.229
ErrorsExpected @param tag for 'e2'.229
ErrorsMissing a Javadoc comment.256
ErrorsMissing a Javadoc comment.269
ErrorsExpected @param tag for 'element'.283
ErrorsExpected @param tag for 'phase'.283
ErrorsExpected @throws tag for 'X4OPhaseException'.283
ErrorsExpression can be simplified.284

org/x4o/xml/core/X4OTagHandler.java

ViolationMessageLine
Errors'elementLanguage' hides a field.76
ErrorsExpected @param tag for 'elementLanguage'.76
Errors'locator' hides a field.87
ErrorsExpected @param tag for 'locator'.87
ErrorsExpected @param tag for 'prefix'.95
ErrorsExpected @param tag for 'namespaceUri'.95
ErrorsExpected @throws tag for 'SAXException'.95
ErrorsExpected @param tag for 'namespaceUri'.117
ErrorsExpected @param tag for 'tag'.117
ErrorsExpected @param tag for 'qName'.117
ErrorsExpected @param tag for 'attributes'.117
ErrorsExpected @throws tag for 'SAXException'.117
ErrorsCatching 'Exception' is not allowed.147
ErrorsExpected @param tag for 'namespaceUri'.181
ErrorsExpected @param tag for 'tag'.181
ErrorsExpected @param tag for 'qName'.181
ErrorsExpected @throws tag for 'SAXException'.181
ErrorsExpected @param tag for 'ch'.214
ErrorsExpected @param tag for 'start'.214
ErrorsExpected @param tag for 'length'.214
ErrorsExpected @throws tag for 'SAXException'.214
ErrorsExpected @param tag for 'ch'.241
ErrorsExpected @param tag for 'start'.241
ErrorsExpected @param tag for 'length'.241
ErrorsExpected @throws tag for 'SAXException'.241
ErrorsExpected @param tag for 'ch'.266
ErrorsExpected @param tag for 'start'.266
ErrorsExpected @param tag for 'length'.266
ErrorsExpected @throws tag for 'SAXException'.266
ErrorsExpected @param tag for 'target'.291
ErrorsExpected @param tag for 'data'.291
ErrorsExpected @throws tag for 'SAXException'.291

org/x4o/xml/core/config/X4OLanguageClassLoader.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.32

org/x4o/xml/core/config/X4OLanguageConfiguration.java

ViolationMessageLine
ErrorsRedundant 'public' modifier.42
ErrorsRedundant 'public' modifier.45
ErrorsMissing a Javadoc comment.69
ErrorsMissing a Javadoc comment.70
ErrorsMissing a Javadoc comment.71
ErrorsMissing a Javadoc comment.72
ErrorsMissing a Javadoc comment.76
ErrorsMissing a Javadoc comment.77
ErrorsMissing a Javadoc comment.78
ErrorsMissing a Javadoc comment.79
ErrorsMissing a Javadoc comment.80
ErrorsMissing a Javadoc comment.83
ErrorsMissing a Javadoc comment.84
ErrorsMissing a Javadoc comment.85
ErrorsMissing a Javadoc comment.86
ErrorsMissing a Javadoc comment.87
ErrorsMissing a Javadoc comment.88
ErrorsMissing a Javadoc comment.89
ErrorsMissing a Javadoc comment.90

org/x4o/xml/core/config/X4OLanguageProperty.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.39
Errors'static' modifier out of order with the JLS suggestions.140
ErrorsMissing a Javadoc comment.145
Errors'uriName' hides a field.145
ErrorsMissing a Javadoc comment.149
Errors'uriName' hides a field.149
ErrorsMissing a Javadoc comment.153
Errors'uriName' hides a field.153
Errors'defaultValue' hides a field.153
ErrorsMissing a Javadoc comment.157
Errors'uriName' hides a field.157
Errors'classTypes' hides a field.157
Errors'defaultValue' hides a field.157
ErrorsUnused @throws tag for 'IllegalArgumentException'.205
Errors'public' modifier out of order with the JLS suggestions.207
ErrorsExpression can be simplified.214

org/x4o/xml/core/config/X4OLanguagePropertyKeys.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.32
ErrorsMissing a Javadoc comment.34
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.38
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.45
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.47
ErrorsMissing a Javadoc comment.48
ErrorsMissing a Javadoc comment.50
ErrorsMissing a Javadoc comment.51
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.54
ErrorsMissing a Javadoc comment.56
ErrorsMissing a Javadoc comment.57
ErrorsMissing a Javadoc comment.58
ErrorsMissing a Javadoc comment.59
ErrorsMissing a Javadoc comment.61
ErrorsMissing a Javadoc comment.62
ErrorsMissing a Javadoc comment.63
ErrorsMissing a Javadoc comment.64
ErrorsMissing a Javadoc comment.65

org/x4o/xml/eld/EldModuleLoader.java

ViolationMessageLine
Errors'eldResource' hides a field.50
Errors'isEldCore' hides a field.50
ErrorsExpected @throws tag for 'ElementLanguageModuleLoaderException'.65
ErrorsCatching 'Exception' is not allowed.70

org/x4o/xml/eld/EldModuleLoaderCore.java

ViolationMessageLine
ErrorsExpected @throws tag for 'ElementLanguageModuleLoaderException'.86
ErrorsCatching 'Exception' is not allowed.105
ErrorsCatching 'Exception' is not allowed.122
ErrorsCatching 'Exception' is not allowed.133
ErrorsCatching 'Exception' is not allowed.142
ErrorsCatching 'Exception' is not allowed.149
ErrorsCatching 'Exception' is not allowed.182
ErrorsCatching 'Exception' is not allowed.189
ErrorsExpected @param tag for 'elementLanguage'.214
ErrorsCatching 'Exception' is not allowed.231
ErrorsCatching 'Exception' is not allowed.243
ErrorsCatching 'Exception' is not allowed.261
ErrorsCatching 'Exception' is not allowed.277
ErrorsCatching 'Exception' is not allowed.306
ErrorsMissing a Javadoc comment.312

org/x4o/xml/eld/EldParser.java

ViolationMessageLine
ErrorsAvoid inline conditionals.66

org/x4o/xml/eld/lang/AttributeAliasElement.java

ViolationMessageLine
ErrorsExpected @throws tag for 'ElementException'.42

org/x4o/xml/eld/lang/AttributeFromBodyConfigurator.java

ViolationMessageLine
ErrorsExpected @param tag for 'element'.47
ErrorsExpected @throws tag for 'ElementConfiguratorException'.47
ErrorsMissing a Javadoc comment.73
Errors'name' hides a field.94
Errors'bodyType' hides a field.108

org/x4o/xml/eld/lang/BeanElement.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.45
ErrorsCatching 'Exception' is not allowed.63
ErrorsMissing a Javadoc comment.68

org/x4o/xml/eld/lang/DescriptionElement.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.30
ErrorsExpected @throws tag for 'ElementException'.44
ErrorsExpression can be simplified.48
ErrorsExpected @param tag for 'characters'.57
ErrorsExpected @throws tag for 'ElementException'.57
ErrorsExpected @throws tag for 'ElementException'.66

org/x4o/xml/eld/lang/ElementClassAddParentElement.java

ViolationMessageLine
ErrorsExpected @throws tag for 'ElementException'.42

org/x4o/xml/eld/lang/ElementClassAttributeBindingHandler.java

ViolationMessageLine
Errors'static' modifier out of order with the JLS suggestions.41
ErrorsExpected an @return tag.48
ErrorsExpected an @return tag.55
ErrorsExpected @param tag for 'parentObject'.62
ErrorsExpected @param tag for 'childObject'.62
ErrorsExpected @param tag for 'childElement'.62
ErrorsExpected @throws tag for 'ElementBindingHandlerException'.62

org/x4o/xml/eld/lang/ElementClassBindingHandler.java

ViolationMessageLine
Errors'static' modifier out of order with the JLS suggestions.42
ErrorsExpected an @return tag.50
ErrorsExpected an @return tag.57
ErrorsExpected @param tag for 'parentObject'.64
ErrorsExpected @param tag for 'childObject'.64
ErrorsExpected @param tag for 'childElement'.64
ErrorsExpected @throws tag for 'ElementBindingHandlerException'.64

org/x4o/xml/eld/lang/ElementInterfaceBindingHandler.java

ViolationMessageLine
Errors'static' modifier out of order with the JLS suggestions.42
ErrorsExpected an @return tag.51
ErrorsExpected an @return tag.58
ErrorsExpected @param tag for 'parentObject'.65
ErrorsExpected @param tag for 'childObject'.65
ErrorsExpected @param tag for 'childElement'.65
ErrorsExpected @throws tag for 'ElementBindingHandlerException'.65

org/x4o/xml/eld/lang/ElementModuleBindingHandler.java

ViolationMessageLine
Errors'static' modifier out of order with the JLS suggestions.54
ErrorsExpected an @return tag.66
ErrorsExpected an @return tag.73
ErrorsExpected @param tag for 'parentObject'.80
ErrorsExpected @param tag for 'childObject'.80
ErrorsExpected @param tag for 'childElement'.80
ErrorsExpected @throws tag for 'ElementBindingHandlerException'.80
ErrorsLine is longer than 200 characters.105
ErrorsCatching 'Exception' is not allowed.106

org/x4o/xml/eld/lang/ElementNamespaceContextBindingHandler.java

ViolationMessageLine
Errors'static' modifier out of order with the JLS suggestions.40
ErrorsExpected an @return tag.47
ErrorsExpected an @return tag.54
ErrorsExpected @param tag for 'parentObject'.61
ErrorsExpected @param tag for 'childObject'.61
ErrorsExpected @param tag for 'childElement'.61
ErrorsExpected @throws tag for 'ElementBindingHandlerException'.61

org/x4o/xml/eld/lang/ElementRefectionBindingHandler.java

ViolationMessageLine
ErrorsExpected an @return tag.47
ErrorsExpected an @return tag.54
ErrorsExpected @param tag for 'parentObject'.61
ErrorsExpected @param tag for 'childObject'.61
ErrorsExpected @param tag for 'childElement'.61
ErrorsExpected @throws tag for 'ElementBindingHandlerException'.61
ErrorsExpression can be simplified.75
ErrorsCatching 'Exception' is not allowed.81
Errors'parentClass' hides a field.100
Errors'childClass' hides a field.114
Errors'method' hides a field.128

org/x4o/xml/eld/lang/StringSplitConverterBindingHandler.java

ViolationMessageLine
Errors'static' modifier out of order with the JLS suggestions.41
ErrorsExpected an @return tag.48
ErrorsExpected an @return tag.55
ErrorsExpected @param tag for 'parentObject'.62
ErrorsExpected @param tag for 'childObject'.62
ErrorsExpected @param tag for 'childElement'.62
ErrorsExpected @throws tag for 'ElementBindingHandlerException'.62

org/x4o/xml/eld/lang/StringSplitConverterStepBindingHandler.java

ViolationMessageLine
Errors'static' modifier out of order with the JLS suggestions.41
ErrorsExpected an @return tag.48
ErrorsExpected an @return tag.55
ErrorsExpected @param tag for 'parentObject'.62
ErrorsExpected @param tag for 'childObject'.62
ErrorsExpected @param tag for 'childElement'.62
ErrorsExpected @throws tag for 'ElementBindingHandlerException'.62

org/x4o/xml/eld/xsd/EldXsdXmlGenerator.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.48
Errors'context' hides a field.48
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.62
ErrorsCatching 'Exception' is not allowed.92
ErrorsMissing a Javadoc comment.97

org/x4o/xml/eld/xsd/EldXsdXmlWriter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.58
Errors'public' modifier out of order with the JLS suggestions.58
ErrorsVariable 'context' must be private and have accessor methods.60
ErrorsVariable 'xmlWriter' must be private and have accessor methods.61
ErrorsVariable 'writeNamespace' must be private and have accessor methods.62
ErrorsVariable 'namespaces' must be private and have accessor methods.63
ErrorsMissing a Javadoc comment.65
Errors'xmlWriter' hides a field.65
Errors'context' hides a field.65
ErrorsMissing a Javadoc comment.71
ErrorsMissing a Javadoc comment.106
ErrorsExpression can be simplified.126
ErrorsMissing a Javadoc comment.142
ErrorsMissing a Javadoc comment.228
ErrorsMissing a Javadoc comment.233
ErrorsExpression can be simplified.299
ErrorsMissing a Javadoc comment.364
ErrorsExpression can be simplified.381
ErrorsExpression can be simplified.385
ErrorsExpression can be simplified.397
ErrorsMissing a Javadoc comment.410

org/x4o/xml/eld/xsd/X4OLanguageEldXsdWriter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.49
Errors'public' modifier out of order with the JLS suggestions.50
ErrorsArray brackets at illegal position.50
ErrorsExpression can be simplified.57
ErrorsExpression can be simplified.63
ErrorsExpression can be simplified.72
ErrorsExpression can be simplified.81
ErrorsMissing a Javadoc comment.107
Errors'languageParserSupport' hides a field.136
Errors'languageNamespaceUri' hides a field.150
Errors'basePath' hides a field.164

org/x4o/xml/element/AbstractElement.java

ViolationMessageLine
ErrorsExpected @throws tag for 'ElementException'.59
ErrorsExpected @throws tag for 'ElementException'.65
ErrorsExpected @throws tag for 'ElementException'.71
ErrorsExpected @param tag for 'element'.77
ErrorsExpected an @return tag.84
ErrorsExpected @throws tag for 'ElementException'.92
ErrorsExpected an @return tag.105
ErrorsExpected @param tag for 'object'.112
Errors'elementLanguage' hides a field.119
ErrorsExpected @param tag for 'elementLanguage'.119
ErrorsExpected an @return tag.126
ErrorsExpected @param tag for 'characters'.133
ErrorsExpected @throws tag for 'ElementException'.133
ErrorsCatching 'Exception' is not allowed.138
ErrorsExpected @param tag for 'comment'.146
ErrorsExpected @throws tag for 'ElementException'.146
ErrorsCatching 'Exception' is not allowed.151
ErrorsExpected @param tag for 'space'.159
ErrorsExpected @throws tag for 'ElementException'.159
ErrorsCatching 'Exception' is not allowed.164
Errors'elementClass' hides a field.172
ErrorsExpected @param tag for 'elementClass'.172
ErrorsExpected an @return tag.179
ErrorsExpected an @return tag.186
ErrorsExpected @param tag for 'name'.193
ErrorsExpected @param tag for 'value'.193
ErrorsExpected an @return tag.200
ErrorsExpected @param tag for 'element'.207
ErrorsExpected @param tag for 'element'.217
ErrorsExpected an @return tag.225
ErrorsExpected an @return tag.232
ErrorsExpected an @return tag.240

org/x4o/xml/element/AbstractElementAttributeHandler.java

ViolationMessageLine
ErrorsExpected @param tag for 'attribute'.43
ErrorsExpected @param tag for 'attribute'.53
ErrorsExpected an @return tag.63
ErrorsExpected an @return tag.70
Errors'attributeName' hides a field.77
ErrorsExpected @param tag for 'attributeName'.77

org/x4o/xml/element/AbstractElementClass.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.49
ErrorsExpected an @return tag.57
Errors'tag' hides a field.64
ErrorsExpected @param tag for 'tag'.64
ErrorsExpected an @return tag.71
Errors'elementClass' hides a field.78
ErrorsExpected @param tag for 'elementClass'.78
ErrorsExpected an @return tag.85
Errors'objectClass' hides a field.92
ErrorsExpected @param tag for 'objectClass'.92
Errors'autoAttributes' hides a field.106
ErrorsExpected @param tag for 'namespaceUri'.113
Errors'tag' hides a field.113
ErrorsExpected @param tag for 'tag'.113
ErrorsExpected @param tag for 'namespaceUri'.131
Errors'tag' hides a field.131
ErrorsExpected @param tag for 'tag'.131
ErrorsExpected an @return tag.142
ErrorsExpected @param tag for 'namespaceUri'.142
Errors'schemaContentBase' hides a field.156
Errors'schemaContentComplex' hides a field.170
Errors'schemaContentMixed' hides a field.184
ErrorsExpected @param tag for 'phase'.191
ErrorsExpected @param tag for 'phase'.198
ErrorsExpected an @return tag.205

org/x4o/xml/element/AbstractElementClassAttribute.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.49
ErrorsExpected an @return tag.56
Errors'name' hides a field.63
ErrorsExpected @param tag for 'name'.63
Errors'objectConverter' hides a field.77
Errors'defaultValue' hides a field.84
ErrorsExpected @param tag for 'defaultValue'.84
ErrorsExpected an @return tag.91
ErrorsExpected @param tag for 'alias'.98
ErrorsExpected @param tag for 'alias'.105
ErrorsExpected an @return tag.112
Errors'required' hides a field.126
Errors'runResolveEL' hides a field.140
Errors'runConverters' hides a field.154
Errors'runBeanFill' hides a field.168

org/x4o/xml/element/AbstractElementClassBase.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.43
ErrorsExpected an @return tag.52
ErrorsExpected @param tag for 'elementConfigurator'.59
ErrorsExpected @param tag for 'elementClassAttribute'.65
ErrorsExpected an @return tag.71
ErrorsExpected an @return tag.77
ErrorsExpected @param tag for 'attributeName'.77

org/x4o/xml/element/AbstractElementConfigurator.java

ViolationMessageLine
ErrorsExpected an @return tag.42
ErrorsFirst sentence should end with a period.46
Errors'configAction' hides a field.50

org/x4o/xml/element/AbstractElementInterface.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.40
ErrorsExpected @param tag for 'elementBindingHandler'.47
ErrorsExpected an @return tag.54
ErrorsExpected an @return tag.61
Errors'interfaceClass' hides a field.68
ErrorsExpected @param tag for 'interfaceClass'.68

org/x4o/xml/element/AbstractElementLanguage.java

ViolationMessageLine
ErrorsExpected an @return tag.71
ErrorsExpected @param tag for 'context'.78
ErrorsExpected an @return tag.88
Errors'expressionFactory' hides a field.95
ErrorsExpected @param tag for 'expressionFactory'.95
Errors'elementAttributeValueParser' hides a field.112
Errors'elementObjectPropertyValue' hides a field.129
ErrorsExpected an @return tag.139
Errors'currentX4OPhase' hides a field.146
ErrorsExpected @param tag for 'currentX4OPhase'.146
ErrorsExpected @param tag for 'element'.153
ErrorsExpected @param tag for 'phase'.153
ErrorsExpected an @return tag.163
ErrorsExpected an @return tag.170
ErrorsExpected @param tag for 'element'.177
Errors'languageConfiguration' hides a field.198
ErrorsExpected @param tag for 'elementLanguageModule'.205
ErrorsExpected an @return tag.215
ErrorsExpected an @return tag.223
ErrorsExpected @param tag for 'parent'.223
ErrorsExpected @param tag for 'child'.223
ErrorsMissing a Javadoc comment.235
ErrorsExpression can be simplified.243
ErrorsExpected an @return tag.265
ErrorsExpected @param tag for 'elementObject'.265
ErrorsExpected an @return tag.290
ErrorsExpected @param tag for 'namespaceUri'.290
ErrorsComment matches to-do format 'TODO:'.292

org/x4o/xml/element/AbstractElementLanguageModule.java

ViolationMessageLine
Errors'name' hides a field.83
Errors'providerName' hides a field.97
ErrorsExpected @param tag for 'elementAttributeHandler'.104
ErrorsExpected an @return tag.118
ErrorsExpected @param tag for 'elementBindingHandler'.125
ErrorsExpected an @return tag.145
ErrorsExpected @param tag for 'elementConfigurator'.152
ErrorsExpected an @return tag.166
ErrorsExpected @param tag for 'elementInterface'.173
ErrorsExpected an @return tag.189
ErrorsExpected @param tag for 'elementNamespaceContext'.196
ErrorsComment matches to-do format 'TODO:'.213
ErrorsExpected an @return tag.224
ErrorsExpected @param tag for 'namespaceUri'.224
ErrorsExpected an @return tag.231
Errors'elementLanguageModuleLoader' hides a field.245
Errors'sourceResource' hides a field.259
ErrorsExpected @param tag for 'elementLanguage'.266
ErrorsExpected @param tag for 'elementLanguageModule'.266
ErrorsExpected @throws tag for 'ElementLanguageModuleLoaderException'.266

org/x4o/xml/element/AbstractElementMetaBase.java

ViolationMessageLine
Errors'id' hides a field.44
ErrorsExpected @param tag for 'id'.44
ErrorsExpected an @return tag.51
ErrorsExpected an @return tag.58
Errors'description' hides a field.65
ErrorsExpected @param tag for 'description'.65

org/x4o/xml/element/AbstractElementNamespaceContext.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.31
ErrorsMissing a Javadoc comment.48
ErrorsExpected an @return tag.55
Errors'elementNamespaceInstanceProvider' hides a field.69
Errors'prefixMapping' hides a field.76
ErrorsExpected @param tag for 'prefixMapping'.76
ErrorsExpected @param tag for 'elementClass'.83
ErrorsExpected an @return tag.93
ErrorsExpected @param tag for 'tag'.93
ErrorsExpected an @return tag.100
Errors'uri' hides a field.114
Errors'name' hides a field.128
Errors'schemaUri' hides a field.142
Errors'schemaResource' hides a field.156
Errors'languageRoot' hides a field.170
Errors'schemaPrefix' hides a field.184

org/x4o/xml/element/Element.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.56
ErrorsFirst sentence should end with a period.59
ErrorsMissing a Javadoc comment.62
Errors'public' modifier out of order with the JLS suggestions.62
ErrorsExpected @throws tag for 'ElementException'.77
ErrorsExpected @throws tag for 'ElementException'.82
ErrorsExpected @throws tag for 'ElementException'.87
ErrorsExpected @throws tag for 'ElementException'.107
ErrorsExpected @throws tag for 'ElementException'.139
ErrorsExpected @throws tag for 'ElementException'.145
ErrorsExpected @throws tag for 'ElementException'.152

org/x4o/xml/element/ElementAttributeHandler.java

ViolationMessageLine
ErrorsExpected @param tag for 'attributeName'.46
ErrorsExpected @param tag for 'attribute'.53
ErrorsFirst sentence should end with a period.55
ErrorsExpected @param tag for 'attribute'.59
ErrorsFirst sentence should end with a period.61

org/x4o/xml/element/ElementAttributeValueParser.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.45
ErrorsExpected @throws tag for 'ElementAttributeValueParserException'.53
ErrorsExpected @throws tag for 'ObjectConverterException'.53
ErrorsExpected @throws tag for 'ElementAttributeValueParserException'.63
ErrorsExpected @throws tag for 'ObjectConverterException'.63
ErrorsExpected @throws tag for 'ElementAttributeValueParserException'.74
ErrorsExpected @throws tag for 'ObjectConverterException'.74

org/x4o/xml/element/ElementBindingHandler.java

ViolationMessageLine
ErrorsExpected @throws tag for 'ElementBindingHandlerException'.55

org/x4o/xml/element/ElementClassAttribute.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.39
ErrorsExpected an @return tag.42
ErrorsFirst sentence should end with a period.44
ErrorsExpected @param tag for 'name'.47
ErrorsFirst sentence should end with a period.49
ErrorsExpected an @return tag.52
ErrorsFirst sentence should end with a period.54
ErrorsExpected @param tag for 'objectConverter'.57
ErrorsFirst sentence should end with a period.59

org/x4o/xml/element/ElementClassBase.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.38
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.43

org/x4o/xml/element/ElementLanguage.java

ViolationMessageLine
ErrorsComment matches to-do format 'TODO:'.96

org/x4o/xml/element/ElementLanguageModuleLoaderException.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.40
Errors'elementLanguageModuleLoader' hides a field.40
ErrorsMissing a Javadoc comment.45
Errors'elementLanguageModuleLoader' hides a field.45
ErrorsMissing a Javadoc comment.50

org/x4o/xml/element/ElementNamespaceInstanceProvider.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.36
ErrorsExpected @param tag for 'elementLanguage'.40
ErrorsExpected @param tag for 'elementNamespaceContext'.40
ErrorsExpected @throws tag for 'ElementNamespaceInstanceProviderException'.40
ErrorsFirst sentence should end with a period.42
ErrorsExpected @throws tag for 'ElementNamespaceInstanceProviderException'.48

org/x4o/xml/element/ElementNamespaceInstanceProviderException.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.40
Errors'elementNamespaceInstanceProvider' hides a field.40
ErrorsMissing a Javadoc comment.45
Errors'elementNamespaceInstanceProvider' hides a field.45
ErrorsMissing a Javadoc comment.50

org/x4o/xml/element/ElementObjectPropertyValue.java

ViolationMessageLine
ErrorsExpected @param tag for 'object'.43
ErrorsExpected @param tag for 'propertyName'.43
ErrorsExpected @param tag for 'value'.43
ErrorsExpected @throws tag for 'ElementObjectPropertyValueException'.43
ErrorsFirst sentence should end with a period.45
ErrorsExpected @throws tag for 'ElementObjectPropertyValueException'.52
ErrorsExpected @throws tag for 'ElementObjectPropertyValueException'.60

org/x4o/xml/impl/DefaultElementAttributeValueParser.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.50
ErrorsExpected an @return tag.58
ErrorsExpected @param tag for 'name'.58
ErrorsExpected @param tag for 'valueString'.58
ErrorsExpected @param tag for 'element'.58
ErrorsExpected @throws tag for 'ElementAttributeValueParserException'.58
ErrorsExpected @throws tag for 'ObjectConverterException'.58
ErrorsExpected an @return tag.74
ErrorsExpected @param tag for 'name'.74
ErrorsExpected @param tag for 'value'.74
ErrorsExpected @param tag for 'element'.74
ErrorsExpected @throws tag for 'ElementAttributeValueParserException'.74
ErrorsComment matches to-do format 'TODO:'.77
ErrorsExpression can be simplified.82
ErrorsExpression can be simplified.94
ErrorsExpected an @return tag.114
ErrorsExpected @param tag for 'value'.114
ErrorsExpected @param tag for 'element'.114
ErrorsExpected @throws tag for 'ElementAttributeValueParserException'.114
ErrorsExpected an @return tag.122
ErrorsExpected @param tag for 'name'.122
ErrorsExpected @param tag for 'value'.122
ErrorsExpected @param tag for 'element'.122
ErrorsExpression can be simplified.126
ErrorsExpression can be simplified.133
ErrorsExpression can be simplified.142

org/x4o/xml/impl/DefaultElementBodyCharacters.java

ViolationMessageLine
ErrorsExpected @param tag for 'element'.63
ErrorsExpected @param tag for 'body'.69
ErrorsExpected @throws tag for 'ElementException'.69
ErrorsExpected @param tag for 'comment'.75
ErrorsExpected @throws tag for 'ElementException'.75
ErrorsExpected @throws tag for 'ElementException'.81
ErrorsExpected @throws tag for 'ElementException'.87
ErrorsExpected @throws tag for 'ElementException'.93
ErrorsExpected @param tag for 'space'.99
ErrorsExpected @throws tag for 'ElementException'.99
ErrorsExpected an @return tag.105
ErrorsExpected an @return tag.112
ErrorsExpected an @return tag.119
ErrorsExpected an @return tag.126
ErrorsExpected an @return tag.133
ErrorsExpected an @return tag.140
ErrorsExpected an @return tag.147
ErrorsExpected an @return tag.154
ErrorsExpected @throws tag for 'ElementException'.161
ErrorsExpected @param tag for 'element'.167
ErrorsExpected @param tag for 'name'.173
ErrorsExpected @param tag for 'value'.173
ErrorsExpected @param tag for 'elementClass'.179
ErrorsExpected @param tag for 'elementLanguage'.185
Errors'elementObject' hides a field.191
ErrorsExpected @param tag for 'elementObject'.191
Errors'parent' hides a field.198
ErrorsExpected @param tag for 'parent'.198

org/x4o/xml/impl/DefaultElementNamespaceInstanceProvider.java

ViolationMessageLine
Errors'elementLanguage' hides a field.60
Errors'elementNamespaceContext' hides a field.60
ErrorsExpression can be simplified.83

org/x4o/xml/impl/DefaultElementObjectPropertyValue.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.51
ErrorsComment matches to-do format 'TODO:'.108
ErrorsExpected @param tag for 'object'.118
ErrorsExpected @param tag for 'parameterName'.118
ErrorsExpected @param tag for 'parameter'.118
ErrorsExpected @throws tag for 'ElementObjectPropertyValueException'.118
ErrorsCatching 'Exception' is not allowed.133
ErrorsCatching 'Exception' is not allowed.144
ErrorsCatching 'Exception' is not allowed.160
ErrorsCatching 'Exception' is not allowed.238
ErrorsExpected an @return tag.251
ErrorsExpected @throws tag for 'ElementObjectPropertyValueException'.251
Errors'logger' hides a field.260
ErrorsCatching 'Exception' is not allowed.308
ErrorsExpected @param tag for 'object'.326
ErrorsExpected @param tag for 'attributes'.326
ErrorsExpected @throws tag for 'ElementObjectPropertyValueException'.326

org/x4o/xml/impl/config/DefaultX4OLanguageConfiguration.java

ViolationMessageLine
Errors'private' modifier out of order with the JLS suggestions.68
ErrorsMissing a Javadoc comment.70
ErrorsExpected an @return tag.91
ErrorsExpected an @return tag.98
ErrorsExpected an @return tag.105
ErrorsExpected an @return tag.112
ErrorsExpected an @return tag.119
ErrorsExpected @param tag for 'property'.119
ErrorsExpected @param tag for 'property'.126
ErrorsExpected @param tag for 'value'.126
ErrorsExpression can be simplified.127
ErrorsExpected an @return tag.136
ErrorsExpected @param tag for 'property'.136
ErrorsExpected an @return tag.147
ErrorsExpected @param tag for 'property'.147
ErrorsExpected an @return tag.158
ErrorsExpected an @return tag.165
ErrorsExpected an @return tag.172
ErrorsExpected an @return tag.179
ErrorsExpected an @return tag.186
ErrorsExpected an @return tag.193
ErrorsExpected an @return tag.200
ErrorsExpected an @return tag.207
ErrorsExpected an @return tag.214
ErrorsExpected an @return tag.221
ErrorsExpected an @return tag.228
ErrorsExpected an @return tag.235
ErrorsExpected an @return tag.242
ErrorsExpected an @return tag.249
ErrorsExpected an @return tag.256
ErrorsExpected an @return tag.263
ErrorsMissing a Javadoc comment.267
ErrorsExpression can be simplified.268
ErrorsCatching 'Exception' is not allowed.287
ErrorsMissing a Javadoc comment.293
ErrorsCatching 'Exception' is not allowed.302
ErrorsCatching 'Exception' is not allowed.307
ErrorsLine is longer than 200 characters.308
ErrorsExpected an @return tag.316
ErrorsExpected an @return tag.324
ErrorsExpected an @return tag.333
ErrorsLine is longer than 200 characters.343
ErrorsLine is longer than 200 characters.344
ErrorsLine is longer than 200 characters.363
ErrorsExpected an @return tag.382
ErrorsLine is longer than 200 characters.390
ErrorsLine is longer than 200 characters.395
ErrorsExpected an @return tag.406
ErrorsExpected an @return tag.417
ErrorsExpected an @return tag.424
Errors'debugWriter' hides a field.431
ErrorsExpected @param tag for 'debugWriter'.431

org/x4o/xml/impl/config/DefaultX4OLanguageLoader.java

ViolationMessageLine
ErrorsVariable 'modulesAll' must be private and have accessor methods.63
ErrorsMissing a Javadoc comment.65
ErrorsMissing a Javadoc comment.70
ErrorsExpected @param tag for 'elementLanguage'.84
ErrorsExpected @param tag for 'language'.84
ErrorsExpected @param tag for 'languageVersion'.84
ErrorsExpected @throws tag for 'X4OLanguageLoaderException'.84
ErrorsLine is longer than 200 characters.105
ErrorsCatching 'Exception' is not allowed.113
ErrorsCatching 'Exception' is not allowed.134
ErrorsCatching 'Exception' is not allowed.151
ErrorsExpected @param tag for 'elementLanguage'.159
ErrorsExpected @param tag for 'language'.159
ErrorsExpected @throws tag for 'IOException'.159
ErrorsExpected @throws tag for 'SAXException'.159
ErrorsExpected @throws tag for 'IOException'.190
ErrorsExpected @throws tag for 'SAXException'.190

org/x4o/xml/impl/config/DefaultX4OLanguageVersionFilter.java

ViolationMessageLine
ErrorsExpected an @return tag.42
ErrorsExpected @param tag for 'requestVersion'.42
ErrorsExpected @param tag for 'versions'.42

org/x4o/xml/impl/el/X4OELContext.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.50
ErrorsExpected an @return tag.67
ErrorsExpected an @return tag.75
ErrorsExpected an @return tag.83

org/x4o/xml/impl/el/X4OELFunctionMapper.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.52

org/x4o/xml/impl/el/X4OELResolver.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.45
Errors'objectStore' hides a field.45
ErrorsMissing a Javadoc comment.50

org/x4o/xml/impl/el/X4OELVariableMapper.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsExpected an @return tag.53
ErrorsExpected @param tag for 'var'.54
ErrorsExpected an @return tag.61
ErrorsExpected @param tag for 'var'.62
ErrorsExpected @param tag for 'expression'.62

org/x4o/xml/sax/AbstractXMLParser.java

ViolationMessageLine
Errors'public' modifier out of order with the JLS suggestions.45
Errors'public' modifier out of order with the JLS suggestions.54
ErrorsExpected @param tag for 'systemId'.54
ErrorsExpected @param tag for 'basePath'.54
ErrorsExpected @throws tag for 'ParserConfigurationException'.54
ErrorsExpected @throws tag for 'SAXException'.54
ErrorsExpected @throws tag for 'IOException'.54
ErrorsExpected @throws tag for 'ParserConfigurationException'.67
ErrorsExpected @throws tag for 'FileNotFoundException'.67
ErrorsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.67
ErrorsExpected @throws tag for 'SecurityException'.67
ErrorsRedundant throws: 'SecurityException' is unchecked exception.67
ErrorsExpected @throws tag for 'NullPointerException'.67
ErrorsRedundant throws: 'NullPointerException' is unchecked exception.67
ErrorsExpected @throws tag for 'SAXException'.67
ErrorsExpected @throws tag for 'IOException'.67
ErrorsExpected @throws tag for 'ParserConfigurationException'.85
ErrorsExpected @throws tag for 'FileNotFoundException'.85
ErrorsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.85
ErrorsExpected @throws tag for 'SecurityException'.85
ErrorsRedundant throws: 'SecurityException' is unchecked exception.85
ErrorsExpected @throws tag for 'NullPointerException'.85
ErrorsRedundant throws: 'NullPointerException' is unchecked exception.85
ErrorsExpected @throws tag for 'SAXException'.85
ErrorsExpected @throws tag for 'IOException'.85
ErrorsExpression can be simplified.89
ErrorsExpression can be simplified.92
ErrorsExpected @throws tag for 'ParserConfigurationException'.116
ErrorsExpected @throws tag for 'FileNotFoundException'.116
ErrorsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.116
ErrorsExpected @throws tag for 'SecurityException'.116
ErrorsRedundant throws: 'SecurityException' is unchecked exception.116
ErrorsExpected @throws tag for 'NullPointerException'.116
ErrorsRedundant throws: 'NullPointerException' is unchecked exception.116
ErrorsExpected @throws tag for 'SAXException'.116
ErrorsExpected @throws tag for 'IOException'.116
Errors'if' construct must use '{}'s.121
ErrorsExpected @throws tag for 'ParserConfigurationException'.151
ErrorsExpected @throws tag for 'SAXException'.151
ErrorsExpected @throws tag for 'IOException'.151
ErrorsExpected @throws tag for 'NullPointerException'.151
ErrorsRedundant throws: 'NullPointerException' is unchecked exception.151
ErrorsExpected @throws tag for 'ParserConfigurationException'.168
ErrorsExpected @throws tag for 'SAXException'.168
ErrorsExpected @throws tag for 'IOException'.168
ErrorsExpected @throws tag for 'NullPointerException'.168
ErrorsRedundant throws: 'NullPointerException' is unchecked exception.168

org/x4o/xml/sax/AttributeMap.java

ViolationMessageLine
ErrorsType Javadoc comment is missing an @param <K> tag.39
ErrorsType Javadoc comment is missing an @param <V> tag.39
ErrorsFirst sentence should end with a period.47
Errors'attributes' hides a field.53
ErrorsFirst sentence should end with a period.57
Errors'attributes' hides a field.65
Errors'uri' hides a field.65
Errors'attributes' hides a field.76
Errors'uri' hides a field.96
ErrorsMissing a Javadoc comment.337
Errors'key' hides a field.337
ErrorsMissing a Javadoc comment.341
ErrorsMissing a Javadoc comment.345
Errors'value' hides a field.345
ErrorsMissing a Javadoc comment.351
ErrorsDefinition of 'equals()' without corresponding definition of 'hashCode()'.355
ErrorsMissing a Javadoc comment.355

org/x4o/xml/sax/XMLWriter.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.58
Errors'out' hides a field.58
ErrorsMissing a Javadoc comment.62
Errors'out' hides a field.62
ErrorsExpected @throws tag for 'SAXException'.70
ErrorsExpected @throws tag for 'SAXException'.83
ErrorsExpected @param tag for 'uri'.95
ErrorsExpected @param tag for 'localName'.95
ErrorsExpected @param tag for 'name'.95
ErrorsExpected @param tag for 'atts'.95
ErrorsExpected @throws tag for 'SAXException'.95
ErrorsExpression can be simplified.104
ErrorsExpression can be simplified.125
ErrorsExpression can be simplified.133
ErrorsExpression can be simplified.133
ErrorsExpression can be simplified.142
ErrorsExpression can be simplified.152
ErrorsExpression can be simplified.166
ErrorsComment matches to-do format 'TODO:'.196
ErrorsExpected @param tag for 'uri'.225
ErrorsExpected @param tag for 'localName'.225
ErrorsExpected @param tag for 'name'.225
ErrorsExpected @throws tag for 'SAXException'.225
ErrorsExpression can be simplified.236
ErrorsExpression can be simplified.255
ErrorsExpected @param tag for 'prefix'.271
ErrorsExpected @param tag for 'uri'.271
ErrorsExpected @throws tag for 'SAXException'.271
ErrorsExpected @param tag for 'prefix'.279
ErrorsExpected @throws tag for 'SAXException'.279
ErrorsExpected @param tag for 'ch'.300
ErrorsExpected @param tag for 'start'.300
ErrorsExpected @param tag for 'length'.300
ErrorsExpected @throws tag for 'SAXException'.300
ErrorsExpected @param tag for 'ch'.325
ErrorsExpected @param tag for 'start'.325
ErrorsExpected @param tag for 'length'.325
ErrorsExpected @throws tag for 'SAXException'.325
ErrorsExpected @param tag for 'target'.341
ErrorsExpected @param tag for 'data'.341
ErrorsExpected @throws tag for 'SAXException'.341
ErrorsExpected @param tag for 'locator'.354
ErrorsExpected @param tag for 'name'.361
ErrorsExpected @throws tag for 'SAXException'.361
ErrorsExpected @param tag for 'ch'.369
ErrorsExpected @param tag for 'start'.369
ErrorsExpected @param tag for 'length'.369
ErrorsExpected @throws tag for 'SAXException'.369
ErrorsMissing a Javadoc comment.390