Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
130059

Rules

RulesViolationsSeverity
PackageHtml3error Error
NewlineAtEndOfFile8error Error
Translation0error Error
JavadocMethod
  • allowUndeclaredRTE: "true"
7error Error
JavadocType0error Error
JavadocVariable1error Error
JavadocStyle0error Error
ConstantName0error Error
LocalFinalVariableName1error Error
LocalVariableName0error Error
MemberName2error Error
MethodName5error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName2error Error
TypeName0error Error
RegexpHeader
  • header
    1: /\*\s*
    2:  \*\s*\$Id.*\$
    3:  \*\s*
    4:  \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.
    5:  \*\s*
    6:  \*\s*Licensed under the Apache License, Version 2\.0 \(the .License.\);
    7:  \*\s*you may not use this file except in compliance with the License\.
    8:  \*\s*You may obtain a copy of the License at
    9:  \*\s*
    10:  \*\s*http://www\.apache\.org/licenses/LICENSE\-2\.0
    11:  \*\s*
    12:  \*\s*Unless required by applicable law or agreed to in writing, software
    13:  \*\s*distributed under the License is distributed on an .AS IS. BASIS,
    14:  \*\s*WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\.
    15:  \*\s*See the License for the specific language governing permissions and
    16:  \*\s*limitations under the License\.
    17:  \*/\s*
7error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error 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
OperatorWrap3error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder8error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly2error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber5error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier
  • protectedAllowed: "true"
4error Error
ArrayTypeStyle1error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/struts/apps/mailreader/plugin/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/struts/apps/mailreader/actions/WelcomeAction.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.51

org/apache/struts/apps/mailreader/actions/MainMenuAction.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of '/\*\s*'.1
errorMissing a Javadoc comment.19

org/apache/struts/apps/mailreader/actions/SubscriptionAction.java

ViolationMessageLine
errorLine does not match expected header line of '/\*\s*'.1
error'static' modifier out of order with the JLS suggestions.32
error'static' modifier out of order with the JLS suggestions.39
error'static' modifier out of order with the JLS suggestions.46
errorMissing a Javadoc comment.50
errorName 'LOG_SUBSCRIPTION_POPULATE' must match pattern '^[a-z][a-zA-Z0-9]*$'.50
errorVariable 'LOG_SUBSCRIPTION_POPULATE' must be private and have accessor methods.50
error'}' should be on the same line.68
errorName 'Delete' must match pattern '^[a-z][a-zA-Z0-9]*$'.208
errorName 'Edit' must match pattern '^[a-z][a-zA-Z0-9]*$'.241
errorName 'Save' must match pattern '^[a-z][a-zA-Z0-9]*$'.286

org/apache/struts/apps/mailreader/actions/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/struts/apps/mailreader/plugin/MemoryDatabasePlugIn.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.86
error'+' should be on a new line.126
error'+' should be on a new line.143
errorExpected an @return tag.161
error'1024' is a magic number.181
error'1024' is a magic number.184
errorArray brackets at illegal position.185
error'1024' is a magic number.185

org/apache/struts/apps/mailreader/actions/LogoffAction.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a Javadoc comment.41
error'+' should be on a new line.62

org/apache/struts/apps/mailreader/actions/BaseAction.java

ViolationMessageLine
errorFile does not end with a newline.0
errorName 'USERNAME' must match pattern '^[a-z][a-zA-Z0-9]*$'.63
errorVariable 'USERNAME' must be private and have accessor methods.63
errorName 'PASSWORD' must match pattern '^[a-z][a-zA-Z0-9]*$'.70
errorVariable 'PASSWORD' must be private and have accessor methods.70
error'static' modifier out of order with the JLS suggestions.77
error'128' is a magic number.123
error'128' is a magic number.370
errorName 'LOG_DATABASE_SAVE_ERROR' must match pattern '^[a-z][a-zA-Z0-9]*$'.404

org/apache/struts/apps/mailreader/actions/RegistrationAction.java

ViolationMessageLine
errorLine does not match expected header line of '/\*\s*'.1
error'static' modifier out of order with the JLS suggestions.42
error'static' modifier out of order with the JLS suggestions.49
error'static' modifier out of order with the JLS suggestions.56
error'static' modifier out of order with the JLS suggestions.63
errorName 'LOG_REGISTRATION_POPULATE' must match pattern '^[a-z][a-zA-Z0-9]*$'.72
errorVariable 'LOG_REGISTRATION_POPULATE' must be private and have accessor methods.72
error'}' should be on the same line.117
errorName 'Edit' must match pattern '^[a-z][a-zA-Z0-9]*$'.273
errorName 'Save' must match pattern '^[a-z][a-zA-Z0-9]*$'.310

org/apache/struts/apps/mailreader/Constants.java

ViolationMessageLine
errorFile does not end with a newline.0

org/apache/struts/apps/mailreader/actions/LocaleAction.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4

org/apache/struts/apps/mailreader/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/struts/apps/mailreader/actions/LogonAction.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorExpected an @return tag.52