Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
1904190

Rules

RulesViolationsSeverity
FileContentsHolder0Errors Error
JavadocStyle0Errors Error
ConstantName
  • format: "^[A-Z][A-Z0-9]|[a-z][a-z0-9]*(_[A-Z0-9]|[a-z0-9]+)*$"
0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName
  • format: "^(m_|_)?[a-z][a-zA-Z0-9]*$"
0Errors Error
MethodName0Errors Error
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
0Errors Error
ParameterName
  • format: "^([a-z][a-zA-Z0-9]*|[A-Z]+)$"
0Errors Error
StaticVariableName
  • format: "^_?[a-z][a-zA-Z0-9]*$"
1Errors Error
TypeName0Errors Error
AvoidStarImport4Errors Error
ImportOrder10Errors Error
RedundantImport0Errors Error
UnusedImports0 Ignore
TabCharacter0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
DefaultComesLast0Errors Error
DeclarationOrder0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
HiddenField3Errors Error
JUnitTestCase0Errors Error
MissingSwitchDefault0 Ignore
PackageDeclaration0Errors Error
ParameterAssignment4Infos Info
RedundantThrows0Errors Error
SimplifyBooleanExpression0Infos Info
SimplifyBooleanReturn0Infos Info
StringLiteralEquality0Errors Error
SuperClone0Infos Info
SuperFinalize0Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
MutableException0Errors Error
ArrayTypeStyle0Errors Error
UpperEll0Errors Error
JavadocType
  • scope: "public"
  • excludeScope: "private"
0Errors Error
JavadocStyle0Errors Error
WriteTag0Errors Error
PackageHtml1Errors Error
NewlineAtEndOfFile
  • lineSeparator: "lf"
0Errors Error
SuppressionCommentFilter0Errors Error

Details

org/apache/tapestry/contrib/services/impl/RoundedCornerGenerator.java

ViolationMessageLine
WarningsWrong order for 'javax.imageio.ImageIO' import.5
WarningsUsing the '.*' form of import should be avoided - java.awt.*.6
WarningsWrong order for 'java.awt.*' import.6
WarningsName 'SHADOW_COLOR' must match pattern '^_?[a-z][a-zA-Z0-9]*$'.53
InfosAssignment of parameter 'width' is not allowed.66
InfosAssignment of parameter 'height' is not allowed.67
InfosAssignment of parameter 'opacity' is not allowed.336

org/apache/tapestry/contrib/services/impl/RoundedCornerService.java

ViolationMessageLine
WarningsWrong order for 'javax.imageio.ImageIO' import.15
WarningsWrong order for 'java.awt.image.BufferedImage' import.17

org/apache/tapestry/contrib/services/impl/ShadowRenderer.java

ViolationMessageLine
WarningsUsing the '.*' form of import should be avoided - java.awt.*.3
Warnings'size' hides a field.36
Warnings'opacity' hides a field.36
Warnings'color' hides a field.36
InfosAssignment of parameter 'pixels' is not allowed.306

org/apache/tapestry/contrib/services/impl/package.html

ViolationMessageLine
WarningsMissing package documentation file.0

org/apache/tapestry/contrib/table/components/TableView.java

ViolationMessageLine
WarningsUsing the '.*' form of import should be avoided - org.apache.tapestry.contrib.table.model.*.22
WarningsWrong order for 'java.io.Serializable' import.32

org/apache/tapestry/contrib/table/model/common/AbstractTableModel.java

ViolationMessageLine
WarningsWrong order for 'java.io.Serializable' import.22

org/apache/tapestry/contrib/table/model/common/BasicTableModelWrap.java

ViolationMessageLine
WarningsWrong order for 'java.util.Iterator' import.22

org/apache/tapestry/contrib/table/model/sql/SqlTableModel.java

ViolationMessageLine
WarningsWrong order for 'java.sql.ResultSet' import.23

org/apache/tapestry/contrib/tree/components/TreeDataView.java

ViolationMessageLine
WarningsWrong order for 'java.util.Iterator' import.25

org/apache/tapestry/contrib/tree/components/table/TreeTableDataView.java

ViolationMessageLine
WarningsUsing the '.*' form of import should be avoided - org.apache.tapestry.contrib.tree.model.*.27
WarningsWrong order for 'java.util.ArrayList' import.31