Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
790494241

Files

FilesInfosWarningsErrors
org/greatage/tapestry/CSSConstants.java0260
org/greatage/tapestry/CommonSymbols.java030
org/greatage/tapestry/PersistenceConstants.java020
org/greatage/tapestry/ThemeConstants.java020
org/greatage/tapestry/commonlib/base/components/AbstractComponent.java0147
org/greatage/tapestry/commonlib/base/components/AbstractDetailsComponent.java030
org/greatage/tapestry/commonlib/base/components/AbstractGridComponent.java040
org/greatage/tapestry/commonlib/base/components/AbstractMenuComponent.java052
org/greatage/tapestry/commonlib/components/BeanProperty.java0279
org/greatage/tapestry/commonlib/components/Box.java032
org/greatage/tapestry/commonlib/components/Container.java042
org/greatage/tapestry/commonlib/components/Details.java0146
org/greatage/tapestry/commonlib/components/DetailsRow.java072
org/greatage/tapestry/commonlib/components/Formatter.java065
org/greatage/tapestry/commonlib/components/Grid.java03216
org/greatage/tapestry/commonlib/components/GridColumn.java093
org/greatage/tapestry/commonlib/components/GridLink.java033
org/greatage/tapestry/commonlib/components/GridPager.java094
org/greatage/tapestry/commonlib/components/GridSizer.java043
org/greatage/tapestry/commonlib/components/GridSorter.java044
org/greatage/tapestry/commonlib/components/GridTable.java02717
org/greatage/tapestry/commonlib/components/Image.java022
org/greatage/tapestry/commonlib/components/Layout.java021
org/greatage/tapestry/commonlib/components/LocaleMenu.java084
org/greatage/tapestry/commonlib/components/Menu.java0136
org/greatage/tapestry/commonlib/components/MenuButton.java021
org/greatage/tapestry/commonlib/components/MenuGroup.java001
org/greatage/tapestry/commonlib/components/MenuItem.java0155
org/greatage/tapestry/commonlib/components/Panel.java072
org/greatage/tapestry/commonlib/components/Secured.java021
org/greatage/tapestry/commonlib/components/Selector.java0130
org/greatage/tapestry/commonlib/components/ViewStack.java020
org/greatage/tapestry/commonlib/mixins/DefineClass.java021
org/greatage/tapestry/commonlib/mixins/FormSubmit.java011
org/greatage/tapestry/commonlib/mixins/Trigger.java011
org/greatage/tapestry/commonlib/pages/EditBlocks.java01410
org/greatage/tapestry/details/BeanModelUtils.java030
org/greatage/tapestry/details/DetailsModel.java030
org/greatage/tapestry/grid/CachingDataSource.java065
org/greatage/tapestry/grid/CenteredPagesBuilder.java032
org/greatage/tapestry/grid/EntityDataSource.java071
org/greatage/tapestry/grid/MultiColumnSortModel.java0132
org/greatage/tapestry/grid/Page.java0186
org/greatage/tapestry/grid/PagesBuilder.java010
org/greatage/tapestry/grid/PaginationModel.java090
org/greatage/tapestry/grid/PaginationModelImpl.java0125
org/greatage/tapestry/grid/TableModel.java010
org/greatage/tapestry/grid/TableRowContext.java020
org/greatage/tapestry/internal/BinaryStreamResponse.java065
org/greatage/tapestry/internal/EncodedFlashPersistentFieldStrategy.java016
org/greatage/tapestry/internal/EncodedSessionPersistentFieldStrategy.java0415
org/greatage/tapestry/internal/EntityEncoderFactory.java037
org/greatage/tapestry/internal/GreatAgeModuleDef.java070
org/greatage/tapestry/internal/GreatAgeServiceDef.java070
org/greatage/tapestry/internal/GreatAgeTapestryFilter.java002
org/greatage/tapestry/internal/HibernateClassResolver.java011
org/greatage/tapestry/internal/LocaleValueEncoder.java020
org/greatage/tapestry/internal/MenuModelSourceImpl.java015
org/greatage/tapestry/internal/PersistedValue.java044
org/greatage/tapestry/internal/RealClassResolver.java022
org/greatage/tapestry/internal/SecuredAnnotationWorker.java052
org/greatage/tapestry/internal/SecurityExceptionHandler.java021
org/greatage/tapestry/internal/SelectModelBuilder.java0613
org/greatage/tapestry/internal/SvgResourceCache.java060
org/greatage/tapestry/internal/SvgStreamableResource.java050
org/greatage/tapestry/internal/ThreadCleanupFilter.java021
org/greatage/tapestry/internal/TimeZoneValueEncoder.java020
org/greatage/tapestry/internal/UserPersistenceFilter.java052
org/greatage/tapestry/menu/MenuItemModel.java070
org/greatage/tapestry/menu/MenuItemModelImpl.java095
org/greatage/tapestry/menu/MenuModel.java040
org/greatage/tapestry/menu/MenuModelImpl.java055
org/greatage/tapestry/select/EntitySelectModel.java042
org/greatage/tapestry/select/FormattedSelectModel.java037
org/greatage/tapestry/select/LazySelectModel.java061
org/greatage/tapestry/select/SimpleSelectModel.java021
org/greatage/tapestry/services/ClassResolver.java020
org/greatage/tapestry/services/CommonModule.java01012
org/greatage/tapestry/services/MenuModelSource.java010

Rules

RulesViolationsSeverity
JavadocPackage11Warnings Warning
FileLength0Errors Error
Translation0Errors Error
JavadocType26Warnings Warning
JavadocMethod
  • allowUndeclaredRTE: "true"
401Warnings Warning
JavadocVariable
  • scope: "protected"
38Warnings Warning
AvoidStarImport7Errors Error
AvoidStaticImport0Errors Error
IllegalImport0Errors Error
UnusedImports0Errors Error
LineLength
  • max: "125"
  • ignorePattern: "@version|@see|@todo|TODO"
9Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
GenericWhitespace0Errors Error
OperatorWrap
  • option: "eol"
2Errors Error
ParenPad0Errors Error
WhitespaceAfter1Errors Error
WhitespaceAround37Errors Error
LeftCurly0Errors Error
RightCurly2Errors Error
EmptyBlock
  • option: "text"
0Errors Error
NeedBraces2Errors Error
AvoidNestedBlocks0Errors Error
PackageName0Errors Error
TypeName0Errors Error
ConstantName0Errors Error
StaticVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
ParameterName3Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
ClassTypeParameterName3Errors Error
MethodTypeParameterName0Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
VisibilityModifier0Errors Error
MutableException0Errors Error
MissingDeprecated0Errors Error
MissingOverride
  • javaFiveCompatibility: "true"
0Errors Error
TodoComment0Errors Error
UncommentedMain0Errors Error
FinalParameters170Errors Error
Indentation2Errors Error
UpperEll0Errors Error
ArrayTrailingComma1Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
FinalLocalVariable1Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
18Warnings Warning
InnerAssignment0Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
NoClone0Errors Error
NoFinalizer0Errors Error
DeclarationOrder0Errors Error
ParameterAssignment0Errors Error
MultipleStringLiterals4Errors Error

Details

org/greatage/tapestry/CSSConstants.java

ViolationMessageLine
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.17
WarningsMissing a Javadoc comment.18
WarningsMissing a Javadoc comment.19
WarningsMissing a Javadoc comment.20
WarningsMissing a Javadoc comment.21
WarningsMissing a Javadoc comment.22
WarningsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.36
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.40
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.44
WarningsMissing a Javadoc comment.45

org/greatage/tapestry/CommonSymbols.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.11
WarningsMissing a Javadoc comment.12

org/greatage/tapestry/PersistenceConstants.java

ViolationMessageLine
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.14

org/greatage/tapestry/ThemeConstants.java

ViolationMessageLine
WarningsMissing a Javadoc comment.11
WarningsMissing a Javadoc comment.13

org/greatage/tapestry/commonlib/base/components/AbstractComponent.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.61
WarningsMissing a Javadoc comment.65
WarningsMissing a Javadoc comment.69
ErrorsParameter component should be final.69
ErrorsParameter action should be final.69
ErrorsLine is longer than 125 characters.77
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.85
ErrorsParameter type should be final.85
WarningsMissing a Javadoc comment.89
ErrorsParameter type should be final.89
ErrorsParameter instance should be final.89
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.97
ErrorsParameter id should be final.97

org/greatage/tapestry/commonlib/base/components/AbstractDetailsComponent.java

ViolationMessageLine
WarningsMissing a Javadoc comment.19
WarningsMissing a Javadoc comment.23
WarningsMissing a Javadoc comment.27

org/greatage/tapestry/commonlib/base/components/AbstractGridComponent.java

ViolationMessageLine
WarningsMissing a Javadoc comment.22
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.34

org/greatage/tapestry/commonlib/base/components/AbstractMenuComponent.java

ViolationMessageLine
Errors'}' is not preceded with whitespace.23
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.38
ErrorsThe String "menu" appears 2 times in the file.40
WarningsMissing a Javadoc comment.43

org/greatage/tapestry/commonlib/components/BeanProperty.java

ViolationMessageLine
WarningsMissing package-info.java file.0
ErrorsUsing the '.*' form of import should be avoided - org.apache.tapestry5.*.7
ErrorsUsing the '.*' form of import should be avoided - org.apache.tapestry5.services.*.20
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.90
WarningsMissing a Javadoc comment.94
WarningsMissing a Javadoc comment.98
WarningsMissing a Javadoc comment.102
Errors';' is not followed by whitespace.103
WarningsMissing a Javadoc comment.106
WarningsMissing a Javadoc comment.110
WarningsMissing a Javadoc comment.114
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.122
ErrorsParameter field should be final.122
WarningsMissing a Javadoc comment.127
ErrorsParameter field should be final.127
WarningsMissing a Javadoc comment.133
WarningsMissing a Javadoc comment.137
WarningsMissing a Javadoc comment.141
WarningsMissing a Javadoc comment.145
Warnings'dataType' hides a field.146
ErrorsLine is longer than 125 characters.148
WarningsMissing a Javadoc comment.158
WarningsMissing a Javadoc comment.162
Errors'}' should be on the same line.166
WarningsMissing a Javadoc comment.172
WarningsMissing a Javadoc comment.195
WarningsMissing a Javadoc comment.203
WarningsMissing a Javadoc comment.207
WarningsMissing a Javadoc comment.208
ErrorsParameter component should be final.208
WarningsMissing a Javadoc comment.213
WarningsMissing a Javadoc comment.214
ErrorsParameter component should be final.214

org/greatage/tapestry/commonlib/components/Box.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.39
ErrorsParameter writer should be final.39
WarningsMissing a Javadoc comment.49
ErrorsParameter writer should be final.49

org/greatage/tapestry/commonlib/components/Container.java

ViolationMessageLine
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.43
ErrorsParameter writer should be final.43
WarningsMissing a Javadoc comment.48
ErrorsParameter writer should be final.48

org/greatage/tapestry/commonlib/components/Details.java

ViolationMessageLine
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.63
ErrorsParameter writer should be final.63
WarningsMissing a Javadoc comment.68
ErrorsParameter writer should be final.68
WarningsMissing a Javadoc comment.72
Errors'}' is not preceded with whitespace.72
ErrorsVariable 'objectType' should be declared final.74
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.86
ErrorsParameter component should be final.86
WarningsMissing a Javadoc comment.91
WarningsMissing a Javadoc comment.92
ErrorsParameter component should be final.92

org/greatage/tapestry/commonlib/components/DetailsRow.java

ViolationMessageLine
Errors'}' is not preceded with whitespace.43
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.77
ErrorsParameter component should be final.77

org/greatage/tapestry/commonlib/components/Formatter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.29
ErrorsParameter writer should be final.29
WarningsMissing a Javadoc comment.39
ErrorsParameter messages should be final.39
Warnings'messages' hides a field.39
ErrorsParameter format should be final.39
Warnings'format' hides a field.39
ErrorsParameter raw should be final.39
Warnings'raw' hides a field.39
ErrorsParameter context should be final.39
Warnings'context' hides a field.39

org/greatage/tapestry/commonlib/components/Grid.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - org.greatage.tapestry.grid.*.20
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.74
WarningsMissing a Javadoc comment.81
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.95
WarningsMissing a Javadoc comment.99
ErrorsParameter writer should be final.99
WarningsMissing a Javadoc comment.107
ErrorsParameter writer should be final.107
WarningsMissing a Javadoc comment.113
WarningsMissing a Javadoc comment.117
WarningsMissing a Javadoc comment.121
WarningsMissing a Javadoc comment.125
WarningsMissing a Javadoc comment.129
WarningsMissing a Javadoc comment.137
Errors'}' is not preceded with whitespace.137
WarningsMissing a Javadoc comment.143
WarningsMissing a Javadoc comment.160
ErrorsParameter page should be final.160
WarningsMissing a Javadoc comment.164
ErrorsParameter page should be final.164
ErrorsParameter zone should be final.164
Warnings'zone' hides a field.164
WarningsMissing a Javadoc comment.169
ErrorsParameter pageSize should be final.169
Warnings'pageSize' hides a field.169
WarningsMissing a Javadoc comment.173
ErrorsParameter pageSize should be final.173
Warnings'pageSize' hides a field.173
ErrorsParameter zone should be final.173
Warnings'zone' hides a field.173
WarningsMissing a Javadoc comment.178
ErrorsParameter columnId should be final.178
WarningsMissing a Javadoc comment.182
ErrorsParameter columnId should be final.182
ErrorsParameter zone should be final.182
Warnings'zone' hides a field.182
WarningsMissing a Javadoc comment.187
ErrorsParameter zone should be final.187
Warnings'zone' hides a field.187
WarningsMissing a Javadoc comment.192
WarningsMissing a Javadoc comment.193
ErrorsParameter component should be final.193
WarningsMissing a Javadoc comment.198
WarningsMissing a Javadoc comment.199
ErrorsParameter component should be final.199

org/greatage/tapestry/commonlib/components/GridColumn.java

ViolationMessageLine
Errors'}' is not preceded with whitespace.71
Errors'}' is not preceded with whitespace.79
WarningsMissing a Javadoc comment.82
WarningsMissing a Javadoc comment.103
WarningsMissing a Javadoc comment.107
WarningsMissing a Javadoc comment.111
WarningsMissing a Javadoc comment.115
WarningsMissing a Javadoc comment.119
WarningsMissing a Javadoc comment.125
WarningsMissing a Javadoc comment.141
WarningsMissing a Javadoc comment.142
ErrorsParameter component should be final.142

org/greatage/tapestry/commonlib/components/GridLink.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - org.apache.tapestry5.*.7
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.46
ErrorsParameter writer should be final.46
WarningsMissing a Javadoc comment.63
ErrorsParameter writer should be final.63

org/greatage/tapestry/commonlib/components/GridPager.java

ViolationMessageLine
Errors'}' is not preceded with whitespace.35
Errors'}' is not preceded with whitespace.42
Errors'}' is not preceded with whitespace.49
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.67
ErrorsParameter page should be final.67
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.87

org/greatage/tapestry/commonlib/components/GridSizer.java

ViolationMessageLine
Errors'}' is not preceded with whitespace.35
Errors'}' is not preceded with whitespace.42
Errors'}' is not preceded with whitespace.49
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.59
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.67

org/greatage/tapestry/commonlib/components/GridSorter.java

ViolationMessageLine
Errors'}' is not preceded with whitespace.30
Errors'}' is not preceded with whitespace.37
Errors'}' is not preceded with whitespace.43
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.57
WarningsMissing a Javadoc comment.61
Errors'}' is not preceded with whitespace.61

org/greatage/tapestry/commonlib/components/GridTable.java

ViolationMessageLine
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.78
WarningsMissing a Javadoc comment.83
ErrorsParameter writer should be final.83
ErrorsThe String "class" appears 2 times in the file.84
WarningsMissing a Javadoc comment.88
ErrorsParameter writer should be final.88
WarningsMissing a Javadoc comment.92
Errors'}' is not preceded with whitespace.92
ErrorsParameter writer should be final.93
Errors'if' construct must use '{}'s.97
WarningsMissing a Javadoc comment.117
ErrorsParameter writer should be final.117
Errors'if' construct must use '{}'s.118
WarningsMissing a Javadoc comment.134
WarningsMissing a Javadoc comment.139
ErrorsParameter rowIndex should be final.139
Warnings'rowIndex' hides a field.139
WarningsMissing a Javadoc comment.143
ErrorsParameter clientValue should be final.143
WarningsMissing a Javadoc comment.151
WarningsMissing a Javadoc comment.155
WarningsMissing a Javadoc comment.159
WarningsMissing a Javadoc comment.160
ErrorsParameter component should be final.160
WarningsMissing a Javadoc comment.165
WarningsMissing a Javadoc comment.168
ErrorsParameter rowIndex should be final.168
WarningsMissing a Javadoc comment.172
ErrorsParameter component should be final.172
WarningsMissing a Javadoc comment.177
WarningsMissing a Javadoc comment.180
ErrorsParameter clientValue should be final.180
WarningsMissing a Javadoc comment.184
ErrorsParameter component should be final.184
WarningsMissing a Javadoc comment.189
WarningsMissing a Javadoc comment.190
ErrorsParameter component should be final.190
WarningsMissing a Javadoc comment.195
WarningsMissing a Javadoc comment.196
ErrorsParameter component should be final.196

org/greatage/tapestry/commonlib/components/Image.java

ViolationMessageLine
WarningsMissing a Javadoc comment.26
ErrorsParameter writer should be final.26
WarningsMissing a Javadoc comment.38
ErrorsParameter data should be final.38

org/greatage/tapestry/commonlib/components/Layout.java

ViolationMessageLine
Errorsassign child at indentation level 0 not at correct indentation, 826
WarningsMissing a Javadoc comment.46
WarningsMissing a Javadoc comment.50

org/greatage/tapestry/commonlib/components/LocaleMenu.java

ViolationMessageLine
Errors'}' is not preceded with whitespace.52
Errors'}' is not preceded with whitespace.59
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.70
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.88
ErrorsParameter localeName should be final.88
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.96
ErrorsParameter locale should be final.96

org/greatage/tapestry/commonlib/components/Menu.java

ViolationMessageLine
Errors'}' is not preceded with whitespace.60
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.73
WarningsMissing a Javadoc comment.77
WarningsMissing a Javadoc comment.81
ErrorsParameter action should be final.81
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.97
Errors'?' should be on the previous line.100
Errors':' should be on the previous line.101
WarningsMissing a Javadoc comment.108
WarningsMissing a Javadoc comment.112
WarningsMissing a Javadoc comment.113
ErrorsParameter component should be final.113
WarningsMissing a Javadoc comment.118
WarningsMissing a Javadoc comment.119
ErrorsParameter component should be final.119

org/greatage/tapestry/commonlib/components/MenuButton.java

ViolationMessageLine
Errors'}' is not preceded with whitespace.29
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.42

org/greatage/tapestry/commonlib/components/MenuGroup.java

ViolationMessageLine
Errors'}' is not preceded with whitespace.22

org/greatage/tapestry/commonlib/components/MenuItem.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - org.apache.tapestry5.annotations.*.11
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.72
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.96
ErrorsParameter name should be final.96
Warnings'name' hides a field.96
WarningsMissing a Javadoc comment.110
Warnings'name' hides a field.111
WarningsMissing a Javadoc comment.115
ErrorsParameter context should be final.115
Warnings'context' hides a field.115
WarningsMissing a Javadoc comment.126
WarningsMissing a Javadoc comment.129
ErrorsParameter name should be final.129
WarningsMissing a Javadoc comment.133
ErrorsParameter component should be final.133

org/greatage/tapestry/commonlib/components/Panel.java

ViolationMessageLine
Errors'}' is not preceded with whitespace.38
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.56
WarningsMissing a Javadoc comment.60
WarningsMissing a Javadoc comment.64
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.72
ErrorsParameter additionalClass should be final.72

org/greatage/tapestry/commonlib/components/Secured.java

ViolationMessageLine
WarningsMissing a Javadoc comment.29
Errors'}' is not preceded with whitespace.29
WarningsMissing a Javadoc comment.41

org/greatage/tapestry/commonlib/components/Selector.java

ViolationMessageLine
WarningsMissing a Javadoc comment.62
WarningsMissing a Javadoc comment.66
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.80
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.108
WarningsMissing a Javadoc comment.125
WarningsMissing a Javadoc comment.132

org/greatage/tapestry/commonlib/components/ViewStack.java

ViolationMessageLine
WarningsMissing a Javadoc comment.21
WarningsMissing a Javadoc comment.29

org/greatage/tapestry/commonlib/mixins/DefineClass.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.20
ErrorsParameter writer should be final.20

org/greatage/tapestry/commonlib/mixins/FormSubmit.java

ViolationMessageLine
WarningsMissing a Javadoc comment.36
ErrorsParameter writer should be final.36

org/greatage/tapestry/commonlib/mixins/Trigger.java

ViolationMessageLine
WarningsMissing a Javadoc comment.31
ErrorsParameter writer should be final.31

org/greatage/tapestry/commonlib/pages/EditBlocks.java

ViolationMessageLine
WarningsMissing package-info.java file.0
ErrorsUsing the '.*' form of import should be avoided - org.apache.tapestry5.corelib.components.*.13
Errors'}' is not preceded with whitespace.33
Errors'}' is not preceded with whitespace.43
Errors'}' is not preceded with whitespace.53
Errors'}' is not preceded with whitespace.64
Errors'}' is not preceded with whitespace.72
Errors'}' is not preceded with whitespace.79
Errors'}' is not preceded with whitespace.89
WarningsMissing a Javadoc comment.92
WarningsMissing a Javadoc comment.96
WarningsMissing a Javadoc comment.100
WarningsMissing a Javadoc comment.104
WarningsMissing a Javadoc comment.108
WarningsMissing a Javadoc comment.112
WarningsMissing a Javadoc comment.116
WarningsMissing a Javadoc comment.120
WarningsMissing a Javadoc comment.124
WarningsMissing a Javadoc comment.128
WarningsMissing a Javadoc comment.132
WarningsMissing a Javadoc comment.136
Errors'}' is not preceded with whitespace.136
WarningsMissing a Javadoc comment.141
Errors'}' is not preceded with whitespace.141

org/greatage/tapestry/details/BeanModelUtils.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.19
WarningsMissing a Javadoc comment.38

org/greatage/tapestry/details/DetailsModel.java

ViolationMessageLine
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.18

org/greatage/tapestry/grid/CachingDataSource.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.19
ErrorsParameter delegate should be final.19
WarningsMissing a Javadoc comment.23
WarningsMissing a Javadoc comment.30
ErrorsParameter startIndex should be final.30
ErrorsParameter endIndex should be final.30
ErrorsParameter sortConstraints should be final.30
WarningsMissing a Javadoc comment.34
ErrorsParameter index should be final.34
WarningsMissing a Javadoc comment.38

org/greatage/tapestry/grid/CenteredPagesBuilder.java

ViolationMessageLine
WarningsMissing a Javadoc comment.17
WarningsMissing a Javadoc comment.21
ErrorsParameter range should be final.21
WarningsMissing a Javadoc comment.25
ErrorsParameter model should be final.25

org/greatage/tapestry/grid/EntityDataSource.java

ViolationMessageLine
WarningsType Javadoc comment is missing an @param <E> tag.22
WarningsType Javadoc comment is missing an @param <PK> tag.22
ErrorsName 'PK' must match pattern '^[A-Z]$'.22
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.42
WarningsMissing a Javadoc comment.46

org/greatage/tapestry/grid/MultiColumnSortModel.java

ViolationMessageLine
WarningsMissing a Javadoc comment.25
ErrorsParameter depth should be final.25
WarningsMissing a Javadoc comment.32
ErrorsLine is longer than 125 characters.34
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.76
WarningsMissing a Javadoc comment.89
WarningsMissing a Javadoc comment.93
WarningsMissing a Javadoc comment.97
WarningsMissing a Javadoc comment.101
WarningsMissing a Javadoc comment.105

org/greatage/tapestry/grid/Page.java

ViolationMessageLine
WarningsMissing a Javadoc comment.14
ErrorsParameter type should be final.14
WarningsMissing a Javadoc comment.18
ErrorsParameter type should be final.18
ErrorsParameter value should be final.18
WarningsMissing a Javadoc comment.23
WarningsMissing a Javadoc comment.27
ErrorsParameter model should be final.27
WarningsMissing a Javadoc comment.42
ErrorsParameter model should be final.42
WarningsMissing a Javadoc comment.59
ErrorsParameter i should be final.59
WarningsMissing a Javadoc comment.63
WarningsMissing a Javadoc comment.67
WarningsMissing a Javadoc comment.71
WarningsMissing a Javadoc comment.75
WarningsMissing a Javadoc comment.79
WarningsMissing a Javadoc comment.83
WarningsMissing a Javadoc comment.84
WarningsMissing a Javadoc comment.85
WarningsMissing a Javadoc comment.86
WarningsMissing a Javadoc comment.87
WarningsMissing a Javadoc comment.88
WarningsMissing a Javadoc comment.89

org/greatage/tapestry/grid/PagesBuilder.java

ViolationMessageLine
WarningsMissing a Javadoc comment.14

org/greatage/tapestry/grid/PaginationModel.java

ViolationMessageLine
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.18
WarningsMissing a Javadoc comment.20
WarningsMissing a Javadoc comment.22
WarningsMissing a Javadoc comment.24
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.28

org/greatage/tapestry/grid/PaginationModelImpl.java

ViolationMessageLine
WarningsMissing a Javadoc comment.18
ErrorsParameter currentPage should be final.18
ErrorsParameter pageSize should be final.18
ErrorsParameter size should be final.18
WarningsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.29
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.37
WarningsMissing a Javadoc comment.41
WarningsMissing a Javadoc comment.45
WarningsMissing a Javadoc comment.49
WarningsMissing a Javadoc comment.53
ErrorsParameter page should be final.53
WarningsMissing a Javadoc comment.58
ErrorsParameter pageSize should be final.58
Warnings'pageSize' hides a field.58
WarningsMissing a Javadoc comment.63

org/greatage/tapestry/grid/TableModel.java

ViolationMessageLine
WarningsMissing a Javadoc comment.15

org/greatage/tapestry/grid/TableRowContext.java

ViolationMessageLine
WarningsMissing a Javadoc comment.12
WarningsMissing a Javadoc comment.14

org/greatage/tapestry/internal/BinaryStreamResponse.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.22
ErrorsParameter contentType should be final.22
ErrorsParameter inputStream should be final.22
WarningsMissing a Javadoc comment.26
ErrorsParameter contentType should be final.26
ErrorsParameter inputStream should be final.26
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.38
WarningsMissing a Javadoc comment.42
ErrorsParameter response should be final.42

org/greatage/tapestry/internal/EncodedFlashPersistentFieldStrategy.java

ViolationMessageLine
ErrorsLine is longer than 125 characters.17
WarningsMissing a Javadoc comment.17
ErrorsParameter request should be final.17
ErrorsParameter valueEncoderSource should be final.17
ErrorsParameter realClassResolver should be final.17
ErrorsParameter session should be final.22
ErrorsParameter attributeName should be final.22

org/greatage/tapestry/internal/EncodedSessionPersistentFieldStrategy.java

ViolationMessageLine
ErrorsLine is longer than 125 characters.21
WarningsMissing a Javadoc comment.21
ErrorsParameter request should be final.21
ErrorsParameter valueEncoderSource should be final.21
ErrorsParameter realClassResolver should be final.21
ErrorsLine is longer than 125 characters.25
WarningsMissing a Javadoc comment.25
ErrorsParameter prefix should be final.25
ErrorsParameter request should be final.25
ErrorsParameter valueEncoderSource should be final.25
ErrorsParameter realClassResolver should be final.25
Errors'}' is not preceded with whitespace.32
ErrorsParameter newValue should be final.33
Errors'}' is not preceded with whitespace.43
ErrorsParameter persistedValue should be final.44
WarningsMissing a Javadoc comment.53
ErrorsParameter clazz should be final.53
WarningsMissing a Javadoc comment.57
ErrorsParameter clazz should be final.57

org/greatage/tapestry/internal/EntityEncoderFactory.java

ViolationMessageLine
WarningsType Javadoc comment is missing an @param <PK> tag.20
ErrorsName 'PK' must match pattern '^[A-Z]$'.20
WarningsMissing a Javadoc comment.25
ErrorsParameter typeCoercer should be final.25
ErrorsParameter repository should be final.25
ErrorsParameter pkClass should be final.25
WarningsMissing a Javadoc comment.31
ErrorsParameter value should be final.33
ErrorsParameter clientValue should be final.37
ErrorsThe String ")" appears 2 times in the file.46

org/greatage/tapestry/internal/GreatAgeModuleDef.java

ViolationMessageLine
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.51
WarningsMissing a Javadoc comment.55
WarningsMissing a Javadoc comment.59

org/greatage/tapestry/internal/GreatAgeServiceDef.java

ViolationMessageLine
WarningsMissing a Javadoc comment.23
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.39
WarningsMissing a Javadoc comment.43
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.51

org/greatage/tapestry/internal/GreatAgeTapestryFilter.java

ViolationMessageLine
Errorsarray initialization child at indentation level 16 not at correct indentation, [12, 31]21
ErrorsArray should contain trailing comma.22

org/greatage/tapestry/internal/HibernateClassResolver.java

ViolationMessageLine
WarningsMissing a Javadoc comment.17
ErrorsParameter clazz should be final.17

org/greatage/tapestry/internal/LocaleValueEncoder.java

ViolationMessageLine
WarningsMissing a Javadoc comment.18
WarningsMissing a Javadoc comment.22

org/greatage/tapestry/internal/MenuModelSourceImpl.java

ViolationMessageLine
ErrorsLine is longer than 125 characters.20
WarningsMissing a Javadoc comment.20
ErrorsParameter resources should be final.20
ErrorsParameter messages should be final.20
ErrorsParameter menuItems should be final.20
ErrorsParameter context should be final.20

org/greatage/tapestry/internal/PersistedValue.java

ViolationMessageLine
WarningsMissing a Javadoc comment.16
ErrorsParameter clazz should be final.16
ErrorsParameter value should be final.16
WarningsMissing a Javadoc comment.20
ErrorsParameter className should be final.20
ErrorsParameter value should be final.20
WarningsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.33

org/greatage/tapestry/internal/RealClassResolver.java

ViolationMessageLine
WarningsMissing a Javadoc comment.19
ErrorsParameter classResolvers should be final.19
WarningsMissing a Javadoc comment.23
ErrorsParameter clazz should be final.23

org/greatage/tapestry/internal/SecuredAnnotationWorker.java

ViolationMessageLine
WarningsMissing a Javadoc comment.32
WarningsMissing a Javadoc comment.36
ErrorsLine is longer than 125 characters.40
WarningsMissing a Javadoc comment.54
ErrorsThe String "Access denied for authorities: '%s'" appears 4 times in the file.57
WarningsMissing a Javadoc comment.68
WarningsMissing a Javadoc comment.83

org/greatage/tapestry/internal/SecurityExceptionHandler.java

ViolationMessageLine
WarningsMissing a Javadoc comment.28
WarningsMissing a Javadoc comment.41
Errors'}' is not preceded with whitespace.41

org/greatage/tapestry/internal/SelectModelBuilder.java

ViolationMessageLine
WarningsMissing a Javadoc comment.29
ErrorsParameter conduitSource should be final.29
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.37
ErrorsParameter values should be final.37
WarningsMissing a Javadoc comment.41
ErrorsParameter valueClass should be final.41
ErrorsParameter values should be final.41
ErrorsParameter format should be final.41
ErrorsParameter parameters should be final.41
ErrorsLine is longer than 125 characters.45
WarningsMissing a Javadoc comment.45
ErrorsParameter valueClass should be final.45
ErrorsParameter values should be final.45
ErrorsParameter formatter should be final.45
ErrorsParameter parameters should be final.45
WarningsMissing a Javadoc comment.49
ErrorsParameter valueClass should be final.49
ErrorsParameter parameters should be final.49

org/greatage/tapestry/internal/SvgResourceCache.java

ViolationMessageLine
WarningsMissing a Javadoc comment.15
WarningsMissing a Javadoc comment.19
WarningsMissing a Javadoc comment.23
WarningsMissing a Javadoc comment.31
WarningsMissing a Javadoc comment.35
WarningsMissing a Javadoc comment.39

org/greatage/tapestry/internal/SvgStreamableResource.java

ViolationMessageLine
WarningsMissing a Javadoc comment.15
WarningsMissing a Javadoc comment.19
WarningsMissing a Javadoc comment.23
WarningsMissing a Javadoc comment.27
WarningsMissing a Javadoc comment.31

org/greatage/tapestry/internal/ThreadCleanupFilter.java

ViolationMessageLine
WarningsMissing a Javadoc comment.20
WarningsMissing a Javadoc comment.24
Errors'}' should be on the same line.27

org/greatage/tapestry/internal/TimeZoneValueEncoder.java

ViolationMessageLine
WarningsMissing a Javadoc comment.17
WarningsMissing a Javadoc comment.21

org/greatage/tapestry/internal/UserPersistenceFilter.java

ViolationMessageLine
ErrorsUsing the '.*' form of import should be avoided - org.apache.tapestry5.services.*.7
WarningsMissing a Javadoc comment.25
WarningsMissing a Javadoc comment.30
Errors'}' is not preceded with whitespace.30
WarningsMissing a Javadoc comment.47
WarningsMissing a Javadoc comment.53
WarningsMissing a Javadoc comment.58

org/greatage/tapestry/menu/MenuItemModel.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.14
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.18
WarningsMissing a Javadoc comment.20
WarningsMissing a Javadoc comment.22
WarningsMissing a Javadoc comment.24

org/greatage/tapestry/menu/MenuItemModelImpl.java

ViolationMessageLine
WarningsMissing a Javadoc comment.20
ErrorsParameter model should be final.20
ErrorsParameter name should be final.20
ErrorsParameter messages should be final.20
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.30
WarningsMissing a Javadoc comment.34
WarningsMissing a Javadoc comment.38
ErrorsParameter label should be final.38
Warnings'label' hides a field.38
WarningsMissing a Javadoc comment.43
ErrorsParameter link should be final.43
Warnings'link' hides a field.43
WarningsMissing a Javadoc comment.48

org/greatage/tapestry/menu/MenuModel.java

ViolationMessageLine
WarningsMissing a Javadoc comment.16
WarningsMissing a Javadoc comment.18
WarningsMissing a Javadoc comment.20
WarningsMissing a Javadoc comment.22

org/greatage/tapestry/menu/MenuModelImpl.java

ViolationMessageLine
WarningsMissing a Javadoc comment.22
ErrorsParameter messages should be final.22
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.30
ErrorsParameter name should be final.30
WarningsMissing a Javadoc comment.34
ErrorsParameter name should be final.34
WarningsMissing a Javadoc comment.38
ErrorsParameter name should be final.38
ErrorsParameter link should be final.38

org/greatage/tapestry/select/EntitySelectModel.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsType Javadoc comment is missing an @param <E> tag.18
WarningsType Javadoc comment is missing an @param <PK> tag.18
ErrorsName 'PK' must match pattern '^[A-Z]$'.18
WarningsMissing a Javadoc comment.23
ErrorsParameter entityService should be final.23

org/greatage/tapestry/select/FormattedSelectModel.java

ViolationMessageLine
WarningsType Javadoc comment is missing an @param <V> tag.19
WarningsMissing a Javadoc comment.23
ErrorsParameter values should be final.23
ErrorsParameter format should be final.23
ErrorsParameter conduits should be final.23
WarningsMissing a Javadoc comment.27
ErrorsParameter values should be final.27
ErrorsParameter formatter should be final.27
ErrorsParameter conduits should be final.27
ErrorsParameter value should be final.34

org/greatage/tapestry/select/LazySelectModel.java

ViolationMessageLine
WarningsType Javadoc comment is missing an @param <V> tag.19
WarningsMissing a Javadoc comment.22
WarningsMissing a Javadoc comment.26
WarningsMissing a Javadoc comment.33
WarningsMissing a Javadoc comment.35
ErrorsParameter value should be final.35
WarningsMissing a Javadoc comment.41

org/greatage/tapestry/select/SimpleSelectModel.java

ViolationMessageLine
WarningsType Javadoc comment is missing an @param <V> tag.12
WarningsMissing a Javadoc comment.15
ErrorsParameter values should be final.15

org/greatage/tapestry/services/ClassResolver.java

ViolationMessageLine
WarningsMissing package-info.java file.0
WarningsMissing a Javadoc comment.12

org/greatage/tapestry/services/CommonModule.java

ViolationMessageLine
WarningsMissing a Javadoc comment.37
ErrorsParameter binder should be final.37
WarningsMissing a Javadoc comment.43
ErrorsParameter configuration should be final.43
WarningsMissing a Javadoc comment.48
ErrorsParameter configuration should be final.48
WarningsMissing a Javadoc comment.52
WarningsMissing a Javadoc comment.57
ErrorsParameter configuration should be final.57
ErrorsParameter themePath should be final.58
WarningsMissing a Javadoc comment.62
ErrorsParameter configuration should be final.62
WarningsMissing a Javadoc comment.67
ErrorsParameter configuration should be final.67
WarningsMissing a Javadoc comment.77
ErrorsParameter configuration should be final.77
ErrorsParameter dataType should be final.77
WarningsMissing a Javadoc comment.81
ErrorsParameter configuration should be final.81
ErrorsParameter dataType should be final.81
ErrorsParameter blockId should be final.81
WarningsMissing a Javadoc comment.85

org/greatage/tapestry/services/MenuModelSource.java

ViolationMessageLine
WarningsMissing a Javadoc comment.18