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
240052

Rules

RulesViolationsSeverity
PackageHtml0error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod
  • allowUndeclaredRTE: "true"
30error Error
JavadocType0error Error
JavadocVariable0error Error
JavadocStyle0error Error
ConstantName4error 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
UnusedImports2error 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
TabCharacter1error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier8error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
DoubleCheckedLocking0error Error
EmptyStatement2error 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+$"
4error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/shale/view/faces/SubviewComponent.java

ViolationMessageLine
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.49
errorExpected an @return tag.66
errorExpected an @return tag.132
errorExpected an @return tag.190

org/apache/shale/view/ExceptionHandler.java

ViolationMessageLine
errorRedundant 'public' modifier.39

org/apache/shale/view/ViewControllerMapper.java

ViolationMessageLine
errorExpected an @return tag.40
errorRedundant 'public' modifier.40

org/apache/shale/view/faces/ViewViewHandler.java

ViolationMessageLine
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.73
errorExpected an @return tag.125
errorRedundant throws: 'FacesException' is unchecked exception.146
errorExpected an @return tag.159
errorExpected an @return tag.182
errorExpected an @return tag.214
errorExpected an @return tag.345

org/apache/shale/view/faces/SubviewTag.java

ViolationMessageLine
errorExpected an @return tag.33
errorExpected an @return tag.41

org/apache/shale/view/faces/ShaleViewRoot.java

ViolationMessageLine
errorLine has trailing spaces.63
errorLine has trailing spaces.89

org/apache/shale/view/faces/ViewPhaseListener.java

ViolationMessageLine
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.64
errorLine has trailing spaces.95
errorExpected an @return tag.138
errorLine has trailing spaces.227
errorLine contains a tab character.227
errorExpected an @return tag.329

org/apache/shale/view/AbstractFacesBean.java

ViolationMessageLine
errorExpected an @return tag.54
errorExpected an @return tag.65
errorExpected an @return tag.76
errorExpected an @return tag.87
errorExpected an @return tag.98
errorExpected an @return tag.117
errorExpected an @return tag.128
errorExpected an @return tag.140
errorExpected an @return tag.151
errorExpected an @return tag.168
errorExpected an @return tag.202
errorExpected an @return tag.249
errorExpected an @return tag.349
errorExpected an @return tag.363

org/apache/shale/view/ViewController.java

ViolationMessageLine
errorUnused import - org.apache.shale.view.impl.DefaultViewControllerMapper.20
errorExpected an @return tag.171
errorRedundant 'public' modifier.171
errorRedundant 'public' modifier.182
errorRedundant 'public' modifier.194
errorRedundant 'public' modifier.205
errorRedundant 'public' modifier.219
errorRedundant 'public' modifier.231

org/apache/shale/view/faces/LifecycleListener.java

ViolationMessageLine
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.92
errorEmpty statement.316
errorExpected an @return tag.802
errorEmpty statement.816

org/apache/shale/view/faces/FacesConstants.java

ViolationMessageLine
errorUnused import - org.apache.shale.view.ViewController.20

org/apache/shale/view/ApplicationException.java

ViolationMessageLine
errorExpected an @return tag.112