Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
4 0 1122 0

Rules

Rules Violations Severity
FileContentsHolder 0 Warnings Warning
ConstantName 38 Warnings Warning
DoubleCheckedLocking 0 Warnings Warning
EmptyBlock
  • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_IF,LITERAL_TRY,LITERAL_WHILE,STATIC_INIT"
  • option: "text"
0 Warnings Warning
EqualsHashCode 0 Warnings Warning
HiddenField 0 Warnings Warning
IllegalImport 0 Errors Error
IllegalInstantiation 0 Errors Error
Indentation
  • caseIndent: "0"
168 Warnings Warning
InnerAssignment 0 Warnings Warning
JavadocType
  • scope: "protected"
0 Warnings Warning
JavadocMethod
  • allowUndeclaredRTE: "true"
  • logLoadErrors: "true"
  • scope: "protected"
  • allowMissingJavadoc: "true"
  • suppressLoadErrors: "true"
70 Warnings Warning
JavadocVariable
  • scope: "protected"
46 Warnings Warning
LineLength
  • ignorePattern: "^( *\* @see |import |/[/*] \$Id:)"
146 Warnings Warning
LocalFinalVariableName 0 Warnings Warning
LocalVariableName 0 Warnings Warning
MemberName
  • format: "^[a-z][a-zA-Z0-9]*$|^LOG$"
0 Warnings Warning
MethodLength 0 Warnings Warning
MethodName 0 Warnings Warning
NeedBraces 28 Warnings Warning
ModifierOrder 0 Warnings Warning
NoWhitespaceAfter 2 Warnings Warning
NoWhitespaceBefore 12 Warnings Warning
NoWhitespaceBefore
  • tokens: "DOT"
  • allowLineBreaks: "true"
12 Warnings Warning
OperatorWrap 52 Warnings Warning
PackageName 0 Warnings Warning
ParameterName 0 Warnings Warning
ParameterNumber 0 Warnings Warning
RedundantImport 0 Warnings Warning
SimplifyBooleanExpression 0 Warnings Warning
SimplifyBooleanReturn 0 Warnings Warning
StaticVariableName 0 Warnings Warning
TypeName 0 Warnings Warning
UnusedImports 2 Warnings Warning
UpperEll 0 Warnings Warning
VisibilityModifier
  • publicMemberPattern: "^$"
2 Warnings Warning
WhitespaceAfter 148 Warnings Warning
WhitespaceAround
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN"
410 Warnings Warning
Translation 0 Warnings Warning
FileLength 0 Warnings Warning
SuppressionCommentFilter 0 Warnings Warning

Details

org/argouml/language/actionscript3/generator/AS3CodeFormats.java

Violation Message Line
Warnings Line is longer than 80 characters. 28
Warnings Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 65
Warnings ',' is not followed by whitespace. 65
Warnings Name 'classVisibility' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 65
Warnings ',' is not followed by whitespace. 68
Warnings ',' is not followed by whitespace. 69
Warnings ',' is not followed by whitespace. 70
Warnings ',' is not followed by whitespace. 71
Warnings Missing a Javadoc comment. 74
Warnings ',' is not followed by whitespace. 74
Warnings Name 'innerClassVisibility' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 74
Warnings ',' is not followed by whitespace. 77
Warnings ',' is not followed by whitespace. 78
Warnings ',' is not followed by whitespace. 79
Warnings ',' is not followed by whitespace. 80
Warnings Missing a Javadoc comment. 83
Warnings ',' is not followed by whitespace. 83
Warnings Name 'attributesVisibility' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 83
Warnings ',' is not followed by whitespace. 86
Warnings ',' is not followed by whitespace. 87
Warnings ',' is not followed by whitespace. 88
Warnings ',' is not followed by whitespace. 89
Warnings Missing a Javadoc comment. 92
Warnings ',' is not followed by whitespace. 92
Warnings Name 'functionVisibility' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 92
Warnings ',' is not followed by whitespace. 95
Warnings ',' is not followed by whitespace. 96
Warnings ',' is not followed by whitespace. 97
Warnings ',' is not followed by whitespace. 98
Warnings Missing a Javadoc comment. 102
Warnings Name 'classTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 102
Warnings '+' is not preceded with whitespace. 103
Warnings '+' is not followed by whitespace. 103
Warnings '+' is not preceded with whitespace. 103
Warnings '+' should be on a new line. 103
Warnings '+' is not preceded with whitespace. 104
Warnings '+' is not followed by whitespace. 104
Warnings '+' is not preceded with whitespace. 104
Warnings '+' should be on a new line. 104
Warnings '+' should be on a new line. 105
Warnings ';' is preceded with whitespace. 107
Warnings Missing a Javadoc comment. 109
Warnings Name 'bodyClassTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 109
Warnings Line is longer than 80 characters. 110
Warnings '+' is not preceded with whitespace. 110
Warnings '+' is not followed by whitespace. 110
Warnings '+' is not preceded with whitespace. 110
Warnings '+' should be on a new line. 110
Warnings '+' is not preceded with whitespace. 111
Warnings '+' is not followed by whitespace. 111
Warnings '+' should be on a new line. 111
Warnings '+' is not preceded with whitespace. 112
Warnings '+' is not followed by whitespace. 112
Warnings ';' is preceded with whitespace. 113
Warnings Missing a Javadoc comment. 115
Warnings Name 'varTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 115
Warnings '+' is not preceded with whitespace. 116
Warnings '+' should be on a new line. 116
Warnings '+' should be on a new line. 117
Warnings Missing a Javadoc comment. 120
Warnings Name 'functionTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 120
Warnings Line is longer than 80 characters. 121
Warnings '+' is not preceded with whitespace. 121
Warnings '+' is not followed by whitespace. 121
Warnings '+' should be on a new line. 121
Warnings '+' is not preceded with whitespace. 122
Warnings '+' is not followed by whitespace. 122
Warnings '+' is not preceded with whitespace. 122
Warnings '+' should be on a new line. 122
Warnings '+' is not preceded with whitespace. 123
Warnings '+' is not followed by whitespace. 123
Warnings '+' is not preceded with whitespace. 123
Warnings '+' is not followed by whitespace. 123
Warnings '+' should be on a new line. 123
Warnings '+' is not preceded with whitespace. 124
Warnings '+' is not followed by whitespace. 124
Warnings ';' is preceded with whitespace. 125
Warnings Missing a Javadoc comment. 126
Warnings Name 'functionInterfaceTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 126
Warnings Line is longer than 80 characters. 127
Warnings '+' is not preceded with whitespace. 127
Warnings '+' is not followed by whitespace. 127
Warnings ';' is preceded with whitespace. 128
Warnings Missing a Javadoc comment. 129
Warnings Name 'functionAgrumentTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 129
Warnings ';' is preceded with whitespace. 131
Warnings Missing a Javadoc comment. 132
Warnings Name 'importTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 132
Warnings '+' is not preceded with whitespace. 133
Warnings '+' is not followed by whitespace. 133
Warnings '+' is not preceded with whitespace. 133
Warnings '+' is not followed by whitespace. 133
Warnings Missing a Javadoc comment. 135
Warnings Name 'packageElementTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 135
Warnings Missing a Javadoc comment. 138
Warnings ',' is not followed by whitespace. 138
Warnings Name 'languageDeffinitionToken' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 138
Warnings ',' is not followed by whitespace. 141
Warnings ',' is not followed by whitespace. 142
Warnings ',' is not followed by whitespace. 143
Warnings ',' is not followed by whitespace. 144
Warnings ',' is not followed by whitespace. 145
Warnings ',' is not followed by whitespace. 146
Warnings ',' is not followed by whitespace. 147
Warnings ',' is not followed by whitespace. 148
Warnings ',' is not followed by whitespace. 149
Warnings ',' is not followed by whitespace. 150
Warnings ',' is not followed by whitespace. 151
Warnings ',' is not followed by whitespace. 152
Warnings ',' is not followed by whitespace. 153
Warnings ',' is not followed by whitespace. 154
Warnings ',' is not followed by whitespace. 155
Warnings ',' is not followed by whitespace. 156
Warnings ',' is not followed by whitespace. 157
Warnings ',' is not followed by whitespace. 158
Warnings ',' is not followed by whitespace. 159
Warnings Missing a Javadoc comment. 163
Warnings Name 'classDocTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 163
Warnings '+' is not preceded with whitespace. 164
Warnings '+' is not followed by whitespace. 164
Warnings '+' is not preceded with whitespace. 164
Warnings '+' should be on a new line. 164
Warnings '+' is not preceded with whitespace. 165
Warnings '+' is not followed by whitespace. 165
Warnings '+' is not preceded with whitespace. 165
Warnings '+' should be on a new line. 165
Warnings Missing a Javadoc comment. 168
Warnings Name 'fieldDocTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 168
Warnings Missing a Javadoc comment. 171
Warnings Name 'methodDocTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 171
Warnings Missing a Javadoc comment. 174
Warnings Name 'docTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 174
Warnings '+' is not followed by whitespace. 175
Warnings '+' is not preceded with whitespace. 175
Warnings '+' is not preceded with whitespace. 175
Warnings '+' should be on a new line. 175
Warnings '+' is not preceded with whitespace. 176
Warnings '+' is not followed by whitespace. 176
Warnings '+' is not preceded with whitespace. 176
Warnings '+' is not preceded with whitespace. 176
Warnings '+' should be on a new line. 176
Warnings '+' is not preceded with whitespace. 177
Warnings '+' is not followed by whitespace. 177
Warnings ';' is preceded with whitespace. 178
Warnings Line is longer than 80 characters. 179
Warnings Missing a Javadoc comment. 179
Warnings Name 'tagTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 179
Warnings '=' is not preceded with whitespace. 179
Warnings '=' is not followed by whitespace. 179
Warnings Line is longer than 80 characters. 181
Warnings Missing a Javadoc comment. 181
Warnings Name 'returnTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 181
Warnings '=' is not preceded with whitespace. 181
Warnings Line is longer than 80 characters. 28
Warnings Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 29
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 65
Warnings ',' is not followed by whitespace. 65
Warnings Name 'classVisibility' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 65
Warnings ',' is not followed by whitespace. 68
Warnings ',' is not followed by whitespace. 69
Warnings ',' is not followed by whitespace. 70
Warnings ',' is not followed by whitespace. 71
Warnings Missing a Javadoc comment. 74
Warnings ',' is not followed by whitespace. 74
Warnings Name 'innerClassVisibility' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 74
Warnings ',' is not followed by whitespace. 77
Warnings ',' is not followed by whitespace. 78
Warnings ',' is not followed by whitespace. 79
Warnings ',' is not followed by whitespace. 80
Warnings Missing a Javadoc comment. 83
Warnings ',' is not followed by whitespace. 83
Warnings Name 'attributesVisibility' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 83
Warnings ',' is not followed by whitespace. 86
Warnings ',' is not followed by whitespace. 87
Warnings ',' is not followed by whitespace. 88
Warnings ',' is not followed by whitespace. 89
Warnings Missing a Javadoc comment. 92
Warnings ',' is not followed by whitespace. 92
Warnings Name 'functionVisibility' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 92
Warnings ',' is not followed by whitespace. 95
Warnings ',' is not followed by whitespace. 96
Warnings ',' is not followed by whitespace. 97
Warnings ',' is not followed by whitespace. 98
Warnings Missing a Javadoc comment. 102
Warnings Name 'classTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 102
Warnings '+' is not preceded with whitespace. 103
Warnings '+' is not followed by whitespace. 103
Warnings '+' is not preceded with whitespace. 103
Warnings '+' should be on a new line. 103
Warnings '+' is not preceded with whitespace. 104
Warnings '+' is not followed by whitespace. 104
Warnings '+' is not preceded with whitespace. 104
Warnings '+' should be on a new line. 104
Warnings '+' should be on a new line. 105
Warnings ';' is preceded with whitespace. 107
Warnings Missing a Javadoc comment. 109
Warnings Name 'bodyClassTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 109
Warnings Line is longer than 80 characters. 110
Warnings '+' is not preceded with whitespace. 110
Warnings '+' is not followed by whitespace. 110
Warnings '+' is not preceded with whitespace. 110
Warnings '+' should be on a new line. 110
Warnings '+' is not preceded with whitespace. 111
Warnings '+' is not followed by whitespace. 111
Warnings '+' should be on a new line. 111
Warnings '+' is not preceded with whitespace. 112
Warnings '+' is not followed by whitespace. 112
Warnings ';' is preceded with whitespace. 113
Warnings Missing a Javadoc comment. 115
Warnings Name 'varTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 115
Warnings '+' is not preceded with whitespace. 116
Warnings '+' should be on a new line. 116
Warnings '+' should be on a new line. 117
Warnings Missing a Javadoc comment. 120
Warnings Name 'functionTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 120
Warnings Line is longer than 80 characters. 121
Warnings '+' is not preceded with whitespace. 121
Warnings '+' is not followed by whitespace. 121
Warnings '+' should be on a new line. 121
Warnings '+' is not preceded with whitespace. 122
Warnings '+' is not followed by whitespace. 122
Warnings '+' is not preceded with whitespace. 122
Warnings '+' should be on a new line. 122
Warnings '+' is not preceded with whitespace. 123
Warnings '+' is not followed by whitespace. 123
Warnings '+' is not preceded with whitespace. 123
Warnings '+' is not followed by whitespace. 123
Warnings '+' should be on a new line. 123
Warnings '+' is not preceded with whitespace. 124
Warnings '+' is not followed by whitespace. 124
Warnings ';' is preceded with whitespace. 125
Warnings Missing a Javadoc comment. 126
Warnings Name 'functionInterfaceTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 126
Warnings Line is longer than 80 characters. 127
Warnings '+' is not preceded with whitespace. 127
Warnings '+' is not followed by whitespace. 127
Warnings ';' is preceded with whitespace. 128
Warnings Missing a Javadoc comment. 129
Warnings Name 'functionAgrumentTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 129
Warnings ';' is preceded with whitespace. 131
Warnings Missing a Javadoc comment. 132
Warnings Name 'importTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 132
Warnings '+' is not preceded with whitespace. 133
Warnings '+' is not followed by whitespace. 133
Warnings '+' is not preceded with whitespace. 133
Warnings '+' is not followed by whitespace. 133
Warnings Missing a Javadoc comment. 135
Warnings Name 'packageElementTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 135
Warnings Missing a Javadoc comment. 138
Warnings ',' is not followed by whitespace. 138
Warnings Name 'languageDeffinitionToken' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 138
Warnings ',' is not followed by whitespace. 141
Warnings ',' is not followed by whitespace. 142
Warnings ',' is not followed by whitespace. 143
Warnings ',' is not followed by whitespace. 144
Warnings ',' is not followed by whitespace. 145
Warnings ',' is not followed by whitespace. 146
Warnings ',' is not followed by whitespace. 147
Warnings ',' is not followed by whitespace. 148
Warnings ',' is not followed by whitespace. 149
Warnings ',' is not followed by whitespace. 150
Warnings ',' is not followed by whitespace. 151
Warnings ',' is not followed by whitespace. 152
Warnings ',' is not followed by whitespace. 153
Warnings ',' is not followed by whitespace. 154
Warnings ',' is not followed by whitespace. 155
Warnings ',' is not followed by whitespace. 156
Warnings ',' is not followed by whitespace. 157
Warnings ',' is not followed by whitespace. 158
Warnings ',' is not followed by whitespace. 159
Warnings Missing a Javadoc comment. 163
Warnings Name 'classDocTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 163
Warnings '+' is not preceded with whitespace. 164
Warnings '+' is not followed by whitespace. 164
Warnings '+' is not preceded with whitespace. 164
Warnings '+' should be on a new line. 164
Warnings '+' is not preceded with whitespace. 165
Warnings '+' is not followed by whitespace. 165
Warnings '+' is not preceded with whitespace. 165
Warnings '+' should be on a new line. 165
Warnings Missing a Javadoc comment. 168
Warnings Name 'fieldDocTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 168
Warnings Missing a Javadoc comment. 171
Warnings Name 'methodDocTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 171
Warnings Missing a Javadoc comment. 174
Warnings Name 'docTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 174
Warnings '+' is not followed by whitespace. 175
Warnings '+' is not preceded with whitespace. 175
Warnings '+' is not preceded with whitespace. 175
Warnings '+' should be on a new line. 175
Warnings '+' is not preceded with whitespace. 176
Warnings '+' is not followed by whitespace. 176
Warnings '+' is not preceded with whitespace. 176
Warnings '+' is not preceded with whitespace. 176
Warnings '+' should be on a new line. 176
Warnings '+' is not preceded with whitespace. 177
Warnings '+' is not followed by whitespace. 177
Warnings ';' is preceded with whitespace. 178
Warnings Line is longer than 80 characters. 179
Warnings Missing a Javadoc comment. 179
Warnings Name 'tagTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 179
Warnings '=' is not preceded with whitespace. 179
Warnings '=' is not followed by whitespace. 179
Warnings Line is longer than 80 characters. 181
Warnings Missing a Javadoc comment. 181
Warnings Name 'returnTemplate' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 181
Warnings '=' is not preceded with whitespace. 181

org/argouml/language/actionscript3/generator/GeneratorAS3.java

Violation Message Line
Warnings Missing a Javadoc comment. 77
Warnings Variable 'lang' must be private and have accessor methods. 77
Warnings 'if' is not followed by whitespace. 111
Warnings Line is longer than 80 characters. 131
Warnings '=' is not preceded with whitespace. 134
Warnings '=' is not followed by whitespace. 134
Warnings '+' is not preceded with whitespace. 137
Warnings '+' should be on a new line. 137
Warnings method call rparen at indentation level 20 not at correct indentation, 12 139
Warnings Line is longer than 80 characters. 156
Warnings Line is longer than 80 characters. 159
Warnings Line is longer than 80 characters. 171
Warnings Line is longer than 80 characters. 183
Warnings Line is longer than 80 characters. 186
Warnings Line is longer than 80 characters. 198
Warnings 'if' is not followed by whitespace. 203
Warnings 'if' is not followed by whitespace. 219
Warnings '?' is not preceded with whitespace. 233
Warnings ':' is not preceded with whitespace. 233
Warnings ':' is not followed by whitespace. 233
Warnings Line is longer than 80 characters. 237
Warnings '?' is not preceded with whitespace. 237
Warnings '?' is not followed by whitespace. 237
Warnings ':' is not preceded with whitespace. 237
Warnings Line is longer than 80 characters. 258
Warnings 'for' is not followed by whitespace. 262
Warnings '=' is not preceded with whitespace. 264
Warnings 'if' is not followed by whitespace. 269
Warnings 'if' is not followed by whitespace. 275
Warnings Line is longer than 80 characters. 277
Warnings ',' is not followed by whitespace. 277
Warnings '+' is not preceded with whitespace. 277
Warnings '+' is not followed by whitespace. 277
Warnings Line is longer than 80 characters. 278
Warnings ',' is not followed by whitespace. 278
Warnings ',' is not followed by whitespace. 278
Warnings '+' is not preceded with whitespace. 278
Warnings '+' is not followed by whitespace. 278
Warnings Line is longer than 80 characters. 280
Warnings Line is longer than 80 characters. 293
Warnings '?' is not preceded with whitespace. 295
Warnings '?' should be on a new line. 295
Warnings ':' is not preceded with whitespace. 296
Warnings ':' should be on a new line. 296
Warnings ',' is not followed by whitespace. 299
Warnings Line is longer than 80 characters. 310
Warnings Line is longer than 80 characters. 322
Warnings Line is longer than 80 characters. 324
Warnings Line is longer than 80 characters. 338
Warnings Line is longer than 80 characters. 341
Warnings 'for' is not followed by whitespace. 342
Warnings 'if' is not followed by whitespace. 363
Warnings 'while' is not followed by whitespace. 366
Warnings 'if' is not followed by whitespace. 369
Warnings 'for' is not followed by whitespace. 387
Warnings 'if' is not followed by whitespace. 389
Warnings if child at indentation level 15 not at correct indentation, 16 391
Warnings method call child at indentation level 15 not at correct indentation, 16 391
Warnings Expected @param tag for 'bodyTpl'. 403
Warnings Expected @param tag for 'element'. 403
Warnings '?' is not preceded with whitespace. 406
Warnings '?' should be on a new line. 406
Warnings ':' is not preceded with whitespace. 407
Warnings ':' should be on a new line. 407
Warnings 'while' is not followed by whitespace. 424
Warnings 'if' is not followed by whitespace. 431
Warnings 'if' construct must use '{}'s. 433
Warnings Line is longer than 80 characters. 433
Warnings 'if' is not followed by whitespace. 433
Warnings Line is longer than 80 characters. 442
Warnings Expected @param tag for 'element'. 446
Warnings Line is longer than 80 characters. 448
Warnings Line is longer than 80 characters. 451
Warnings ',' is not followed by whitespace. 451
Warnings 'if' is not followed by whitespace. 452
Warnings 'for' is not followed by whitespace. 462
Warnings Line is longer than 80 characters. 465
Warnings ',' is not followed by whitespace. 465
Warnings '+' is not preceded with whitespace. 465
Warnings 'while' is not followed by whitespace. 475
Warnings Expected an @return tag. 488
Warnings Expected @param tag for 'klass'. 488
Warnings ',' is not followed by whitespace. 498
Warnings ',' is not followed by whitespace. 500
Warnings 'for' is not followed by whitespace. 503
Warnings Line is longer than 80 characters. 520
Warnings '?' is not preceded with whitespace. 520
Warnings ':' is not preceded with whitespace. 520
Warnings 'if' is not followed by whitespace. 526
Warnings ',' is not followed by whitespace. 528
Warnings Line is longer than 80 characters. 532
Warnings ',' is not followed by whitespace. 532
Warnings ',' is not followed by whitespace. 536
Warnings 'if' construct must use '{}'s. 538
Warnings 'if' is not followed by whitespace. 538
Warnings ',' is not followed by whitespace. 541
Warnings ',' is not followed by whitespace. 543
Warnings 'for' is not followed by whitespace. 547
Warnings 'if' is not followed by whitespace. 550
Warnings '!' is followed by whitespace. 550
Warnings Line is longer than 80 characters. 552
Warnings '!=' is not preceded with whitespace. 555
Warnings '!=' is not followed by whitespace. 555
Warnings Line is longer than 80 characters. 564
Warnings ',' is not followed by whitespace. 564
Warnings Line is longer than 80 characters. 581
Warnings ',' is not followed by whitespace. 581
Warnings '+' is not preceded with whitespace. 581
Warnings '+' is not followed by whitespace. 581
Warnings 'if' is not followed by whitespace. 595
Warnings ',' is not followed by whitespace. 597
Warnings Line is longer than 80 characters. 601
Warnings ',' is not followed by whitespace. 602
Warnings ',' is not followed by whitespace. 604
Warnings 'if' is not followed by whitespace. 643
Warnings '?' is not preceded with whitespace. 658
Warnings ':' is not preceded with whitespace. 658
Warnings '!=' is not followed by whitespace. 671
Warnings '&&' should be on a new line. 671
Warnings '!=' is not followed by whitespace. 672
Warnings '&&' should be on a new line. 672
Warnings '&&' is not preceded with whitespace. 673
Warnings '&&' should be on a new line. 673
Warnings Line is longer than 80 characters. 674
Warnings Line is longer than 80 characters. 682
Warnings Expected @param tag for 'fileContents'. 682
Warnings Expected @param tag for 'fileName'. 682
Warnings 'if' is not followed by whitespace. 695
Warnings Line is longer than 80 characters. 714
Warnings Expected @throws tag for 'java.io.FileNotFoundException'. 714
Warnings Expected @throws tag for 'java.io.UnsupportedEncodingException'. 714
Warnings Line is longer than 80 characters. 716
Warnings Line is longer than 80 characters. 720
Warnings Line is longer than 80 characters. 728
Warnings 'for' is not followed by whitespace. 734
Warnings 'if' is not followed by whitespace. 737
Warnings 'if' is not followed by whitespace. 741
Warnings 'if' is not followed by whitespace. 746
Warnings Line is longer than 80 characters. 766
Warnings Line is longer than 80 characters. 769
Warnings 'if' is not followed by whitespace. 781
Warnings Line is longer than 80 characters. 798
Warnings '=' is not preceded with whitespace. 798
Warnings '!=' is not preceded with whitespace. 800
Warnings '!=' is not followed by whitespace. 800
Warnings '?' is not preceded with whitespace. 800
Warnings '?' should be on a new line. 800
Warnings ':' is not preceded with whitespace. 801
Warnings ':' should be on a new line. 801
Warnings '?' is not preceded with whitespace. 804
Warnings '?' should be on a new line. 804
Warnings Line is longer than 80 characters. 805
Warnings ':' is not preceded with whitespace. 805
Warnings ':' should be on a new line. 805
Warnings 'if' is not followed by whitespace. 809
Warnings Line is longer than 80 characters. 812
Warnings 'if' is not followed by whitespace. 839
Warnings 'if' is not followed by whitespace. 842
Warnings '{' is not followed by whitespace. 843
Warnings 'if' is not followed by whitespace. 844
Warnings Line is longer than 80 characters. 863
Warnings 'catch' is not followed by whitespace. 865
Warnings 'if' construct must use '{}'s. 871
Warnings Line is longer than 80 characters. 871
Warnings ',' is not followed by whitespace. 871
Warnings '+' is not preceded with whitespace. 875
Warnings '+' is not followed by whitespace. 875
Warnings '+' is not preceded with whitespace. 875
Warnings '+' is not followed by whitespace. 875
Warnings Line is longer than 80 characters. 895
Warnings Line is longer than 80 characters. 896
Warnings Line is longer than 80 characters. 897
Warnings '?' is not preceded with whitespace. 897
Warnings '?' is not followed by whitespace. 897
Warnings ':' is not preceded with whitespace. 897
Warnings ':' is not followed by whitespace. 897
Warnings ',' is not followed by whitespace. 898
Warnings Line is longer than 80 characters. 912
Warnings Line is longer than 80 characters. 916
Warnings Expected an @return tag. 921
Warnings 'if' construct must use '{}'s. 923
Warnings 'if' is not followed by whitespace. 923
Warnings Line is longer than 80 characters. 924
Warnings Line is longer than 80 characters. 931
Warnings Line is longer than 80 characters. 952
Warnings '?' is not preceded with whitespace. 955
Warnings Expected an @return tag. 966
Warnings Expected @param tag for 'tagName'. 966
Warnings Expected @param tag for 'tagValue'. 966
Warnings ',' is not followed by whitespace. 968
Warnings Line is longer than 80 characters. 982
Warnings '?' is not preceded with whitespace. 982
Warnings '?' is not followed by whitespace. 982
Warnings ':' is not preceded with whitespace. 982
Warnings 'if' construct must use '{}'s. 996
Warnings if at indentation level 7 not at correct indentation, 8 996
Warnings 'if' is not followed by whitespace. 996
Warnings '>' is not preceded with whitespace. 996
Warnings '>' is not followed by whitespace. 996
Warnings if child at indentation level 11 not at correct indentation, 12 997
Warnings method call lparen at indentation level 32 not at correct indentation, 15 1000
Warnings method call rparen at indentation level 32 not at correct indentation, 15 1003
Warnings 'else' construct must use '{}'s. 1005
Warnings else at indentation level 7 not at correct indentation, 8 1005
Warnings else child at indentation level 11 not at correct indentation, 12 1006
Warnings Line is longer than 80 characters. 1038
Warnings Expected @param tag for 'filePath'. 1064
Warnings 'if' is not followed by whitespace. 1069
Warnings Missing a Javadoc comment. 77
Warnings Variable 'lang' must be private and have accessor methods. 77
Warnings 'if' is not followed by whitespace. 111
Warnings Line is longer than 80 characters. 131
Warnings '=' is not preceded with whitespace. 134
Warnings '=' is not followed by whitespace. 134
Warnings '+' is not preceded with whitespace. 137
Warnings '+' should be on a new line. 137
Warnings method call rparen at indentation level 20 not at correct indentation, 12 139
Warnings Line is longer than 80 characters. 156
Warnings Line is longer than 80 characters. 159
Warnings Line is longer than 80 characters. 171
Warnings Line is longer than 80 characters. 183
Warnings Line is longer than 80 characters. 186
Warnings Line is longer than 80 characters. 198
Warnings 'if' is not followed by whitespace. 203
Warnings 'if' is not followed by whitespace. 219
Warnings '?' is not preceded with whitespace. 233
Warnings ':' is not preceded with whitespace. 233
Warnings ':' is not followed by whitespace. 233
Warnings Line is longer than 80 characters. 237
Warnings '?' is not preceded with whitespace. 237
Warnings '?' is not followed by whitespace. 237
Warnings ':' is not preceded with whitespace. 237
Warnings Line is longer than 80 characters. 258
Warnings 'for' is not followed by whitespace. 262
Warnings '=' is not preceded with whitespace. 264
Warnings 'if' is not followed by whitespace. 269
Warnings 'if' is not followed by whitespace. 275
Warnings Line is longer than 80 characters. 277
Warnings ',' is not followed by whitespace. 277
Warnings '+' is not preceded with whitespace. 277
Warnings '+' is not followed by whitespace. 277
Warnings Line is longer than 80 characters. 278
Warnings ',' is not followed by whitespace. 278
Warnings ',' is not followed by whitespace. 278
Warnings '+' is not preceded with whitespace. 278
Warnings '+' is not followed by whitespace. 278
Warnings Line is longer than 80 characters. 280
Warnings Line is longer than 80 characters. 293
Warnings '?' is not preceded with whitespace. 295
Warnings '?' should be on a new line. 295
Warnings ':' is not preceded with whitespace. 296
Warnings ':' should be on a new line. 296
Warnings ',' is not followed by whitespace. 299
Warnings Line is longer than 80 characters. 310
Warnings Line is longer than 80 characters. 322
Warnings Line is longer than 80 characters. 324
Warnings Line is longer than 80 characters. 338
Warnings Line is longer than 80 characters. 341
Warnings 'for' is not followed by whitespace. 342
Warnings 'if' is not followed by whitespace. 363
Warnings 'while' is not followed by whitespace. 366
Warnings 'if' is not followed by whitespace. 369
Warnings 'for' is not followed by whitespace. 387
Warnings 'if' is not followed by whitespace. 389
Warnings if child at indentation level 15 not at correct indentation, 16 391
Warnings method call child at indentation level 15 not at correct indentation, 16 391
Warnings Expected @param tag for 'bodyTpl'. 403
Warnings Expected @param tag for 'element'. 403
Warnings '?' is not preceded with whitespace. 406
Warnings '?' should be on a new line. 406
Warnings ':' is not preceded with whitespace. 407
Warnings ':' should be on a new line. 407
Warnings 'while' is not followed by whitespace. 424
Warnings 'if' is not followed by whitespace. 431
Warnings 'if' construct must use '{}'s. 433
Warnings Line is longer than 80 characters. 433
Warnings 'if' is not followed by whitespace. 433
Warnings Line is longer than 80 characters. 442
Warnings Expected @param tag for 'element'. 446
Warnings Line is longer than 80 characters. 448
Warnings Line is longer than 80 characters. 451
Warnings ',' is not followed by whitespace. 451
Warnings 'if' is not followed by whitespace. 452
Warnings 'for' is not followed by whitespace. 462
Warnings Line is longer than 80 characters. 465
Warnings ',' is not followed by whitespace. 465
Warnings '+' is not preceded with whitespace. 465
Warnings 'while' is not followed by whitespace. 475
Warnings Expected an @return tag. 488
Warnings Expected @param tag for 'klass'. 488
Warnings ',' is not followed by whitespace. 498
Warnings ',' is not followed by whitespace. 500
Warnings 'for' is not followed by whitespace. 503
Warnings Line is longer than 80 characters. 520
Warnings '?' is not preceded with whitespace. 520
Warnings ':' is not preceded with whitespace. 520
Warnings 'if' is not followed by whitespace. 526
Warnings ',' is not followed by whitespace. 528
Warnings Line is longer than 80 characters. 532
Warnings ',' is not followed by whitespace. 532
Warnings ',' is not followed by whitespace. 536
Warnings 'if' construct must use '{}'s. 538
Warnings 'if' is not followed by whitespace. 538
Warnings ',' is not followed by whitespace. 541
Warnings ',' is not followed by whitespace. 543
Warnings 'for' is not followed by whitespace. 547
Warnings 'if' is not followed by whitespace. 550
Warnings '!' is followed by whitespace. 550
Warnings Line is longer than 80 characters. 552
Warnings '!=' is not preceded with whitespace. 555
Warnings '!=' is not followed by whitespace. 555
Warnings Line is longer than 80 characters. 564
Warnings ',' is not followed by whitespace. 564
Warnings Line is longer than 80 characters. 581
Warnings ',' is not followed by whitespace. 581
Warnings '+' is not preceded with whitespace. 581
Warnings '+' is not followed by whitespace. 581
Warnings 'if' is not followed by whitespace. 595
Warnings ',' is not followed by whitespace. 597
Warnings Line is longer than 80 characters. 601
Warnings ',' is not followed by whitespace. 602
Warnings ',' is not followed by whitespace. 604
Warnings 'if' is not followed by whitespace. 643
Warnings '?' is not preceded with whitespace. 658
Warnings ':' is not preceded with whitespace. 658
Warnings '!=' is not followed by whitespace. 671
Warnings '&&' should be on a new line. 671
Warnings '!=' is not followed by whitespace. 672
Warnings '&&' should be on a new line. 672
Warnings '&&' is not preceded with whitespace. 673
Warnings '&&' should be on a new line. 673
Warnings Line is longer than 80 characters. 674
Warnings Line is longer than 80 characters. 682
Warnings Expected @param tag for 'fileContents'. 682
Warnings Expected @param tag for 'fileName'. 682
Warnings 'if' is not followed by whitespace. 695
Warnings Line is longer than 80 characters. 714
Warnings Expected @throws tag for 'java.io.FileNotFoundException'. 714
Warnings Expected @throws tag for 'java.io.UnsupportedEncodingException'. 714
Warnings Line is longer than 80 characters. 716
Warnings Line is longer than 80 characters. 720
Warnings Line is longer than 80 characters. 728
Warnings 'for' is not followed by whitespace. 734
Warnings 'if' is not followed by whitespace. 737
Warnings 'if' is not followed by whitespace. 741
Warnings 'if' is not followed by whitespace. 746
Warnings Line is longer than 80 characters. 766
Warnings Line is longer than 80 characters. 769
Warnings 'if' is not followed by whitespace. 781
Warnings Line is longer than 80 characters. 798
Warnings '=' is not preceded with whitespace. 798
Warnings '!=' is not preceded with whitespace. 800
Warnings '!=' is not followed by whitespace. 800
Warnings '?' is not preceded with whitespace. 800
Warnings '?' should be on a new line. 800
Warnings ':' is not preceded with whitespace. 801
Warnings ':' should be on a new line. 801
Warnings '?' is not preceded with whitespace. 804
Warnings '?' should be on a new line. 804
Warnings Line is longer than 80 characters. 805
Warnings ':' is not preceded with whitespace. 805
Warnings ':' should be on a new line. 805
Warnings 'if' is not followed by whitespace. 809
Warnings Line is longer than 80 characters. 812
Warnings 'if' is not followed by whitespace. 839
Warnings 'if' is not followed by whitespace. 842
Warnings '{' is not followed by whitespace. 843
Warnings 'if' is not followed by whitespace. 844
Warnings Line is longer than 80 characters. 863
Warnings 'catch' is not followed by whitespace. 865
Warnings 'if' construct must use '{}'s. 871
Warnings Line is longer than 80 characters. 871
Warnings ',' is not followed by whitespace. 871
Warnings '+' is not preceded with whitespace. 875
Warnings '+' is not followed by whitespace. 875
Warnings '+' is not preceded with whitespace. 875
Warnings '+' is not followed by whitespace. 875
Warnings Line is longer than 80 characters. 895
Warnings Line is longer than 80 characters. 896
Warnings Line is longer than 80 characters. 897
Warnings '?' is not preceded with whitespace. 897
Warnings '?' is not followed by whitespace. 897
Warnings ':' is not preceded with whitespace. 897
Warnings ':' is not followed by whitespace. 897
Warnings ',' is not followed by whitespace. 898
Warnings Line is longer than 80 characters. 912
Warnings Line is longer than 80 characters. 916
Warnings Expected an @return tag. 921
Warnings 'if' construct must use '{}'s. 923
Warnings 'if' is not followed by whitespace. 923
Warnings Line is longer than 80 characters. 924
Warnings Line is longer than 80 characters. 931
Warnings Line is longer than 80 characters. 952
Warnings '?' is not preceded with whitespace. 955
Warnings Expected an @return tag. 966
Warnings Expected @param tag for 'tagName'. 966
Warnings Expected @param tag for 'tagValue'. 966
Warnings ',' is not followed by whitespace. 968
Warnings Line is longer than 80 characters. 982
Warnings '?' is not preceded with whitespace. 982
Warnings '?' is not followed by whitespace. 982
Warnings ':' is not preceded with whitespace. 982
Warnings 'if' construct must use '{}'s. 996
Warnings if at indentation level 7 not at correct indentation, 8 996
Warnings 'if' is not followed by whitespace. 996
Warnings '>' is not preceded with whitespace. 996
Warnings '>' is not followed by whitespace. 996
Warnings if child at indentation level 11 not at correct indentation, 12 997
Warnings method call lparen at indentation level 32 not at correct indentation, 15 1000
Warnings method call rparen at indentation level 32 not at correct indentation, 15 1003
Warnings 'else' construct must use '{}'s. 1005
Warnings else at indentation level 7 not at correct indentation, 8 1005
Warnings else child at indentation level 11 not at correct indentation, 12 1006
Warnings Line is longer than 80 characters. 1038
Warnings Expected @param tag for 'filePath'. 1064
Warnings 'if' is not followed by whitespace. 1069

org/argouml/language/actionscript3/generator/Module.java

Violation Message Line
Warnings Expected an @return tag. 88
Warnings Expected an @return tag. 95
Warnings Expected @param tag for 'type'. 95
Warnings Line is longer than 80 characters. 98
Warnings Expected an @return tag. 111
Warnings Expected an @return tag. 125
Warnings Expected an @return tag. 88
Warnings Expected an @return tag. 95
Warnings Expected @param tag for 'type'. 95
Warnings Line is longer than 80 characters. 98
Warnings Expected an @return tag. 111
Warnings Expected an @return tag. 125

org/argouml/language/actionscript3/template/SourceTemplate.java

Violation Message Line
Warnings Unused import - java.util.Set. 35
Warnings Line is longer than 80 characters. 51
Warnings ',' is not followed by whitespace. 68
Warnings ',' is not followed by whitespace. 68
Warnings Line is longer than 80 characters. 78
Warnings ',' is not followed by whitespace. 78
Warnings ',' is not followed by whitespace. 78
Warnings Line is longer than 80 characters. 81
Warnings Expected @param tag for 'template'. 83
Warnings Line is longer than 80 characters. 88
Warnings Expected @param tag for 'template'. 104
Warnings '=' is not preceded with whitespace. 105
Warnings '=' is not followed by whitespace. 105
Warnings '>' is not preceded with whitespace. 105
Warnings '>' is not followed by whitespace. 105
Warnings '?' is not preceded with whitespace. 105
Warnings '?' is not followed by whitespace. 105
Warnings ':' is not preceded with whitespace. 105
Warnings ':' is not followed by whitespace. 105
Warnings Expected @param tag for 'template'. 111
Warnings Expected @param tag for 'tokenName'. 138
Warnings Expected @param tag for 'value'. 138
Warnings if at indentation level 6 not at correct indentation, 8 139
Warnings 'if' is not followed by whitespace. 139
Warnings '&&' is not preceded with whitespace. 139
Warnings '&&' is not followed by whitespace. 139
Warnings '!=' is not preceded with whitespace. 139
Warnings '!=' is not followed by whitespace. 139
Warnings if lcurly at indentation level 6 not at correct indentation, 8 140
Warnings if at indentation level 10 not at correct indentation, 12 141
Warnings if lcurly at indentation level 10 not at correct indentation, 12 142
Warnings Line is longer than 80 characters. 143
Warnings if child at indentation level 14 not at correct indentation, 16 143
Warnings ',' is not followed by whitespace. 143
Warnings 'if' construct must use '{}'s. 144
Warnings Line is longer than 80 characters. 144
Warnings if at indentation level 14 not at correct indentation, 16 144
Warnings '!=' is not preceded with whitespace. 144
Warnings '!=' is not followed by whitespace. 144
Warnings if rcurly at indentation level 10 not at correct indentation, 12 145
Warnings else at indentation level 10 not at correct indentation, 12 146
Warnings else lcurly at indentation level 10 not at correct indentation, 12 147
Warnings else child at indentation level 14 not at correct indentation, 16 148
Warnings method call child at indentation level 14 not at correct indentation, 16 148
Warnings else rcurly at indentation level 10 not at correct indentation, 12 150
Warnings if rcurly at indentation level 6 not at correct indentation, 8 151
Warnings Expected @param tag for 'tokenName'. 157
Warnings Expected @param tag for 'value'. 157
Warnings if at indentation level 6 not at correct indentation, 8 158
Warnings 'if' is not followed by whitespace. 158
Warnings '&&' is not followed by whitespace. 158
Warnings '!=' is not preceded with whitespace. 158
Warnings '!=' is not followed by whitespace. 158
Warnings if at indentation level 10 not at correct indentation, 12 159
Warnings if lcurly at indentation level 10 not at correct indentation, 12 160
Warnings Line is longer than 80 characters. 161
Warnings if child at indentation level 14 not at correct indentation, 16 161
Warnings ',' is not followed by whitespace. 161
Warnings 'if' construct must use '{}'s. 162
Warnings Line is longer than 80 characters. 162
Warnings if at indentation level 14 not at correct indentation, 16 162
Warnings '!=' is not preceded with whitespace. 162
Warnings '!=' is not followed by whitespace. 162
Warnings if rcurly at indentation level 10 not at correct indentation, 12 163
Warnings else at indentation level 10 not at correct indentation, 12 164
Warnings else lcurly at indentation level 10 not at correct indentation, 12 165
Warnings if at indentation level 14 not at correct indentation, 16 166
Warnings 'if' is not followed by whitespace. 166
Warnings '&&' is not preceded with whitespace. 166
Warnings '&&' is not followed by whitespace. 166
Warnings '!=' is not preceded with whitespace. 166
Warnings '!=' is not followed by whitespace. 166
Warnings if lcurly at indentation level 14 not at correct indentation, 16 167
Warnings if child at indentation level 18 not at correct indentation, 20 168
Warnings '=' is not preceded with whitespace. 168
Warnings '=' is not followed by whitespace. 168
Warnings '+' is not preceded with whitespace. 168
Warnings '+' is not followed by whitespace. 168
Warnings if rcurly at indentation level 14 not at correct indentation, 16 169
Warnings else child at indentation level 14 not at correct indentation, 16 170
Warnings method call child at indentation level 14 not at correct indentation, 16 170
Warnings else rcurly at indentation level 10 not at correct indentation, 12 171
Warnings if rcurly at indentation level 6 not at correct indentation, 8 172
Warnings Expected @param tag for 'tokenName'. 178
Warnings Expected @param tag for 'value'. 178
Warnings if at indentation level 6 not at correct indentation, 8 179
Warnings 'if' is not followed by whitespace. 179
Warnings '&&' is not followed by whitespace. 179
Warnings '!=' is not preceded with whitespace. 179
Warnings '!=' is not followed by whitespace. 179
Warnings '{' is not preceded with whitespace. 179
Warnings if at indentation level 10 not at correct indentation, 12 180
Warnings if lcurly at indentation level 10 not at correct indentation, 12 181
Warnings Line is longer than 80 characters. 182
Warnings if child at indentation level 14 not at correct indentation, 16 182
Warnings ',' is not followed by whitespace. 182
Warnings 'if' construct must use '{}'s. 183
Warnings Line is longer than 80 characters. 183
Warnings if at indentation level 14 not at correct indentation, 16 183
Warnings '!=' is not preceded with whitespace. 183
Warnings '!=' is not followed by whitespace. 183
Warnings if rcurly at indentation level 10 not at correct indentation, 12 184
Warnings else at indentation level 10 not at correct indentation, 12 185
Warnings else lcurly at indentation level 10 not at correct indentation, 12 186
Warnings if at indentation level 14 not at correct indentation, 16 187
Warnings 'if' is not followed by whitespace. 187
Warnings '&&' is not preceded with whitespace. 187
Warnings '&&' is not followed by whitespace. 187
Warnings '!=' is not preceded with whitespace. 187
Warnings '!=' is not followed by whitespace. 187
Warnings if lcurly at indentation level 14 not at correct indentation, 16 188
Warnings if child at indentation level 18 not at correct indentation, 20 189
Warnings '=' is not preceded with whitespace. 189
Warnings '=' is not followed by whitespace. 189
Warnings '+' is not preceded with whitespace. 189
Warnings '+' is not followed by whitespace. 189
Warnings if rcurly at indentation level 14 not at correct indentation, 16 190
Warnings else child at indentation level 14 not at correct indentation, 16 191
Warnings method call child at indentation level 14 not at correct indentation, 16 191
Warnings else rcurly at indentation level 10 not at correct indentation, 12 192
Warnings if rcurly at indentation level 6 not at correct indentation, 8 193
Warnings Line is longer than 80 characters. 197
Warnings Expected @param tag for 'tokenName'. 199
Warnings Expected @param tag for 'scrTemplate'. 199
Warnings 'if' construct must use '{}'s. 200
Warnings if at indentation level 6 not at correct indentation, 8 200
Warnings 'if' is not followed by whitespace. 200
Warnings if at indentation level 10 not at correct indentation, 12 201
Warnings if lcurly at indentation level 10 not at correct indentation, 12 202
Warnings Line is longer than 80 characters. 203
Warnings if child at indentation level 14 not at correct indentation, 16 203
Warnings ',' is not followed by whitespace. 203
Warnings 'if' construct must use '{}'s. 204
Warnings Line is longer than 80 characters. 204
Warnings if at indentation level 14 not at correct indentation, 16 204
Warnings '!=' is not preceded with whitespace. 204
Warnings '!=' is not followed by whitespace. 204
Warnings if rcurly at indentation level 10 not at correct indentation, 12 205
Warnings else at indentation level 10 not at correct indentation, 12 206
Warnings else lcurly at indentation level 10 not at correct indentation, 12 207
Warnings else child at indentation level 14 not at correct indentation, 16 208
Warnings method call child at indentation level 14 not at correct indentation, 16 208
Warnings else rcurly at indentation level 10 not at correct indentation, 12 209
Warnings method def child at indentation level 6 not at correct indentation, 8 219
Warnings ',' is not followed by whitespace. 226
Warnings Expected @param tag for 'tokensMap'. 226
Warnings method call child at indentation level 6 not at correct indentation, 8 228
Warnings method def child at indentation level 6 not at correct indentation, 8 228
Warnings Expected an @return tag. 234
Warnings 'for' is not followed by whitespace. 239
Warnings for child at indentation level 10 not at correct indentation, 12 241
Warnings 'if' construct must use '{}'s. 242
Warnings if at indentation level 10 not at correct indentation, 12 242
Warnings 'if' is not followed by whitespace. 242
Warnings 'if' construct must use '{}'s. 244
Warnings else at indentation level 10 not at correct indentation, 12 244
Warnings 'if' is not followed by whitespace. 244
Warnings 'else' construct must use '{}'s. 246
Warnings else at indentation level 10 not at correct indentation, 12 246
Warnings '=' is not preceded with whitespace. 247
Warnings '=' is not followed by whitespace. 247
Warnings for child at indentation level 10 not at correct indentation, 12 249
Warnings '=' is not preceded with whitespace. 249
Warnings '=' is not followed by whitespace. 249
Warnings '+' is not preceded with whitespace. 249
Warnings '+' is not followed by whitespace. 249
Warnings '+' is not preceded with whitespace. 249
Warnings '+' is not followed by whitespace. 249
Warnings ',' is not followed by whitespace. 249
Warnings 'if' is not followed by whitespace. 260
Warnings 'for' is not followed by whitespace. 266
Warnings 'if' is not followed by whitespace. 268
Warnings Expected an @return tag. 289
Warnings Expected @param tag for 'tokenName'. 289
Warnings Expected @param tag for 'deep'. 289
Warnings method def child at indentation level 6 not at correct indentation, 8 290
Warnings if at indentation level 6 not at correct indentation, 8 291
Warnings 'if' is not followed by whitespace. 291
Warnings if lcurly at indentation level 6 not at correct indentation, 8 292
Warnings for at indentation level 10 not at correct indentation, 12 293
Warnings 'for' is not followed by whitespace. 293
Warnings for lcurly at indentation level 10 not at correct indentation, 12 294
Warnings Line is longer than 80 characters. 295
Warnings for child at indentation level 14 not at correct indentation, 16 295
Warnings for rcurly at indentation level 10 not at correct indentation, 12 296
Warnings if rcurly at indentation level 6 not at correct indentation, 8 297
Warnings method def child at indentation level 6 not at correct indentation, 8 299
Warnings method def child at indentation level 6 not at correct indentation, 8 317
Warnings ',' is not followed by whitespace. 317
Warnings method def child at indentation level 6 not at correct indentation, 8 318
Warnings ',' is not followed by whitespace. 318
Warnings Unused import - java.util.Set. 35
Warnings Line is longer than 80 characters. 51
Warnings ',' is not followed by whitespace. 68
Warnings ',' is not followed by whitespace. 68
Warnings Line is longer than 80 characters. 78
Warnings ',' is not followed by whitespace. 78
Warnings ',' is not followed by whitespace. 78
Warnings Line is longer than 80 characters. 81
Warnings Expected @param tag for 'template'. 83
Warnings Line is longer than 80 characters. 88
Warnings Expected @param tag for 'template'. 104
Warnings '=' is not preceded with whitespace. 105
Warnings '=' is not followed by whitespace. 105
Warnings '>' is not preceded with whitespace. 105
Warnings '>' is not followed by whitespace. 105
Warnings '?' is not preceded with whitespace. 105
Warnings '?' is not followed by whitespace. 105
Warnings ':' is not preceded with whitespace. 105
Warnings ':' is not followed by whitespace. 105
Warnings Expected @param tag for 'template'. 111
Warnings Expected @param tag for 'tokenName'. 138
Warnings Expected @param tag for 'value'. 138
Warnings if at indentation level 6 not at correct indentation, 8 139
Warnings 'if' is not followed by whitespace. 139
Warnings '&&' is not preceded with whitespace. 139
Warnings '&&' is not followed by whitespace. 139
Warnings '!=' is not preceded with whitespace. 139
Warnings '!=' is not followed by whitespace. 139
Warnings if lcurly at indentation level 6 not at correct indentation, 8 140
Warnings if at indentation level 10 not at correct indentation, 12 141
Warnings if lcurly at indentation level 10 not at correct indentation, 12 142
Warnings Line is longer than 80 characters. 143
Warnings if child at indentation level 14 not at correct indentation, 16 143
Warnings ',' is not followed by whitespace. 143
Warnings 'if' construct must use '{}'s. 144
Warnings Line is longer than 80 characters. 144
Warnings if at indentation level 14 not at correct indentation, 16 144
Warnings '!=' is not preceded with whitespace. 144
Warnings '!=' is not followed by whitespace. 144
Warnings if rcurly at indentation level 10 not at correct indentation, 12 145
Warnings else at indentation level 10 not at correct indentation, 12 146
Warnings else lcurly at indentation level 10 not at correct indentation, 12 147
Warnings else child at indentation level 14 not at correct indentation, 16 148
Warnings method call child at indentation level 14 not at correct indentation, 16 148
Warnings else rcurly at indentation level 10 not at correct indentation, 12 150
Warnings if rcurly at indentation level 6 not at correct indentation, 8 151
Warnings Expected @param tag for 'tokenName'. 157
Warnings Expected @param tag for 'value'. 157
Warnings if at indentation level 6 not at correct indentation, 8 158
Warnings 'if' is not followed by whitespace. 158
Warnings '&&' is not followed by whitespace. 158
Warnings '!=' is not preceded with whitespace. 158
Warnings '!=' is not followed by whitespace. 158
Warnings if at indentation level 10 not at correct indentation, 12 159
Warnings if lcurly at indentation level 10 not at correct indentation, 12 160
Warnings Line is longer than 80 characters. 161
Warnings if child at indentation level 14 not at correct indentation, 16 161
Warnings ',' is not followed by whitespace. 161
Warnings 'if' construct must use '{}'s. 162
Warnings Line is longer than 80 characters. 162
Warnings if at indentation level 14 not at correct indentation, 16 162
Warnings '!=' is not preceded with whitespace. 162
Warnings '!=' is not followed by whitespace. 162
Warnings if rcurly at indentation level 10 not at correct indentation, 12 163
Warnings else at indentation level 10 not at correct indentation, 12 164
Warnings else lcurly at indentation level 10 not at correct indentation, 12 165
Warnings if at indentation level 14 not at correct indentation, 16 166
Warnings 'if' is not followed by whitespace. 166
Warnings '&&' is not preceded with whitespace. 166
Warnings '&&' is not followed by whitespace. 166
Warnings '!=' is not preceded with whitespace. 166
Warnings '!=' is not followed by whitespace. 166
Warnings if lcurly at indentation level 14 not at correct indentation, 16 167
Warnings if child at indentation level 18 not at correct indentation, 20 168
Warnings '=' is not preceded with whitespace. 168
Warnings '=' is not followed by whitespace. 168
Warnings '+' is not preceded with whitespace. 168
Warnings '+' is not followed by whitespace. 168
Warnings if rcurly at indentation level 14 not at correct indentation, 16 169
Warnings else child at indentation level 14 not at correct indentation, 16 170
Warnings method call child at indentation level 14 not at correct indentation, 16 170
Warnings else rcurly at indentation level 10 not at correct indentation, 12 171
Warnings if rcurly at indentation level 6 not at correct indentation, 8 172
Warnings Expected @param tag for 'tokenName'. 178
Warnings Expected @param tag for 'value'. 178
Warnings if at indentation level 6 not at correct indentation, 8 179
Warnings 'if' is not followed by whitespace. 179
Warnings '&&' is not followed by whitespace. 179
Warnings '!=' is not preceded with whitespace. 179
Warnings '!=' is not followed by whitespace. 179
Warnings '{' is not preceded with whitespace. 179
Warnings if at indentation level 10 not at correct indentation, 12 180
Warnings if lcurly at indentation level 10 not at correct indentation, 12 181
Warnings Line is longer than 80 characters. 182
Warnings if child at indentation level 14 not at correct indentation, 16 182
Warnings ',' is not followed by whitespace. 182
Warnings 'if' construct must use '{}'s. 183
Warnings Line is longer than 80 characters. 183
Warnings if at indentation level 14 not at correct indentation, 16 183
Warnings '!=' is not preceded with whitespace. 183
Warnings '!=' is not followed by whitespace. 183
Warnings if rcurly at indentation level 10 not at correct indentation, 12 184
Warnings else at indentation level 10 not at correct indentation, 12 185
Warnings else lcurly at indentation level 10 not at correct indentation, 12 186
Warnings if at indentation level 14 not at correct indentation, 16 187
Warnings 'if' is not followed by whitespace. 187
Warnings '&&' is not preceded with whitespace. 187
Warnings '&&' is not followed by whitespace. 187
Warnings '!=' is not preceded with whitespace. 187
Warnings '!=' is not followed by whitespace. 187
Warnings if lcurly at indentation level 14 not at correct indentation, 16 188
Warnings if child at indentation level 18 not at correct indentation, 20 189
Warnings '=' is not preceded with whitespace. 189
Warnings '=' is not followed by whitespace. 189
Warnings '+' is not preceded with whitespace. 189
Warnings '+' is not followed by whitespace. 189
Warnings if rcurly at indentation level 14 not at correct indentation, 16 190
Warnings else child at indentation level 14 not at correct indentation, 16 191
Warnings method call child at indentation level 14 not at correct indentation, 16 191
Warnings else rcurly at indentation level 10 not at correct indentation, 12 192
Warnings if rcurly at indentation level 6 not at correct indentation, 8 193
Warnings Line is longer than 80 characters. 197
Warnings Expected @param tag for 'tokenName'. 199
Warnings Expected @param tag for 'scrTemplate'. 199
Warnings 'if' construct must use '{}'s. 200
Warnings if at indentation level 6 not at correct indentation, 8 200
Warnings 'if' is not followed by whitespace. 200
Warnings if at indentation level 10 not at correct indentation, 12 201
Warnings if lcurly at indentation level 10 not at correct indentation, 12 202
Warnings Line is longer than 80 characters. 203
Warnings if child at indentation level 14 not at correct indentation, 16 203
Warnings ',' is not followed by whitespace. 203
Warnings 'if' construct must use '{}'s. 204
Warnings Line is longer than 80 characters. 204
Warnings if at indentation level 14 not at correct indentation, 16 204
Warnings '!=' is not preceded with whitespace. 204
Warnings '!=' is not followed by whitespace. 204
Warnings if rcurly at indentation level 10 not at correct indentation, 12 205
Warnings else at indentation level 10 not at correct indentation, 12 206
Warnings else lcurly at indentation level 10 not at correct indentation, 12 207
Warnings else child at indentation level 14 not at correct indentation, 16 208
Warnings method call child at indentation level 14 not at correct indentation, 16 208
Warnings else rcurly at indentation level 10 not at correct indentation, 12 209
Warnings method def child at indentation level 6 not at correct indentation, 8 219
Warnings ',' is not followed by whitespace. 226
Warnings Expected @param tag for 'tokensMap'. 226
Warnings method call child at indentation level 6 not at correct indentation, 8 228
Warnings method def child at indentation level 6 not at correct indentation, 8 228
Warnings Expected an @return tag. 234
Warnings 'for' is not followed by whitespace. 239
Warnings for child at indentation level 10 not at correct indentation, 12 241
Warnings 'if' construct must use '{}'s. 242
Warnings if at indentation level 10 not at correct indentation, 12 242
Warnings 'if' is not followed by whitespace. 242
Warnings 'if' construct must use '{}'s. 244
Warnings else at indentation level 10 not at correct indentation, 12 244
Warnings 'if' is not followed by whitespace. 244
Warnings 'else' construct must use '{}'s. 246
Warnings else at indentation level 10 not at correct indentation, 12 246
Warnings '=' is not preceded with whitespace. 247
Warnings '=' is not followed by whitespace. 247
Warnings for child at indentation level 10 not at correct indentation, 12 249
Warnings '=' is not preceded with whitespace. 249
Warnings '=' is not followed by whitespace. 249
Warnings '+' is not preceded with whitespace. 249
Warnings '+' is not followed by whitespace. 249
Warnings '+' is not preceded with whitespace. 249
Warnings '+' is not followed by whitespace. 249
Warnings ',' is not followed by whitespace. 249
Warnings 'if' is not followed by whitespace. 260
Warnings 'for' is not followed by whitespace. 266
Warnings 'if' is not followed by whitespace. 268
Warnings Expected an @return tag. 289
Warnings Expected @param tag for 'tokenName'. 289
Warnings Expected @param tag for 'deep'. 289
Warnings method def child at indentation level 6 not at correct indentation, 8 290
Warnings if at indentation level 6 not at correct indentation, 8 291
Warnings 'if' is not followed by whitespace. 291
Warnings if lcurly at indentation level 6 not at correct indentation, 8 292
Warnings for at indentation level 10 not at correct indentation, 12 293
Warnings 'for' is not followed by whitespace. 293
Warnings for lcurly at indentation level 10 not at correct indentation, 12 294
Warnings Line is longer than 80 characters. 295
Warnings for child at indentation level 14 not at correct indentation, 16 295
Warnings for rcurly at indentation level 10 not at correct indentation, 12 296
Warnings if rcurly at indentation level 6 not at correct indentation, 8 297
Warnings method def child at indentation level 6 not at correct indentation, 8 299
Warnings method def child at indentation level 6 not at correct indentation, 8 317
Warnings ',' is not followed by whitespace. 317
Warnings method def child at indentation level 6 not at correct indentation, 8 318
Warnings ',' is not followed by whitespace. 318