Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
261222

Rules

RulesViolationsSeverity
AbstractClassName0error Error
ArrayTypeStyle0error Error
AvoidInlineConditionals0error Error
AvoidNestedBlocks0error Error
AvoidStarImport
  • excludes: "java.io,java.net,java.util"
0error Error
ConstantName0warning Warning
CovariantEquals0error Error
DeclarationOrder0error Error
DoubleCheckedLocking0error Error
EmptyBlock11warning Warning
EmptyStatement0error Error
EqualsHashCode0error Error
FinalClass0error Error
FinalLocalVariable0error Error
FinalParameters0error Error
GenericIllegalRegexp
  • format: "\s$|\t$"
0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0error Error
HideUtilityClassConstructor0error Error
IllegalCatch0error Error
IllegalInstantiation0error Error
IllegalThrows2error Error
ImportOrder
  • groups: "junction"
0error Error
Indentation0error Error
InnerAssignment0warning Warning
InterfaceIsType0error Error
LeftCurly
  • option: "nl"
0error Error
MagicNumber2warning Warning
MissingCtor0warning Warning
ModifiedControlVariable0error Error
ModifierOrder0error Error
MultipleStringLiterals9warning Warning
MultipleVariableDeclarations0error Error
MutableException0error Error
NeedBraces0error Error
ParameterAssignment0error Error
RedundantModifier0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
StringLiteralEquality0error Error
TodoComment
  • format: "FIXME|TODO"
1info Info
TrailingComment0error Error
UnnecessaryParentheses0error Error
UnusedImports0error Error
NewlineAtEndOfFile0error Error

Details

junction/HideImplementationObjectAdapter.java

ViolationMessageLine
errorThrowing 'Throwable' is not allowed.96

junction/annotation/AnnotationsContainerConfiguration.java

ViolationMessageLine
warningMust have at least one statement.126
warningMust have at least one statement.144
infoComment matches to-do format 'FIXME|TODO'.197

junction/ReflectContainerConfiguration.java

ViolationMessageLine
warningMust have at least one statement.58
warningMust have at least one statement.61
warningMust have at least one statement.64
warningMust have at least one statement.85
warningMust have at least one statement.88
warningMust have at least one statement.91
warningMust have at least one statement.111
warningMust have at least one statement.114
warningMust have at least one statement.117

junction/LoggerUtil.java

ViolationMessageLine
warningThe String "." appears 3 times in the file.51

junction/TraceMethodsObjectAdapter.java

ViolationMessageLine
warningThe String " -> " appears 2 times in the file.64
errorThrowing 'Throwable' is not allowed.91

junction/Container.java

ViolationMessageLine
warningThe String " -> " appears 4 times in the file.235
warningThe String "cannot find implementation for " appears 4 times in the file.524
warningThe String "..." appears 2 times in the file.618
warningThe String "==> " appears 2 times in the file.623
warningThe String "\t\t\t" appears 2 times in the file.679
warning'3' is a magic number.691
warning'3' is a magic number.729
warningThe String "." appears 2 times in the file.760

junction/CommonsContainerConfiguration.java

ViolationMessageLine
warningThe String "." appears 7 times in the file.57