Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
28 0 1007 0

Files

File  I  W  E
gboat2/base/plugin/exception/InternalInvalidException.java 0 3 0
gboat2/base/plugin/servlet/filter/AntiXssSqlInjectFilter.java 0 186 0
gboat2/base/plugin/servlet/filter/DisableUrlSessionFilter.java 0 4 0
gboat2/base/plugin/servlet/filter/GboatCSSFilter.java 0 44 0
gboat2/base/plugin/servlet/filter/GboatEncodingFilter.java 0 3 0
gboat2/base/plugin/servlet/filter/GboatUserSessionFilter.java 0 35 0
gboat2/base/plugin/servlet/filter/StaticFileDebugFilter.java 0 41 0
gboat2/base/plugin/servlet/listener/JDKLoggerConfigListener.java 0 31 0
gboat2/base/plugin/servlet/listener/SessionListener.java 0 47 0
gboat2/base/plugin/struts/GboatFileManager.java 0 5 0
gboat2/base/plugin/struts/GboatFileManagerFactory.java 0 10 0
gboat2/base/plugin/struts/convention/GboatConventionUnknownHandler.java 0 23 0
gboat2/base/plugin/struts/convention/GboatConventionsServiceImpl.java 0 28 0
gboat2/base/plugin/struts/convention/GboatPackageBasedActionConfigBuilder.java 0 135 0
gboat2/base/plugin/struts/dispatcher/GboatDispatcherResult.java 0 38 0
gboat2/base/plugin/struts/dispatcher/GboatStaticContentLoader.java 0 4 0
gboat2/base/plugin/struts/freemarker/GboatClassTemplateLoader.java 0 3 0
gboat2/base/plugin/struts/freemarker/GboatFreemarkerManager.java 0 16 0
gboat2/base/plugin/struts/freemarker/GboatThemeTemplateLoader.java 0 15 0
gboat2/base/plugin/struts/interceptor/CallActionLogStackHandlerInterceptor.java 0 5 0
gboat2/base/plugin/struts/interceptor/DestopMetadataInterceptor.java 0 11 0
gboat2/base/plugin/struts/interceptor/ExceptionHandlerInterceptor.java 0 24 0
gboat2/base/plugin/struts/interceptor/GboatFileUploadInterceptor.java 0 253 0
gboat2/base/plugin/struts/interceptor/RequestIntervalCheckInterceptor.java 0 22 0
gboat2/base/plugin/struts/velocity/DebugVelocityResourceLoader.java 0 11 0
gboat2/base/plugin/struts/velocity/GboatVelocityContext.java 0 5 0
gboat2/base/plugin/struts/velocity/GboatVelocityManager.java 0 5 0

Rules

Rule Violations Severity
FileLength
  • max: "2500"
0  Warning
AvoidStarImport 0  Warning
IllegalImport 0  Warning
RedundantImport 0  Warning
UnusedImports 1  Warning
JavadocType
  • scope: "protected"
  • tokens: "CLASS_DEF,INTERFACE_DEF"
23  Warning
JavadocMethod
  • allowMissingParamTags: "false"
  • allowMissingPropertyJavadoc: "true"
  • allowThrowsTagsForSubclasses: "true"
  • scope: "protected"
  • allowUndeclaredRTE: "true"
  • tokens: "METHOD_DEF"
  • allowMissingReturnTag: "false"
  • allowMissingThrowsTags: "false"
10  Warning
JavadocVariable
  • scope: "protected"
17  Warning
LeftCurly
  • option: "eol"
0  Warning
NeedBraces 16  Warning
RightCurly
  • option: "alone"
59  Warning
EqualsHashCode 0  Warning
IllegalInstantiation
  • classes: "java.lang.Boolean"
0  Warning
LocalFinalVariableName 0  Warning
LocalVariableName 1  Warning
StaticVariableName
  • format: "(^[A-Z0-9_]{0,19}$)"
4  Warning
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
27  Warning
TypeName
  • format: "(^[A-Z][a-zA-Z0-9]{0,19}$)"
21  Warning
MethodName
  • format: "(^[a-z][a-zA-Z0-9]{0,19}$)"
17  Warning
MemberName
  • format: "(^[a-z][a-z0-9][a-zA-Z0-9]{0,19}$)"
3  Warning
ParameterName
  • format: "(^[a-z][a-zA-Z0-9_]{0,19}$)"
3  Warning
ConstantName
  • format: "(^[A-Z0-9_]{0,19}$)"
11  Warning
Indentation 787  Warning
SimplifyBooleanExpression 2  Warning
SimplifyBooleanReturn 0  Warning
FinalClass 0  Warning
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0  Warning
MultipleVariableDeclarations 1  Warning
ArrayTypeStyle 0  Warning
TodoComment 0  Warning
UpperEll 0  Warning
MissingSwitchDefault 0  Warning
FallThrough 0  Warning
ParameterNumber
  • max: "5"
1  Warning
LineLength
  • max: "200"
0  Warning
MethodLength
  • max: "400"
0  Warning
ModifierOrder 0  Warning
RedundantModifier 0  Warning
StringLiteralEquality 0  Warning
NestedIfDepth
  • max: "5"
3  Warning
NestedTryDepth
  • max: "3"
0  Warning
ReturnCount
  • max: "10"
  • format: "^$"
0  Warning

Details

gboat2/base/plugin/exception/InternalInvalidException.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.exception' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 11
 Warning Name 'InternalInvalidException' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 15

gboat2/base/plugin/servlet/filter/AntiXssSqlInjectFilter.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.servlet.filter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 67
 Warning Name 'AntiXssSqlInjectFilter' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 71
 Warning member def modifier at indentation level 8 not at correct indentation, 4 73
 Warning Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 73
 Warning member def modifier at indentation level 8 not at correct indentation, 4 75
 Warning Missing a Javadoc comment. 75
 Warning member def modifier at indentation level 8 not at correct indentation, 4 77
 Warning Missing a Javadoc comment. 77
 Warning member def modifier at indentation level 8 not at correct indentation, 4 79
 Warning Missing a Javadoc comment. 79
 Warning member def modifier at indentation level 8 not at correct indentation, 4 81
 Warning Missing a Javadoc comment. 81
 Warning method def modifier at indentation level 8 not at correct indentation, 4 87
 Warning method def modifier at indentation level 8 not at correct indentation, 4 88
 Warning method def child at indentation level 16 not at correct indentation, 8 89
 Warning if at indentation level 16 not at correct indentation, 8 90
 Warning if child at indentation level 24 not at correct indentation, 12 91
 Warning if rcurly at indentation level 16 not at correct indentation, 8 92
 Warning method def child at indentation level 16 not at correct indentation, 8 94
 Warning if at indentation level 16 not at correct indentation, 8 95
 Warning if child at indentation level 24 not at correct indentation, 12 96
 Warning if rcurly at indentation level 16 not at correct indentation, 8 97
 Warning method def child at indentation level 16 not at correct indentation, 8 99
 Warning if at indentation level 16 not at correct indentation, 8 100
 Warning if child at indentation level 24 not at correct indentation, 12 101
 Warning if rcurly at indentation level 16 not at correct indentation, 8 102
 Warning method def child at indentation level 16 not at correct indentation, 8 104
 Warning if at indentation level 16 not at correct indentation, 8 105
 Warning if child at indentation level 24 not at correct indentation, 12 106
 Warning if rcurly at indentation level 16 not at correct indentation, 8 107
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 108
 Warning method def modifier at indentation level 8 not at correct indentation, 4 114
 Warning method def modifier at indentation level 8 not at correct indentation, 4 115
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 116
 Warning method def modifier at indentation level 8 not at correct indentation, 4 122
 Warning method def modifier at indentation level 8 not at correct indentation, 4 123
 Warning method def child at indentation level 16 not at correct indentation, 8 124
 Warning method def child at indentation level 16 not at correct indentation, 8 125
 Warning method def child at indentation level 16 not at correct indentation, 8 126
 Warning if at indentation level 16 not at correct indentation, 8 127
 Warning if at indentation level 24 not at correct indentation, 12 128
 Warning if child at indentation level 32 not at correct indentation, 16 129
 Warning if rcurly at indentation level 24 not at correct indentation, 12 130
 Warning if rcurly at indentation level 16 not at correct indentation, 8 131
 Warning method def child at indentation level 16 not at correct indentation, 8 133
 Warning if at indentation level 16 not at correct indentation, 8 134
 Warning if at indentation level 24 not at correct indentation, 12 135
 Warning if child at indentation level 32 not at correct indentation, 16 136
 Warning if rcurly at indentation level 24 not at correct indentation, 12 137
 Warning if rcurly at indentation level 16 not at correct indentation, 8 138
 Warning method def child at indentation level 16 not at correct indentation, 8 140
 Warning if at indentation level 16 not at correct indentation, 8 141
 Warning if child at indentation level 24 not at correct indentation, 12 142
 Warning if rcurly at indentation level 16 not at correct indentation, 8 143
 Warning '}' should be alone on a line. 143
 Warning else child at indentation level 24 not at correct indentation, 12 144
 Warning else rcurly at indentation level 16 not at correct indentation, 8 145
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 146
 Warning method def modifier at indentation level 8 not at correct indentation, 4 148
 Warning method def child at indentation level 16 not at correct indentation, 8 149
 Warning for at indentation level 16 not at correct indentation, 8 150
 Warning if at indentation level 24 not at correct indentation, 12 151
 Warning if child at indentation level 32 not at correct indentation, 16 152
 Warning if child at indentation level 32 not at correct indentation, 16 153
 Warning if rcurly at indentation level 24 not at correct indentation, 12 154
 Warning for rcurly at indentation level 16 not at correct indentation, 8 155
 Warning if at indentation level 16 not at correct indentation, 8 157
 Warning if child at indentation level 24 not at correct indentation, 12 158
 Warning if rcurly at indentation level 16 not at correct indentation, 8 159
 Warning method def child at indentation level 16 not at correct indentation, 8 161
 Warning for at indentation level 16 not at correct indentation, 8 162
 Warning if at indentation level 24 not at correct indentation, 12 163
 Warning if child at indentation level 32 not at correct indentation, 16 164
 Warning if child at indentation level 32 not at correct indentation, 16 165
 Warning if rcurly at indentation level 24 not at correct indentation, 12 166
 Warning for rcurly at indentation level 16 not at correct indentation, 8 167
 Warning if at indentation level 16 not at correct indentation, 8 169
 Warning if child at indentation level 24 not at correct indentation, 12 170
 Warning if rcurly at indentation level 16 not at correct indentation, 8 171
 Warning method def child at indentation level 16 not at correct indentation, 8 173
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 174
 Warning Missing a Javadoc comment. 176
 Warning class def ident at indentation level 8 not at correct indentation, 4 176
 Warning class def modifier at indentation level 8 not at correct indentation, 4 176
 Warning member def modifier at indentation level 16 not at correct indentation, 8 178
 Warning member def modifier at indentation level 16 not at correct indentation, 8 180
 Warning member def modifier at indentation level 16 not at correct indentation, 8 184
 Warning ctor def modifier at indentation level 16 not at correct indentation, 8 190
 Warning ctor def child at indentation level 24 not at correct indentation, 12 192
 Warning ctor def child at indentation level 24 not at correct indentation, 12 193
 Warning ctor def rcurly at indentation level 16 not at correct indentation, 8 195
 Warning method def modifier at indentation level 16 not at correct indentation, 8 197
 Warning method def child at indentation level 24 not at correct indentation, 12 198
 Warning if at indentation level 24 not at correct indentation, 12 199
 Warning if child at indentation level 32 not at correct indentation, 16 201
 Warning if rcurly at indentation level 24 not at correct indentation, 12 202
 Warning if at indentation level 24 not at correct indentation, 12 204
 Warning if child at indentation level 32 not at correct indentation, 16 205
 Warning if rcurly at indentation level 24 not at correct indentation, 12 206
 Warning method def child at indentation level 24 not at correct indentation, 12 207
 Warning method def rcurly at indentation level 16 not at correct indentation, 8 208
 Warning method def modifier at indentation level 16 not at correct indentation, 8 210
 Warning if at indentation level 24 not at correct indentation, 12 211
 Warning if child at indentation level 32 not at correct indentation, 16 212
 Warning if rcurly at indentation level 24 not at correct indentation, 12 213
 Warning method def child at indentation level 24 not at correct indentation, 12 214
 Warning method def child at indentation level 24 not at correct indentation, 12 215
 Warning for at indentation level 24 not at correct indentation, 12 216
 Warning for child at indentation level 32 not at correct indentation, 16 217
 Warning switch at indentation level 32 not at correct indentation, 16 218
 Warning case child at indentation level 40 not at correct indentation, 20 219
 Warning block child at indentation level 48 not at correct indentation, 24 220
 Warning block child at indentation level 48 not at correct indentation, 24 221
 Warning case child at indentation level 40 not at correct indentation, 20 222
 Warning block child at indentation level 48 not at correct indentation, 24 223
 Warning block child at indentation level 48 not at correct indentation, 24 224
 Warning case child at indentation level 40 not at correct indentation, 20 225
 Warning block child at indentation level 48 not at correct indentation, 24 226
 Warning block child at indentation level 48 not at correct indentation, 24 227
 Warning case child at indentation level 40 not at correct indentation, 20 228
 Warning block child at indentation level 48 not at correct indentation, 24 229
 Warning block child at indentation level 48 not at correct indentation, 24 230
 Warning switch rcurly at indentation level 32 not at correct indentation, 16 231
 Warning for rcurly at indentation level 24 not at correct indentation, 12 232
 Warning method def child at indentation level 24 not at correct indentation, 12 233
 Warning method def rcurly at indentation level 16 not at correct indentation, 8 234
 Warning method def modifier at indentation level 12 not at correct indentation, 8 236
 Warning if at indentation level 16 not at correct indentation, 12 237
 Warning if child at indentation level 20 not at correct indentation, 16 238
 Warning if rcurly at indentation level 16 not at correct indentation, 12 239
 Warning method def child at indentation level 16 not at correct indentation, 12 240
 Warning method def rcurly at indentation level 12 not at correct indentation, 8 241
 Warning method def modifier at indentation level 16 not at correct indentation, 8 243
 Warning method def modifier at indentation level 16 not at correct indentation, 8 244
 Warning method def child at indentation level 24 not at correct indentation, 12 245
 Warning if at indentation level 24 not at correct indentation, 12 246
 Warning if child at indentation level 32 not at correct indentation, 16 247
 Warning if rcurly at indentation level 24 not at correct indentation, 12 248
 Warning method def child at indentation level 24 not at correct indentation, 12 249
 Warning method def rcurly at indentation level 16 not at correct indentation, 8 250
 Warning method def modifier at indentation level 16 not at correct indentation, 8 252
 Warning method def modifier at indentation level 16 not at correct indentation, 8 253
 Warning method def child at indentation level 24 not at correct indentation, 12 254
 Warning if at indentation level 24 not at correct indentation, 12 255
 Warning if child at indentation level 32 not at correct indentation, 16 256
 Warning if rcurly at indentation level 24 not at correct indentation, 12 257
 Warning method def child at indentation level 24 not at correct indentation, 12 258
 Warning method def rcurly at indentation level 16 not at correct indentation, 8 259
 Warning method def modifier at indentation level 16 not at correct indentation, 8 261
 Warning method def modifier at indentation level 16 not at correct indentation, 8 262
 Warning method def child at indentation level 24 not at correct indentation, 12 263
 Warning if at indentation level 24 not at correct indentation, 12 264
 Warning if child at indentation level 32 not at correct indentation, 16 265
 Warning if rcurly at indentation level 24 not at correct indentation, 12 266
 Warning method def child at indentation level 24 not at correct indentation, 12 267
 Warning method def child at indentation level 24 not at correct indentation, 12 268
 Warning for at indentation level 24 not at correct indentation, 12 269
 Warning for child at indentation level 32 not at correct indentation, 16 270
 Warning for rcurly at indentation level 24 not at correct indentation, 12 271
 Warning method def child at indentation level 24 not at correct indentation, 12 272
 Warning method def rcurly at indentation level 16 not at correct indentation, 8 273
 Warning method def modifier at indentation level 16 not at correct indentation, 8 275
 Warning method def modifier at indentation level 16 not at correct indentation, 8 277
 Warning method def child at indentation level 24 not at correct indentation, 12 278
 Warning if at indentation level 24 not at correct indentation, 12 279
 Warning if child at indentation level 32 not at correct indentation, 16 280
 Warning if rcurly at indentation level 24 not at correct indentation, 12 281
 Warning method def child at indentation level 24 not at correct indentation, 12 283
 Warning method def child at indentation level 24 not at correct indentation, 12 284
 Warning method def child at indentation level 24 not at correct indentation, 12 285
 Warning if at indentation level 24 not at correct indentation, 12 286
 Warning while at indentation level 32 not at correct indentation, 16 287
 Warning while child at indentation level 40 not at correct indentation, 20 288
 Warning if at indentation level 40 not at correct indentation, 20 289
 Warning if child at indentation level 48 not at correct indentation, 24 290
 Warning for at indentation level 48 not at correct indentation, 24 291
 Warning for child at indentation level 56 not at correct indentation, 28 292
 Warning for rcurly at indentation level 48 not at correct indentation, 24 293
 Warning if rcurly at indentation level 40 not at correct indentation, 20 294
 Warning while rcurly at indentation level 32 not at correct indentation, 16 295
 Warning if rcurly at indentation level 24 not at correct indentation, 12 296
 Warning method def child at indentation level 24 not at correct indentation, 12 298
 Warning method def child at indentation level 24 not at correct indentation, 12 299
 Warning method def rcurly at indentation level 16 not at correct indentation, 8 300
 Warning class def rcurly at indentation level 8 not at correct indentation, 4 301

gboat2/base/plugin/servlet/filter/DisableUrlSessionFilter.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.servlet.filter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 18
 Warning Name 'DisableUrlSessionFilter' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 22
 Warning method def throws at indentation level 12 not at correct indentation, 8 29

gboat2/base/plugin/servlet/filter/GboatCSSFilter.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.servlet.filter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 34
 Warning member def modifier at indentation level 8 not at correct indentation, 4 41
 Warning Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 41
 Warning method def modifier at indentation level 8 not at correct indentation, 4 43
 Warning method def modifier at indentation level 8 not at correct indentation, 4 44
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 46
 Warning method def modifier at indentation level 8 not at correct indentation, 4 48
 Warning method def modifier at indentation level 8 not at correct indentation, 4 49
 Warning method def child at indentation level 16 not at correct indentation, 8 50
 Warning method def child at indentation level 16 not at correct indentation, 8 51
 Warning method def child at indentation level 16 not at correct indentation, 8 53
 Warning method def child at indentation level 16 not at correct indentation, 8 54
 Warning if at indentation level 16 not at correct indentation, 8 55
 Warning if child at indentation level 24 not at correct indentation, 12 56
 Warning if rcurly at indentation level 16 not at correct indentation, 8 57
 Warning if at indentation level 16 not at correct indentation, 8 59
 Warning if child at indentation level 24 not at correct indentation, 12 60
 Warning if child at indentation level 24 not at correct indentation, 12 62
 Warning if child at indentation level 24 not at correct indentation, 12 65
 Warning try at indentation level 24 not at correct indentation, 12 67
 Warning try child at indentation level 32 not at correct indentation, 16 68
 Warning try child at indentation level 32 not at correct indentation, 16 69
 Warning try child at indentation level 32 not at correct indentation, 16 70
 Warning try child at indentation level 32 not at correct indentation, 16 72
 Warning if at indentation level 32 not at correct indentation, 16 74
 Warning if child at indentation level 40 not at correct indentation, 20 75
 Warning if rcurly at indentation level 32 not at correct indentation, 16 76
 Warning '}' should be alone on a line. 76
 Warning else child at indentation level 40 not at correct indentation, 20 77
 Warning else child at indentation level 40 not at correct indentation, 20 78
 Warning else rcurly at indentation level 32 not at correct indentation, 16 79
 Warning try rcurly at indentation level 24 not at correct indentation, 12 80
 Warning '}' should be alone on a line. 80
 Warning catch child at indentation level 32 not at correct indentation, 16 81
 Warning catch rcurly at indentation level 24 not at correct indentation, 12 82
 Warning if rcurly at indentation level 16 not at correct indentation, 8 83
 Warning '}' should be alone on a line. 83
 Warning else child at indentation level 24 not at correct indentation, 12 84
 Warning else rcurly at indentation level 16 not at correct indentation, 8 85
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 86
 Warning method def modifier at indentation level 8 not at correct indentation, 4 88
 Warning method def modifier at indentation level 8 not at correct indentation, 4 89
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 90

gboat2/base/plugin/servlet/filter/GboatEncodingFilter.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.servlet.filter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 35
 Warning method def throws at indentation level 12 not at correct indentation, 8 45

gboat2/base/plugin/servlet/filter/GboatUserSessionFilter.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.servlet.filter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 48
 Warning Name 'GboatUserSessionFilter' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 52
 Warning member def modifier at indentation level 8 not at correct indentation, 4 54
 Warning member def modifier at indentation level 8 not at correct indentation, 4 56
 Warning member def modifier at indentation level 8 not at correct indentation, 4 58
 Warning method def modifier at indentation level 8 not at correct indentation, 4 60
 Warning '}' should be alone on a line. 72
 Warning method def modifier at indentation level 8 not at correct indentation, 4 89
 Warning '}' should be alone on a line. 97
 Warning '}' should be alone on a line. 101
 Warning if child at indentation level 13 not at correct indentation, 12 102
 Warning if child at indentation level 13 not at correct indentation, 12 103
 Warning '}' should be alone on a line. 104
 Warning '}' should be alone on a line. 117
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 124
 Warning method def modifier at indentation level 8 not at correct indentation, 4 126
 Warning Missing a Javadoc comment. 126
 Warning if at indentation level 16 not at correct indentation, 8 127
 Warning if child at indentation level 24 not at correct indentation, 12 128
 Warning if rcurly at indentation level 16 not at correct indentation, 8 129
 Warning '}' should be alone on a line. 129
 Warning for at indentation level 24 not at correct indentation, 12 130
 Warning if at indentation level 32 not at correct indentation, 16 131
 Warning if child at indentation level 40 not at correct indentation, 20 132
 Warning if rcurly at indentation level 32 not at correct indentation, 16 133
 Warning for rcurly at indentation level 24 not at correct indentation, 12 134
 Warning else rcurly at indentation level 16 not at correct indentation, 8 135
 Warning method def child at indentation level 16 not at correct indentation, 8 136
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 137
 Warning method def modifier at indentation level 8 not at correct indentation, 4 139
 Warning method def modifier at indentation level 8 not at correct indentation, 4 140
 Warning method def child at indentation level 16 not at correct indentation, 8 141
 Warning method def child at indentation level 16 not at correct indentation, 8 142
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 143

gboat2/base/plugin/servlet/filter/StaticFileDebugFilter.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.servlet.filter' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 55
 Warning Name 'StaticFileDebugFilter' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 61
 Warning member def modifier at indentation level 8 not at correct indentation, 4 63
 Warning member def modifier at indentation level 8 not at correct indentation, 4 72
 Warning method def modifier at indentation level 8 not at correct indentation, 4 86
 Warning method def modifier at indentation level 8 not at correct indentation, 4 87
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 88
 Warning method def modifier at indentation level 8 not at correct indentation, 4 97
 Warning method def modifier at indentation level 8 not at correct indentation, 4 98
 Warning Expected @param tag for 'request'. 98
 Warning Expected @param tag for 'response'. 98
 Warning Expected @param tag for 'chain'. 98
 Warning method def throws at indentation level 16 not at correct indentation, 8 99
 Warning Expected @throws tag for 'IOException'. 99
 Warning Expected @throws tag for 'ServletException'. 99
 Warning method def child at indentation level 16 not at correct indentation, 8 100
 Warning method def child at indentation level 16 not at correct indentation, 8 101
 Warning method def child at indentation level 16 not at correct indentation, 8 115
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 116
 Warning method def modifier at indentation level 8 not at correct indentation, 4 119
 Warning method def throws at indentation level 16 not at correct indentation, 8 120
 Warning method def child at indentation level 16 not at correct indentation, 8 124
 Warning method def child at indentation level 16 not at correct indentation, 8 125
 Warning method def child at indentation level 16 not at correct indentation, 8 126
 Warning method def child at indentation level 16 not at correct indentation, 8 127
 Warning if at indentation level 16 not at correct indentation, 8 128
 Warning if child at indentation level 24 not at correct indentation, 12 129
 Warning if at indentation level 24 not at correct indentation, 12 130
 Warning if child at indentation level 32 not at correct indentation, 16 131
 Warning if rcurly at indentation level 24 not at correct indentation, 12 132
 Warning if child at indentation level 24 not at correct indentation, 12 133
 Warning if child at indentation level 24 not at correct indentation, 12 134
 Warning if child at indentation level 24 not at correct indentation, 12 135
 Warning if child at indentation level 24 not at correct indentation, 12 136
 Warning if child at indentation level 24 not at correct indentation, 12 137
 Warning if rcurly at indentation level 16 not at correct indentation, 8 138
 Warning '}' should be alone on a line. 138
 Warning else child at indentation level 24 not at correct indentation, 12 139
 Warning else rcurly at indentation level 16 not at correct indentation, 8 140
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 142

gboat2/base/plugin/servlet/listener/JDKLoggerConfigListener.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.servlet.listener' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 33
 Warning Name 'JDKLoggerConfigListener' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 38
 Warning member def modifier at indentation level 8 not at correct indentation, 4 40
 Warning Missing a Javadoc comment. 40
 Warning Name 'JDK_LOG_CONFIG_KEY_PARM' must match pattern '(^[A-Z0-9_]{0,19}$)'. 40
 Warning method def modifier at indentation level 8 not at correct indentation, 4 42
 Warning Missing a Javadoc comment. 42
 Warning method def child at indentation level 16 not at correct indentation, 8 43
 Warning method def child at indentation level 16 not at correct indentation, 8 44
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 45
 Warning method def modifier at indentation level 8 not at correct indentation, 4 47
 Warning Name 'setJdkLogConfigPathSystemProperty' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 47
 Warning method def child at indentation level 16 not at correct indentation, 8 48
 Warning method def child at indentation level 16 not at correct indentation, 8 49
 Warning method def child at indentation level 16 not at correct indentation, 8 53
 Warning method def child at indentation level 16 not at correct indentation, 8 54
 Warning method def child at indentation level 16 not at correct indentation, 8 55
 Warning method def child at indentation level 16 not at correct indentation, 8 56
 Warning method def child at indentation level 16 not at correct indentation, 8 59
 Warning try at indentation level 16 not at correct indentation, 8 60
 Warning try child at indentation level 24 not at correct indentation, 12 61
 Warning try child at indentation level 24 not at correct indentation, 12 62
 Warning try rcurly at indentation level 16 not at correct indentation, 8 63
 Warning '}' should be alone on a line. 63
 Warning catch child at indentation level 24 not at correct indentation, 12 64
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 65
 Warning '}' should be alone on a line. 65
 Warning finally child at indentation level 20 not at correct indentation, 12 66
 Warning finally rcurly at indentation level 16 not at correct indentation, 8 67
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 68

gboat2/base/plugin/servlet/listener/SessionListener.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.servlet.listener' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 29
 Warning member def modifier at indentation level 8 not at correct indentation, 4 36
 Warning method def modifier at indentation level 8 not at correct indentation, 4 38
 Warning method def modifier at indentation level 8 not at correct indentation, 4 39
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 41
 Warning method def modifier at indentation level 8 not at correct indentation, 4 43
 Warning method def modifier at indentation level 8 not at correct indentation, 4 44
 Warning method def child at indentation level 16 not at correct indentation, 8 45
 Warning if at indentation level 16 not at correct indentation, 8 46
 Warning if child at indentation level 20 not at correct indentation, 12 47
 Warning if rcurly at indentation level 16 not at correct indentation, 8 48
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 49
 Warning method def modifier at indentation level 8 not at correct indentation, 4 51
 Warning method def modifier at indentation level 8 not at correct indentation, 4 52
 Warning if at indentation level 16 not at correct indentation, 8 53
 Warning if child at indentation level 24 not at correct indentation, 12 54
 Warning if rcurly at indentation level 16 not at correct indentation, 8 55
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 56
 Warning method def modifier at indentation level 8 not at correct indentation, 4 58
 Warning method def modifier at indentation level 8 not at correct indentation, 4 59
 Warning if at indentation level 16 not at correct indentation, 8 62
 Warning if child at indentation level 24 not at correct indentation, 12 63
 Warning if rcurly at indentation level 16 not at correct indentation, 8 64
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 65
 Warning method def modifier at indentation level 8 not at correct indentation, 4 67
 Warning method def modifier at indentation level 8 not at correct indentation, 4 68
 Warning method def child at indentation level 16 not at correct indentation, 8 69
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 70
 Warning method def modifier at indentation level 8 not at correct indentation, 4 77
 Warning if at indentation level 16 not at correct indentation, 8 78
 Warning if child at indentation level 24 not at correct indentation, 12 79
 Warning if rcurly at indentation level 16 not at correct indentation, 8 80
 Warning if at indentation level 16 not at correct indentation, 8 83
 Warning if child at indentation level 24 not at correct indentation, 12 84
 Warning if rcurly at indentation level 16 not at correct indentation, 8 85
 Warning method def child at indentation level 16 not at correct indentation, 8 87
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 88
 Warning method def modifier at indentation level 8 not at correct indentation, 4 90
 Warning Name 'userLoginIdBinding2HttpSession' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 90
 Warning if at indentation level 16 not at correct indentation, 8 91
 Warning if child at indentation level 24 not at correct indentation, 12 92
 Warning if rcurly at indentation level 16 not at correct indentation, 8 93
 Warning if at indentation level 16 not at correct indentation, 8 96
 Warning if child at indentation level 24 not at correct indentation, 12 97
 Warning if rcurly at indentation level 16 not at correct indentation, 8 98
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 109

gboat2/base/plugin/struts/GboatFileManager.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning method def modifier at indentation level 8 not at correct indentation, 4 30
 Warning method def modifier at indentation level 9 not at correct indentation, 4 31
 Warning method def child at indentation level 16 not at correct indentation, 8 32
 Warning method def rcurly at indentation level 12 not at correct indentation, 4 33

gboat2/base/plugin/struts/GboatFileManagerFactory.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Name 'GboatFileManagerFactory' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 20
 Warning member def modifier at indentation level 8 not at correct indentation, 4 22
 Warning method def modifier at indentation level 8 not at correct indentation, 4 24
 Warning method def modifier at indentation level 8 not at correct indentation, 4 25
 Warning if at indentation level 16 not at correct indentation, 8 26
 Warning if child at indentation level 24 not at correct indentation, 12 27
 Warning if rcurly at indentation level 16 not at correct indentation, 8 28
 Warning method def child at indentation level 16 not at correct indentation, 8 29
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 30

gboat2/base/plugin/struts/convention/GboatConventionUnknownHandler.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts.convention' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 40
 Warning Name 'GboatConventionUnknownHandler' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 44
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 50
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 51
 Warning More than 5 parameters (found 7). 51
 Warning Name 'defaultParentPackageName' must match pattern '(^[a-z][a-zA-Z0-9_]{0,19}$)'. 53
 Warning ctor def child at indentation level 12 not at correct indentation, 8 57
 Warning method def modifier at indentation level 8 not at correct indentation, 4 60
 Warning method def modifier at indentation level 8 not at correct indentation, 4 61
 Warning method def modifier at indentation level 8 not at correct indentation, 4 70
 Warning method def child at indentation level 12 not at correct indentation, 8 72
 Warning method def child at indentation level 12 not at correct indentation, 8 76
 Warning method def child at indentation level 12 not at correct indentation, 8 78
 Warning method def child at indentation level 12 not at correct indentation, 8 79
 Warning 'if' construct must use '{}'s. 95
 Warning 'if' construct must use '{}'s. 103
 Warning 'if' construct must use '{}'s. 112
 Warning '}' should be alone on a line. 114
 Warning array initialization child at indentation level 16 not at correct indentation, 12 133
 Warning 'if' construct must use '{}'s. 144
 Warning 'if' construct must use '{}'s. 148
 Warning 'if' construct must use '{}'s. 151

gboat2/base/plugin/struts/convention/GboatConventionsServiceImpl.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts.convention' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 26
 Warning Name 'GboatConventionsServiceImpl' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 31
 Warning member def modifier at indentation level 8 not at correct indentation, 4 32
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 34
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 35
 Warning ctor def child at indentation level 16 not at correct indentation, 8 37
 Warning ctor def rcurly at indentation level 8 not at correct indentation, 4 38
 Warning method def modifier at indentation level 8 not at correct indentation, 4 40
 Warning method def modifier at indentation level 8 not at correct indentation, 4 41
 Warning if at indentation level 16 not at correct indentation, 8 42
 Warning if child at indentation level 24 not at correct indentation, 12 43
 Warning if rcurly at indentation level 16 not at correct indentation, 8 44
 Warning try at indentation level 16 not at correct indentation, 8 46
 Warning try child at indentation level 24 not at correct indentation, 12 47
 Warning try at indentation level 24 not at correct indentation, 12 48
 Warning try child at indentation level 32 not at correct indentation, 16 49
 Warning try rcurly at indentation level 24 not at correct indentation, 12 50
 Warning '}' should be alone on a line. 50
 Warning catch child at indentation level 32 not at correct indentation, 16 51
 Warning catch rcurly at indentation level 24 not at correct indentation, 12 52
 Warning try child at indentation level 24 not at correct indentation, 12 53
 Warning try rcurly at indentation level 16 not at correct indentation, 8 54
 Warning '}' should be alone on a line. 54
 Warning catch child at indentation level 24 not at correct indentation, 12 55
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 56
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 57
 Warning Name 'getResultTypesByExtension' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 60

gboat2/base/plugin/struts/convention/GboatPackageBasedActionConfigBuilder.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts.convention' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 14
 Warning Name 'GboatPackageBasedActionConfigBuilder' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 52
 Warning member def modifier at indentation level 8 not at correct indentation, 4 54
 Warning member def modifier at indentation level 8 not at correct indentation, 4 56
 Warning member def modifier at indentation level 8 not at correct indentation, 4 58
 Warning member def modifier at indentation level 8 not at correct indentation, 4 60
 Warning Name 'disablePackageLocatorsScanning' must match pattern '(^[a-z][a-z0-9][a-zA-Z0-9]{0,19}$)'. 60
 Warning member def modifier at indentation level 8 not at correct indentation, 4 62
 Warning member def modifier at indentation level 8 not at correct indentation, 4 64
 Warning Name 'excludeParentClassLoader' must match pattern '(^[a-z][a-z0-9][a-zA-Z0-9]{0,19}$)'. 64
 Warning member def modifier at indentation level 8 not at correct indentation, 4 66
 Warning member def modifier at indentation level 8 not at correct indentation, 4 68
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 90
 Warning ctor def modifier at indentation level 8 not at correct indentation, 4 91
 Warning ctor def rcurly at indentation level 8 not at correct indentation, 4 96
 Warning method def modifier at indentation level 8 not at correct indentation, 4 98
 Warning method def modifier at indentation level 8 not at correct indentation, 4 99
 Warning Name 'setFileManagerFactory' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 99
 Warning method def child at indentation level 16 not at correct indentation, 8 100
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 101
 Warning method def modifier at indentation level 8 not at correct indentation, 4 103
 Warning '}' should be alone on a line. 117
 Warning 'if' construct must use '{}'s. 118
 Warning method def modifier at indentation level 8 not at correct indentation, 4 131
 Warning method def child at indentation level 16 not at correct indentation, 8 132
 Warning method def child at indentation level 16 not at correct indentation, 8 134
 Warning if at indentation level 16 not at correct indentation, 8 135
 Warning if child at indentation level 24 not at correct indentation, 12 136
 Warning if child at indentation level 24 not at correct indentation, 12 137
 Warning if rcurly at indentation level 16 not at correct indentation, 8 138
 Warning method def child at indentation level 16 not at correct indentation, 8 139
 Warning if at indentation level 16 not at correct indentation, 8 143
 Warning if child at indentation level 24 not at correct indentation, 12 145
 Warning 'if' construct must use '{}'s. 150
 Warning if at indentation level 24 not at correct indentation, 12 150
 Warning 'if' construct must use '{}'s. 153
 Warning if at indentation level 24 not at correct indentation, 12 153
 Warning try at indentation level 24 not at correct indentation, 12 156
 Warning try child at indentation level 32 not at correct indentation, 16 158
 Warning try child at indentation level 32 not at correct indentation, 16 159
 Warning try rcurly at indentation level 24 not at correct indentation, 12 161
 Warning '}' should be alone on a line. 161
 Warning 'if' construct must use '{}'s. 162
 Warning if at indentation level 32 not at correct indentation, 16 162
 Warning catch rcurly at indentation level 24 not at correct indentation, 12 164
 Warning if rcurly at indentation level 16 not at correct indentation, 8 165
 Warning method def child at indentation level 16 not at correct indentation, 8 168
 Warning method def modifier at indentation level 24 not at correct indentation, 20 169
 Warning Name 'normalizeToFileProtocol' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 169
 Warning method def child at indentation level 32 not at correct indentation, 24 170
 Warning method def rcurly at indentation level 24 not at correct indentation, 20 171
 Warning method def child at indentation level 16 not at correct indentation, 8 174
 Warning method def child at indentation level 16 not at correct indentation, 8 175
 Warning try at indentation level 16 not at correct indentation, 8 176
 Warning try child at indentation level 24 not at correct indentation, 12 177
 Warning try rcurly at indentation level 16 not at correct indentation, 8 178
 Warning '}' should be alone on a line. 178
 Warning 'if' construct must use '{}'s. 181
 Warning if at indentation level 24 not at correct indentation, 12 181
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 183
 Warning method def child at indentation level 16 not at correct indentation, 8 184
 Warning method def child at indentation level 16 not at correct indentation, 8 185
 Warning if at indentation level 16 not at correct indentation, 8 187
 Warning if child at indentation level 24 not at correct indentation, 12 188
 Warning if rcurly at indentation level 16 not at correct indentation, 8 189
 Warning '}' should be alone on a line. 189
 Warning else child at indentation level 24 not at correct indentation, 12 191
 Warning else child at indentation level 24 not at correct indentation, 12 192
 Warning else child at indentation level 24 not at correct indentation, 12 193
 Warning else child at indentation level 24 not at correct indentation, 12 195
 Warning for at indentation level 24 not at correct indentation, 12 196
 Warning if at indentation level 32 not at correct indentation, 16 197
 Warning for at indentation level 40 not at correct indentation, 20 200
 Warning for child at indentation level 48 not at correct indentation, 24 201
 Warning for child at indentation level 48 not at correct indentation, 24 202
 Warning if at indentation level 48 not at correct indentation, 24 203
 Warning if child at indentation level 56 not at correct indentation, 28 204
 Warning if child at indentation level 56 not at correct indentation, 28 205
 Warning if child at indentation level 56 not at correct indentation, 28 206
 Warning if rcurly at indentation level 48 not at correct indentation, 24 207
 Warning for rcurly at indentation level 40 not at correct indentation, 20 208
 Warning if rcurly at indentation level 32 not at correct indentation, 16 209
 Warning '}' should be alone on a line. 209
 Warning else child at indentation level 40 not at correct indentation, 20 211
 Warning else rcurly at indentation level 32 not at correct indentation, 16 212
 Warning for rcurly at indentation level 24 not at correct indentation, 12 213
 Warning if at indentation level 24 not at correct indentation, 12 215
 Warning for at indentation level 32 not at correct indentation, 16 216
 Warning if at indentation level 40 not at correct indentation, 20 217
 Warning if child at indentation level 48 not at correct indentation, 24 218
 Warning if rcurly at indentation level 40 not at correct indentation, 20 219
 Warning for rcurly at indentation level 32 not at correct indentation, 16 220
 Warning if rcurly at indentation level 24 not at correct indentation, 12 221
 Warning else child at indentation level 24 not at correct indentation, 12 222
 Warning else rcurly at indentation level 16 not at correct indentation, 8 223
 Warning method def child at indentation level 16 not at correct indentation, 8 225
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 226
 Warning method def modifier at indentation level 8 not at correct indentation, 4 233
 Warning method def modifier at indentation level 8 not at correct indentation, 4 234
 Warning method def child at indentation level 16 not at correct indentation, 8 235
 Warning if at indentation level 16 not at correct indentation, 8 236
 Warning if child at indentation level 24 not at correct indentation, 12 237
 Warning if rcurly at indentation level 16 not at correct indentation, 8 238
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 239
 Warning method def modifier at indentation level 8 not at correct indentation, 4 245
 Warning method def modifier at indentation level 8 not at correct indentation, 4 246
 Warning method def child at indentation level 16 not at correct indentation, 8 247
 Warning method def child at indentation level 16 not at correct indentation, 8 248
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 249
 Warning method def modifier at indentation level 8 not at correct indentation, 4 255
 Warning method def modifier at indentation level 8 not at correct indentation, 4 256
 Warning Name 'setDisablePackageLocatorsScanning' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 256
 Warning Name 'disablePackageLocatorsScanning' must match pattern '(^[a-z][a-zA-Z0-9_]{0,19}$)'. 256
 Warning method def child at indentation level 16 not at correct indentation, 8 257
 Warning method def child at indentation level 16 not at correct indentation, 8 258
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 259
 Warning method def modifier at indentation level 8 not at correct indentation, 4 269
 Warning method def modifier at indentation level 8 not at correct indentation, 4 270
 Warning method def child at indentation level 16 not at correct indentation, 8 271
 Warning if at indentation level 16 not at correct indentation, 8 272
 Warning if child at indentation level 24 not at correct indentation, 12 273
 Warning if rcurly at indentation level 16 not at correct indentation, 8 274
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 275
 Warning method def modifier at indentation level 8 not at correct indentation, 4 285
 Warning method def modifier at indentation level 8 not at correct indentation, 4 286
 Warning Name 'setExcludeParentClassLoader' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 286
 Warning method def child at indentation level 16 not at correct indentation, 8 287
 Warning method def child at indentation level 16 not at correct indentation, 8 288
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 289
 Warning method def modifier at indentation level 8 not at correct indentation, 4 296
 Warning method def modifier at indentation level 8 not at correct indentation, 4 297
 Warning method def child at indentation level 16 not at correct indentation, 8 298
 Warning 'if' construct must use '{}'s. 299
 Warning if at indentation level 16 not at correct indentation, 8 299
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 301

gboat2/base/plugin/struts/dispatcher/GboatDispatcherResult.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts.dispatcher' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unused import - org.apache.struts2.dispatcher.StrutsResultSupport. 20
 Warning Name 'GboatDispatcherResult' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 63
 Warning Missing a Javadoc comment. 64
 Warning Name 'STRUTS_GBOAT2_OSGI_RESOURCE_OUTDIR' must match pattern '(^[A-Z0-9_]{0,19}$)'. 64
 Warning Missing a Javadoc comment. 65
 Warning Name 'STRUTS_GBOAT2_OSGI_RESOURCE_DENYSUFFIXS' must match pattern '(^[A-Z0-9_]{0,19}$)'. 65
 Warning Missing a Javadoc comment. 67
 Warning Missing a Javadoc comment. 68
 Warning Name 'osgiResourceOutDir' must match pattern '(^[A-Z0-9_]{0,19}$)'. 68
 Warning Missing a Javadoc comment. 69
 Warning Name 'osgiResourceDenySuffixs' must match pattern '(^[a-z][a-z0-9][a-zA-Z0-9]{0,19}$)'. 69
 Warning Name 'getBundleResourcePrefix' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 136
 Warning if at indentation level 7 not at correct indentation, 8 165
 Warning if child at indentation level 11 not at correct indentation, 12 166
 Warning if rcurly at indentation level 7 not at correct indentation, 8 167
 Warning '}' should be alone on a line. 167
 Warning else child at indentation level 11 not at correct indentation, 12 168
 Warning if at indentation level 11 not at correct indentation, 12 169
 Warning if child at indentation level 15 not at correct indentation, 16 170
 Warning if rcurly at indentation level 11 not at correct indentation, 12 171
 Warning '}' should be alone on a line. 171
 Warning if child at indentation level 15 not at correct indentation, 16 172
 Warning if rcurly at indentation level 11 not at correct indentation, 12 173
 Warning else child at indentation level 11 not at correct indentation, 12 174
 Warning else rcurly at indentation level 7 not at correct indentation, 8 175
 Warning 'if' construct must use '{}'s. 194
 Warning if at indentation level 19 not at correct indentation, 20 206
 Warning if child at indentation level 23 not at correct indentation, 24 207
 Warning method call child at indentation level 23 not at correct indentation, 24 207
 Warning if rcurly at indentation level 19 not at correct indentation, 20 208
 Warning '}' should be alone on a line. 209
 Warning '}' should be alone on a line. 213
 Warning '}' should be alone on a line. 217
 Warning Name 'setOsgiResourceOutDir' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 230
 Warning Missing a Javadoc comment. 234
 Warning Name 'setOsgiResourceDenySuffixs' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 235
 Warning Name 'osgiResourceDenySuffixs' must match pattern '(^[a-z][a-zA-Z0-9_]{0,19}$)'. 235

gboat2/base/plugin/struts/dispatcher/GboatStaticContentLoader.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts.dispatcher' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Name 'GboatStaticContentLoader' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 47
 Warning '}' should be alone on a line. 70
 Warning '}' should be alone on a line. 75

gboat2/base/plugin/struts/freemarker/GboatClassTemplateLoader.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts.freemarker' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 18
 Warning Name 'GboatClassTemplateLoader' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 22

gboat2/base/plugin/struts/freemarker/GboatFreemarkerManager.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts.freemarker' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 38
 Warning Name 'GboatFreemarkerManager' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 42
 Warning Name 'setThemeTemplateLoader' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 49
 Warning Name 'configureTemplateLoader' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 54
 Warning '}' should be alone on a line. 68
 Warning '}' should be alone on a line. 70
 Warning '}' should be alone on a line. 82
 Warning if child at indentation level 15 not at correct indentation, 16 84
 Warning method call child at indentation level 15 not at correct indentation, 16 84
 Warning array initialization child at indentation level 24 not at correct indentation, 20 92
 Warning array initialization child at indentation level 24 not at correct indentation, 20 93
 Warning array initialization child at indentation level 24 not at correct indentation, 20 94
 Warning array initialization child at indentation level 16 not at correct indentation, 20 97
 Warning array initialization child at indentation level 16 not at correct indentation, 20 98
 Warning array initialization rcurly at indentation level 8 not at correct indentation, 16 99

gboat2/base/plugin/struts/freemarker/GboatThemeTemplateLoader.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts.freemarker' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 33
 Warning Name 'GboatThemeTemplateLoader' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 37
 Warning Missing a Javadoc comment. 39
 Warning Missing a Javadoc comment. 40
 Warning Missing a Javadoc comment. 43
 Warning Missing a Javadoc comment. 44
 Warning array initialization child at indentation level 24 not at correct indentation, 20 58
 Warning array initialization rcurly at indentation level 20 not at correct indentation, 16 59
 Warning '}' should be alone on a line. 60
 Warning 'if' construct must use '{}'s. 86
 Warning Name 'findTemplateSourceFromSourceFile' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 104
 Warning 'if' construct must use '{}'s. 106
 Warning '}' should be alone on a line. 113
 Warning Name 'setUIThemeExpansionToken' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 121

gboat2/base/plugin/struts/interceptor/CallActionLogStackHandlerInterceptor.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts.interceptor' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 27
 Warning Name 'CallActionLogStackHandlerInterceptor' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 32
 Warning Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 36
 Warning Each variable declaration must be in its own statement. 41

gboat2/base/plugin/struts/interceptor/DestopMetadataInterceptor.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts.interceptor' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 33
 Warning Name 'DestopMetadataInterceptor' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 38
 Warning Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 42
 Warning '}' should be alone on a line. 68
 Warning '}' should be alone on a line. 80
 Warning '}' should be alone on a line. 93
 Warning '}' should be alone on a line. 98
 Warning '}' should be alone on a line. 129
 Warning '}' should be alone on a line. 132
 Warning '}' should be alone on a line. 136

gboat2/base/plugin/struts/interceptor/ExceptionHandlerInterceptor.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts.interceptor' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 26
 Warning Name 'ExceptionHandlerInterceptor' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 31
 Warning member def modifier at indentation level 8 not at correct indentation, 4 33
 Warning member def modifier at indentation level 8 not at correct indentation, 4 35
 Warning Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 35
 Warning method def modifier at indentation level 8 not at correct indentation, 4 37
 Warning method def modifier at indentation level 8 not at correct indentation, 4 38
 Warning try at indentation level 16 not at correct indentation, 8 39
 Warning try child at indentation level 24 not at correct indentation, 12 40
 Warning try rcurly at indentation level 16 not at correct indentation, 8 41
 Warning '}' should be alone on a line. 41
 Warning catch child at indentation level 24 not at correct indentation, 12 42
 Warning catch child at indentation level 24 not at correct indentation, 12 43
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 44
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 45
 Warning method def modifier at indentation level 8 not at correct indentation, 4 51
 Warning method def child at indentation level 16 not at correct indentation, 8 52
 Warning method def child at indentation level 16 not at correct indentation, 8 54
 Warning if at indentation level 16 not at correct indentation, 8 55
 Warning if child at indentation level 20 not at correct indentation, 12 58
 Warning if rcurly at indentation level 16 not at correct indentation, 8 59
 Warning '}' should be alone on a line. 63
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 66

gboat2/base/plugin/struts/interceptor/GboatFileUploadInterceptor.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts.interceptor' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Unknown tag 'date'. 58
 Warning Name 'GboatFileUploadInterceptor' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 63
 Warning Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 67
 Warning member def modifier at indentation level 8 not at correct indentation, 4 71
 Warning member def modifier at indentation level 8 not at correct indentation, 4 74
 Warning member def modifier at indentation level 8 not at correct indentation, 4 77
 Warning member def modifier at indentation level 8 not at correct indentation, 4 80
 Warning member def modifier at indentation level 8 not at correct indentation, 4 83
 Warning member def modifier at indentation level 8 not at correct indentation, 4 86
 Warning Name 'RESUMABLE_MODIFICATION_DATE' must match pattern '(^[A-Z0-9_]{0,19}$)'. 86
 Warning member def modifier at indentation level 8 not at correct indentation, 4 89
 Warning member def modifier at indentation level 8 not at correct indentation, 4 92
 Warning member def modifier at indentation level 8 not at correct indentation, 4 99
 Warning method def modifier at indentation level 8 not at correct indentation, 4 101
 Warning method def child at indentation level 16 not at correct indentation, 8 102
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 103
 Warning member def modifier at indentation level 8 not at correct indentation, 4 105
 Warning method def modifier at indentation level 8 not at correct indentation, 4 107
 Warning method def modifier at indentation level 8 not at correct indentation, 4 108
 Warning method def child at indentation level 16 not at correct indentation, 8 109
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 110
 Warning method def modifier at indentation level 8 not at correct indentation, 4 112
 Warning method def modifier at indentation level 8 not at correct indentation, 4 113
 Warning method def child at indentation level 16 not at correct indentation, 8 115
 Warning if at indentation level 16 not at correct indentation, 8 116
 Warning if child at indentation level 24 not at correct indentation, 12 117
 Warning if rcurly at indentation level 16 not at correct indentation, 8 118
 Warning method def child at indentation level 16 not at correct indentation, 8 119
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 120
 Warning method def modifier at indentation level 8 not at correct indentation, 4 122
 Warning method def modifier at indentation level 8 not at correct indentation, 4 123
 Warning method def child at indentation level 16 not at correct indentation, 8 124
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 125
 Warning method def modifier at indentation level 8 not at correct indentation, 4 127
 Warning method def modifier at indentation level 8 not at correct indentation, 4 128
 Warning method def child at indentation level 16 not at correct indentation, 8 129
 Warning method def child at indentation level 16 not at correct indentation, 8 131
 Warning if at indentation level 16 not at correct indentation, 8 132
 Warning if child at indentation level 20 not at correct indentation, 12 133
 Warning if rcurly at indentation level 16 not at correct indentation, 8 134
 Warning '}' should be alone on a line. 134
 Warning else child at indentation level 20 not at correct indentation, 12 136
 Warning while at indentation level 20 not at correct indentation, 12 137
 Warning while child at indentation level 24 not at correct indentation, 16 138
 Warning if at indentation level 24 not at correct indentation, 16 139
 Warning if child at indentation level 28 not at correct indentation, 20 140
 Warning if child at indentation level 28 not at correct indentation, 20 141
 Warning if rcurly at indentation level 20 not at correct indentation, 16 142
 Warning while rcurly at indentation level 17 not at correct indentation, 12 143
 Warning else rcurly at indentation level 16 not at correct indentation, 8 144
 Warning method def child at indentation level 16 not at correct indentation, 8 147
 Warning Name 'resumable_upload' must match pattern '^[a-z][a-zA-Z0-9]*$'. 147
 Warning if at indentation level 16 not at correct indentation, 8 148
 Warning if at indentation level 24 not at correct indentation, 12 149
 Warning if child at indentation level 32 not at correct indentation, 16 150
 Warning if rcurly at indentation level 24 not at correct indentation, 12 151
 Warning if child at indentation level 24 not at correct indentation, 12 152
 Warning if rcurly at indentation level 16 not at correct indentation, 8 153
 Warning method def child at indentation level 16 not at correct indentation, 8 156
 Warning method def child at indentation level 16 not at correct indentation, 8 157
 Warning if at indentation level 16 not at correct indentation, 8 158
 Warning if at indentation level 24 not at correct indentation, 12 160
 Warning if child at indentation level 32 not at correct indentation, 16 161
 Warning if child at indentation level 28 not at correct indentation, 16 162
 Warning if child at indentation level 32 not at correct indentation, 16 163
 Warning if rcurly at indentation level 24 not at correct indentation, 12 164
 Warning if rcurly at indentation level 16 not at correct indentation, 8 165
 Warning method def child at indentation level 16 not at correct indentation, 8 166
 Warning method def child at indentation level 16 not at correct indentation, 8 169
 Warning method def child at indentation level 16 not at correct indentation, 8 171
 Warning if at indentation level 16 not at correct indentation, 8 173
 Warning if child at indentation level 24 not at correct indentation, 12 174
 Warning if rcurly at indentation level 16 not at correct indentation, 8 175
 Warning if at indentation level 16 not at correct indentation, 8 177
 Warning for at indentation level 24 not at correct indentation, 12 178
 Warning if at indentation level 32 not at correct indentation, 16 179
 Warning if child at indentation level 40 not at correct indentation, 20 180
 Warning if rcurly at indentation level 32 not at correct indentation, 16 181
 Warning for child at indentation level 32 not at correct indentation, 16 182
 Warning for rcurly at indentation level 24 not at correct indentation, 12 183
 Warning if rcurly at indentation level 16 not at correct indentation, 8 184
 Warning method def child at indentation level 16 not at correct indentation, 8 187
 Warning while at indentation level 16 not at correct indentation, 8 188
 Warning while child at indentation level 24 not at correct indentation, 12 190
 Warning while child at indentation level 24 not at correct indentation, 12 193
 Warning if at indentation level 24 not at correct indentation, 12 195
 Warning if child at indentation level 32 not at correct indentation, 16 197
 Warning if at indentation level 32 not at correct indentation, 16 199
 Warning if child at indentation level 40 not at correct indentation, 20 201
 Warning if at indentation level 40 not at correct indentation, 20 202
 Warning if child at indentation level 48 not at correct indentation, 24 203
 Warning if child at indentation level 48 not at correct indentation, 24 204
 Warning if child at indentation level 48 not at correct indentation, 24 205
 Warning if child at indentation level 48 not at correct indentation, 24 206
 Warning if child at indentation level 48 not at correct indentation, 24 207
 Warning for at indentation level 48 not at correct indentation, 24 209
 Warning if at indentation level 56 not at correct indentation, 28 210
 Warning if child at indentation level 64 not at correct indentation, 32 211
 Warning if child at indentation level 64 not at correct indentation, 32 212
 Warning if child at indentation level 64 not at correct indentation, 32 213
 Warning if rcurly at indentation level 56 not at correct indentation, 28 214
 Warning for rcurly at indentation level 48 not at correct indentation, 24 215
 Warning if at indentation level 48 not at correct indentation, 24 217
 Warning if child at indentation level 56 not at correct indentation, 28 218
 Warning if child at indentation level 56 not at correct indentation, 28 220
 Warning if child at indentation level 56 not at correct indentation, 28 221
 Warning if child at indentation level 56 not at correct indentation, 28 222
 Warning if at indentation level 56 not at correct indentation, 28 225
 Warning if child at indentation level 64 not at correct indentation, 32 227
 Warning if child at indentation level 64 not at correct indentation, 32 229
 Warning if at indentation level 64 not at correct indentation, 32 231
 Warning if child at indentation level 72 not at correct indentation, 36 232
 Warning if child at indentation level 72 not at correct indentation, 36 234
 Warning if child at indentation level 72 not at correct indentation, 36 235
 Warning if at indentation level 72 not at correct indentation, 36 238
 Warning Nested if-else depth is 6 (max allowed is 5). 238
 Warning try at indentation level 80 not at correct indentation, 40 239
 Warning try child at indentation level 88 not at correct indentation, 44 240
 Warning try child at indentation level 88 not at correct indentation, 44 241
 Warning if at indentation level 88 not at correct indentation, 44 242
 Warning Nested if-else depth is 7 (max allowed is 5). 242
 Warning if child at indentation level 96 not at correct indentation, 48 244
 Warning if rcurly at indentation level 88 not at correct indentation, 44 245
 Warning try rcurly at indentation level 80 not at correct indentation, 40 246
 Warning '}' should be alone on a line. 246
 Warning catch child at indentation level 88 not at correct indentation, 44 247
 Warning catch child at indentation level 88 not at correct indentation, 44 248
 Warning catch rcurly at indentation level 80 not at correct indentation, 40 249
 Warning if rcurly at indentation level 72 not at correct indentation, 36 250
 Warning '}' should be alone on a line. 250
 Warning else child at indentation level 80 not at correct indentation, 40 253
 Warning try at indentation level 80 not at correct indentation, 40 254
 Warning try child at indentation level 88 not at correct indentation, 44 255
 Warning try rcurly at indentation level 80 not at correct indentation, 40 256
 Warning '}' should be alone on a line. 256
 Warning catch child at indentation level 88 not at correct indentation, 44 257
 Warning catch child at indentation level 88 not at correct indentation, 44 258
 Warning catch rcurly at indentation level 80 not at correct indentation, 40 259
 Warning else rcurly at indentation level 72 not at correct indentation, 36 260
 Warning if at indentation level 72 not at correct indentation, 36 263
 Warning Nested if-else depth is 6 (max allowed is 5). 263
 Warning if child at indentation level 80 not at correct indentation, 40 264
 Warning if child at indentation level 80 not at correct indentation, 40 265
 Warning if rcurly at indentation level 72 not at correct indentation, 36 266
 Warning '}' should be alone on a line. 266
 Warning else child at indentation level 80 not at correct indentation, 40 268
 Warning else child at indentation level 80 not at correct indentation, 40 269
 Warning else child at indentation level 80 not at correct indentation, 40 270
 Warning else child at indentation level 80 not at correct indentation, 40 271
 Warning else rcurly at indentation level 72 not at correct indentation, 36 272
 Warning if rcurly at indentation level 64 not at correct indentation, 32 274
 Warning if rcurly at indentation level 56 not at correct indentation, 28 275
 Warning if rcurly at indentation level 48 not at correct indentation, 24 277
 Warning if rcurly at indentation level 40 not at correct indentation, 20 278
 Warning if rcurly at indentation level 32 not at correct indentation, 16 279
 Warning '}' should be alone on a line. 279
 Warning else child at indentation level 40 not at correct indentation, 20 280
 Warning else rcurly at indentation level 32 not at correct indentation, 16 281
 Warning if rcurly at indentation level 24 not at correct indentation, 12 282
 Warning '}' should be alone on a line. 282
 Warning else child at indentation level 32 not at correct indentation, 16 283
 Warning else rcurly at indentation level 24 not at correct indentation, 12 284
 Warning while rcurly at indentation level 16 not at correct indentation, 8 285
 Warning method def child at indentation level 16 not at correct indentation, 8 288
 Warning try at indentation level 16 not at correct indentation, 8 289
 Warning try child at indentation level 24 not at correct indentation, 12 290
 Warning try rcurly at indentation level 16 not at correct indentation, 8 291
 Warning '}' should be alone on a line. 291
 Warning finally child at indentation level 24 not at correct indentation, 12 292
 Warning finally rcurly at indentation level 16 not at correct indentation, 8 293
 Warning method def child at indentation level 16 not at correct indentation, 8 294
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 295
 Warning method def modifier at indentation level 8 not at correct indentation, 4 297
 Warning Name 'cleanupResumableUpoadedFiles' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 297
 Warning if at indentation level 16 not at correct indentation, 8 298
 Warning for at indentation level 24 not at correct indentation, 12 299
 Warning if at indentation level 32 not at correct indentation, 16 300
 Warning try at indentation level 40 not at correct indentation, 20 301
 Warning try child at indentation level 48 not at correct indentation, 24 302
 Warning try rcurly at indentation level 40 not at correct indentation, 20 303
 Warning '}' should be alone on a line. 303
 Warning catch rcurly at indentation level 40 not at correct indentation, 20 304
 Warning if rcurly at indentation level 32 not at correct indentation, 16 305
 Warning for rcurly at indentation level 24 not at correct indentation, 12 306
 Warning if rcurly at indentation level 16 not at correct indentation, 8 307
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 308
 Warning method def modifier at indentation level 8 not at correct indentation, 4 310
 Warning Name 'getBreak_Point_TempDir' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 310
 Warning method def child at indentation level 16 not at correct indentation, 8 312
 Warning method def child at indentation level 16 not at correct indentation, 8 314
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 316
 Warning method def modifier at indentation level 8 not at correct indentation, 4 318
 Warning method def child at indentation level 16 not at correct indentation, 8 320
 Warning method def child at indentation level 16 not at correct indentation, 8 321
 Warning method def child at indentation level 16 not at correct indentation, 8 322
 Warning method def child at indentation level 16 not at correct indentation, 8 324
 Warning method def child at indentation level 16 not at correct indentation, 8 326
 Warning method def child at indentation level 16 not at correct indentation, 8 328
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 329
 Warning method def modifier at indentation level 8 not at correct indentation, 4 331
 Warning method def child at indentation level 16 not at correct indentation, 8 332
 Warning for at indentation level 16 not at correct indentation, 8 333
 Warning if at indentation level 24 not at correct indentation, 12 334
 Warning if child at indentation level 32 not at correct indentation, 16 335
 Warning if rcurly at indentation level 24 not at correct indentation, 12 336
 Warning for rcurly at indentation level 16 not at correct indentation, 8 337
 Warning method def child at indentation level 16 not at correct indentation, 8 338
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 339
 Warning method def modifier at indentation level 8 not at correct indentation, 4 347
 Warning method def child at indentation level 16 not at correct indentation, 8 348
 Warning if at indentation level 16 not at correct indentation, 8 350
 Warning if child at indentation level 24 not at correct indentation, 12 351
 Warning if child at indentation level 24 not at correct indentation, 12 352
 Warning if at indentation level 24 not at correct indentation, 12 354
 Warning if at indentation level 32 not at correct indentation, 16 355
 Warning Expression can be simplified. 355
 Warning if child at indentation level 40 not at correct indentation, 20 356
 Warning try at indentation level 40 not at correct indentation, 20 357
 Warning try child at indentation level 48 not at correct indentation, 24 358
 Warning try rcurly at indentation level 40 not at correct indentation, 20 359
 Warning '}' should be alone on a line. 359
 Warning catch child at indentation level 48 not at correct indentation, 24 360
 Warning catch rcurly at indentation level 40 not at correct indentation, 20 361
 Warning if child at indentation level 40 not at correct indentation, 20 362
 Warning if rcurly at indentation level 32 not at correct indentation, 16 363
 Warning if rcurly at indentation level 24 not at correct indentation, 12 364
 Warning if at indentation level 24 not at correct indentation, 12 366
 Warning if child at indentation level 32 not at correct indentation, 16 367
 Warning if child at indentation level 32 not at correct indentation, 16 368
 Warning if rcurly at indentation level 24 not at correct indentation, 12 369
 Warning if rcurly at indentation level 16 not at correct indentation, 8 370
 Warning '}' should be alone on a line. 370
 Warning else child at indentation level 24 not at correct indentation, 12 371
 Warning if at indentation level 24 not at correct indentation, 12 372
 Warning if at indentation level 32 not at correct indentation, 16 373
 Warning Expression can be simplified. 373
 Warning if child at indentation level 40 not at correct indentation, 20 374
 Warning try at indentation level 40 not at correct indentation, 20 375
 Warning try child at indentation level 48 not at correct indentation, 24 376
 Warning try rcurly at indentation level 40 not at correct indentation, 20 377
 Warning '}' should be alone on a line. 377
 Warning catch child at indentation level 48 not at correct indentation, 24 378
 Warning catch rcurly at indentation level 40 not at correct indentation, 20 379
 Warning if child at indentation level 40 not at correct indentation, 20 380
 Warning if rcurly at indentation level 32 not at correct indentation, 16 381
 Warning if rcurly at indentation level 24 not at correct indentation, 12 382
 Warning else rcurly at indentation level 16 not at correct indentation, 8 383
 Warning if at indentation level 16 not at correct indentation, 8 385
 Warning if child at indentation level 24 not at correct indentation, 12 386
 Warning if rcurly at indentation level 16 not at correct indentation, 8 387
 Warning method def child at indentation level 16 not at correct indentation, 8 389
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 390

gboat2/base/plugin/struts/interceptor/RequestIntervalCheckInterceptor.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts.interceptor' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 52
 Warning Name 'RequestIntervalCheckInterceptor' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 56
 Warning member def modifier at indentation level 8 not at correct indentation, 4 58
 Warning member def modifier at indentation level 8 not at correct indentation, 4 60
 Warning Name 'logger' must match pattern '(^[A-Z0-9_]{0,19}$)'. 60
 Warning Missing a Javadoc comment. 67
 Warning Name 'TIME_INTERVAL_EXCLUDE_URL' must match pattern '(^[A-Z0-9_]{0,19}$)'. 67
 Warning Name 'flag' must match pattern '(^[A-Z0-9_]{0,19}$)'. 76
 Warning method def modifier at indentation level 8 not at correct indentation, 4 78
 Warning method def modifier at indentation level 8 not at correct indentation, 4 79
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 121
 Warning method def modifier at indentation level 8 not at correct indentation, 4 127
 Warning if at indentation level 16 not at correct indentation, 8 128
 Warning if child at indentation level 20 not at correct indentation, 12 129
 Warning if rcurly at indentation level 16 not at correct indentation, 8 130
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 131
 Warning method def modifier at indentation level 8 not at correct indentation, 4 137
 Warning 'if' construct must use '{}'s. 138
 Warning if at indentation level 12 not at correct indentation, 8 138
 Warning method def child at indentation level 12 not at correct indentation, 8 141
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 147

gboat2/base/plugin/struts/velocity/DebugVelocityResourceLoader.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts.velocity' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 20
 Warning Name 'DebugVelocityResourceLoader' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 24
 Warning member def modifier at indentation level 8 not at correct indentation, 4 26
 Warning Missing a Javadoc comment. 26
 Warning Name 'CURRENT_BUNDLE_RES_LOCATION' must match pattern '(^[A-Z0-9_]{0,19}$)'. 26
 Warning method def modifier at indentation level 8 not at correct indentation, 4 28
 Warning method def throws at indentation level 12 not at correct indentation, 8 30
 Warning '}' should be alone on a line. 39
 Warning '}' should be alone on a line. 41
 Warning '}' should be alone on a line. 49

gboat2/base/plugin/struts/velocity/GboatVelocityContext.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts.velocity' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 40
 Warning Missing a Javadoc comment. 44
 Warning Missing a Javadoc comment. 55
 Warning Missing a Javadoc comment. 60

gboat2/base/plugin/struts/velocity/GboatVelocityManager.java

Severity Message Line
 Warning Name 'gboat2.base.plugin.struts.velocity' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Unknown tag 'date'. 21
 Warning '}' should be alone on a line. 42
 Warning '}' should be alone on a line. 45
 Warning Name 'setVelocityProperties' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 55