Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
90024

Rules

RulesViolationsSeverity
JavadocPackage0Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength
  • max: "1500"
0Errors Error
LineLength
  • max: "200"
  • ignorePattern: "^ *\* *[^ ]+$"
1Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
EqualsHashCode0Errors Error
FinalClass0Errors Error
JavadocType
  • scope: "public"
  • authorFormat: "\S"
1Errors Error
JavadocMethod9Errors Error
JavadocVariable
  • scope: "public"
0Errors Error
JavadocStyle
  • scope: "public"
2Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
OperatorWrap0Errors Error
TypecastParenPad0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
HiddenField5Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows2Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
NoFinalizer0Errors Error
SuperClone0Errors Error
SuperFinalize0Errors Error
IllegalCatch3Errors Error
IllegalThrows0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier0Errors Error
ArrayTypeStyle0Errors Error
TodoComment1Errors Error
UpperEll0Errors Error

Details

org/x4o/xml/meta/MetaLanguageSiblingLoader.java

ViolationMessageLine
ErrorsExpected @throws tag for 'ElementLanguageModuleLoaderException'.53

org/x4o/xml/meta/lang/BeanPropertyComparator.java

ViolationMessageLine
ErrorsType Javadoc comment is missing an @param <T> tag.40
ErrorsFirst sentence should end with a period.59
Errors'property' hides a field.63
ErrorsFirst sentence should end with a period.68
Errors'property' hides a field.72
ErrorsExpected @param tag for 'property'.72
Errors'ascending' hides a field.72
ErrorsExpected @param tag for 'ascending'.72
ErrorsExpected @throws tag for 'ClassCastException'.85
ErrorsRedundant throws: 'ClassCastException' is unchecked exception.85
ErrorsExpected @throws tag for 'ClassCastException'.122
ErrorsRedundant throws: 'ClassCastException' is unchecked exception.122
ErrorsCatching 'Exception' is not allowed.130
Errors'property' hides a field.152
Errors'ascending' hides a field.170

org/x4o/xml/meta/lang/ELIDAttributeHandler.java

ViolationMessageLine
ErrorsExpected @param tag for 'element'.46
ErrorsExpected @throws tag for 'ElementConfiguratorException'.46
ErrorsLine is longer than 200 characters.57

org/x4o/xml/meta/lang/MethodElement.java

ViolationMessageLine
ErrorsComment matches to-do format 'TODO:'.36
ErrorsExpected @throws tag for 'ElementException'.47

org/x4o/xml/meta/lang/PropertyElement.java

ViolationMessageLine
ErrorsExpected @throws tag for 'ElementException'.49
ErrorsCatching 'Exception' is not allowed.97
ErrorsCatching 'Exception' is not allowed.107