Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
10 0 264 0

Rules

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

Details

src/main/java/gboat2/report/action/ReportConfigAction.java

Severity Message Line
 Warning Name 'gboat2.report.action' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 5
 Warning Missing a Javadoc comment. 36
 Warning member def modifier at indentation level 8 not at correct indentation, 4 45
 Warning member def modifier at indentation level 8 not at correct indentation, 4 47
 Warning member def modifier at indentation level 8 not at correct indentation, 4 52
 Warning 'static' modifier out of order with the JLS suggestions. 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 method def modifier at indentation level 8 not at correct indentation, 4 62
 Warning method def child at indentation level 16 not at correct indentation, 8 63
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 64
 Warning method def modifier at indentation level 8 not at correct indentation, 4 66
 Warning method def child at indentation level 16 not at correct indentation, 8 67
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 68
 Warning method def modifier at indentation level 8 not at correct indentation, 4 70
 Warning method def child at indentation level 16 not at correct indentation, 8 71
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 72
 Warning method def modifier at indentation level 8 not at correct indentation, 4 74
 Warning method def child at indentation level 16 not at correct indentation, 8 75
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 76
 Warning method def modifier at indentation level 8 not at correct indentation, 4 78
 Warning method def child at indentation level 16 not at correct indentation, 8 79
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 80
 Warning method def modifier at indentation level 8 not at correct indentation, 4 82
 Warning method def child at indentation level 16 not at correct indentation, 8 83
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 84
 Warning method def modifier at indentation level 8 not at correct indentation, 4 86
 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 method def child at indentation level 16 not at correct indentation, 8 91
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 92
 Warning Expected an @return tag. 100
 Warning method def modifier at indentation level 8 not at correct indentation, 4 100
 Warning Name 'getAttachsJsonByBelongId' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 100
 Warning Expected @param tag for 'belongId'. 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 102
 Warning 'if' construct must use '{}'s. 103
 Warning if at indentation level 16 not at correct indentation, 8 103
 Warning method def child at indentation level 16 not at correct indentation, 8 105
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 106
 Warning method def modifier at indentation level 8 not at correct indentation, 4 112
 Warning Name 'InitData' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 112
 Warning method def child at indentation level 16 not at correct indentation, 8 113
 Warning method def child at indentation level 16 not at correct indentation, 8 115
 Warning method def child at indentation level 16 not at correct indentation, 8 116
 Warning if at indentation level 16 not at correct indentation, 8 117
 Warning if child at indentation level 24 not at correct indentation, 12 118
 Warning if rcurly at indentation level 16 not at correct indentation, 8 119
 Warning method def child at indentation level 16 not at correct indentation, 8 121
 Warning if at indentation level 16 not at correct indentation, 8 123
 Warning if child at indentation level 24 not at correct indentation, 12 124
 Warning while at indentation level 24 not at correct indentation, 12 125
 Warning while child at indentation level 32 not at correct indentation, 16 126
 Warning while child at indentation level 32 not at correct indentation, 16 127
 Warning Name 'OriginalName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 127
 Warning while child at indentation level 32 not at correct indentation, 16 128
 Warning while child at indentation level 32 not at correct indentation, 16 129
 Warning while child at indentation level 32 not at correct indentation, 16 130
 Warning while child at indentation level 32 not at correct indentation, 16 131
 Warning while rcurly at indentation level 24 not at correct indentation, 12 132
 Warning if rcurly at indentation level 16 not at correct indentation, 8 133
 Warning method def child at indentation level 16 not at correct indentation, 8 135
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 136
 Warning method def modifier at indentation level 8 not at correct indentation, 4 138
 Warning method def modifier at indentation level 8 not at correct indentation, 4 139
 Warning method def child at indentation level 16 not at correct indentation, 8 140
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 142
 Warning method def modifier at indentation level 8 not at correct indentation, 4 144
 Warning method def modifier at indentation level 8 not at correct indentation, 4 145
 Warning method def child at indentation level 16 not at correct indentation, 8 146
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 147
 Warning method def modifier at indentation level 8 not at correct indentation, 4 154
 Warning method def child 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 rcurly at indentation level 8 not at correct indentation, 4 198
 Warning method def modifier at indentation level 8 not at correct indentation, 4 200
 Warning Missing a Javadoc comment. 200
 Warning method def child at indentation level 16 not at correct indentation, 8 201
 Warning method def child at indentation level 16 not at correct indentation, 8 202
 Warning method def child at indentation level 16 not at correct indentation, 8 203
 Warning method def child at indentation level 16 not at correct indentation, 8 206
 Warning Name 'web_app_root' must match pattern '^[a-z][a-zA-Z0-9]*$'. 206
 Warning method def child at indentation level 16 not at correct indentation, 8 207
 Warning method def child at indentation level 16 not at correct indentation, 8 209
 Warning method def child at indentation level 16 not at correct indentation, 8 210
 Warning method def child at indentation level 16 not at correct indentation, 8 211
 Warning if at indentation level 16 not at correct indentation, 8 212
 Warning if child at indentation level 24 not at correct indentation, 12 213
 Warning if rcurly at indentation level 16 not at correct indentation, 8 214
 Warning method def child at indentation level 16 not at correct indentation, 8 216
 Warning if at indentation level 16 not at correct indentation, 8 218
 Warning if child at indentation level 24 not at correct indentation, 12 219
 Warning while at indentation level 24 not at correct indentation, 12 220
 Warning while child at indentation level 32 not at correct indentation, 16 221
 Warning while child at indentation level 32 not at correct indentation, 16 222
 Warning Name 'OriginalName' must match pattern '^[a-z][a-zA-Z0-9]*$'. 222
 Warning while child at indentation level 32 not at correct indentation, 16 223
 Warning while child at indentation level 32 not at correct indentation, 16 224
 Warning try at indentation level 32 not at correct indentation, 16 225
 Warning try child at indentation level 40 not at correct indentation, 20 226
 Warning try child at indentation level 40 not at correct indentation, 20 227
 Warning try child at indentation level 40 not at correct indentation, 20 228
 Warning try child at indentation level 40 not at correct indentation, 20 229
 Warning while at indentation level 40 not at correct indentation, 20 230
 Warning while child at indentation level 48 not at correct indentation, 24 231
 Warning while rcurly at indentation level 40 not at correct indentation, 20 232
 Warning try child at indentation level 40 not at correct indentation, 20 233
 Warning try child at indentation level 40 not at correct indentation, 20 234
 Warning try rcurly at indentation level 32 not at correct indentation, 16 235
 Warning '}' should be alone on a line. 235
 Warning catch child at indentation level 40 not at correct indentation, 20 236
 Warning catch rcurly at indentation level 32 not at correct indentation, 16 237
 Warning while rcurly at indentation level 24 not at correct indentation, 12 238
 Warning if rcurly at indentation level 16 not at correct indentation, 8 239
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 240
 Warning method def modifier at indentation level 8 not at correct indentation, 4 248
 Warning try at indentation level 16 not at correct indentation, 8 249
 Warning try child at indentation level 24 not at correct indentation, 12 250
 Warning try child at indentation level 24 not at correct indentation, 12 251
 Warning try child at indentation level 24 not at correct indentation, 12 252
 Warning try child at indentation level 24 not at correct indentation, 12 253
 Warning while at indentation level 24 not at correct indentation, 12 254
 Warning while child at indentation level 32 not at correct indentation, 16 255
 Warning while rcurly at indentation level 24 not at correct indentation, 12 256
 Warning try child at indentation level 24 not at correct indentation, 12 257
 Warning try child at indentation level 24 not at correct indentation, 12 258
 Warning try rcurly at indentation level 16 not at correct indentation, 8 259
 Warning '}' should be alone on a line. 259
 Warning catch child at indentation level 24 not at correct indentation, 12 260
 Warning catch rcurly at indentation level 16 not at correct indentation, 8 261
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 262
 Warning method def modifier at indentation level 8 not at correct indentation, 4 269
 Warning method def child at indentation level 16 not at correct indentation, 8 270
 Warning method def child at indentation level 16 not at correct indentation, 8 271
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 272
 Warning method def modifier at indentation level 8 not at correct indentation, 4 279
 Warning method def child at indentation level 16 not at correct indentation, 8 280
 Warning method def child at indentation level 16 not at correct indentation, 8 282
 Warning method def child at indentation level 16 not at correct indentation, 8 283
 Warning method def child at indentation level 16 not at correct indentation, 8 284
 Warning method def child at indentation level 16 not at correct indentation, 8 285
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 286

src/main/java/gboat2/report/model/ReportConfig.java

Severity Message Line
 Warning Name 'gboat2.report.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning member def modifier at indentation level 8 not at correct indentation, 4 27
 Warning member def modifier at indentation level 8 not at correct indentation, 4 30
 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 member def modifier at indentation level 8 not at correct indentation, 4 38
 Warning member def modifier at indentation level 8 not at correct indentation, 4 41
 Warning member def modifier at indentation level 8 not at correct indentation, 4 44
 Warning member def modifier at indentation level 8 not at correct indentation, 4 47
 Warning member def modifier 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 method def modifier at indentation level 8 not at correct indentation, 4 53
 Warning method def modifier at indentation level 8 not at correct indentation, 4 54
 Warning method def modifier at indentation level 8 not at correct indentation, 4 55
 Warning method def child 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 method def modifier at indentation level 8 not at correct indentation, 4 59
 Warning method def child at indentation level 16 not at correct indentation, 8 60
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 61
 Warning method def modifier at indentation level 8 not at correct indentation, 4 63
 Warning method def modifier at indentation level 8 not at correct indentation, 4 64
 Warning method def child at indentation level 16 not at correct indentation, 8 65
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 66
 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 72
 Warning method def modifier at indentation level 8 not at correct indentation, 4 73
 Warning method def child at indentation level 16 not at correct indentation, 8 74
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 75
 Warning method def modifier at indentation level 8 not at correct indentation, 4 77
 Warning method def child at indentation level 16 not at correct indentation, 8 78
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 79
 Warning method def modifier at indentation level 8 not at correct indentation, 4 81
 Warning method def modifier at indentation level 8 not at correct indentation, 4 82
 Warning method def child at indentation level 16 not at correct indentation, 8 83
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 84
 Warning method def modifier at indentation level 8 not at correct indentation, 4 86
 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 method def modifier at indentation level 8 not at correct indentation, 4 91
 Warning method def modifier at indentation level 8 not at correct indentation, 4 92
 Warning method def child at indentation level 16 not at correct indentation, 8 93
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 94
 Warning method def modifier at indentation level 8 not at correct indentation, 4 96
 Warning method def child at indentation level 16 not at correct indentation, 8 97
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 98
 Warning method def modifier at indentation level 8 not at correct indentation, 4 100
 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 method def modifier at indentation level 8 not at correct indentation, 4 105
 Warning method def child at indentation level 16 not at correct indentation, 8 106
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 107
 Warning method def modifier at indentation level 8 not at correct indentation, 4 109
 Warning method def modifier at indentation level 8 not at correct indentation, 4 110
 Warning method def child at indentation level 16 not at correct indentation, 8 111
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 112
 Warning method def modifier at indentation level 8 not at correct indentation, 4 114
 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 118
 Warning method def modifier at indentation level 8 not at correct indentation, 4 119
 Warning method def child at indentation level 16 not at correct indentation, 8 120
 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 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 rcurly at indentation level 8 not at correct indentation, 4 130
 Warning method def modifier at indentation level 8 not at correct indentation, 4 132
 Warning method def child at indentation level 16 not at correct indentation, 8 133
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 134

src/main/java/gboat2/report/model/UrlConfig.java

Severity Message Line
 Warning Name 'gboat2.report.model' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Missing a Javadoc comment. 3
 Warning method def modifier at indentation level 8 not at correct indentation, 4 4
 Warning method def child at indentation level 16 not at correct indentation, 8 5
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 6
 Warning method def modifier at indentation level 8 not at correct indentation, 4 8
 Warning method def child at indentation level 16 not at correct indentation, 8 9
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 10
 Warning method def modifier at indentation level 8 not at correct indentation, 4 12
 Warning method def child at indentation level 16 not at correct indentation, 8 13
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 14
 Warning method def modifier at indentation level 8 not at correct indentation, 4 16
 Warning method def child at indentation level 16 not at correct indentation, 8 17
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 18
 Warning member def modifier at indentation level 8 not at correct indentation, 4 20
 Warning member def modifier at indentation level 8 not at correct indentation, 4 22

src/main/java/gboat2/report/service/IReportConfigService.java

Severity Message Line
 Warning Name 'gboat2.report.service' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Missing a Javadoc comment. 3
 Warning method def modifier at indentation level 8 not at correct indentation, 4 5
 Warning Missing a Javadoc comment. 5
 Warning Redundant 'public' modifier. 5
 Warning Name 'InitAttachsJson' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 5
 Warning method def modifier at indentation level 8 not at correct indentation, 4 7
 Warning Missing a Javadoc comment. 7
 Warning Redundant 'public' modifier. 7
 Warning Name 'InitUrllist' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 7

src/main/java/gboat2/report/service/impl/ReportConfigServiceImpl.java

Severity Message Line
 Warning Name 'gboat2.report.service.impl' must match pattern '^[a-z]+(\.[a-z][a-z0-9]*)*$'. 1
 Warning Missing a Javadoc comment. 6
 Warning Name 'ReportConfigServiceImpl' must match pattern '(^[A-Z][a-zA-Z0-9]{0,19}$)'. 6
 Warning method def modifier at indentation level 8 not at correct indentation, 4 8
 Warning method def modifier at indentation level 8 not at correct indentation, 4 9
 Warning Name 'InitAttachsJson' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 9
 Warning method def child at indentation level 16 not at correct indentation, 8 11
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 12
 Warning method def modifier at indentation level 8 not at correct indentation, 4 14
 Warning method def modifier at indentation level 8 not at correct indentation, 4 15
 Warning Name 'InitUrllist' must match pattern '(^[a-z][a-zA-Z0-9]{0,19}$)'. 15
 Warning method def child at indentation level 16 not at correct indentation, 8 17
 Warning method def rcurly at indentation level 8 not at correct indentation, 4 18