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
90067

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod
  • allowUndeclaredRTE: "true"
18error Error
JavadocType0error Error
JavadocVariable0error Error
JavadocStyle0error Error
ConstantName3error 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
UnusedImports1error 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
OperatorWrap5error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter7error Error
WhitespaceAfter2error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
DoubleCheckedLocking0error Error
EmptyStatement1error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber3error 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+$"
23error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/shale/examples/mailreader/State.java

ViolationMessageLine
errorLine has trailing spaces.31
errorLine has trailing spaces.32

org/apache/shale/examples/mailreader/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/examples/mailreader/Subscription.java

ViolationMessageLine
errorLine has trailing spaces.34
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.41
errorExpected an @return tag.153
errorExpected an @return tag.168
error'cast' is not followed by whitespace.189
errorEmpty statement.215
error'&&' should be on a new line.254

org/apache/shale/examples/mailreader/ApplicationListener.java

ViolationMessageLine
errorUnused import - javax.servlet.ServletException.33
errorMissing a Javadoc comment.105
errorMissing a Javadoc comment.109
errorLine contains a tab character.135
errorUnused @throws tag for 'ServletException'.148
error'+' should be on a new line.152
error'+' should be on a new line.169
errorArray brackets at illegal position.175
errorExpected an @return tag.192
error'1024' is a magic number.211
error'1024' is a magic number.214
errorArray brackets at illegal position.215
error'1024' is a magic number.215

org/apache/shale/examples/mailreader/Logon.java

ViolationMessageLine
errorLine has trailing spaces.35
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.42
errorLine has trailing spaces.82
errorLine has trailing spaces.83
errorExpected an @return tag.98
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.107
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine has trailing spaces.119

org/apache/shale/examples/mailreader/Index.java

ViolationMessageLine
errorLine has trailing spaces.27
errorLine has trailing spaces.28
errorExpected an @return tag.38

org/apache/shale/examples/mailreader/BaseViewController.java

ViolationMessageLine
errorLine has trailing spaces.31
errorLine has trailing spaces.32
errorExpected an @return tag.48
errorLine has trailing spaces.49
errorExpected an @return tag.60

org/apache/shale/examples/mailreader/Registration.java

ViolationMessageLine
errorLine has trailing spaces.37
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.44
errorLine has trailing spaces.88
errorLine has trailing spaces.89
errorLine has trailing spaces.115
errorLine has trailing spaces.116
errorArray brackets at illegal position.172
errorLine has trailing spaces.195
errorExpected an @return tag.210
errorExpected an @return tag.224
errorExpected an @return tag.240
errorExpected an @return tag.256
errorLine has trailing spaces.271
errorExpected an @return tag.273
errorExpected @throws tag for 'ExpiredPasswordException'.273
errorLine has trailing spaces.304
error'&&' should be on a new line.309
error'&&' should be on a new line.310
errorLine has trailing spaces.322
errorLine contains a tab character.414

org/apache/shale/examples/mailreader/MainMenu.java

ViolationMessageLine
errorLine has trailing spaces.29
errorLine has trailing spaces.30
errorExpected an @return tag.40
error'cast' is not followed by whitespace.43
errorExpected an @return tag.60