Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
143069

Rules

RulesViolationsSeverity
JavadocPackage0Warnings Warning
FileLength0Errors Error
Translation0Errors Error
JavadocType1Warnings Warning
JavadocMethod
  • allowUndeclaredRTE: "true"
5Warnings Warning
JavadocVariable
  • scope: "protected"
0Warnings Warning
AvoidStarImport0Errors Error
AvoidStaticImport0Errors Error
IllegalImport0Errors Error
UnusedImports0Errors Error
LineLength
  • max: "125"
  • ignorePattern: "@version|@see|@todo|TODO"
1Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
GenericWhitespace0Errors Error
OperatorWrap
  • option: "eol"
0Errors Error
ParenPad0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround3Errors Error
LeftCurly0Errors Error
RightCurly0Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces0Errors Error
AvoidNestedBlocks0Errors Error
PackageName0Errors Error
TypeName0Errors Error
ConstantName0Errors Error
StaticVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
ParameterName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
ClassTypeParameterName0Errors Error
MethodTypeParameterName0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
VisibilityModifier0Errors Error
MutableException0Errors Error
MissingDeprecated0Errors Error
MissingOverride
  • javaFiveCompatibility: "true"
0Errors Error
TodoComment2Errors Error
UncommentedMain0Errors Error
FinalParameters0Errors Error
Indentation0Errors Error
UpperEll0Errors Error
ArrayTrailingComma0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
FinalLocalVariable0Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0Warnings Warning
InnerAssignment0Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
NoClone0Errors Error
NoFinalizer0Errors Error
DeclarationOrder0Errors Error
ParameterAssignment0Errors Error
MultipleStringLiterals3Errors Error

Details

org/greatage/ioc/OrderedConfigurationImpl.java

ViolationMessageLine
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.87

org/greatage/ioc/ServiceLocatorImpl.java

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

org/greatage/ioc/access/PropertyAccessImpl.java

ViolationMessageLine
ErrorsThe String "Can not read property '%s' of class '%s'" appears 2 times in the file.108
ErrorsThe String "Can not write property '%s' of class '%s'" appears 2 times in the file.132

org/greatage/ioc/annotations/Inject.java

ViolationMessageLine
Errors'}' is not preceded with whitespace.20

org/greatage/ioc/annotations/Order.java

ViolationMessageLine
Errors'}' is not preceded with whitespace.33

org/greatage/ioc/annotations/Symbol.java

ViolationMessageLine
Errors'}' is not preceded with whitespace.20

org/greatage/ioc/proxy/JavassistProxyFactory.java

ViolationMessageLine
WarningsExpected @param tag for '<T>'.62
ErrorsLine is longer than 125 characters.77

org/greatage/ioc/scope/AbstractScope.java

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

org/greatage/ioc/symbol/SymbolSourceImpl.java

ViolationMessageLine
ErrorsThe String ".*" appears 2 times in the file.21