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
100093

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod
  • allowUndeclaredRTE: "true"
38error Error
JavadocType0error Error
JavadocVariable2error Error
JavadocStyle5error 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
UnusedImports9error 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
WhitespaceAround25error Error
ModifierOrder0error Error
RedundantModifier0error 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
RedundantThrows2error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier
  • protectedAllowed: "true"
1error Error
ArrayTypeStyle0error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
8error Error
TodoComment0error Error
UpperEll0error Error

Details

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

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/examples/mailreaderjpa/Logic.java

ViolationMessageLine
errorLine has trailing spaces.45
error'=' is not preceded with whitespace.75
error'=' is not followed by whitespace.75
errorVariable 'emf' must be private and have accessor methods.76
errorExpected an @return tag.111
error'<' is not preceded with whitespace.111
error'<' is not followed by whitespace.111
error'>' is not preceded with whitespace.111
error'<' is not preceded with whitespace.115
error'<' is not followed by whitespace.115
error'>' is not preceded with whitespace.115
error'<' is not preceded with whitespace.118
error'<' is not followed by whitespace.118
error'>' is not preceded with whitespace.118
error'>' is not followed by whitespace.118
errorExpected an @return tag.138
errorLine has trailing spaces.163
error'<' is not preceded with whitespace.165
error'<' is not followed by whitespace.165
error'>' is not preceded with whitespace.165
error'<' is not preceded with whitespace.189
error'<' is not followed by whitespace.189
error'>' is not preceded with whitespace.189
error'<' is not preceded with whitespace.189
error'<' is not followed by whitespace.189
error'>' is not preceded with whitespace.189
error'>' is not followed by whitespace.189
errorExpected an @return tag.349
errorExpected an @return tag.367
errorExpected an @return tag.385
errorExpected an @return tag.403
errorExpected an @return tag.491

org/apache/shale/examples/mailreaderjpa/Constants.java

ViolationMessageLine
errorLine has trailing spaces.24
errorFirst sentence should end with a period.29
errorLine has trailing spaces.32

org/apache/shale/examples/mailreaderjpa/ProtocolConverter.java

ViolationMessageLine
errorLine has trailing spaces.31
errorExpected an @return tag.46
errorRedundant throws: 'ConverterException' is unchecked exception.47
errorExpected an @return tag.65
errorRedundant throws: 'ConverterException' is unchecked exception.66
errorLine has trailing spaces.68

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

ViolationMessageLine
errorExpected an @return tag.44
errorExpected an @return tag.69
errorMissing a Javadoc comment.87
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.93
errorMissing a Javadoc comment.97
errorMissing a Javadoc comment.99
errorMissing a Javadoc comment.103
errorExpected an @return tag.126

org/apache/shale/examples/mailreaderjpa/Detail.java

ViolationMessageLine
errorUnused import - java.util.List.20
errorUnused import - java.util.Map.21
errorUnused import - org.apache.mailreaderjpa.User.24
errorLine has trailing spaces.31
errorExpected an @return tag.68
errorExpected an @return tag.92
errorExpected an @return tag.117
errorExpected an @return tag.142
errorExpected an @return tag.161
errorExpected an @return tag.177
errorExpected an @return tag.201
errorFirst sentence should end with a period.257
errorEmpty statement.285
errorExpected an @return tag.296
errorExpected an @return tag.306

org/apache/shale/examples/mailreaderjpa/Domains.java

ViolationMessageLine
errorUnused import - java.util.ArrayList.20
errorUnused import - org.apache.mailreaderjpa.Subscription.24
errorUnused import - org.apache.mailreaderjpa.User.25
errorExpected an @return tag.50
errorExpected an @return tag.75
errorUnclosed HTML tag found: <code>profiles</codes> list from the database. If86
errorExtra HTML tag found: </codes> list from the database. If86
error'<' is not preceded with whitespace.98
error'<' is not followed by whitespace.98
error'>' is not preceded with whitespace.98

org/apache/shale/examples/mailreaderjpa/Master.java

ViolationMessageLine
errorUnused import - java.util.List.20
errorUnused import - java.util.Map.21
errorUnused import - org.apache.mailreaderjpa.Subscription.22
errorLine has trailing spaces.30
errorExpected an @return tag.61
errorExpected an @return tag.86
errorExpected an @return tag.111
errorExpected an @return tag.135
errorExpected an @return tag.152
errorExpected an @return tag.176
errorFirst sentence should end with a period.232
errorEmpty statement.260
errorExpected an @return tag.271
errorExpected an @return tag.285

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

ViolationMessageLine
errorExpected an @return tag.39
errorExpected an @return tag.60
errorExpected an @return tag.70