Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
302600

Rules

RulesViolationsSeverity
NewlineAtEndOfFile0info Info
AvoidNestedBlocks0error Error
JavadocMethod
  • excludeScope: "private"
0error Error
ConstantName
  • format: "^(([A-Z][A-Z0-9]*(_[A-Z0-9]+)*)|log)$"
0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName
  • format: "^([A-Z][A-Z0-9]*(_[A-Z0-9]+)*)$"
0error Error
TypeName0error Error
Header
  • header
    1: /**
    2:  * This file is part of the equanda project.
    3:  *
    4:  * The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License");
    5:  * you may not use this file except in compliance with the License.
    6:  * You may obtain a copy of the License at http://www.mozilla.org/MPL/
    7:  *
    8:  * Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
    9:  * ANY KIND, either express or implied. See the License for the specific language governing rights and
    10:  * limitations under the License.
    11:  *
    12:  * Alternatively, the contents of this file may be used under the terms of
    13:  * either the GNU General Public License Version 2 or later (the "GPL"), or
    14:  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
    15:  * in which case the provisions of the GPL or the LGPL are applicable instead
    16:  * of those above. If you wish to allow use of your version of this file only
    17:  * under the terms of either the GPL or the LGPL, and not to allow others to
    18:  * use your version of this file under the terms of the MPL, indicate your
    19:  * decision by deleting the provisions above and replace them with the notice
    20:  * and other provisions required by the GPL or the LGPL. If you do not delete
    21:  * the provisions above, a recipient may use your version of this file under
    22:  * the terms of any one of the MPL, the GPL or the LGPL.
    23:  */
0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0info Info
ImportOrder
  • groups: "be,org"
1info Info
LineLength
  • max: "120"
0info Info
ParameterNumber1info Info
EmptyForInitializerPad
  • option: "space"
0error Error
EmptyForIteratorPad
  • option: "space"
0error Error
MethodParamPad0error Error
NoWhitespaceAfter
  • tokens: "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS, GENERIC_START"
0info Info
NoWhitespaceBefore
  • tokens: "POST_DEC, POST_INC, GENERIC_START, GENERIC_END"
0info Info
ParenPad
  • option: "space"
0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter
  • tokens: "COMMA, SEMI, TYPECAST, GENERIC_END"
1info Info
WhitespaceAround
  • allowEmptyMethods: "true"
  • allowEmptyConstructors: "true"
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, TYPE_EXTENSION_AND, WILDCARD_TYPE"
5info Info
TabCharacter0info Info
RedundantModifier2info Info
ArrayTrailingComma1info Info
CovariantEquals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0info Info
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
3info Info
IllegalInstantiation
  • classes: "java.lang.Boolean"
0error Error
IllegalToken
  • tokens: "LITERAL_NATIVE"
0error Error
IllegalTokenText0error Error
InnerAssignment0warning Warning
MissingSwitchDefault0info Info
ModifiedControlVariable0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
StringLiteralEquality0error Error
SuperFinalize0error Error
PackageDeclaration0error Error
JUnitTestCase0error Error
ParameterAssignment2info Info
ExplicitInitialization0info Info
DefaultComesLast0error Error
FallThrough0error Error
VisibilityModifier
  • protectedAllowed: "true"
0info Info
FinalClass0error Error
HideUtilityClassConstructor0error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
10info Info
UpperEll0error Error
ArrayTypeStyle0error Error

Details

org/equanda/tapestry5/translators/BooleanTranslator.java

ViolationMessageLine
infoLine has trailing spaces.32
infoLine has trailing spaces.41

org/equanda/tapestry5/components/JSPagedLoop.java

ViolationMessageLine
info'?' is not preceded with whitespace.125
info'?' is not followed by whitespace.125
info'?' is not followed by whitespace.125
infoLine has trailing spaces.300
infoLine has trailing spaces.307
info'config' hides a field.319

org/equanda/tapestry5/base/TitleContent.java

ViolationMessageLine
infoWrong order for 'java.io.Serializable' import.39
info'index' hides a field.139

org/equanda/tapestry5/translators/DoubleTranslator.java

ViolationMessageLine
infoAssignment of parameter 'clientValue' is not allowed.47

org/equanda/tapestry5/components/TreeTable.java

ViolationMessageLine
infoLine has trailing spaces.68

org/equanda/tapestry5/components/Truncate.java

ViolationMessageLine
info'text' hides a field.130
infoArray should contain trailing comma.158

org/equanda/tapestry5/components/FormSupport.java

ViolationMessageLine
info';' is not followed by whitespace.124

org/equanda/tapestry5/translators/TimestampTranslator.java

ViolationMessageLine
infoAssignment of parameter 'clientValue' is not allowed.49

org/equanda/tapestry5/base/PagerConfig.java

ViolationMessageLine
infoLine has trailing spaces.53
infoMore than 7 parameters.56

org/equanda/tapestry5/base/ObjectCreatorDelegate.java

ViolationMessageLine
infoRedundant 'public' modifier.34
infoRedundant 'public' modifier.36

org/equanda/tapestry5/components/JSPager.java

ViolationMessageLine
infoLine has trailing spaces.38
infoLine has trailing spaces.95
infoLine has trailing spaces.97

org/equanda/tapestry5/services/EquandaModule.java

ViolationMessageLine
infoLine has trailing spaces.48

org/equanda/tapestry5/components/FormActionLink.java

ViolationMessageLine
info'?' is not preceded with whitespace.50
info'?' is not followed by whitespace.50