2009/05/20 - Apache Shale has been retired.

For more information, please explore the Attic.

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
20061

Rules

RulesViolationsSeverity
PackageHtml0error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod
  • allowUndeclaredRTE: "true"
23error Error
JavadocType0error Error
JavadocVariable0error Error
JavadocStyle0error Error
ConstantName1error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
RegexpHeader
  • header
    1: /\*\s*
    2:  \*\s*Licensed to the Apache Software Foundation \(ASF\) under one or more
    3:  \*\s*contributor license agreements. See the NOTICE file distributed with
    4:  \*\s*this work for additional information regarding copyright ownership\.
    5:  \*\s*The ASF licenses this file to you under the Apache License, Version 2\.0
    6:  \*\s*\(the .License.\); you may not use this file except in compliance with
    7:  \*\s*the License. You may obtain a copy of the License at
    8:  \*\s*
    9:  \*\s*http://www\.apache\.org/licenses/LICENSE\-2\.0
    10:  \*\s*
    11:  \*\s*Unless required by applicable law or agreed to in writing, software
    12:  \*\s*distributed under the License is distributed on an .AS IS. BASIS,
    13:  \*\s*WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\.
    14:  \*\s*See the License for the specific language governing permissions and
    15:  \*\s*limitations under the License\.
    16:  \*
0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • ignorePattern: "^ \* @version .*$"
  • max: "120"
0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter
  • tokens: "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround3error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces2error Error
RightCurly2error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows1error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier
  • protectedAllowed: "true"
0error Error
ArrayTypeStyle0error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
29error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/shale/tiles/TilesViewHandler.java

ViolationMessageLine
errorLine has trailing spaces.46
errorLine has trailing spaces.57
errorLine has trailing spaces.62
errorLine has trailing spaces.66
errorLine has trailing spaces.78
errorLine has trailing spaces.88
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.98
errorLine has trailing spaces.119
errorLine has trailing spaces.120
errorLine has trailing spaces.126
errorExpected @throws tag for 'IOException'.127
errorExpected @throws tag for 'FacesException'.127
errorRedundant throws: 'FacesException' is unchecked exception.127
error'synchronized' is not followed by whitespace.139
error'synchronized' is not followed by whitespace.154
error'}' should be on the same line.161
error'synchronized' is not followed by whitespace.170
errorLine has trailing spaces.182
errorExpected an @return tag.184
errorExpected @param tag for 'context'.184
errorExpected @param tag for 'viewId'.184
errorLine has trailing spaces.191
errorExpected an @return tag.193
errorExpected @param tag for 'context'.193
errorLine has trailing spaces.196
errorLine has trailing spaces.200
errorExpected an @return tag.202
errorExpected @param tag for 'context'.202
errorLine has trailing spaces.205
errorLine has trailing spaces.209
errorExpected an @return tag.211
errorExpected @param tag for 'context'.211
errorExpected @param tag for 'viewId'.211
errorLine has trailing spaces.214
errorLine has trailing spaces.218
errorExpected an @return tag.220
errorExpected @param tag for 'context'.220
errorExpected @param tag for 'path'.220
errorLine has trailing spaces.223
errorLine has trailing spaces.227
errorExpected an @return tag.229
errorExpected @param tag for 'context'.229
errorExpected @param tag for 'viewId'.229
errorLine has trailing spaces.232
errorLine has trailing spaces.236
errorExpected @param tag for 'context'.238
errorExpected @throws tag for 'IOException'.238
errorLine has trailing spaces.250
errorExpected an @return tag.253
error'if' construct must use '{}'s.254
errorLine has trailing spaces.254
errorLine has trailing spaces.278
errorLine has trailing spaces.279
errorLine has trailing spaces.281
errorExpected an @return tag.284
errorLine has trailing spaces.297
errorLine has trailing spaces.302
errorExpected @throws tag for 'java.io.IOException'.303
error'}' should be on the same line.314
error'else' construct must use '{}'s.315
errorLine has trailing spaces.317