Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
33 0 0 104

Rules

Rules Violations Severity
PackageHtml 11 Errors Error
NewlineAtEndOfFile 0 Errors Error
Translation 0 Errors Error
JavadocMethod
  • allowUndeclaredRTE: "true"
6 Errors Error
JavadocType 0 Errors Error
JavadocVariable 0 Errors Error
JavadocStyle 50 Errors Error
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MemberName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors 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*
22 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 0 Errors Error
FileLength 0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "^ \* @version .*$"
0 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad 0 Errors Error
NoWhitespaceAfter
  • tokens: "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
0 Errors Error
NoWhitespaceBefore 0 Errors Error
OperatorWrap 0 Errors Error
ParenPad 0 Errors Error
TypecastParenPad 0 Errors Error
TabCharacter 0 Errors Error
WhitespaceAfter 0 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock 0 Errors Error
LeftCurly 0 Errors Error
NeedBraces 0 Errors Error
RightCurly 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber 14 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 0 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
FinalClass 0 Errors Error
HideUtilityClassConstructor 1 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • protectedAllowed: "true"
0 Errors Error
ArrayTypeStyle 0 Errors Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0 Errors Error
TodoComment 0 Errors Error
UpperEll 0 Errors Error

Details

examples/SuccessAction.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4

examples/TestBean.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors First sentence should end with a period. 27
Errors First sentence should end with a period. 36
Errors First sentence should end with a period. 39
Errors '45213.451' is a magic number. 40
Errors First sentence should end with a period. 42
Errors '-123.582F' is a magic number. 43
Errors First sentence should end with a period. 45
Errors '256' is a magic number. 46
Errors First sentence should end with a period. 48
Errors '1321546L' is a magic number. 49
Errors First sentence should end with a period. 51
Errors '257' is a magic number. 52
Errors First sentence should end with a period. 54
Errors First sentence should end with a period. 57

examples/bean/ExampleBean.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors First sentence should end with a period. 28
Errors First sentence should end with a period. 37
Errors First sentence should end with a period. 40
Errors '45213.451' is a magic number. 41
Errors First sentence should end with a period. 43
Errors '-123.582F' is a magic number. 44
Errors First sentence should end with a period. 46
Errors '256' is a magic number. 47
Errors First sentence should end with a period. 49
Errors '1321546L' is a magic number. 50
Errors First sentence should end with a period. 52
Errors '257' is a magic number. 53
Errors First sentence should end with a period. 55
Errors First sentence should end with a period. 58
Errors First sentence should end with a period. 61
Errors First sentence should end with a period. 64
Errors First sentence should end with a period. 67
Errors First sentence should end with a period. 70

examples/bean/NestedBean.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors First sentence should end with a period. 27
Errors First sentence should end with a period. 36

examples/bean/PrepareBeanAction.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4

examples/bean/package.html

Violation Message Line
Errors Missing package documentation file. 0

examples/dyna/ProcessDynaAction.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors First sentence should end with a period. 32

examples/dyna/package.html

Violation Message Line
Errors Missing package documentation file. 0

examples/links/PrepareLinksAction.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4

examples/links/ProcessLinksAction.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors First sentence should end with a period. 32

examples/links/package.html

Violation Message Line
Errors Missing package documentation file. 0

examples/localization/ProcessLocalizationAction.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors First sentence should end with a period. 36

examples/localization/package.html

Violation Message Line
Errors Missing package documentation file. 0

examples/logic/PrepareLogicAction.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors '7' is a magic number. 86

examples/logic/package.html

Violation Message Line
Errors Missing package documentation file. 0

examples/multibox/MultiboxActionForm.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors First sentence should end with a period. 30
Errors First sentence should end with a period. 39
Errors First sentence should end with a period. 42
Errors First sentence should end with a period. 56

examples/multibox/PrepareMultiboxAction.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4

examples/multibox/ProcessMultiboxAction.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors First sentence should end with a period. 32

examples/multibox/package.html

Violation Message Line
Errors Missing package documentation file. 0

examples/options/BookBean.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors First sentence should end with a period. 24
Errors First sentence should end with a period. 33
Errors First sentence should end with a period. 38
Errors First sentence should end with a period. 65

examples/options/PrepareOptionsAction.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors '3' is a magic number. 155
Errors '4' is a magic number. 156
Errors '5' is a magic number. 157

examples/options/ProcessOptionsAction.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors First sentence should end with a period. 32

examples/options/package.html

Violation Message Line
Errors Missing package documentation file. 0

examples/package.html

Violation Message Line
Errors Missing package documentation file. 0

examples/simple/ProcessSimpleAction.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors First sentence should end with a period. 32

examples/simple/SimpleActionForm.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors First sentence should end with a period. 31
Errors First sentence should end with a period. 40
Errors First sentence should end with a period. 43
Errors First sentence should end with a period. 46
Errors First sentence should end with a period. 49
Errors First sentence should end with a period. 52
Errors First sentence should end with a period. 55
Errors First sentence should end with a period. 58

examples/simple/package.html

Violation Message Line
Errors Missing package documentation file. 0

examples/token/PrepareTokenAction.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4

examples/token/ProcessTokenAction.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors First sentence should end with a period. 35

examples/token/package.html

Violation Message Line
Errors Missing package documentation file. 0

examples/validator/CustomValidator.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors First sentence should end with a period. 33
Errors Utility classes should not have a public or default constructor. 38
Errors First sentence should end with a period. 51
Errors Expected an @return tag. 57
Errors Expected @param tag for 'bean'. 58
Errors Expected @param tag for 'va'. 59
Errors Expected @param tag for 'field'. 60
Errors Expected @param tag for 'errors'. 61
Errors Expected @param tag for 'request'. 62

examples/validator/ProcessValidatorAction.java

Violation Message Line
Errors Line does not match expected header line of ' \*\s*Copyright \d{4}(-\d{4}|,\d{4})* The Apache Software Foundation\.'. 4
Errors First sentence should end with a period. 32

examples/validator/package.html

Violation Message Line
Errors Missing package documentation file. 0