Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
195 0 0 96

Files

Files Infos Warnings Errors
org/melati/Melati.java 0 0 1
org/melati/PoemContext.java 0 0 2
org/melati/admin/Admin.java 0 0 12
org/melati/admin/AdminUtils.java 0 0 1
org/melati/admin/Copy.java 0 0 3
org/melati/login/CommandLineAccessHandler.java 0 0 7
org/melati/servlet/DefaultFileFormDataAdaptor.java 0 0 1
org/melati/servlet/Form.java 0 0 1
org/melati/servlet/MultipartFormDataDecoder.java 0 0 1
org/melati/servlet/PoemFileFormDataAdaptorFactory.java 0 0 2
org/melati/servlet/PoemServlet.java 0 0 1
org/melati/template/AbstractMarkupLanguage.java 0 0 1
org/melati/template/ClassNameTempletLoader.java 0 0 1
org/melati/template/TemplateIOException.java 0 0 2
org/melati/template/YMDDateAdaptor.java 0 0 1
org/melati/template/velocity/Form.java 0 0 3
org/melati/template/velocity/MelatiVelocityWriter.java 0 0 1
org/melati/template/velocity/PassbackEvaluationExceptionHandler.java 0 0 1
org/melati/template/velocity/PropagateEvaluationExceptionHandler.java 0 0 3
org/melati/template/velocity/VelocityServletTemplateContext.java 0 0 1
org/melati/template/velocity/VelocityTemplateContext.java 0 0 1
org/melati/template/webmacro/PropagateEvaluationExceptionHandler.java 0 0 2
org/melati/template/webmacro/WebmacroServletTemplateContext.java 0 0 1
org/melati/template/webmacro/WebmacroServletTemplateEngine.java 0 0 1
org/melati/template/webmacro/WebmacroTemplate.java 0 0 1
org/melati/test/SessionAnalysisServlet.java 0 0 1
org/melati/util/DumbPagedEnumeration.java 0 0 1
org/melati/util/HTMLUtils.java 0 0 38
org/melati/util/HttpHeader.java 0 0 1
org/melati/util/HttpUtil.java 0 0 1
org/melati/util/MelatiIOException.java 0 0 2

Rules

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

Details

org/melati/Melati.java

Violation Message Line
Errors ')' is preceded with whitespace. 247

org/melati/PoemContext.java

Violation Message Line
Errors Missing a Javadoc comment. 90
Errors Missing a Javadoc comment. 93

org/melati/admin/Admin.java

Violation Message Line
Errors ')' is followed by whitespace. 258
Errors ')' is followed by whitespace. 291
Errors ')' is followed by whitespace. 293
Errors ')' is followed by whitespace. 355
Errors ')' is followed by whitespace. 386
Errors ')' is followed by whitespace. 439
Errors ')' is followed by whitespace. 480
Errors ')' is followed by whitespace. 483
Errors ')' is followed by whitespace. 484
Errors ')' is followed by whitespace. 511
Errors ')' is followed by whitespace. 514
Errors ')' is followed by whitespace. 675

org/melati/admin/AdminUtils.java

Violation Message Line
Errors ')' is followed by whitespace. 510

org/melati/admin/Copy.java

Violation Message Line
Errors '(' is followed by whitespace. 142
Errors ')' is preceded with whitespace. 154
Errors ')' is preceded with whitespace. 155

org/melati/login/CommandLineAccessHandler.java

Violation Message Line
Errors Expression can be simplified. 105
Errors ')' is followed by whitespace. 113
Errors ')' is followed by whitespace. 120
Errors ')' is followed by whitespace. 121
Errors ')' is followed by whitespace. 122
Errors ')' is followed by whitespace. 123
Errors ')' is followed by whitespace. 152

org/melati/servlet/DefaultFileFormDataAdaptor.java

Violation Message Line
Errors Unused @param tag for 'makeUnique'. 87

org/melati/servlet/Form.java

Violation Message Line
Errors Unused @param tag for 'persistent'. 83

org/melati/servlet/MultipartFormDataDecoder.java

Violation Message Line
Errors Inner assignments should be avoided. 269

org/melati/servlet/PoemFileFormDataAdaptorFactory.java

Violation Message Line
Errors ')' is followed by whitespace. 75
Errors ')' is followed by whitespace. 76

org/melati/servlet/PoemServlet.java

Violation Message Line
Errors ')' is followed by whitespace. 314

org/melati/template/AbstractMarkupLanguage.java

Violation Message Line
Errors ';' is preceded with whitespace. 349

org/melati/template/ClassNameTempletLoader.java

Violation Message Line
Errors Unused import - java.io.IOException. 48

org/melati/template/TemplateIOException.java

Violation Message Line
Errors Missing a Javadoc comment. 58
Errors Missing a Javadoc comment. 62

org/melati/template/YMDDateAdaptor.java

Violation Message Line
Errors ')' is preceded with whitespace. 193

org/melati/template/velocity/Form.java

Violation Message Line
Errors Expected an @return tag. 71
Errors 'public' modifier out of order with the JLS suggestions. 71
Errors '{' should be on the previous line. 72

org/melati/template/velocity/MelatiVelocityWriter.java

Violation Message Line
Errors Unused @throws tag for 'IOException'. 81

org/melati/template/velocity/PassbackEvaluationExceptionHandler.java

Violation Message Line
Errors Missing a Javadoc comment. 73

org/melati/template/velocity/PropagateEvaluationExceptionHandler.java

Violation Message Line
Errors Missing a Javadoc comment. 68
Errors Missing a Javadoc comment. 73
Errors Missing a Javadoc comment. 90

org/melati/template/velocity/VelocityServletTemplateContext.java

Violation Message Line
Errors Expected an @return tag. 104

org/melati/template/velocity/VelocityTemplateContext.java

Violation Message Line
Errors File does not end with a newline. 0

org/melati/template/webmacro/PropagateEvaluationExceptionHandler.java

Violation Message Line
Errors ')' is followed by whitespace. 99
Errors ')' is followed by whitespace. 116

org/melati/template/webmacro/WebmacroServletTemplateContext.java

Violation Message Line
Errors Expected an @return tag. 90

org/melati/template/webmacro/WebmacroServletTemplateEngine.java

Violation Message Line
Errors Unused @throws tag for 'IOException'. 111

org/melati/template/webmacro/WebmacroTemplate.java

Violation Message Line
Errors Unused @throws tag for 'IOException'. 79

org/melati/test/SessionAnalysisServlet.java

Violation Message Line
Errors ')' is followed by whitespace. 117

org/melati/util/DumbPagedEnumeration.java

Violation Message Line
Errors Missing a Javadoc comment. 99

org/melati/util/HTMLUtils.java

Violation Message Line
Errors ';' is preceded with whitespace. 181
Errors ';' is preceded with whitespace. 182
Errors ';' is preceded with whitespace. 183
Errors ';' is preceded with whitespace. 186
Errors ';' is preceded with whitespace. 187
Errors ';' is preceded with whitespace. 188
Errors ';' is preceded with whitespace. 189
Errors ';' is preceded with whitespace. 190
Errors ';' is preceded with whitespace. 191
Errors ';' is preceded with whitespace. 192
Errors ';' is preceded with whitespace. 193
Errors ';' is preceded with whitespace. 194
Errors ';' is preceded with whitespace. 195
Errors ';' is preceded with whitespace. 196
Errors ';' is preceded with whitespace. 197
Errors ';' is preceded with whitespace. 198
Errors ';' is preceded with whitespace. 199
Errors ';' is preceded with whitespace. 200
Errors ';' is preceded with whitespace. 201
Errors ';' is preceded with whitespace. 202
Errors ';' is preceded with whitespace. 203
Errors ';' is preceded with whitespace. 204
Errors ';' is preceded with whitespace. 205
Errors ';' is preceded with whitespace. 206
Errors ';' is preceded with whitespace. 207
Errors ';' is preceded with whitespace. 208
Errors ';' is preceded with whitespace. 209
Errors ';' is preceded with whitespace. 210
Errors ';' is preceded with whitespace. 211
Errors ';' is preceded with whitespace. 212
Errors ';' is preceded with whitespace. 213
Errors ';' is preceded with whitespace. 214
Errors ';' is preceded with whitespace. 215
Errors ';' is preceded with whitespace. 216
Errors ';' is preceded with whitespace. 217
Errors ';' is preceded with whitespace. 218
Errors ';' is preceded with whitespace. 219
Errors ';' is preceded with whitespace. 220

org/melati/util/HttpHeader.java

Violation Message Line
Errors Got an exception - java.lang.RuntimeException: Unable to get class information for @throws tag 'HttpHeaderException'. 0

org/melati/util/HttpUtil.java

Violation Message Line
Errors Expected an @return tag. 84

org/melati/util/MelatiIOException.java

Violation Message Line
Errors Missing a Javadoc comment. 58
Errors Missing a Javadoc comment. 62