This project has retired. For details please refer to its Attic page.
Apache Tiles - Extras - Checkstyle Results Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
9 0 20 0

Rules

Rules Violations Severity
JavadocMethod
  • allowUndeclaredRTE: "true"
5 Warnings Warning
JavadocType 1 Warnings Warning
JavadocVariable 7 Warnings Warning
JavadocStyle 0 Warnings Warning
ConstantName 0 Warnings Warning
LocalFinalVariableName 0 Warnings Warning
LocalVariableName 0 Warnings Warning
MemberName 0 Warnings Warning
MethodName 0 Warnings Warning
PackageName 0 Warnings Warning
ParameterName 0 Warnings Warning
StaticVariableName 0 Warnings Warning
TypeName 0 Warnings Warning
AvoidStarImport 0 Warnings Warning
IllegalImport 0 Warnings Warning
RedundantImport 0 Warnings Warning
UnusedImports 2 Warnings Warning
LineLength
  • max: "120"
  • ignorePattern: "^ \* @version .*$"
0 Warnings Warning
MethodLength 0 Warnings Warning
EmptyForIteratorPad 0 Warnings Warning
NoWhitespaceAfter
  • tokens: "BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"
0 Warnings Warning
NoWhitespaceBefore 0 Warnings Warning
OperatorWrap 0 Warnings Warning
ParenPad 0 Warnings Warning
TypecastParenPad 0 Warnings Warning
WhitespaceAfter 2 Warnings Warning
WhitespaceAround
  • tokens: "ASSIGN,BAND,BAND_ASSIGN,BOR,BOR_ASSIGN,BSR,BSR_ASSIGN,BXOR,BXOR_ASSIGN,COLON,DIV,DIV_ASSIGN,EQUAL,GE,GT,LAND,LCURLY,LE,LITERAL_ASSERT,LITERAL_CATCH,LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_FOR,LITERAL_IF,LITERAL_RETURN,LITERAL_SYNCHRONIZED,LITERAL_TRY,LITERAL_WHILE,LOR,LT,MINUS,MINUS_ASSIGN,MOD,MOD_ASSIGN,NOT_EQUAL,PLUS,PLUS_ASSIGN,QUESTION,RCURLY,SL,SLIST,SL_ASSIGN,SR,SR_ASSIGN,STAR,STAR_ASSIGN,LITERAL_ASSERT,TYPE_EXTENSION_AND"
2 Warnings Warning
ModifierOrder 0 Warnings Warning
RedundantModifier 0 Warnings Warning
AvoidNestedBlocks 0 Warnings Warning
EmptyBlock 0 Warnings Warning
LeftCurly 0 Warnings Warning
NeedBraces 0 Warnings Warning
RightCurly 0 Warnings Warning
DoubleCheckedLocking 0 Warnings Warning
EmptyStatement 0 Warnings Warning
EqualsHashCode 0 Warnings Warning
IllegalInstantiation 0 Warnings Warning
InnerAssignment 0 Warnings Warning
MissingSwitchDefault 0 Warnings Warning
RedundantThrows 0 Warnings Warning
SimplifyBooleanExpression 0 Warnings Warning
SimplifyBooleanReturn 0 Warnings Warning
FinalClass 0 Warnings Warning
HideUtilityClassConstructor 0 Warnings Warning
InterfaceIsType 0 Warnings Warning
VisibilityModifier
  • protectedAllowed: "true"
0 Warnings Warning
ArrayTypeStyle 0 Warnings Warning
TodoComment 0 Warnings Warning
UpperEll 0 Warnings Warning
RegexpHeader
  • header
    1: /\*\s*
    2:  \*\s*\$Id.*\$
    3:  \*\s*
    4:  \*\s*Licensed to the Apache Software Foundation \(ASF\) under one
    5:  \*\s*or more contributor license agreements\. See the NOTICE file
    6:  \*\s*distributed with this work for additional information
    7:  \*\s*regarding copyright ownership\. The ASF licenses this file
    8:  \*\s*to you under the Apache License, Version 2\.0 \(the
    9:  \*\s*.License.\); you may not use this file except in compliance
    10:  \*\s*with the License\. You may obtain a copy of the License at
    11:  \*\s*
    12:  \*\s*http://www\.apache\.org/licenses/LICENSE\-2\.0
    13:  \*\s*
    14:  \*\s*Unless required by applicable law or agreed to in writing,
    15:  \*\s*software distributed under the License is distributed on an
    16:  \*\s*.AS IS. BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
    17:  \*\s*KIND, either express or implied\. See the License for the
    18:  \*\s*specific language governing permissions and limitations
    19:  \*\s*under the License\.
    20:  \*/\s*
0 Warnings Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
1 Warnings Warning
FileLength 0 Warnings Warning
FileTabCharacter 0 Warnings Warning
JavadocPackage 0 Warnings Warning
NewlineAtEndOfFile 0 Warnings Warning
Translation 0 Warnings Warning

Details

org/apache/tiles/extras/complete/CompleteAutoloadTilesContainerFactory.java

Violation Message Line
Warnings Unused import - java.io.InputStream. 24
Warnings Unused import - org.apache.tiles.request.servlet.ServletUtil. 86

org/apache/tiles/extras/renderer/OptionsRenderer.java

Violation Message Line
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 81
Warnings Missing a Javadoc comment. 83
Warnings Missing a Javadoc comment. 86
Warnings Missing a Javadoc comment. 88
Warnings Missing a Javadoc comment. 89
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 134
Warnings Missing a Javadoc comment. 164
Warnings Missing a Javadoc comment. 166
Warnings ',' is not followed by whitespace. 170
Warnings Line has trailing spaces. 171
Warnings ',' is not followed by whitespace. 175
Warnings Missing a Javadoc comment. 192
Warnings Missing a Javadoc comment. 196
Warnings Missing a Javadoc comment. 200
Warnings '{' is not followed by whitespace. 200
Warnings '}' is not preceded with whitespace. 200