This project has retired. For details please refer to its Attic page.
Apache - Request Microframework - 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
139 0 202 0

Files

Files Infos Warnings Errors
org/apache/tiles/request/AbstractClientRequest.java 0 1 0
org/apache/tiles/request/ApplicationResource.java 0 10 0
org/apache/tiles/request/DefaultRequestWrapper.java 0 1 0
org/apache/tiles/request/DispatchRequestWrapper.java 0 2 0
org/apache/tiles/request/Request.java 0 4 0
org/apache/tiles/request/attribute/package-info.java 0 1 0
org/apache/tiles/request/collection/HeaderValuesMap.java 0 1 0
org/apache/tiles/request/collection/KeySet.java 0 1 0
org/apache/tiles/request/collection/ReadOnlyEnumerationMap.java 0 1 0
org/apache/tiles/request/collection/RemovableKeySet.java 0 1 0
org/apache/tiles/request/collection/ScopeMap.java 0 1 0
org/apache/tiles/request/collection/package-info.java 0 2 0
org/apache/tiles/request/freemarker/autotag/FreemarkerAutotagRuntime.java 0 7 0
org/apache/tiles/request/freemarker/autotag/FreemarkerUtil.java 0 2 0
org/apache/tiles/request/freemarker/extractor/EnvironmentScopeExtractor.java 0 1 0
org/apache/tiles/request/freemarker/servlet/SharedVariableLoaderFreemarkerServlet.java 0 1 0
org/apache/tiles/request/jsp/JspRequest.java 0 14 0
org/apache/tiles/request/jsp/autotag/JspAutotagRuntime.java 0 3 0
org/apache/tiles/request/locale/LocaleUtil.java 0 1 0
org/apache/tiles/request/locale/PostfixedApplicationResource.java 0 15 0
org/apache/tiles/request/locale/URLApplicationResource.java 0 20 0
org/apache/tiles/request/mustache/MustacheRenderer.java 0 14 0
org/apache/tiles/request/mustache/MustacheScopeExtractor.java 0 8 0
org/apache/tiles/request/package-info.java 0 10 0
org/apache/tiles/request/portlet/PortletRequest.java 0 15 0
org/apache/tiles/request/render/DispatchRenderer.java 0 1 0
org/apache/tiles/request/render/PublisherRenderer.java 0 44 0
org/apache/tiles/request/render/package-info.java 0 4 0
org/apache/tiles/request/servlet/ServletRequest.java 0 12 0
org/apache/tiles/request/velocity/autotag/VelocityAutotagRuntime.java 0 4 0

Rules

Rules Violations Severity
JavadocMethod
  • allowUndeclaredRTE: "true"
29 Warnings Warning
JavadocType 2 Warnings Warning
JavadocVariable 18 Warnings Warning
JavadocStyle 5 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 5 Warnings Warning
IllegalImport 0 Warnings Warning
RedundantImport 0 Warnings Warning
UnusedImports 4 Warnings Warning
LineLength
  • max: "120"
  • ignorePattern: "^ \* @version .*$"
15 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 7 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"
71 Warnings Warning
ModifierOrder 0 Warnings Warning
RedundantModifier 3 Warnings Warning
AvoidNestedBlocks 0 Warnings Warning
EmptyBlock 0 Warnings Warning
LeftCurly 0 Warnings Warning
NeedBraces 9 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 1 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*
1 Warnings Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
30 Warnings Warning
FileLength 0 Warnings Warning
FileTabCharacter 0 Warnings Warning
JavadocPackage 1 Warnings Warning
NewlineAtEndOfFile 1 Warnings Warning
Translation 0 Warnings Warning

Details

org/apache/tiles/request/AbstractClientRequest.java

Violation Message Line
Warnings Unused import - java.util.List. 24

org/apache/tiles/request/ApplicationResource.java

Violation Message Line
Warnings Line has trailing spaces. 31
Warnings Line has trailing spaces. 38
Warnings Line has trailing spaces. 40
Warnings Line has trailing spaces. 46
Warnings Line has trailing spaces. 48
Warnings Line has trailing spaces. 55
Warnings Line has trailing spaces. 62
Warnings Line has trailing spaces. 70
Warnings Line has trailing spaces. 78
Warnings Line has trailing spaces. 79

org/apache/tiles/request/DefaultRequestWrapper.java

Violation Message Line
Warnings Unused import - java.util.Collections. 28

org/apache/tiles/request/DispatchRequestWrapper.java

Violation Message Line
Warnings Unused import - java.util.Collections. 27
Warnings Line is longer than 120 characters. 37

org/apache/tiles/request/Request.java

Violation Message Line
Warnings First sentence should end with a period. 41
Warnings Redundant 'static' modifier. 42
Warnings First sentence should end with a period. 44
Warnings Redundant 'static' modifier. 45

org/apache/tiles/request/attribute/package-info.java

Violation Message Line
Warnings Line has trailing spaces. 22

org/apache/tiles/request/collection/HeaderValuesMap.java

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

org/apache/tiles/request/collection/KeySet.java

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

org/apache/tiles/request/collection/ReadOnlyEnumerationMap.java

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

org/apache/tiles/request/collection/RemovableKeySet.java

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

org/apache/tiles/request/collection/ScopeMap.java

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

org/apache/tiles/request/collection/package-info.java

Violation Message Line
Warnings Line has trailing spaces. 22
Warnings Line has trailing spaces. 24

org/apache/tiles/request/freemarker/autotag/FreemarkerAutotagRuntime.java

Violation Message Line
Warnings Line has trailing spaces. 37
Warnings Missing a Javadoc comment. 41
Warnings Missing a Javadoc comment. 42
Warnings Missing a Javadoc comment. 43
Warnings Line has trailing spaces. 44
Warnings Line has trailing spaces. 65
Warnings 'cast' is not followed by whitespace. 69

org/apache/tiles/request/freemarker/autotag/FreemarkerUtil.java

Violation Message Line
Warnings Expected @param tag for '<T>'. 49
Warnings Expected @param tag for 'type'. 49

org/apache/tiles/request/freemarker/extractor/EnvironmentScopeExtractor.java

Violation Message Line
Warnings Line is longer than 120 characters. 89

org/apache/tiles/request/freemarker/servlet/SharedVariableLoaderFreemarkerServlet.java

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

org/apache/tiles/request/jsp/JspRequest.java

Violation Message Line
Warnings 'if' is not followed by whitespace. 204
Warnings '{' is not preceded with whitespace. 204
Warnings 'else' is not preceded with whitespace. 206
Warnings '}' is not followed by whitespace. 206
Warnings 'if' is not followed by whitespace. 206
Warnings '{' is not preceded with whitespace. 206
Warnings 'else' is not preceded with whitespace. 208
Warnings '}' is not followed by whitespace. 208
Warnings 'if' is not followed by whitespace. 208
Warnings '{' is not preceded with whitespace. 208
Warnings 'else' is not preceded with whitespace. 210
Warnings '}' is not followed by whitespace. 210
Warnings 'if' is not followed by whitespace. 210
Warnings '{' is not preceded with whitespace. 210

org/apache/tiles/request/jsp/autotag/JspAutotagRuntime.java

Violation Message Line
Warnings Line has trailing spaces. 38
Warnings Line is longer than 120 characters. 46
Warnings Line is longer than 120 characters. 59

org/apache/tiles/request/locale/LocaleUtil.java

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

org/apache/tiles/request/locale/PostfixedApplicationResource.java

Violation Message Line
Warnings Unused import - java.util.List. 26
Warnings Missing a Javadoc comment. 51
Warnings Redundant 'final' modifier. 135
Warnings 'if' construct must use '{}'s. 179
Warnings 'if' construct must use '{}'s. 181
Warnings 'if' construct must use '{}'s. 183
Warnings 'if' construct must use '{}'s. 187
Warnings 'if' construct must use '{}'s. 189
Warnings 'if' construct must use '{}'s. 192
Warnings 'if' construct must use '{}'s. 194
Warnings 'if' construct must use '{}'s. 197
Warnings 'if' construct must use '{}'s. 199
Warnings Missing a Javadoc comment. 204
Warnings Missing a Javadoc comment. 248
Warnings Missing a Javadoc comment. 250

org/apache/tiles/request/locale/URLApplicationResource.java

Violation Message Line
Warnings Missing a Javadoc comment. 57
Warnings Missing a Javadoc comment. 58
Warnings Line is longer than 120 characters. 65
Warnings Line is longer than 120 characters. 66
Warnings Line is longer than 120 characters. 69
Warnings Line is longer than 120 characters. 70
Warnings Line is longer than 120 characters. 71
Warnings Line is longer than 120 characters. 72
Warnings Line is longer than 120 characters. 73
Warnings Line is longer than 120 characters. 79
Warnings Line is longer than 120 characters. 82
Warnings Line is longer than 120 characters. 83
Warnings Missing a Javadoc comment. 108
Warnings First sentence should end with a period. 116
Warnings Missing a Javadoc comment. 150
Warnings Missing a Javadoc comment. 166
Warnings Missing a Javadoc comment. 207
Warnings '{' is not preceded with whitespace. 207
Warnings Missing a Javadoc comment. 211
Warnings '{' is not preceded with whitespace. 211

org/apache/tiles/request/mustache/MustacheRenderer.java

Violation Message Line
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 50
Warnings Missing a Javadoc comment. 51
Warnings First sentence should end with a period. 53
Warnings '{' is not preceded with whitespace. 54
Warnings Missing a Javadoc comment. 58
Warnings 'catch' is not followed by whitespace. 75
Warnings Missing a Javadoc comment. 80
Warnings Missing a Javadoc comment. 84
Warnings ',' is not followed by whitespace. 84
Warnings ',' is not followed by whitespace. 85
Warnings ',' is not followed by whitespace. 85
Warnings '-' is not followed by whitespace. 87
Warnings Missing a Javadoc comment. 105

org/apache/tiles/request/mustache/MustacheScopeExtractor.java

Violation Message Line
Warnings File does not end with a newline. 0
Warnings Line does not match expected header line of ' \*\s*\$Id.*\$'. 2
Warnings Missing a Javadoc comment. 27
Warnings Missing a Javadoc comment. 28
Warnings ',' is not followed by whitespace. 28
Warnings Missing a Javadoc comment. 30
Warnings ',' is not followed by whitespace. 30
Warnings 'cast' is not followed by whitespace. 41

org/apache/tiles/request/package-info.java

Violation Message Line
Warnings Line has trailing spaces. 22
Warnings Line has trailing spaces. 24
Warnings Line has trailing spaces. 25
Warnings Line has trailing spaces. 26
Warnings Line has trailing spaces. 27
Warnings Line has trailing spaces. 28
Warnings Line has trailing spaces. 30
Warnings Unclosed HTML tag found: <ul> 32
Warnings Line has trailing spaces. 33
Warnings Line has trailing spaces. 35

org/apache/tiles/request/portlet/PortletRequest.java

Violation Message Line
Warnings Line is longer than 120 characters. 62
Warnings 'if' is not followed by whitespace. 326
Warnings '{' is not preceded with whitespace. 326
Warnings 'else' is not preceded with whitespace. 328
Warnings '}' is not followed by whitespace. 328
Warnings 'if' is not followed by whitespace. 328
Warnings '{' is not preceded with whitespace. 328
Warnings 'else' is not preceded with whitespace. 330
Warnings '}' is not followed by whitespace. 330
Warnings 'if' is not followed by whitespace. 330
Warnings '{' is not preceded with whitespace. 330
Warnings 'else' is not preceded with whitespace. 332
Warnings '}' is not followed by whitespace. 332
Warnings 'if' is not followed by whitespace. 332
Warnings '{' is not preceded with whitespace. 332

org/apache/tiles/request/render/DispatchRenderer.java

Violation Message Line
Warnings Missing a Javadoc comment. 55

org/apache/tiles/request/render/PublisherRenderer.java

Violation Message Line
Warnings Missing a Javadoc comment. 37
Warnings '{' is not preceded with whitespace. 37
Warnings Expected @param tag for 'template'. 39
Warnings Expected @param tag for 'request'. 39
Warnings Expected @throws tag for 'IOException'. 39
Warnings Expected @param tag for 'template'. 41
Warnings Expected @param tag for 'request'. 41
Warnings Expected @throws tag for 'IOException'. 41
Warnings Expected @param tag for 'ex'. 43
Warnings Expected @param tag for 'request'. 43
Warnings Expected @throws tag for 'IOException'. 43
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 50
Warnings '{' is not preceded with whitespace. 50
Warnings 'try' is not followed by whitespace. 59
Warnings '{' is not preceded with whitespace. 59
Warnings 'for' is not followed by whitespace. 60
Warnings '{' is not preceded with whitespace. 60
Warnings 'catch' is not preceded with whitespace. 64
Warnings '}' is not followed by whitespace. 64
Warnings 'catch' is not followed by whitespace. 64
Warnings '{' is not preceded with whitespace. 64
Warnings 'finally' is not preceded with whitespace. 66
Warnings '}' is not followed by whitespace. 66
Warnings 'finally' is not followed by whitespace. 66
Warnings '{' is not preceded with whitespace. 66
Warnings 'for' is not followed by whitespace. 67
Warnings '{' is not preceded with whitespace. 67
Warnings Missing a Javadoc comment. 78
Warnings '{' is not preceded with whitespace. 78
Warnings Missing a Javadoc comment. 85
Warnings '{' is not preceded with whitespace. 85
Warnings 'for' is not followed by whitespace. 88
Warnings '{' is not preceded with whitespace. 88
Warnings 'try' is not followed by whitespace. 89
Warnings '{' is not preceded with whitespace. 89
Warnings 'catch' is not preceded with whitespace. 92
Warnings '}' is not followed by whitespace. 92
Warnings 'catch' is not followed by whitespace. 92
Warnings '{' is not preceded with whitespace. 92
Warnings 'if' is not followed by whitespace. 97
Warnings '{' is not preceded with whitespace. 97

org/apache/tiles/request/render/package-info.java

Violation Message Line
Warnings Line has trailing spaces. 22
Warnings Line has trailing spaces. 24
Warnings Line has trailing spaces. 28
Warnings Line has trailing spaces. 31

org/apache/tiles/request/servlet/ServletRequest.java

Violation Message Line
Warnings 'if' is not followed by whitespace. 187
Warnings '{' is not preceded with whitespace. 187
Warnings 'else' is not preceded with whitespace. 189
Warnings '}' is not followed by whitespace. 189
Warnings 'if' is not followed by whitespace. 189
Warnings '{' is not preceded with whitespace. 189
Warnings 'else' is not preceded with whitespace. 191
Warnings '}' is not followed by whitespace. 191
Warnings 'if' is not followed by whitespace. 191
Warnings '{' is not preceded with whitespace. 191
Warnings Missing a Javadoc comment. 308
Warnings Missing a Javadoc comment. 312

org/apache/tiles/request/velocity/autotag/VelocityAutotagRuntime.java

Violation Message Line
Warnings Missing a Javadoc comment. 44
Warnings Missing a Javadoc comment. 45
Warnings Missing a Javadoc comment. 46
Warnings Missing a Javadoc comment. 47