Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
11051

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "false"
0Errors Error
Translation0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
2Warnings Warning
FileLength
  • max: "500"
0Errors Error
JavadocMethod
  • excludeScope: "private"
  • allowUndeclaredRTE: "true"
0Errors Error
JavadocType
  • scope: "public"
1Errors Error
JavadocVariable
  • excludeScope: "private"
0Errors Error
JavadocStyle0Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength
  • max: "120"
3Warnings Warning
MethodLength
  • max: "30"
0Errors Error
ParameterNumber
  • max: "4"
0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap
  • option: "eol"
0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter0Errors Error
WhitespaceAround0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces
  • tokens: "LITERAL_DO, LITERAL_ELSE, LITERAL_FOR, LITERAL_WHILE"
0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension0Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
ArrayTypeStyle0Errors Error
TodoComment
  • format: "TODO"
0Errors Error
UpperEll0Errors Error

Details

uk/co/datumedge/hamcrest/json/JSONAssertComparator.java

ViolationMessageLine
WarningsLine has trailing spaces.15

uk/co/datumedge/hamcrest/json/JSONModalComparator.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.3

uk/co/datumedge/hamcrest/json/JSONObjectComparatorFactory.java

ViolationMessageLine
WarningsLine is longer than 120 characters.11

uk/co/datumedge/hamcrest/json/SameJSONAs.java

ViolationMessageLine
WarningsLine is longer than 120 characters.111
WarningsLine is longer than 120 characters.127
WarningsLine has trailing spaces.141