Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
130054

Rules

RulesViolationsSeverity
PackageHtml3error Error
NewlineAtEndOfFile0error 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*
10error 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
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.54

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

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
errorMissing a Javadoc comment.35

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

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
error'static' modifier out of order with the JLS suggestions.48
error'static' modifier out of order with the JLS suggestions.55
error'static' modifier out of order with the JLS suggestions.62
errorMissing a Javadoc comment.66
errorName 'LOG_SUBSCRIPTION_POPULATE' must match pattern '^[a-z][a-zA-Z0-9]*$'.66
errorVariable 'LOG_SUBSCRIPTION_POPULATE' must be private and have accessor methods.66
error'}' should be on the same line.84
errorName 'Delete' must match pattern '^[a-z][a-zA-Z0-9]*$'.224
errorName 'Edit' must match pattern '^[a-z][a-zA-Z0-9]*$'.257
errorName 'Save' must match pattern '^[a-z][a-zA-Z0-9]*$'.302

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

ViolationMessageLine
errorMissing package documentation file.0

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

ViolationMessageLine
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.85
errorMissing a Javadoc comment.89
error'+' should be on a new line.129
error'+' should be on a new line.146
errorExpected an @return tag.164
error'1024' is a magic number.184
error'1024' is a magic number.187
errorArray brackets at illegal position.188
error'1024' is a magic number.188

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

ViolationMessageLine
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.44
error'+' should be on a new line.65

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

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'.4
errorName 'USERNAME' must match pattern '^[a-z][a-zA-Z0-9]*$'.66
errorVariable 'USERNAME' must be private and have accessor methods.66
errorName 'PASSWORD' must match pattern '^[a-z][a-zA-Z0-9]*$'.73
errorVariable 'PASSWORD' must be private and have accessor methods.73
error'static' modifier out of order with the JLS suggestions.80
error'128' is a magic number.126
error'128' is a magic number.373
errorName 'LOG_DATABASE_SAVE_ERROR' must match pattern '^[a-z][a-zA-Z0-9]*$'.407

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

ViolationMessageLine
errorLine does not match expected header line of ' \*\s*\$Id.*\$'.2
error'static' modifier out of order with the JLS suggestions.58
error'static' modifier out of order with the JLS suggestions.65
error'static' modifier out of order with the JLS suggestions.72
error'static' modifier out of order with the JLS suggestions.79
errorName 'LOG_REGISTRATION_POPULATE' must match pattern '^[a-z][a-zA-Z0-9]*$'.88
errorVariable 'LOG_REGISTRATION_POPULATE' must be private and have accessor methods.88
error'}' should be on the same line.133
errorName 'Edit' must match pattern '^[a-z][a-zA-Z0-9]*$'.289
errorName 'Save' must match pattern '^[a-z][a-zA-Z0-9]*$'.326

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

ViolationMessageLine
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/actions/LocaleAction.java

ViolationMessageLine
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
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.55