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
2800137

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod
  • allowUndeclaredRTE: "true"
69error 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
RedundantImport3error Error
UnusedImports5error Error
FileLength0error Error
LineLength
  • ignorePattern: "^ \* @version .*$"
  • max: "120"
1error Error
MethodLength0error Error
ParameterNumber1error 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
RedundantModifier33error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
DoubleCheckedLocking0error Error
EmptyStatement6error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber9error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier
  • protectedAllowed: "true"
0error Error
ArrayTypeStyle3error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
6error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/shale/remoting/XhtmlHelper.java

ViolationMessageLine
errorExpected an @return tag.189
errorExpected an @return tag.267
errorExpected an @return tag.281

org/apache/shale/remoting/logger/AbstractLogger.java

ViolationMessageLine
errorRedundant import from the same package - org.apache.shale.remoting.logger.Logger.21
errorLine has trailing spaces.27
errorExpected an @return tag.40

org/apache/shale/remoting/impl/MappingImpl.java

ViolationMessageLine
errorExpected an @return tag.257
errorExpected an @return tag.271
errorExpected an @return tag.293

org/apache/shale/remoting/Mappings.java

ViolationMessageLine
errorRedundant 'public' modifier.39
errorExpected an @return tag.46
errorRedundant 'public' modifier.46
errorExpected an @return tag.56
errorRedundant 'public' modifier.56
errorExpected an @return tag.64
errorRedundant 'public' modifier.64
errorExpected an @return tag.74
errorRedundant 'public' modifier.74
errorRedundant 'public' modifier.87
errorExpected an @return tag.96
errorRedundant 'public' modifier.96
errorRedundant 'public' modifier.107
errorRedundant 'public' modifier.116
errorRedundant 'public' modifier.126

org/apache/shale/remoting/faces/RemotingPhaseListener.java

ViolationMessageLine
errorUnused import - org.apache.shale.remoting.Mappings.33
errorExpected an @return tag.142
errorExpected an @return tag.155

org/apache/shale/remoting/logger/Logger.java

ViolationMessageLine
errorLine has trailing spaces.25
errorExpected an @return tag.35
errorRedundant 'public' modifier.35
errorExpected an @return tag.43
errorRedundant 'public' modifier.43
errorExpected an @return tag.51
errorRedundant 'public' modifier.51
errorExpected an @return tag.59
errorRedundant 'public' modifier.59
errorExpected an @return tag.67
errorRedundant 'public' modifier.67
errorExpected an @return tag.75
errorRedundant 'public' modifier.75
errorRedundant 'public' modifier.91
errorRedundant 'public' modifier.105
errorRedundant 'public' modifier.119
errorRedundant 'public' modifier.133
errorRedundant 'public' modifier.147
errorRedundant 'public' modifier.161

org/apache/shale/remoting/impl/MethodBindingProcessor.java

ViolationMessageLine
errorRedundant import from the same package - org.apache.shale.remoting.impl.FilteringProcessor.28
errorUnused import - org.apache.shale.remoting.Processor.29
errorExpected an @return tag.150
errorExpected an @return tag.178
errorExpected an @return tag.221

org/apache/shale/remoting/impl/ChainProcessor.java

ViolationMessageLine
errorExpected an @return tag.141
errorExpected an @return tag.159
errorExpected an @return tag.180
errorExpected an @return tag.250
errorExpected an @return tag.263

org/apache/shale/remoting/Constants.java

ViolationMessageLine
errorLine is longer than 120 characters.125
errorLine has trailing spaces.186

org/apache/shale/remoting/logger/CommonsLogger.java

ViolationMessageLine
errorLine has trailing spaces.30
errorExpected an @return tag.155

org/apache/shale/remoting/logger/JdkLogger.java

ViolationMessageLine
errorLine has trailing spaces.31
errorExpected an @return tag.156

org/apache/shale/remoting/impl/WebResourceProcessor.java

ViolationMessageLine
errorUnused import - org.apache.shale.remoting.Processor.27
errorExpected an @return tag.131

org/apache/shale/remoting/faces/BasicResponseWriter.java

ViolationMessageLine
error'0xff' is a magic number.258
error'0x22' is a magic number.261
error'0x26' is a magic number.263
error'0x27' is a magic number.265
error'0x3C' is a magic number.267
error'0X3E' is a magic number.269
errorExpected an @return tag.359

org/apache/shale/remoting/faces/MappingsHelper.java

ViolationMessageLine
errorExpected an @return tag.79
errorMore than 7 parameters.116
errorExpected an @return tag.215
errorExpected an @return tag.318
errorExpected an @return tag.332
errorExpected an @return tag.348
errorEmpty statement.384
errorExpected an @return tag.445

org/apache/shale/remoting/impl/ClassResourceProcessor.java

ViolationMessageLine
errorUnused import - org.apache.shale.remoting.Processor.26
errorExpected an @return tag.121

org/apache/shale/remoting/Mapping.java

ViolationMessageLine
errorExpected an @return tag.33
errorRedundant 'public' modifier.33
errorRedundant 'public' modifier.42
errorExpected an @return tag.52
errorRedundant 'public' modifier.52
errorRedundant 'public' modifier.60
errorExpected an @return tag.68
errorRedundant 'public' modifier.68
errorRedundant 'public' modifier.76
errorExpected an @return tag.83
errorRedundant 'public' modifier.83
errorRedundant 'public' modifier.91
errorExpected an @return tag.101
errorRedundant 'public' modifier.101
errorExpected an @return tag.112
errorRedundant 'public' modifier.112

org/apache/shale/remoting/logger/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/remoting/impl/AbstractResourceProcessor.java

ViolationMessageLine
errorUnused import - org.apache.shale.remoting.Processor.41
error'1000L' is a magic number.127
errorEmpty statement.149
errorEmpty statement.152
error'1024' is a magic number.169
errorExpected an @return tag.224
errorExpected an @return tag.246
errorExpected an @return tag.273
errorExpected an @return tag.291
errorExpected an @return tag.334
errorExpected an @return tag.355
errorExpected an @return tag.370
errorExpected an @return tag.390
errorExpected an @return tag.409
errorExpected an @return tag.451
errorExpected an @return tag.465
errorExpected an @return tag.567

org/apache/shale/remoting/Mechanism.java

ViolationMessageLine
errorExpected an @return tag.60

org/apache/shale/remoting/impl/ChainContext.java

ViolationMessageLine
errorExpected an @return tag.67

org/apache/shale/remoting/faces/ResponseFactory.java

ViolationMessageLine
errorExpected an @return tag.59
errorExpected an @return tag.79
errorExpected an @return tag.105
errorExpected an @return tag.158
errorExpected an @return tag.227

org/apache/shale/remoting/impl/FilteringProcessor.java

ViolationMessageLine
errorLine has trailing spaces.35
errorArray brackets at illegal position.50
errorArray brackets at illegal position.63
errorExpected an @return tag.74
errorExpected an @return tag.95
errorExpected an @return tag.121
errorExpected an @return tag.158
errorArray brackets at illegal position.158
errorExpected an @return tag.204
error'0xff' is a magic number.218
errorEmpty statement.233

org/apache/shale/remoting/Processor.java

ViolationMessageLine
errorRedundant 'public' modifier.46

org/apache/shale/remoting/logger/DefaultLogger.java

ViolationMessageLine
errorRedundant import from the same package - org.apache.shale.remoting.logger.Logger.20
errorEmpty statement.47
errorEmpty statement.56