Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
5 0 0 4

Files

Files Infos Warnings Errors
org/jomc/tools/JomcTool.java 0 0 4

Rules

Rules Violations Severity
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
EmptyBlock
  • option: "stmt"
0 Errors Error
LeftCurly
  • option: "nl"
  • maxLineLength: "120"
0 Errors Error
NeedBraces 0 Errors Error
RightCurly
  • shouldStartLine: "true"
  • option: "alone"
0 Errors Error
AvoidNestedBlocks 0 Errors Error
VisibilityModifier 0 Errors Error
FinalClass 0 Errors Error
InterfaceIsType 0 Errors Error
MutableException 0 Errors Error
ThrowsCount
  • max: "5"
0 Errors Error
CovariantEquals 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
FinalLocalVariable
  • tokens: "VARIABLE_DEF,PARAMETER_DEF"
0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
0 Errors Error
IllegalInstantiation
  • classes: "java.lang.Boolean"
0 Errors Error
MissingSwitchDefault 0 Errors Error
ModifiedControlVariable 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
StringLiteralEquality 0 Errors Error
NestedIfDepth
  • max: "4"
0 Errors Error
NestedTryDepth
  • max: "2"
0 Errors Error
SuperClone 0 Errors Error
SuperFinalize 0 Errors Error
IllegalCatch 4 Errors Error
IllegalThrows 0 Errors Error
PackageDeclaration 0 Errors Error
JUnitTestCase 0 Errors Error
ParameterAssignment 0 Errors Error
ExplicitInitialization 0 Errors Error
DefaultComesLast 0 Errors Error
MissingCtor 0 Errors Error
FallThrough 0 Errors Error
MultipleVariableDeclarations 0 Errors Error
UnnecessaryParentheses 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
JavadocType 0 Errors Error
JavadocMethod
  • allowUndeclaredRTE: "true"
  • scope: "package"
0 Errors Error
JavadocVariable 0 Errors Error
JavadocStyle 0 Errors Error
UncommentedMain 0 Errors Error
UpperEll 0 Errors Error
ArrayTypeStyle 0 Errors Error
FinalParameters 0 Errors Error
TrailingComment 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error

Details

org/jomc/tools/JomcTool.java

Violation Message Line
Errors Catching 'Exception' is not allowed. 184
Errors Catching 'Exception' is not allowed. 1226
Errors Catching 'Exception' is not allowed. 1497
Errors Catching 'Exception' is not allowed. 1506