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
190075

Rules

RulesViolationsSeverity
PackageHtml3error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod
  • allowUndeclaredRTE: "true"
20error Error
JavadocType0error Error
JavadocVariable0error Error
JavadocStyle0error Error
ConstantName0error 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
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier38error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
DoubleCheckedLocking0error Error
EmptyStatement5error 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+$"
6error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/shale/dialog/faces/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/dialog/DialogContextManagerListener.java

ViolationMessageLine
errorLine has trailing spaces.30
errorRedundant 'public' modifier.43
errorRedundant 'public' modifier.54
errorExpected an @return tag.64
errorRedundant 'public' modifier.64
errorRedundant 'public' modifier.73

org/apache/shale/dialog/base/AbstractDialogContext.java

ViolationMessageLine
errorExpected an @return tag.82
errorExpected an @return tag.255

org/apache/shale/dialog/faces/DialogNavigationHandler.java

ViolationMessageLine
errorExpected an @return tag.167

org/apache/shale/dialog/DialogLifecycleListener.java

ViolationMessageLine
errorLine has trailing spaces.28
errorRedundant 'public' modifier.39
errorRedundant 'public' modifier.48

org/apache/shale/dialog/base/AbstractDialogLifecycleListener.java

ViolationMessageLine
errorLine has trailing spaces.30
errorEmpty statement.38
errorEmpty statement.46

org/apache/shale/dialog/DialogHelper.java

ViolationMessageLine
errorLine has trailing spaces.29
errorEmpty statement.35
errorExpected an @return tag.43
errorExpected an @return tag.57
errorExpected an @return tag.72
errorExpected an @return tag.85
errorExpected an @return tag.101
errorExpected an @return tag.114

org/apache/shale/dialog/Constants.java

ViolationMessageLine
errorLine has trailing spaces.67

org/apache/shale/dialog/DialogContext.java

ViolationMessageLine
errorRedundant 'public' modifier.43
errorRedundant 'public' modifier.52
errorRedundant 'public' modifier.65
errorRedundant 'public' modifier.75
errorRedundant 'public' modifier.84
errorExpected an @return tag.102
errorRedundant 'public' modifier.102
errorRedundant 'public' modifier.119
errorRedundant 'public' modifier.130
errorRedundant 'public' modifier.150
errorRedundant 'public' modifier.164
errorRedundant 'public' modifier.177
errorRedundant 'public' modifier.189
errorExpected an @return tag.195
errorRedundant 'public' modifier.195
errorRedundant 'public' modifier.205

org/apache/shale/dialog/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/dialog/base/AbstractDialogContextManager.java

ViolationMessageLine
errorLine has trailing spaces.42
errorExpected an @return tag.98
errorExpected an @return tag.140
errorExpected an @return tag.215

org/apache/shale/dialog/faces/DialogVariableResolver.java

ViolationMessageLine
errorExpected an @return tag.69
errorExpected @throws tag for 'EvaluationException'.70
errorRedundant throws: 'EvaluationException' is unchecked exception.70

org/apache/shale/dialog/base/StateSavingListener.java

ViolationMessageLine
errorUnused import - org.apache.shale.dialog.DialogContext.24
errorUnused import - org.apache.shale.dialog.DialogContextListener.25
errorExpected an @return tag.102

org/apache/shale/dialog/base/AbstractDialogContextManagerListener.java

ViolationMessageLine
errorEmpty statement.50
errorEmpty statement.58

org/apache/shale/dialog/DialogContextManager.java

ViolationMessageLine
errorRedundant 'public' modifier.50
errorRedundant 'public' modifier.84
errorRedundant 'public' modifier.96
errorExpected an @return tag.107
errorRedundant 'public' modifier.107
errorRedundant 'public' modifier.116
errorRedundant 'public' modifier.128
errorExpected an @return tag.134
errorRedundant 'public' modifier.134
errorRedundant 'public' modifier.144

org/apache/shale/dialog/DialogContextListener.java

ViolationMessageLine
errorRedundant 'public' modifier.37
errorRedundant 'public' modifier.43
errorRedundant 'public' modifier.53
errorRedundant 'public' modifier.73
errorRedundant 'public' modifier.89
errorRedundant 'public' modifier.100
errorRedundant 'public' modifier.109
errorRedundant 'public' modifier.120
errorRedundant 'public' modifier.131
errorRedundant 'public' modifier.141

org/apache/shale/dialog/base/package.html

ViolationMessageLine
errorMissing package documentation file.0