This project has retired. For details please refer to its Attic page.
Apache Tiles - Framework - 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
188 0 81 0

Files

Files Infos Warnings Errors
org/apache/tiles/Attribute.java 0 1 0
org/apache/tiles/BasicAttributeContext.java 0 1 0
org/apache/tiles/Definition.java 0 1 0
org/apache/tiles/Expression.java 0 1 0
org/apache/tiles/definition/dao/BaseLocaleUrlDefinitionDAO.java 0 7 0
org/apache/tiles/definition/dao/CachingLocaleUrlDefinitionDAO.java 0 1 0
org/apache/tiles/definition/dao/LocaleUrlDefinitionDAO.java 0 2 0
org/apache/tiles/definition/dao/ResolvingLocaleUrlDefinitionDAO.java 0 1 0
org/apache/tiles/definition/pattern/AbstractPatternDefinitionResolver.java 0 5 0
org/apache/tiles/definition/pattern/PatternDefinitionResolver.java 0 3 0
org/apache/tiles/definition/pattern/PatternUtil.java 0 4 0
org/apache/tiles/extras/complete/CompleteAutoloadTilesContainerFactory.java 0 2 0
org/apache/tiles/extras/renderer/OptionsRenderer.java 0 18 0
org/apache/tiles/impl/BasicTilesContainer.java 0 2 0
org/apache/tiles/jsp/taglib/UseAttributeTag.java 0 2 0
org/apache/tiles/ognl/DelegatePropertyAccessor.java 0 2 0
org/apache/tiles/ognl/NestedObjectDelegatePropertyAccessor.java 0 2 0
org/apache/tiles/template/GetAsStringModel.java 0 2 0
org/apache/tiles/test/alt/TestAlternateTilesContainerFactory.java 0 3 0
org/apache/tiles/test/db/TestDbTilesContainerFactory.java 0 1 0
org/apache/tiles/test/db/TestDbTilesInitializer.java 0 1 0
org/apache/tiles/test/exception/TilesTestRuntimeException.java 0 1 0
org/apache/tiles/test/factory/TestTilesContainerFactory.java 0 1 0
org/apache/tiles/test/filter/SecurityWrappingFilter.java 0 3 0
org/apache/tiles/test/init/InitContextListener.java 0 1 0
org/apache/tiles/test/portlet/TestPortlet.java 0 2 0
org/apache/tiles/test/preparer/TestViewPreparer.java 0 1 0
org/apache/tiles/test/renderer/ReverseStringRenderer.java 0 1 0
org/apache/tiles/test/servlet/IncludingServlet.java 0 3 0
org/apache/tiles/test/servlet/SelectLocaleServlet.java 0 1 0
org/apache/tiles/test/velocity/ExceptionTool.java 0 1 0
org/apache/tiles/web/util/ServletContextAdapter.java 0 1 0
org/apache/tiles/web/util/TilesDecorationFilter.java 0 2 0
org/apache/tiles/web/util/TilesDispatchServlet.java 0 1 0

Rules

Rules Violations Severity
JavadocMethod
  • allowUndeclaredRTE: "true"
16 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 4 Warnings Warning
IllegalImport 0 Warnings Warning
RedundantImport 0 Warnings Warning
UnusedImports 2 Warnings Warning
LineLength
  • max: "120"
  • ignorePattern: "^ \* @version .*$"
2 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 1 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"
8 Warnings Warning
ModifierOrder 0 Warnings Warning
RedundantModifier 1 Warnings Warning
AvoidNestedBlocks 0 Warnings Warning
EmptyBlock 0 Warnings Warning
LeftCurly 0 Warnings Warning
NeedBraces 1 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 15 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+$"
8 Warnings Warning
FileLength 0 Warnings Warning
FileTabCharacter 1 Warnings Warning
JavadocPackage 11 Warnings Warning
NewlineAtEndOfFile 1 Warnings Warning
Translation 0 Warnings Warning

Details

org/apache/tiles/Attribute.java

Violation Message Line
Warnings Using the '.*' form of import should be avoided - org.apache.tiles.CompareUtil.*. 24

org/apache/tiles/BasicAttributeContext.java

Violation Message Line
Warnings Using the '.*' form of import should be avoided - org.apache.tiles.CompareUtil.*. 24

org/apache/tiles/Definition.java

Violation Message Line
Warnings Using the '.*' form of import should be avoided - org.apache.tiles.CompareUtil.*. 23

org/apache/tiles/Expression.java

Violation Message Line
Warnings Using the '.*' form of import should be avoided - org.apache.tiles.CompareUtil.*. 24

org/apache/tiles/definition/dao/BaseLocaleUrlDefinitionDAO.java

Violation Message Line
Warnings Line has trailing spaces. 82
Warnings Line has trailing spaces. 86
Warnings Expected @param tag for 'applicationContext'. 90
Warnings Missing a Javadoc comment. 95
Warnings 'for' is not followed by whitespace. 98
Warnings 'if' is not followed by whitespace. 99
Warnings Missing a Javadoc comment. 106

org/apache/tiles/definition/dao/CachingLocaleUrlDefinitionDAO.java

Violation Message Line
Warnings Expected @param tag for 'applicationContext'. 88

org/apache/tiles/definition/dao/LocaleUrlDefinitionDAO.java

Violation Message Line
Warnings Missing a Javadoc comment. 43
Warnings 'if' is not followed by whitespace. 92

org/apache/tiles/definition/dao/ResolvingLocaleUrlDefinitionDAO.java

Violation Message Line
Warnings Missing a Javadoc comment. 56

org/apache/tiles/definition/pattern/AbstractPatternDefinitionResolver.java

Violation Message Line
Warnings Line has trailing spaces. 109
Warnings Line has trailing spaces. 110
Warnings Line has trailing spaces. 114
Warnings Expected @param tag for 'customizationKey'. 118
Warnings 'if' construct must use '{}'s. 119

org/apache/tiles/definition/pattern/PatternDefinitionResolver.java

Violation Message Line
Warnings Line has trailing spaces. 64
Warnings Redundant 'public' modifier. 67
Warnings Expected @param tag for 'customizationKey'. 67

org/apache/tiles/definition/pattern/PatternUtil.java

Violation Message Line
Warnings 'for' is not followed by whitespace. 219
Warnings ';' is preceded with whitespace. 219
Warnings Missing a Javadoc comment. 236
Warnings 'for' is not followed by whitespace. 238

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

org/apache/tiles/impl/BasicTilesContainer.java

Violation Message Line
Warnings Unable to get class information for @throws tag 'CannotRenderException'. 386
Warnings Unused @throws tag for 'CannotRenderException'. 386

org/apache/tiles/jsp/taglib/UseAttributeTag.java

Violation Message Line
Warnings Unable to get class information for JspException. 180
Warnings Line has trailing spaces. 189

org/apache/tiles/ognl/DelegatePropertyAccessor.java

Violation Message Line
Warnings Unable to get class information for OgnlException. 60
Warnings Unable to get class information for OgnlException. 68

org/apache/tiles/ognl/NestedObjectDelegatePropertyAccessor.java

Violation Message Line
Warnings Unable to get class information for OgnlException. 73
Warnings Unable to get class information for OgnlException. 81

org/apache/tiles/template/GetAsStringModel.java

Violation Message Line
Warnings 'if' is not followed by whitespace. 178
Warnings File contains tab characters (this is the first instance). 179

org/apache/tiles/test/alt/TestAlternateTilesContainerFactory.java

Violation Message Line
Warnings Missing package-info.java file. 0
Warnings Line is longer than 120 characters. 51
Warnings Line is longer than 120 characters. 52

org/apache/tiles/test/db/TestDbTilesContainerFactory.java

Violation Message Line
Warnings Missing package-info.java file. 0

org/apache/tiles/test/db/TestDbTilesInitializer.java

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

org/apache/tiles/test/exception/TilesTestRuntimeException.java

Violation Message Line
Warnings Missing package-info.java file. 0

org/apache/tiles/test/factory/TestTilesContainerFactory.java

Violation Message Line
Warnings Missing package-info.java file. 0

org/apache/tiles/test/filter/SecurityWrappingFilter.java

Violation Message Line
Warnings Missing package-info.java file. 0
Warnings Unable to get class information for ServletException. 46
Warnings Unable to get class information for ServletException. 53

org/apache/tiles/test/init/InitContextListener.java

Violation Message Line
Warnings Missing package-info.java file. 0

org/apache/tiles/test/portlet/TestPortlet.java

Violation Message Line
Warnings Missing package-info.java file. 0
Warnings Unable to get class information for PortletException. 53

org/apache/tiles/test/preparer/TestViewPreparer.java

Violation Message Line
Warnings Missing package-info.java file. 0

org/apache/tiles/test/renderer/ReverseStringRenderer.java

Violation Message Line
Warnings Missing package-info.java file. 0

org/apache/tiles/test/servlet/IncludingServlet.java

Violation Message Line
Warnings Missing package-info.java file. 0
Warnings Unable to get class information for ServletException. 53
Warnings Unable to get class information for ServletException. 69

org/apache/tiles/test/servlet/SelectLocaleServlet.java

Violation Message Line
Warnings Unable to get class information for ServletException. 58

org/apache/tiles/test/velocity/ExceptionTool.java

Violation Message Line
Warnings Missing package-info.java file. 0

org/apache/tiles/web/util/ServletContextAdapter.java

Violation Message Line
Warnings Unable to get class information for ServletException. 127

org/apache/tiles/web/util/TilesDecorationFilter.java

Violation Message Line
Warnings Unable to get class information for ServletException. 145
Warnings Unable to get class information for ServletException. 214

org/apache/tiles/web/util/TilesDispatchServlet.java

Violation Message Line
Warnings Unable to get class information for ServletException. 72