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
230057

Rules

RulesViolationsSeverity
PackageHtml3error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod
  • allowUndeclaredRTE: "true"
8error 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"
1error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter
  • tokens: "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
0error Error
NoWhitespaceBefore0error Error
OperatorWrap17error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier17error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
DoubleCheckedLocking0error Error
EmptyStatement3error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows3error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier
  • protectedAllowed: "true"
2error Error
ArrayTypeStyle0error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
1error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/shale/dialog/basic/config/ActionStateImpl.java

ViolationMessageLine
error'+' should be on a new line.66
error'+' should be on a new line.67
error'+' should be on a new line.68
error'+' should be on a new line.69

org/apache/shale/dialog/basic/BasicDialogContext.java

ViolationMessageLine
errorLine is longer than 120 characters.272
errorEmpty statement.326
errorExpected an @return tag.610
errorExpected an @return tag.731
errorEmpty statement.819
errorVariable 'stateName' must be private and have accessor methods.839
errorVariable 'stackDepth' must be private and have accessor methods.848
errorExpected an @return tag.854

org/apache/shale/dialog/basic/model/State.java

ViolationMessageLine
errorRedundant 'public' modifier.57
errorRedundant 'public' modifier.66
errorRedundant 'public' modifier.78
errorRedundant 'public' modifier.91

org/apache/shale/dialog/basic/config/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/dialog/basic/config/ConfigurationParser.java

ViolationMessageLine
errorEmpty statement.180

org/apache/shale/dialog/basic/config/AbstractState.java

ViolationMessageLine
errorRedundant throws: 'IllegalArgumentException' is unchecked exception.127

org/apache/shale/dialog/basic/config/DialogImpl.java

ViolationMessageLine
errorRedundant throws: 'IllegalArgumentException' is unchecked exception.203
errorRedundant throws: 'IllegalArgumentException' is unchecked exception.225
errorUnused @throws tag for 'Exception'.253

org/apache/shale/dialog/basic/model/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/dialog/basic/config/TransitionImpl.java

ViolationMessageLine
error'+' should be on a new line.81

org/apache/shale/dialog/basic/model/ActionState.java

ViolationMessageLine
errorRedundant 'public' modifier.44

org/apache/shale/dialog/basic/config/EndStateImpl.java

ViolationMessageLine
error'+' should be on a new line.44
error'+' should be on a new line.45
error'+' should be on a new line.46

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

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/dialog/basic/model/Dialog.java

ViolationMessageLine
errorRedundant 'public' modifier.67
errorRedundant 'public' modifier.75
errorRedundant 'public' modifier.84
errorRedundant 'public' modifier.95
errorRedundant 'public' modifier.107
errorRedundant 'public' modifier.120
errorRedundant 'public' modifier.130

org/apache/shale/dialog/basic/model/Transition.java

ViolationMessageLine
errorRedundant 'public' modifier.42
errorRedundant 'public' modifier.51

org/apache/shale/dialog/basic/config/ViewStateImpl.java

ViolationMessageLine
error'+' should be on a new line.82
error'+' should be on a new line.83
error'+' should be on a new line.84
error'+' should be on a new line.85

org/apache/shale/dialog/basic/BasicDialogManager.java

ViolationMessageLine
errorUnused import - org.apache.shale.dialog.DialogContextManager.30
errorExpected an @return tag.127
errorExpected @param tag for 'id'.127
errorExpected @param tag for 'instance'.133

org/apache/shale/dialog/basic/model/ViewState.java

ViolationMessageLine
errorExpected an @return tag.42
errorRedundant 'public' modifier.42
errorRedundant 'public' modifier.51

org/apache/shale/dialog/basic/Globals.java

ViolationMessageLine
errorUnused import - org.apache.shale.dialog.basic.model.Dialog.20

org/apache/shale/dialog/basic/config/SubdialogStateImpl.java

ViolationMessageLine
error'+' should be on a new line.64
error'+' should be on a new line.65
error'+' should be on a new line.66

org/apache/shale/dialog/basic/BasicLifecycleListener.java

ViolationMessageLine
errorLine has trailing spaces.40
error'+' should be on a new line.198
error'+' should be on a new line.199

org/apache/shale/dialog/basic/model/SubdialogState.java

ViolationMessageLine
errorRedundant 'public' modifier.41