Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
4010

Rules

RulesViolationsSeverity
JavadocMethod
  • allowUndeclaredRTE: "true"
0Warnings Warning
JavadocType0Warnings Warning
JavadocVariable0Warnings Warning
JavadocStyle0Warnings Warning
ConstantName0Warnings Warning
LocalFinalVariableName0Warnings Warning
LocalVariableName0Warnings Warning
MemberName0Warnings Warning
MethodName0Warnings Warning
PackageName0Warnings Warning
ParameterName0Warnings Warning
StaticVariableName0Warnings Warning
TypeName0Warnings Warning
AvoidStarImport0Warnings Warning
IllegalImport0Warnings Warning
RedundantImport0Warnings Warning
UnusedImports0Warnings Warning
LineLength
  • max: "120"
  • ignorePattern: "^ \* @version .*$"
0Warnings Warning
MethodLength0Warnings Warning
EmptyForIteratorPad0Warnings Warning
NoWhitespaceAfter
  • tokens: "BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"
0Warnings Warning
NoWhitespaceBefore0Warnings Warning
OperatorWrap0Warnings Warning
ParenPad0Warnings Warning
TypecastParenPad0Warnings Warning
WhitespaceAfter0Warnings 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"
0Warnings Warning
ModifierOrder0Warnings Warning
RedundantModifier0Warnings Warning
AvoidNestedBlocks0Warnings Warning
EmptyBlock0Warnings Warning
LeftCurly0Warnings Warning
NeedBraces0Warnings Warning
RightCurly0Warnings Warning
DoubleCheckedLocking0Warnings Warning
EmptyStatement0Warnings Warning
EqualsHashCode0Warnings Warning
IllegalInstantiation0Warnings Warning
InnerAssignment0Warnings Warning
MissingSwitchDefault0Warnings Warning
RedundantThrows0Warnings Warning
SimplifyBooleanExpression0Warnings Warning
SimplifyBooleanReturn0Warnings Warning
FinalClass0Warnings Warning
HideUtilityClassConstructor0Warnings Warning
InterfaceIsType0Warnings Warning
VisibilityModifier
  • protectedAllowed: "true"
0Warnings Warning
ArrayTypeStyle0Warnings Warning
TodoComment0Warnings Warning
UpperEll0Warnings 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*
0Warnings Warning
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
0Warnings Warning
FileLength0Warnings Warning
FileTabCharacter0Warnings Warning
JavadocPackage1Warnings Warning
NewlineAtEndOfFile0Warnings Warning
Translation0Warnings Warning

Details

org/apache/tiles/eval/Evaluator.java

ViolationMessageLine
WarningsMissing package-info.java file.0