Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos info Warnings warning Errors error
30 0 0 15

Rules

Rules Violations Severity
SuppressionFilter
  • file : "src/site/checkstyleSuppressions.xml"
0 error Error
PackageHtml 0 error Error
NewlineAtEndOfFile 0 error Error
Translation 0 error Error
LeftCurly
  • option : "eol"
  • tokens : "CLASS_DEF,CTOR_DEF,INTERFACE_DEF,LITERAL_CATCH,LITERAL_DO,LITERAL_FINALLY,LITERAL_FOR,LITERAL_SWITCH,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE,METHOD_DEF"
0 error Error
LineLength
  • ignorePattern : "Source:"
  • max : "120"
15 error Error
JavadocMethod
  • allowMissingParamTags : "true"
  • scope : "public"
  • allowMissingReturnTag : "true"
  • allowMissingThrowsTags : "true"
  • allowMissingJavadoc : "true"
0 error Error
JavadocType
  • scope : "public"
0 error Error
JavadocVariable
  • scope : "public"
0 error Error
MemberName
  • format : "^[a-zA-Z0-9\_]*$"
0 error Error
ConstantName
  • format : "^[a-zA-Z0-9\_]*$"
0 error Error
LocalFinalVariableName
  • format : "^[\_]?[a-zA-Z0-9\_]*$"
0 error Error
LocalVariableName
  • format : "^[\_]?[a-zA-Z0-9\_]*$"
0 error Error
MethodName
  • format : "^[\_]?[a-zA-Z0-9\_]*$"
0 error Error
PackageName 0 error Error
ParameterName
  • format : "^[\_]?[a-zA-Z0-9\_]*$"
0 error Error
StaticVariableName
  • format : "^[\_]?[a-zA-Z0-9\_]*$"
0 error Error
TypeName 0 error Error
Header
  • ignoreLines : "1,2,3,4,5,6,7,8,9"
  • headerFile : "./LICENSE.txt"
0 error Error
AvoidStarImport 0 error Error
IllegalImport 0 error Error
RedundantImport 0 error Error
UnusedImports 0 error Error
FileLength 0 error Error
MethodLength
  • max : "165"
0 error Error
ParameterNumber 0 error Error
EmptyForIteratorPad 0 error Error
NoWhitespaceAfter
  • tokens : "TYPECAST"
0 error Error
NoWhitespaceBefore 0 error Error
TypecastParenPad 0 error Error
ParenPad 0 error Error
TabCharacter 0 error Error
WhitespaceAfter
  • tokens : "SEMI"
0 error Error
ModifierOrder 0 error Error
RedundantModifier 0 error Error
AvoidNestedBlocks 0 error Error
EmptyBlock
  • tokens : "LITERAL_CATCH, LITERAL_FINALLY, LITERAL_TRY, INSTANCE_INIT, STATIC_INIT"
0 error Error
NeedBraces
  • tokens : "LITERAL_DO"
0 error Error
DoubleCheckedLocking 0 error Error
EmptyStatement 0 error Error
EqualsHashCode 0 error Error
HiddenField
  • tokens : "VARIABLE_DEF"
0 error Error
IllegalInstantiation 0 error Error
InnerAssignment 0 error Error
MagicNumber 0 error Error
MissingSwitchDefault 0 error Error
SimplifyBooleanExpression 0 error Error
SimplifyBooleanReturn 0 error Error
FinalClass 0 error Error
HideUtilityClassConstructor 0 error Error
InterfaceIsType 0 error Error
TodoComment 0 error Error
UpperEll 0 error Error

Details

org/melati/poem/dbms/test/sql/ThrowingConnectionJdbc3.java

Violation Message Line
error Line is longer than 120 characters. 262
error Line is longer than 120 characters. 327

org/melati/poem/dbms/test/sql/ThrowingDatabaseMetaDataJdbc3.java

Violation Message Line
error Line is longer than 120 characters. 101
error Line is longer than 120 characters. 107
error Line is longer than 120 characters. 131
error Line is longer than 120 characters. 137
error Line is longer than 120 characters. 149
error Line is longer than 120 characters. 152
error Line is longer than 120 characters. 229
error Line is longer than 120 characters. 380
error Line is longer than 120 characters. 383
error Line is longer than 120 characters. 392
error Line is longer than 120 characters. 458
error Line is longer than 120 characters. 470
error Line is longer than 120 characters. 488