Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
38004155

Rules

RulesViolationsSeverity
PackageHtml6error Error
NewlineAtEndOfFile1error Error
Translation0error Error
JavadocMethod106error Error
JavadocType3error Error
JavadocVariable32error Error
JavadocStyle6error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength247error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap4error Error
ParenPad1error Error
TypecastParenPad0error Error
TabCharacter2179error Error
WhitespaceAfter0error Error
WhitespaceAround608error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly285error Error
NeedBraces1error Error
RightCurly42error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField43error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension12error Error
FinalClass0error Error
HideUtilityClassConstructor1error Error
InterfaceIsType0error Error
VisibilityModifier1error Error
ArrayTypeStyle0error Error
FinalParameters30error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
547error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/tratoo/mdd/kernel/emitter/EmitterException.java0048
org/tratoo/mdd/kernel/RepositoryFactory.java0049
org/tratoo/mdd/kernel/TratooRuntimeException.java0019
org/tratoo/mdd/kernel/transformation/Rule.java0021
org/tratoo/mdd/kernel/ConfigurationException.java0041
org/tratoo/mdd/kernel/transformation/impl/TransformationEngineImpl.java00570
org/tratoo/mdd/kernel/transformation/RuleSource.java0014
org/tratoo/mdd/kernel/transformation/impl/ExecutionConfig.java0081
org/tratoo/mdd/kernel/transformation/impl/TransformationRun.java00154
org/tratoo/mdd/kernel/transformation/impl/RuleHelper.java00369
org/tratoo/mdd/kernel/transformation/RuleTarget.java0012
org/tratoo/mdd/kernel/transformation/impl/RuleImpl.java0049
org/tratoo/mdd/kernel/transformation/TransformationEngine.java00133
org/tratoo/mdd/kernel/transformation/RunConfiguration.java00108
org/tratoo/mdd/kernel/Domain.java0023
org/tratoo/mdd/kernel/emitter/package.html001
org/tratoo/mdd/kernel/transformation/TransformationIterator.java0022
org/tratoo/mdd/kernel/transformation/impl/RuleDefinitionImpl.java00285
org/tratoo/mdd/kernel/emitter/EmitterEngine.java0057
org/tratoo/mdd/kernel/emitter/impl/package.html001
org/tratoo/mdd/kernel/transformation/impl/ExecutionContext.java0058
org/tratoo/mdd/kernel/package.html001
org/tratoo/mdd/kernel/transformation/impl/TransformationRepository.java00474
org/tratoo/mdd/kernel/util/package.html001
org/tratoo/mdd/kernel/transformation/Transformation.java0046
org/tratoo/mdd/kernel/emitter/EmitterListener.java007
org/tratoo/mdd/kernel/transformation/impl/package.html001
org/tratoo/mdd/kernel/transformation/package.html001
org/tratoo/mdd/kernel/transformation/impl/DomainImpl.java0058
org/tratoo/mdd/kernel/emitter/RunConfiguration.java00170
org/tratoo/mdd/kernel/TransformationChain.java00338
org/tratoo/mdd/kernel/emitter/Emitter.java0034
org/tratoo/mdd/kernel/util/Loader.java00499
org/tratoo/mdd/kernel/transformation/impl/AbstractRepositoryImpl.java00161
org/tratoo/mdd/kernel/AmbiguousConfigurationException.java0039
org/tratoo/mdd/kernel/Repository.java0056
org/tratoo/mdd/kernel/transformation/RuleMethod.java0012
org/tratoo/mdd/kernel/emitter/impl/AbstractEmitterEngineImpl.java00142

Details

org/tratoo/mdd/kernel/emitter/EmitterException.java

ViolationMessageLine
errorMissing a Javadoc comment.7
error'{' should be on the previous line.8
errorLine contains a tab character.9
errorLine has trailing spaces.10
errorLine contains a tab character.10
errorLine contains a tab character.11
errorLine contains a tab character.12
errorLine contains a tab character.13
errorMissing a Javadoc comment.13
errorLine is longer than 80 characters.15
errorLine contains a tab character.15
errorMissing a Javadoc comment.15
error'config' hides a field.15
errorLine contains a tab character.16
error'{' should be on the previous line.16
errorLine contains a tab character.17
errorLine contains a tab character.18
errorLine contains a tab character.19
errorLine has trailing spaces.20
errorLine contains a tab character.20
errorLine contains a tab character.21
errorMethod 'printStackTrace' is not designed for extension - needs to be abstract, final or empty.21
errorMissing a Javadoc comment.21
errorLine contains a tab character.22
errorLine contains a tab character.23
error'{' should be on the previous line.23
errorLine contains a tab character.24
error'for' is not followed by whitespace.24
errorLine contains a tab character.25
error'{' should be on the previous line.25
errorLine contains a tab character.26
errorLine contains a tab character.27
errorLine contains a tab character.28
errorLine has trailing spaces.29
errorLine contains a tab character.29
errorLine contains a tab character.30
errorMethod 'printStackTrace' is not designed for extension - needs to be abstract, final or empty.30
errorMissing a Javadoc comment.30
errorLine contains a tab character.31
errorLine contains a tab character.32
error'{' should be on the previous line.32
errorLine contains a tab character.33
error'for' is not followed by whitespace.33
errorLine contains a tab character.34
error'{' should be on the previous line.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37

org/tratoo/mdd/kernel/RepositoryFactory.java

ViolationMessageLine
error'{' should be on the previous line.10
errorLine contains a tab character.11
errorLine contains a tab character.12
errorLine contains a tab character.13
errorLine contains a tab character.14
errorLine contains a tab character.15
errorLine contains a tab character.16
errorLine contains a tab character.17
errorLine contains a tab character.18
errorLine contains a tab character.19
errorLine contains a tab character.20
errorLine has trailing spaces.21
errorLine contains a tab character.21
errorLine contains a tab character.22
errorLine contains a tab character.23
errorLine contains a tab character.24
errorLine contains a tab character.25
errorLine contains a tab character.26
errorLine contains a tab character.27
errorLine contains a tab character.28
errorExpected an @return tag.29
errorLine contains a tab character.29
errorExpected @param tag for 'input'.29
errorLine has trailing spaces.30
errorLine contains a tab character.30
errorFirst sentence should end with a period.31
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine is longer than 80 characters.33
errorLine contains a tab character.33
errorLine is longer than 80 characters.34
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine has trailing spaces.36
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine has trailing spaces.39
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine has trailing spaces.41
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorExpected an @return tag.46
errorLine contains a tab character.46
errorExpected @param tag for 'input'.46

org/tratoo/mdd/kernel/TratooRuntimeException.java

ViolationMessageLine
error'{' should be on the previous line.8
errorLine is longer than 80 characters.9
errorLine contains a tab character.9
errorMissing a Javadoc comment.9
errorLine contains a tab character.10
error'{' should be on the previous line.10
errorLine contains a tab character.11
errorLine contains a tab character.12
errorLine contains a tab character.14
errorMissing a Javadoc comment.14
errorLine contains a tab character.15
error'{' should be on the previous line.15
errorLine contains a tab character.16
errorLine contains a tab character.17
errorLine contains a tab character.19
errorLine has trailing spaces.20
errorLine contains a tab character.20
errorLine contains a tab character.21
errorLine contains a tab character.22

org/tratoo/mdd/kernel/transformation/Rule.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.18
error'<' is not preceded with whitespace.25
error'<' is not followed by whitespace.25
error'>' is not preceded with whitespace.25
error'{' should be on the previous line.26
errorLine contains a tab character.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.31
errorLine contains a tab character.32

org/tratoo/mdd/kernel/ConfigurationException.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.18
errorLine has trailing spaces.23
error'{' should be on the previous line.24
errorLine contains a tab character.25
errorMissing a Javadoc comment.25
errorLine has trailing spaces.26
errorLine contains a tab character.26
errorLine contains a tab character.27
errorMissing a Javadoc comment.27
errorLine contains a tab character.28
error'{' should be on the previous line.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine has trailing spaces.31
errorLine contains a tab character.31
errorLine has trailing spaces.32
errorLine contains a tab character.32
errorMissing a Javadoc comment.32
errorLine contains a tab character.33
error'{' should be on the previous line.33
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine has trailing spaces.36
errorLine contains a tab character.36
errorLine is longer than 80 characters.37
errorLine contains a tab character.37
errorMissing a Javadoc comment.37
errorLine contains a tab character.38
error'{' should be on the previous line.38
errorLine contains a tab character.39
errorLine contains a tab character.40

org/tratoo/mdd/kernel/transformation/impl/TransformationEngineImpl.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
error'{' should be on the previous line.45
errorLine is longer than 80 characters.46
errorLine contains a tab character.46
errorMissing a Javadoc comment.46
errorLine has trailing spaces.47
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine is longer than 80 characters.50
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
error'<' is not preceded with whitespace.53
error'<' is not followed by whitespace.53
error'>' is not preceded with whitespace.53
errorLine contains a tab character.54
error'{' should be on the previous line.54
errorLine contains a tab character.55
error'<' is not preceded with whitespace.55
error'<' is not followed by whitespace.55
error'>' is not preceded with whitespace.55
error'<' is not preceded with whitespace.55
error'<' is not followed by whitespace.55
error'>' is not preceded with whitespace.55
error'>' is not followed by whitespace.55
errorLine contains a tab character.57
errorLine is longer than 80 characters.58
errorLine contains a tab character.58
errorLine is longer than 80 characters.59
errorLine contains a tab character.59
errorLine contains a tab character.61
error'for' is not followed by whitespace.61
errorLine contains a tab character.62
error'{' should be on the previous line.62
errorLine contains a tab character.63
errorLine has trailing spaces.64
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine has trailing spaces.66
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine has trailing spaces.69
errorLine contains a tab character.69
errorLine contains a tab character.70
errorMissing a Javadoc comment.70
errorParameter chain should be final.70
errorLine contains a tab character.71
error'{' should be on the previous line.71
errorLine contains a tab character.72
errorLine has trailing spaces.73
errorLine contains a tab character.73
errorLine contains a tab character.74
error'if' is not followed by whitespace.74
errorLine contains a tab character.75
error'{' should be on the previous line.75
errorLine is longer than 80 characters.76
errorLine contains a tab character.76
errorLine is longer than 80 characters.77
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
error'if' is not followed by whitespace.79
errorLine contains a tab character.80
error'{' should be on the previous line.80
errorLine contains a tab character.81
errorLine contains a tab character.82
error'}' should be on the same line.82
errorLine contains a tab character.83
errorLine contains a tab character.84
error'{' should be on the previous line.84
errorLine is longer than 80 characters.85
errorLine contains a tab character.85
errorLine contains a tab character.86
error'for' is not followed by whitespace.86
errorLine contains a tab character.87
error'{' should be on the previous line.87
errorLine is longer than 80 characters.88
errorLine contains a tab character.88
error'if' is not followed by whitespace.88
errorLine contains a tab character.89
errorLine is longer than 80 characters.90
errorLine contains a tab character.90
errorLine contains a tab character.91
error'}' should be on the same line.91
errorLine contains a tab character.92
errorLine contains a tab character.93
error'{' should be on the previous line.93
errorLine is longer than 80 characters.94
errorLine contains a tab character.94
errorLine is longer than 80 characters.95
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine is longer than 80 characters.97
errorLine contains a tab character.97
errorLine is longer than 80 characters.98
errorLine contains a tab character.98
errorLine is longer than 80 characters.99
errorLine contains a tab character.99
error'for' is not followed by whitespace.99
errorLine contains a tab character.100
error'{' should be on the previous line.100
errorLine has trailing spaces.101
errorLine is longer than 80 characters.101
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine has trailing spaces.105
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.107
errorLine contains a tab character.108
errorLine contains a tab character.109
error'if' is not followed by whitespace.109
errorLine contains a tab character.110
error'{' should be on the previous line.110
errorLine is longer than 80 characters.111
errorLine contains a tab character.111
error'for' is not followed by whitespace.111
errorLine contains a tab character.112
error'{' should be on the previous line.112
errorLine is longer than 80 characters.113
errorLine contains a tab character.113
error'if' is not followed by whitespace.113
errorLine contains a tab character.114
error'{' should be on the previous line.114
errorLine is longer than 80 characters.115
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine contains a tab character.117
error'{' should be on the previous line.117
errorLine is longer than 80 characters.118
errorLine contains a tab character.118
errorLine is longer than 80 characters.119
errorLine contains a tab character.119
errorLine is longer than 80 characters.120
errorLine contains a tab character.120
errorLine is longer than 80 characters.121
errorLine contains a tab character.121
errorLine is longer than 80 characters.122
errorLine contains a tab character.122
errorLine contains a tab character.123
errorLine contains a tab character.124
error'}' should be on the same line.124
errorLine contains a tab character.125
errorLine contains a tab character.126
error'{' should be on the previous line.126
errorLine is longer than 80 characters.127
errorLine contains a tab character.127
errorLine contains a tab character.128
error'}' should be on the same line.128
errorLine contains a tab character.129
errorLine contains a tab character.130
error'{' should be on the previous line.130
errorLine is longer than 80 characters.131
errorLine contains a tab character.131
errorLine contains a tab character.132
error'}' should be on the same line.132
errorLine contains a tab character.133
errorLine contains a tab character.134
error'{' should be on the previous line.134
errorLine is longer than 80 characters.135
errorLine contains a tab character.135
error'+' is not preceded with whitespace.135
error'+' is not followed by whitespace.135
error'+' is not preceded with whitespace.135
error'+' is not followed by whitespace.135
error'+' is not preceded with whitespace.135
error'+' is not followed by whitespace.135
error'+' is not preceded with whitespace.135
error'+' is not followed by whitespace.135
errorLine contains a tab character.136
error'}' should be on the same line.136
errorLine is longer than 80 characters.137
errorLine contains a tab character.137
errorLine contains a tab character.138
error'{' should be on the previous line.138
errorLine is longer than 80 characters.139
errorLine contains a tab character.139
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.142
errorLine contains a tab character.143
errorLine contains a tab character.144
error'}' should be on the same line.144
errorLine contains a tab character.145
errorLine contains a tab character.146
error'{' should be on the previous line.146
errorLine contains a tab character.147
errorLine contains a tab character.148
errorLine has trailing spaces.149
errorLine contains a tab character.149
errorLine contains a tab character.150
errorLine has trailing spaces.151
errorLine contains a tab character.151
errorLine contains a tab character.152
errorLine contains a tab character.153
errorLine has trailing spaces.154
errorLine contains a tab character.154
errorLine contains a tab character.155
errorMissing a Javadoc comment.155
errorParameter domainId should be final.155
errorLine contains a tab character.156
error'{' should be on the previous line.156
errorLine contains a tab character.157
errorLine contains a tab character.158
errorLine contains a tab character.159
errorLine has trailing spaces.160
errorLine contains a tab character.160
errorLine contains a tab character.161
errorLine contains a tab character.162
errorLine contains a tab character.163
errorLine contains a tab character.164
errorLine has trailing spaces.165
errorLine contains a tab character.165
errorLine has trailing spaces.166
errorLine contains a tab character.166
errorLine contains a tab character.167
errorLine contains a tab character.168
errorLine contains a tab character.169
errorLine contains a tab character.170
errorExpected an @return tag.171
errorLine contains a tab character.171
errorParameter chain should be final.171
errorLine contains a tab character.172
error'{' should be on the previous line.172
errorLine contains a tab character.173
errorLine has trailing spaces.174
errorLine contains a tab character.174
errorLine contains a tab character.175
errorLine contains a tab character.176
errorLine contains a tab character.177
errorLine has trailing spaces.178
errorLine contains a tab character.178
errorLine contains a tab character.179
errorLine contains a tab character.180
errorLine contains a tab character.181
error'if' is not followed by whitespace.181
errorLine contains a tab character.182
error'{' should be on the previous line.182
errorLine is longer than 80 characters.183
errorLine contains a tab character.183
error'<' is not preceded with whitespace.183
error'<' is not followed by whitespace.183
error'>' is not preceded with whitespace.183
errorLine contains a tab character.184
error'if' is not followed by whitespace.184
errorLine contains a tab character.185
error'{' should be on the previous line.185
errorLine has trailing spaces.186
errorLine is longer than 80 characters.186
errorLine contains a tab character.186
error'+' should be on a new line.186
errorLine has trailing spaces.187
errorLine is longer than 80 characters.187
errorLine contains a tab character.187
error'+' should be on a new line.187
errorLine contains a tab character.188
errorLine contains a tab character.189
errorLine contains a tab character.190
error'}' should be on the same line.190
errorLine contains a tab character.191
error'if' is not followed by whitespace.191
errorLine contains a tab character.192
error'{' should be on the previous line.192
errorLine is longer than 80 characters.193
errorLine contains a tab character.193
error'+' should be on a new line.193
errorLine is longer than 80 characters.194
errorLine contains a tab character.194
error'+' should be on a new line.194
errorLine is longer than 80 characters.195
errorLine contains a tab character.195
errorLine has trailing spaces.196
errorLine contains a tab character.196
errorLine contains a tab character.197
error'for' is not followed by whitespace.197
errorLine contains a tab character.198
error'{' should be on the previous line.198
errorLine contains a tab character.199
errorLine is longer than 80 characters.200
errorLine contains a tab character.200
error'for' is not followed by whitespace.200
errorLine contains a tab character.201
error'{' should be on the previous line.201
errorLine contains a tab character.202
errorLine contains a tab character.203
errorLine contains a tab character.204
errorLine has trailing spaces.205
errorLine contains a tab character.205
errorLine contains a tab character.206
errorLine contains a tab character.207
errorLine contains a tab character.208
error'}' should be on the same line.208
errorLine contains a tab character.209
errorLine contains a tab character.210
error'{' should be on the previous line.210
errorLine has trailing spaces.211
errorLine contains a tab character.211
errorLine contains a tab character.212
errorLine has trailing spaces.213
errorLine contains a tab character.213
errorLine contains a tab character.214
errorLine has trailing spaces.215
errorLine contains a tab character.215
errorLine has trailing spaces.216
errorLine contains a tab character.216
errorLine is longer than 80 characters.217
errorLine contains a tab character.217
errorMissing a Javadoc comment.217
error'<' is not preceded with whitespace.217
error'<' is not followed by whitespace.217
error'>' is not preceded with whitespace.217
errorParameter source should be final.217
errorParameter target should be final.217
errorLine contains a tab character.218
error'{' should be on the previous line.218
errorLine has trailing spaces.219
errorLine is longer than 80 characters.219
errorLine contains a tab character.219
error'<' is not preceded with whitespace.219
error'<' is not followed by whitespace.219
error'>' is not preceded with whitespace.219
error'>' is not followed by whitespace.219
errorLine contains a tab character.220
errorLine has trailing spaces.221
errorLine contains a tab character.221
errorLine is longer than 80 characters.222
errorLine contains a tab character.222
errorMissing a Javadoc comment.222
error'<' is not preceded with whitespace.222
error'<' is not followed by whitespace.222
error'>' is not preceded with whitespace.222
errorParameter source should be final.222
errorParameter target should be final.222
errorParameter alreadyVisited should be final.222
error'<' is not preceded with whitespace.222
error'<' is not followed by whitespace.222
error'>' is not preceded with whitespace.222
errorLine contains a tab character.223
errorLine is longer than 80 characters.224
errorLine contains a tab character.224
error'<' is not preceded with whitespace.224
error'<' is not followed by whitespace.224
error'>' is not preceded with whitespace.224
error'<' is not preceded with whitespace.224
error'<' is not followed by whitespace.224
error'>' is not preceded with whitespace.224
error'>' is not followed by whitespace.224
errorLine contains a tab character.225
error'for' is not followed by whitespace.225
errorLine contains a tab character.226
error'{' should be on the previous line.226
errorLine contains a tab character.227
error'if' is not followed by whitespace.227
errorLine contains a tab character.228
error'{' should be on the previous line.228
errorLine is longer than 80 characters.229
errorLine contains a tab character.229
errorLine contains a tab character.230
errorLine has trailing spaces.231
errorLine contains a tab character.231
errorLine is longer than 80 characters.232
errorLine contains a tab character.232
errorLine contains a tab character.233
errorLine contains a tab character.234
error'if' is not followed by whitespace.234
errorLine contains a tab character.235
error'{' should be on the previous line.235
errorLine is longer than 80 characters.236
errorLine contains a tab character.236
errorLine is longer than 80 characters.237
errorLine contains a tab character.237
errorLine contains a tab character.238
errorLine is longer than 80 characters.239
errorLine contains a tab character.239
errorLine contains a tab character.240
errorLine contains a tab character.241
errorLine contains a tab character.242
errorLine has trailing spaces.243
errorLine contains a tab character.243
errorLine is longer than 80 characters.244
errorLine contains a tab character.244
errorLine contains a tab character.245
errorLine contains a tab character.246
error'if' is not followed by whitespace.246
errorLine contains a tab character.247
error'{' should be on the previous line.247
errorLine is longer than 80 characters.248
errorLine contains a tab character.248
errorLine contains a tab character.249
errorLine is longer than 80 characters.250
errorLine contains a tab character.250
error'<' is not preceded with whitespace.250
error'<' is not followed by whitespace.250
error'>' is not preceded with whitespace.250
error'<' is not preceded with whitespace.250
error'<' is not followed by whitespace.250
error'>' is not preceded with whitespace.250
error'>' is not followed by whitespace.250
errorLine contains a tab character.251
errorLine is longer than 80 characters.252
errorLine contains a tab character.252
errorLine has trailing spaces.253
errorLine contains a tab character.253
errorLine is longer than 80 characters.254
errorLine contains a tab character.254
errorLine contains a tab character.255
errorLine contains a tab character.256
error'for' is not followed by whitespace.256
errorLine contains a tab character.257
error'{' should be on the previous line.257
errorLine contains a tab character.258
errorLine contains a tab character.259
errorLine contains a tab character.260
errorLine has trailing spaces.261
errorLine contains a tab character.261
errorLine contains a tab character.262
errorLine contains a tab character.263
errorLine contains a tab character.264
errorLine has trailing spaces.265
errorLine contains a tab character.265
errorLine contains a tab character.266
errorLine is longer than 80 characters.267
errorLine contains a tab character.267
errorLine contains a tab character.268
errorLine contains a tab character.269
errorLine contains a tab character.270
error'{' should be on the previous line.270
errorLine contains a tab character.271
errorLine contains a tab character.272
errorLine has trailing spaces.273
errorLine contains a tab character.273
errorLine contains a tab character.274
errorLine is longer than 80 characters.275
errorLine contains a tab character.275
errorLine contains a tab character.276
errorLine is longer than 80 characters.277
errorLine contains a tab character.277
errorLine contains a tab character.278
error'{' should be on the previous line.278
errorLine contains a tab character.279
errorLine contains a tab character.280
errorLine has trailing spaces.281
errorLine contains a tab character.281
errorLine contains a tab character.282
errorLine is longer than 80 characters.283
errorLine contains a tab character.283
errorLine contains a tab character.284
errorLine contains a tab character.285
errorLine contains a tab character.286
error'{' should be on the previous line.286
errorLine contains a tab character.287
errorLine contains a tab character.288
errorLine has trailing spaces.289
errorLine contains a tab character.289
errorLine contains a tab character.290
errorLine is longer than 80 characters.291
errorLine contains a tab character.291
errorLine contains a tab character.292
errorLine contains a tab character.293
errorLine contains a tab character.294
error'{' should be on the previous line.294
errorLine contains a tab character.295
errorLine contains a tab character.296
errorLine has trailing spaces.297
errorLine contains a tab character.297
errorLine contains a tab character.298
errorLine contains a tab character.299
errorLine contains a tab character.300
errorLine contains a tab character.301
error'<' is not preceded with whitespace.301
error'<' is not followed by whitespace.301
error'>' is not preceded with whitespace.301
errorLine contains a tab character.302
error'{' should be on the previous line.302
errorLine contains a tab character.303
errorLine contains a tab character.304
errorLine has trailing spaces.305
errorLine contains a tab character.305
errorLine contains a tab character.306
errorLine contains a tab character.307
errorLine contains a tab character.308
errorLine contains a tab character.309
error'<' is not preceded with whitespace.309
error'<' is not followed by whitespace.309
error'>' is not preceded with whitespace.309
errorLine contains a tab character.310
error'{' should be on the previous line.310
errorLine contains a tab character.311
errorLine contains a tab character.312
errorLine contains a tab character.314
errorMissing a Javadoc comment.314
error'<' is not preceded with whitespace.314
error'<' is not followed by whitespace.314
error'>' is not preceded with whitespace.314
errorLine contains a tab character.315
error'{' should be on the previous line.315
errorLine contains a tab character.316
errorLine contains a tab character.317
errorLine contains a tab character.319
errorMissing a Javadoc comment.319
errorParameter emitter should be final.319
errorLine contains a tab character.320
error'{' should be on the previous line.320
errorLine contains a tab character.321
errorLine contains a tab character.322
errorLine contains a tab character.324
errorMissing a Javadoc comment.324
errorParameter emitter should be final.324
errorLine contains a tab character.325
error'{' should be on the previous line.325
errorLine contains a tab character.326
errorLine contains a tab character.327
errorLine has trailing spaces.328
errorLine contains a tab character.328
errorLine contains a tab character.329
errorMissing a Javadoc comment.329
errorParameter factory should be final.329
errorLine contains a tab character.330
error'{' should be on the previous line.330
errorLine contains a tab character.331
errorLine contains a tab character.332
errorLine contains a tab character.334
errorMissing a Javadoc comment.334
errorParameter factory should be final.334
errorLine contains a tab character.335
error'{' should be on the previous line.335
errorLine has trailing spaces.336
errorLine contains a tab character.336
errorLine contains a tab character.337
errorLine has trailing spaces.338
errorLine contains a tab character.338
errorLine contains a tab character.339
errorMissing a Javadoc comment.339
error'<' is not preceded with whitespace.339
error'<' is not followed by whitespace.339
error'>' is not preceded with whitespace.339
errorLine contains a tab character.340
error'{' should be on the previous line.340
errorLine contains a tab character.341
errorLine contains a tab character.342
errorMissing a Javadoc comment.344
errorLine contains a tab character.344
errorLine contains a tab character.345
error'{' should be on the previous line.345
errorLine is longer than 80 characters.346
errorLine contains a tab character.346
errorMissing a Javadoc comment.346
error'<' is not preceded with whitespace.346
error'<' is not followed by whitespace.346
error'>' is not preceded with whitespace.346
errorVariable 'transformations' must be private and have accessor methods.346
error'<' is not preceded with whitespace.346
error'<' is not followed by whitespace.346
error'>' is not preceded with whitespace.346
error'>' is not followed by whitespace.346
errorLine contains a tab character.347

org/tratoo/mdd/kernel/transformation/RuleSource.java

ViolationMessageLine
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.13
errorLine has trailing spaces.24
errorLine has trailing spaces.25
error'{' is not followed by whitespace.30
error'}' is not preceded with whitespace.30

org/tratoo/mdd/kernel/transformation/impl/ExecutionConfig.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.18
error'{' should be on the previous line.26
errorLine contains a tab character.27
errorMissing a Javadoc comment.27
errorLine contains a tab character.28
errorMissing a Javadoc comment.28
errorLine has trailing spaces.29
errorLine contains a tab character.29
errorLine is longer than 80 characters.30
errorLine contains a tab character.30
errorMissing a Javadoc comment.30
error'rule' hides a field.30
error'inputElement' hides a field.30
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine has trailing spaces.35
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
error'{' should be on the previous line.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine has trailing spaces.43
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine has trailing spaces.45
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
error'{' should be on the previous line.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine has trailing spaces.51
errorLine contains a tab character.51
errorLine contains a tab character.52
errorMissing a Javadoc comment.52
errorLine has trailing spaces.53
errorLine contains a tab character.53
errorLine contains a tab character.54
error'{' should be on the previous line.54
errorLine contains a tab character.55
errorLine contains a tab character.56
error'if' is not followed by whitespace.56
errorLine contains a tab character.57
error'{' should be on the previous line.57
errorLine contains a tab character.58
errorLine is longer than 80 characters.59
errorLine contains a tab character.59
error'if' is not followed by whitespace.59
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine has trailing spaces.66
errorLine contains a tab character.66
errorLine contains a tab character.67
errorMissing a Javadoc comment.67
errorLine has trailing spaces.68
errorLine contains a tab character.68
errorLine contains a tab character.69
error'{' should be on the previous line.69
errorLine contains a tab character.70
errorLine contains a tab character.71

org/tratoo/mdd/kernel/transformation/impl/TransformationRun.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
error'{' should be on the previous line.33
errorLine contains a tab character.34
errorMissing a Javadoc comment.34
errorLine contains a tab character.35
errorMissing a Javadoc comment.35
errorLine contains a tab character.36
errorMissing a Javadoc comment.36
error'<' is not preceded with whitespace.36
error'<' is not followed by whitespace.36
error'>' is not preceded with whitespace.36
errorLine is longer than 80 characters.38
errorLine contains a tab character.38
errorMissing a Javadoc comment.38
error'trafoRepository' hides a field.38
error'executionContext' hides a field.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
error'<' is not preceded with whitespace.42
error'<' is not followed by whitespace.42
error'>' is not preceded with whitespace.42
error'>' is not followed by whitespace.42
errorLine contains a tab character.43
errorLine has trailing spaces.44
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine is longer than 80 characters.46
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine is longer than 80 characters.48
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
error'<' is not preceded with whitespace.51
error'<' is not followed by whitespace.51
error'>' is not preceded with whitespace.51
errorLine contains a tab character.52
error'{' should be on the previous line.52
error'if' construct must use '{}'s.53
errorLine is longer than 80 characters.53
errorLine contains a tab character.53
error'if' is not followed by whitespace.53
errorLine contains a tab character.54
error'<' is not preceded with whitespace.54
error'<' is not followed by whitespace.54
error'>' is not preceded with whitespace.54
error'<' is not preceded with whitespace.54
error'<' is not followed by whitespace.54
error'>' is not preceded with whitespace.54
error'>' is not followed by whitespace.54
errorLine contains a tab character.56
errorLine is longer than 80 characters.57
errorLine contains a tab character.57
error'<' is not preceded with whitespace.57
error'<' is not followed by whitespace.57
error'>' is not preceded with whitespace.57
errorLine contains a tab character.58
errorLine contains a tab character.59
error'for' is not followed by whitespace.59
errorLine contains a tab character.60
error'{' should be on the previous line.60
errorLine contains a tab character.61
errorLine contains a tab character.62
error'if' is not followed by whitespace.62
errorLine contains a tab character.63
error'{' should be on the previous line.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine is longer than 80 characters.68
errorLine contains a tab character.68
errorLine is longer than 80 characters.69
errorLine contains a tab character.69
error'<' is not preceded with whitespace.69
error'<' is not followed by whitespace.69
error'>' is not preceded with whitespace.69
errorLine contains a tab character.70
errorLine contains a tab character.71
error'for' is not followed by whitespace.71
errorLine contains a tab character.72
error'{' should be on the previous line.72
errorLine contains a tab character.73
errorLine has trailing spaces.74
errorLine contains a tab character.74
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine contains a tab character.79
errorLine is longer than 80 characters.80
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine is longer than 80 characters.86
errorLine contains a tab character.86
errorLine contains a tab character.87
error'{' should be on the previous line.87
errorLine contains a tab character.88
errorLine is longer than 80 characters.89
errorLine contains a tab character.89
errorLine contains a tab character.90
errorLine contains a tab character.91
error'if' is not followed by whitespace.91
errorLine contains a tab character.92
error'{' should be on the previous line.92
errorLine contains a tab character.93
errorLine has trailing spaces.94
errorLine contains a tab character.94
errorLine is longer than 80 characters.95
errorLine contains a tab character.95
errorLine is longer than 80 characters.96
errorLine contains a tab character.96
errorLine has trailing spaces.97
errorLine contains a tab character.97
errorLine is longer than 80 characters.98
errorLine contains a tab character.98
errorLine is longer than 80 characters.99
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.103
errorLine is longer than 80 characters.104
errorLine contains a tab character.104
errorLine has trailing spaces.105
errorLine contains a tab character.105
errorLine has trailing spaces.106
errorLine contains a tab character.106
errorLine has trailing spaces.107
errorLine contains a tab character.107
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine has trailing spaces.110
errorLine contains a tab character.110
errorLine contains a tab character.111
errorMissing a Javadoc comment.111
errorLine is longer than 80 characters.112
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.115

org/tratoo/mdd/kernel/transformation/impl/RuleHelper.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
error'{' should be on the previous line.41
errorLine contains a tab character.42
errorLine is longer than 80 characters.43
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine is longer than 80 characters.45
errorLine contains a tab character.45
errorUnused @throws tag for 'ConfigurationException'.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
error'<' is not preceded with whitespace.48
error'<' is not followed by whitespace.48
error'>' is not preceded with whitespace.48
errorLine contains a tab character.49
error'{' should be on the previous line.49
errorLine contains a tab character.50
error'<' is not preceded with whitespace.50
error'<' is not followed by whitespace.50
error'>' is not preceded with whitespace.50
error'<' is not preceded with whitespace.50
error'<' is not followed by whitespace.50
error'>' is not preceded with whitespace.50
error'>' is not followed by whitespace.50
errorLine contains a tab character.51
error'for' is not followed by whitespace.51
errorLine contains a tab character.52
error'{' should be on the previous line.52
errorLine contains a tab character.53
error'if' is not followed by whitespace.53
errorLine contains a tab character.54
error'{' should be on the previous line.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.57
errorLine contains a tab character.58
error'if' is not followed by whitespace.58
errorLine contains a tab character.59
error'{' should be on the previous line.59
errorLine is longer than 80 characters.60
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine has trailing spaces.62
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine has trailing spaces.65
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorExpected an @return tag.72
errorLine is longer than 80 characters.72
errorLine contains a tab character.72
error'<' is not preceded with whitespace.72
error'<' is not followed by whitespace.72
error'>' is not preceded with whitespace.72
errorExpected @param tag for 'ruleMethod'.72
error'<' is not preceded with whitespace.72
error'<' is not followed by whitespace.72
error'>' is not preceded with whitespace.72
errorExpected @param tag for 'existingRules'.72
error'<' is not preceded with whitespace.72
error'<' is not followed by whitespace.72
error'>' is not preceded with whitespace.72
errorExpected @param tag for 'newRules'.72
errorLine contains a tab character.73
errorLine is longer than 80 characters.74
errorLine contains a tab character.74
error'<' is not preceded with whitespace.74
error'<' is not followed by whitespace.74
error'>' is not preceded with whitespace.74
error'<' is not preceded with whitespace.74
error'<' is not followed by whitespace.74
error'>' is not preceded with whitespace.74
error'>' is not followed by whitespace.74
errorLine contains a tab character.75
errorLine contains a tab character.76
error'for' is not followed by whitespace.76
errorLine contains a tab character.77
error'{' should be on the previous line.77
errorLine contains a tab character.78
error'if' is not followed by whitespace.78
errorLine contains a tab character.79
error'{' should be on the previous line.79
errorLine is longer than 80 characters.80
errorLine contains a tab character.80
errorLine is longer than 80 characters.81
errorLine contains a tab character.81
error'if' is not followed by whitespace.81
error'<' is not preceded with whitespace.81
error'<' is not followed by whitespace.81
error'?' is not preceded with whitespace.81
error'>' is not preceded with whitespace.81
error'?' is not followed by whitespace.81
error'>' is not followed by whitespace.81
errorLine contains a tab character.82
error'{' should be on the previous line.82
errorLine is longer than 80 characters.83
errorLine contains a tab character.83
errorLine is longer than 80 characters.84
errorLine contains a tab character.84
errorLine is longer than 80 characters.85
errorLine contains a tab character.85
errorLine has trailing spaces.86
errorLine contains a tab character.86
errorLine is longer than 80 characters.87
errorLine contains a tab character.87
errorLine is longer than 80 characters.88
errorLine contains a tab character.88
errorLine contains a tab character.89
error'if' is not followed by whitespace.89
errorLine contains a tab character.90
error'{' should be on the previous line.90
errorLine is longer than 80 characters.91
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine is longer than 80 characters.93
errorLine contains a tab character.93
errorLine contains a tab character.94
error'if' is not followed by whitespace.94
errorLine contains a tab character.95
error'{' should be on the previous line.95
errorLine is longer than 80 characters.96
errorLine contains a tab character.96
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine has trailing spaces.105
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.107
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorExpected an @return tag.114
errorLine contains a tab character.114
errorLine is longer than 80 characters.115
errorLine contains a tab character.115
errorExpected @param tag for 'sourceType'.115
errorExpected @param tag for 'targetType'.115
error'<' is not preceded with whitespace.115
error'<' is not followed by whitespace.115
error'>' is not preceded with whitespace.115
errorExpected @param tag for 'rules'.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine is longer than 80 characters.118
errorLine contains a tab character.118
errorLine is longer than 80 characters.119
errorLine contains a tab character.119
errorLine is longer than 80 characters.120
errorLine contains a tab character.120
errorLine contains a tab character.121
errorLine contains a tab character.122
error'for' is not followed by whitespace.122
errorLine contains a tab character.123
error'{' should be on the previous line.123
errorLine is longer than 80 characters.124
errorLine contains a tab character.124
errorLine is longer than 80 characters.125
errorLine contains a tab character.125
errorLine is longer than 80 characters.126
errorLine contains a tab character.126
error'if' is not followed by whitespace.126
errorLine contains a tab character.127
error'{' should be on the previous line.127
errorLine contains a tab character.128
errorLine contains a tab character.129
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine has trailing spaces.134
errorLine contains a tab character.134
errorLine is longer than 80 characters.135
errorLine contains a tab character.135
errorMissing a Javadoc comment.135
error'<' is not preceded with whitespace.135
error'<' is not followed by whitespace.135
error'>' is not preceded with whitespace.135
errorLine contains a tab character.136
errorLine is longer than 80 characters.137
errorLine contains a tab character.137
error'<' is not preceded with whitespace.137
error'<' is not followed by whitespace.137
error'>' is not preceded with whitespace.137
error'<' is not preceded with whitespace.137
error'<' is not followed by whitespace.137
error'>' is not preceded with whitespace.137
error'>' is not followed by whitespace.137
errorLine is longer than 80 characters.138
errorLine contains a tab character.138
error'<' is not preceded with whitespace.138
error'<' is not followed by whitespace.138
error'>' is not preceded with whitespace.138
errorLine contains a tab character.139
error'for' is not followed by whitespace.139
errorLine contains a tab character.140
error'{' should be on the previous line.140
errorLine is longer than 80 characters.141
errorLine contains a tab character.141
errorLine contains a tab character.142
errorLine contains a tab character.143
errorLine contains a tab character.144
errorLine contains a tab character.145
errorLine contains a tab character.147
errorLine is longer than 80 characters.148
errorLine contains a tab character.148
errorLine contains a tab character.149
errorLine is longer than 80 characters.150
errorLine contains a tab character.150
errorLine contains a tab character.151
errorLine contains a tab character.152
errorLine contains a tab character.153
errorLine has trailing spaces.154
errorLine is longer than 80 characters.154
errorLine contains a tab character.154
error'<' is not preceded with whitespace.154
error'<' is not followed by whitespace.154
error'>' is not preceded with whitespace.154
error'<' is not preceded with whitespace.154
error'<' is not followed by whitespace.154
error'>' is not preceded with whitespace.154
errorLine contains a tab character.155
errorLine is longer than 80 characters.156
errorLine contains a tab character.156
error'<' is not preceded with whitespace.156
error'<' is not followed by whitespace.156
error'>' is not preceded with whitespace.156
error'<' is not preceded with whitespace.156
error'<' is not followed by whitespace.156
error'>' is not preceded with whitespace.156
error'>' is not followed by whitespace.156
errorLine contains a tab character.157
error'for' is not followed by whitespace.157
errorLine contains a tab character.158
error'{' should be on the previous line.158
errorLine contains a tab character.159
error'if' is not followed by whitespace.159
errorLine contains a tab character.160
error'{' should be on the previous line.160
errorLine contains a tab character.161
errorLine contains a tab character.162
errorLine contains a tab character.163
errorLine contains a tab character.164
errorLine contains a tab character.165
errorLine contains a tab character.167
errorLine is longer than 80 characters.168
errorLine contains a tab character.168
errorLine is longer than 80 characters.169
errorLine contains a tab character.169
errorLine contains a tab character.170
errorLine contains a tab character.171
errorLine contains a tab character.172
errorExpected an @return tag.173
errorLine contains a tab character.173
errorLine is longer than 80 characters.174
errorLine contains a tab character.174
error'<' is not preceded with whitespace.174
error'<' is not followed by whitespace.174
error'>' is not preceded with whitespace.174
error'<' is not preceded with whitespace.174
error'<' is not followed by whitespace.174
error'>' is not preceded with whitespace.174
errorExpected @throws tag for 'AmbiguousConfigurationException'.174
errorLine contains a tab character.175
errorLine is longer than 80 characters.176
errorLine contains a tab character.176
error'<' is not preceded with whitespace.176
error'<' is not followed by whitespace.176
error'>' is not preceded with whitespace.176
error'<' is not preceded with whitespace.176
error'<' is not followed by whitespace.176
error'>' is not preceded with whitespace.176
error'>' is not followed by whitespace.176
errorLine has trailing spaces.177
errorLine contains a tab character.177
errorLine contains a tab character.178
errorLine contains a tab character.179
errorLine contains a tab character.180
errorLine is longer than 80 characters.181
errorLine contains a tab character.181
error'<' is not preceded with whitespace.181
error'<' is not followed by whitespace.181
error'>' is not preceded with whitespace.181
errorLine contains a tab character.182
error'for' is not followed by whitespace.182
errorLine contains a tab character.183
error'{' should be on the previous line.183
errorLine is longer than 80 characters.184
errorLine contains a tab character.184
error'<' is not preceded with whitespace.184
error'<' is not followed by whitespace.184
error'>' is not preceded with whitespace.184
errorLine contains a tab character.185
errorLine contains a tab character.186
errorLine contains a tab character.187
errorLine contains a tab character.188
error'for' is not followed by whitespace.188
errorLine contains a tab character.189
error'{' should be on the previous line.189
errorLine is longer than 80 characters.190
errorLine contains a tab character.190
error'<' is not preceded with whitespace.190
error'<' is not followed by whitespace.190
error'>' is not preceded with whitespace.190
errorLine contains a tab character.191
errorLine contains a tab character.192
errorLine contains a tab character.194
errorLine contains a tab character.195
errorLine has trailing spaces.196
errorLine contains a tab character.196
errorLine contains a tab character.197
errorMissing a Javadoc comment.197
errorLine has trailing spaces.198
errorLine is longer than 80 characters.198
errorLine contains a tab character.198
error'<' is not preceded with whitespace.198
error'<' is not followed by whitespace.198
error'>' is not preceded with whitespace.198
error'<' is not preceded with whitespace.198
error'<' is not followed by whitespace.198
error'>' is not preceded with whitespace.198
errorLine contains a tab character.199
errorLine is longer than 80 characters.200
errorLine contains a tab character.200
error'<' is not preceded with whitespace.200
error'<' is not followed by whitespace.200
error'>' is not preceded with whitespace.200
error'<' is not preceded with whitespace.200
error'<' is not followed by whitespace.200
error'>' is not preceded with whitespace.200
error'>' is not followed by whitespace.200
errorLine contains a tab character.201
error'for' is not followed by whitespace.201
errorLine contains a tab character.202
error'{' should be on the previous line.202
errorLine is longer than 80 characters.203
errorLine contains a tab character.203
error'if' is not followed by whitespace.203
errorLine contains a tab character.204
error'{' should be on the previous line.204
errorLine contains a tab character.205
errorLine contains a tab character.206
errorLine contains a tab character.207
errorLine contains a tab character.208
errorLine contains a tab character.209

org/tratoo/mdd/kernel/transformation/RuleTarget.java

ViolationMessageLine
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.13
error'{' is not followed by whitespace.30
error'}' is not preceded with whitespace.30

org/tratoo/mdd/kernel/transformation/impl/RuleImpl.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine is longer than 80 characters.26
error'<' is not preceded with whitespace.26
error'<' is not followed by whitespace.26
error'>' is not preceded with whitespace.26
error'<' is not preceded with whitespace.26
error'<' is not followed by whitespace.26
error'>' is not preceded with whitespace.26
errorLine contains a tab character.28
errorMissing a Javadoc comment.28
errorLine contains a tab character.29
errorMissing a Javadoc comment.29
errorLine has trailing spaces.30
errorLine contains a tab character.30
errorLine has trailing spaces.31
errorLine is longer than 80 characters.31
errorLine contains a tab character.31
errorMissing a Javadoc comment.31
error'<' is not preceded with whitespace.31
error'<' is not followed by whitespace.31
error'>' is not preceded with whitespace.31
error'ruleDefinition' hides a field.31
error'transformationRun' hides a field.31
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine has trailing spaces.42
errorLine contains a tab character.42
errorLine contains a tab character.43
error'{' should be on the previous line.43
errorLine is longer than 80 characters.44
errorLine contains a tab character.44
errorLine has trailing spaces.45
errorLine contains a tab character.45

org/tratoo/mdd/kernel/transformation/TransformationEngine.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.30
errorLine has trailing spaces.31
error'{' should be on the previous line.31
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine has trailing spaces.37
errorLine contains a tab character.37
errorLine has trailing spaces.38
errorLine is longer than 80 characters.38
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorFirst sentence should end with a period.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorExpected an @return tag.46
errorLine contains a tab character.46
errorExpected @param tag for 'chain'.46
errorLine has trailing spaces.47
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine has trailing spaces.53
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine has trailing spaces.59
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine has trailing spaces.65
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine has trailing spaces.71
errorLine contains a tab character.71
errorFirst sentence should end with a period.72
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.76
errorLine has trailing spaces.77
errorLine contains a tab character.77
errorFirst sentence should end with a period.78
errorLine contains a tab character.78
errorLine has trailing spaces.79
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorExpected @param tag for 'emitter'.82
errorLine has trailing spaces.83
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine contains a tab character.86
errorLine contains a tab character.87
errorLine contains a tab character.88
errorExpected @param tag for 'factory'.88
errorLine has trailing spaces.89
errorLine contains a tab character.89
errorFirst sentence should end with a period.90
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorExpected @param tag for 'factory'.94
errorLine has trailing spaces.95
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.99
error'<' is not preceded with whitespace.99
error'<' is not followed by whitespace.99
error'>' is not preceded with whitespace.99
errorLine has trailing spaces.100
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.103
errorLine contains a tab character.104
error'<' is not preceded with whitespace.104
error'<' is not followed by whitespace.104
error'>' is not preceded with whitespace.104
errorLine has trailing spaces.105
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.107
errorLine contains a tab character.108
errorLine contains a tab character.109
error'<' is not preceded with whitespace.109
error'<' is not followed by whitespace.109
error'>' is not preceded with whitespace.109
errorLine has trailing spaces.110
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine contains a tab character.114
error'<' is not preceded with whitespace.114
error'<' is not followed by whitespace.114
error'>' is not preceded with whitespace.114

org/tratoo/mdd/kernel/transformation/RunConfiguration.java

ViolationMessageLine
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.13
errorLine has trailing spaces.26
error'{' should be on the previous line.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine has trailing spaces.34
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine has trailing spaces.41
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine has trailing spaces.47
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
error'<' is not preceded with whitespace.52
error'<' is not followed by whitespace.52
error'?' is not preceded with whitespace.52
error'>' is not preceded with whitespace.52
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.57
error'<' is not preceded with whitespace.57
error'<' is not followed by whitespace.57
error'?' is not preceded with whitespace.57
error'>' is not preceded with whitespace.57
errorLine contains a tab character.58
error'{' should be on the previous line.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine has trailing spaces.61
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
error'{' should be on the previous line.66
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine has trailing spaces.69
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
error'{' should be on the previous line.74
errorLine contains a tab character.75
errorLine contains a tab character.76
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
error'{' should be on the previous line.82
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine has trailing spaces.86
errorLine contains a tab character.86
errorMissing a Javadoc comment.86
error'sourceRepository' hides a field.86
errorLine has trailing spaces.87
errorLine contains a tab character.87
error'targetRepository' hides a field.87
errorLine has trailing spaces.88
errorLine contains a tab character.88
error'transformation' hides a field.88
errorLine contains a tab character.89
error'<' is not preceded with whitespace.89
error'<' is not followed by whitespace.89
error'?' is not preceded with whitespace.89
error'>' is not preceded with whitespace.89
error'sourceElements' hides a field.89
errorLine contains a tab character.90
error'{' should be on the previous line.90
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.96

org/tratoo/mdd/kernel/Domain.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.25
error'{' should be on the previous line.26
errorLine contains a tab character.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine contains a tab character.35
error'<' is not preceded with whitespace.35
error'<' is not followed by whitespace.35
error'>' is not preceded with whitespace.35

org/tratoo/mdd/kernel/emitter/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/tratoo/mdd/kernel/transformation/TransformationIterator.java

ViolationMessageLine
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.13
errorLine has trailing spaces.21
errorLine has trailing spaces.25
error'{' should be on the previous line.26
errorLine contains a tab character.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.31
errorLine contains a tab character.32
error'<' is not preceded with whitespace.32
error'<' is not followed by whitespace.32
error'>' is not preceded with whitespace.32

org/tratoo/mdd/kernel/transformation/impl/RuleDefinitionImpl.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
error'<' is not preceded with whitespace.36
error'<' is not followed by whitespace.36
error'>' is not preceded with whitespace.36
error'{' should be on the previous line.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine has trailing spaces.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
error'<' is not preceded with whitespace.50
error'<' is not followed by whitespace.50
error'>' is not preceded with whitespace.50
errorLine has trailing spaces.51
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine has trailing spaces.56
errorLine contains a tab character.56
errorLine is longer than 80 characters.57
errorLine contains a tab character.57
errorMissing a Javadoc comment.57
error'ruleMethod' hides a field.57
error'transformation' hides a field.57
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.68
error'{' should be on the previous line.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine has trailing spaces.71
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.76
error'{' should be on the previous line.76
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.83
errorLine is longer than 80 characters.84
errorLine contains a tab character.84
error'<' is not preceded with whitespace.84
error'<' is not followed by whitespace.84
error'>' is not preceded with whitespace.84
error'dependingRules' hides a field.84
errorLine contains a tab character.85
error'{' should be on the previous line.85
errorLine contains a tab character.86
errorLine contains a tab character.87
errorLine has trailing spaces.88
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine contains a tab character.90
errorLine is longer than 80 characters.91
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine is longer than 80 characters.94
errorLine contains a tab character.94
error'<' is not preceded with whitespace.94
error'<' is not followed by whitespace.94
error'>' is not preceded with whitespace.94
errorLine contains a tab character.95
errorLine is longer than 80 characters.96
errorLine contains a tab character.96
error'<' is not preceded with whitespace.96
error'<' is not followed by whitespace.96
error'>' is not preceded with whitespace.96
error'>' is not followed by whitespace.96
errorLine contains a tab character.97
errorLine has trailing spaces.98
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine is longer than 80 characters.100
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorLine contains a tab character.103
errorLine is longer than 80 characters.104
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine is longer than 80 characters.106
errorLine contains a tab character.106
errorLine contains a tab character.107
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
error'for' is not followed by whitespace.111
error'=' is not preceded with whitespace.111
error'=' is not followed by whitespace.111
error'<' is not preceded with whitespace.111
error'<' is not followed by whitespace.111
errorLine contains a tab character.112
error'{' should be on the previous line.112
errorLine is longer than 80 characters.113
errorLine contains a tab character.113
error'-' is not preceded with whitespace.113
error'-' is not followed by whitespace.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine has trailing spaces.117
errorLine contains a tab character.117
errorLine contains a tab character.118
error'{' should be on the previous line.118
errorLine contains a tab character.119
errorLine has trailing spaces.120
errorLine contains a tab character.120
error'}' should be on the same line.120
errorLine has trailing spaces.121
errorLine contains a tab character.121
errorLine contains a tab character.122
error'{' should be on the previous line.122
errorLine contains a tab character.123
errorLine has trailing spaces.124
errorLine contains a tab character.124
error'}' should be on the same line.124
errorLine has trailing spaces.125
errorLine contains a tab character.125
errorLine contains a tab character.126
error'{' should be on the previous line.126
errorLine contains a tab character.127
errorLine has trailing spaces.128
errorLine contains a tab character.128
error'}' should be on the same line.128
errorLine has trailing spaces.129
errorLine contains a tab character.129
errorLine contains a tab character.130
error'{' should be on the previous line.130
errorLine contains a tab character.131
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine contains a tab character.135
errorLine contains a tab character.136
errorLine contains a tab character.137
errorLine has trailing spaces.138
errorLine contains a tab character.138
errorLine contains a tab character.139
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.142
errorLine contains a tab character.143
errorLine has trailing spaces.144
errorLine contains a tab character.144
errorLine contains a tab character.145
error'{' should be on the previous line.145
errorLine contains a tab character.146
errorLine contains a tab character.147
errorLine contains a tab character.148
error'if' is not followed by whitespace.148
errorLine contains a tab character.149
error'{' should be on the previous line.149
errorLine is longer than 80 characters.150
errorLine contains a tab character.150
error'<' is not preceded with whitespace.150
error'<' is not followed by whitespace.150
error'>' is not preceded with whitespace.150
error'<' is not preceded with whitespace.150
error'<' is not followed by whitespace.150
error'>' is not preceded with whitespace.150
error'>' is not followed by whitespace.150
errorLine is longer than 80 characters.151
errorLine contains a tab character.151
errorLine is longer than 80 characters.152
errorLine contains a tab character.152
errorLine contains a tab character.153
errorLine contains a tab character.154
errorLine is longer than 80 characters.155
errorLine contains a tab character.155
error'if' is not followed by whitespace.155
errorLine contains a tab character.156
errorLine contains a tab character.157
errorLine contains a tab character.158
errorLine contains a tab character.159
errorLine contains a tab character.160
errorLine contains a tab character.161
errorLine has trailing spaces.162
errorLine contains a tab character.162
errorLine contains a tab character.163
errorLine contains a tab character.164
errorLine contains a tab character.165
errorLine contains a tab character.166
errorLine contains a tab character.167
errorLine contains a tab character.168
errorLine contains a tab character.169
errorLine contains a tab character.170
errorLine contains a tab character.171
error'{' should be on the previous line.171
errorLine contains a tab character.172
errorLine contains a tab character.173
errorLine has trailing spaces.174
errorLine contains a tab character.174
errorLine contains a tab character.175
errorLine has trailing spaces.176
errorLine contains a tab character.176
errorLine contains a tab character.177
errorLine contains a tab character.178
errorLine contains a tab character.179
errorLine contains a tab character.180
errorLine contains a tab character.181
error'<' is not preceded with whitespace.181
error'<' is not followed by whitespace.181
error'?' is not preceded with whitespace.181
error'>' is not preceded with whitespace.181
errorLine contains a tab character.182
error'{' should be on the previous line.182
errorLine contains a tab character.183
errorLine is longer than 80 characters.184
errorLine contains a tab character.184
errorLine is longer than 80 characters.185
errorLine contains a tab character.185
error'for' is not followed by whitespace.185
error'=' is not preceded with whitespace.185
error'=' is not followed by whitespace.185
errorLine contains a tab character.186
errorLine is longer than 80 characters.187
errorLine contains a tab character.187
errorLine is longer than 80 characters.188
errorLine contains a tab character.188
error'for' is not followed by whitespace.188
error'=' is not preceded with whitespace.188
error'=' is not followed by whitespace.188
errorLine contains a tab character.189
error'{' should be on the previous line.189
errorLine is longer than 80 characters.190
errorLine contains a tab character.190
errorLine is longer than 80 characters.191
errorLine contains a tab character.191
error'if' is not followed by whitespace.191
errorLine contains a tab character.192
error'{' should be on the previous line.192
errorLine is longer than 80 characters.193
errorLine contains a tab character.193
errorLine contains a tab character.194
errorLine contains a tab character.195
errorLine contains a tab character.196
errorLine contains a tab character.197
error'if' is not followed by whitespace.197
errorLine contains a tab character.198
error'{' should be on the previous line.198
errorLine contains a tab character.199
errorLine contains a tab character.200
errorLine contains a tab character.201
errorLine contains a tab character.202
error'if' is not followed by whitespace.202
errorLine contains a tab character.203
error'{' should be on the previous line.203
errorLine is longer than 80 characters.204
errorLine contains a tab character.204
errorLine contains a tab character.205
errorLine contains a tab character.206
errorLine contains a tab character.207

org/tratoo/mdd/kernel/emitter/EmitterEngine.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine is longer than 80 characters.22
error'{' should be on the previous line.29
errorLine contains a tab character.30
errorLine is longer than 80 characters.31
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine has trailing spaces.33
errorLine contains a tab character.33
errorLine has trailing spaces.34
errorLine contains a tab character.34
errorLine is longer than 80 characters.35
errorLine contains a tab character.35
errorLine is longer than 80 characters.36
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine is longer than 80 characters.39
errorLine contains a tab character.39
errorLine has trailing spaces.40
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine is longer than 80 characters.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine has trailing spaces.48
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
error'<' is not preceded with whitespace.52
error'<' is not followed by whitespace.52
error'>' is not preceded with whitespace.52
errorLine has trailing spaces.53
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.61

org/tratoo/mdd/kernel/emitter/impl/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/tratoo/mdd/kernel/transformation/impl/ExecutionContext.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.27
error'{' should be on the previous line.28
errorLine contains a tab character.29
errorMissing a Javadoc comment.29
errorLine contains a tab character.30
errorMissing a Javadoc comment.30
errorLine contains a tab character.31
errorMissing a Javadoc comment.31
errorLine has trailing spaces.33
errorLine is longer than 80 characters.33
errorLine contains a tab character.33
errorMissing a Javadoc comment.33
error'sourceRepository' hides a field.33
error'targetRepository' hides a field.33
error'transformation' hides a field.33
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine has trailing spaces.39
errorLine contains a tab character.39
errorLine contains a tab character.40
errorMissing a Javadoc comment.40
errorLine contains a tab character.41
error'{' should be on the previous line.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine has trailing spaces.44
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
error'{' should be on the previous line.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine has trailing spaces.52
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.57
error'{' should be on the previous line.57
errorLine contains a tab character.58
errorLine contains a tab character.59

org/tratoo/mdd/kernel/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/tratoo/mdd/kernel/transformation/impl/TransformationRepository.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.30
errorLine has trailing spaces.35
error'{' should be on the previous line.36
errorLine contains a tab character.37
errorMissing a Javadoc comment.37
error'<' is not preceded with whitespace.37
error'<' is not followed by whitespace.37
error'>' is not preceded with whitespace.37
errorLine contains a tab character.38
errorMissing a Javadoc comment.38
error'<' is not preceded with whitespace.38
error'<' is not followed by whitespace.38
error'>' is not preceded with whitespace.38
errorLine contains a tab character.39
errorMissing a Javadoc comment.39
error'<' is not preceded with whitespace.39
error'<' is not followed by whitespace.39
error'>' is not preceded with whitespace.39
errorLine contains a tab character.40
errorMissing a Javadoc comment.40
error'<' is not preceded with whitespace.40
error'<' is not followed by whitespace.40
error'>' is not preceded with whitespace.40
errorLine contains a tab character.41
errorMissing a Javadoc comment.41
error'<' is not preceded with whitespace.41
error'<' is not followed by whitespace.41
error'>' is not preceded with whitespace.41
errorLine has trailing spaces.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorMissing a Javadoc comment.43
errorLine contains a tab character.44
error'{' should be on the previous line.44
errorLine contains a tab character.45
error'<' is not preceded with whitespace.45
error'<' is not followed by whitespace.45
error'>' is not preceded with whitespace.45
error'>' is not followed by whitespace.45
errorLine contains a tab character.46
error'<' is not preceded with whitespace.46
error'<' is not followed by whitespace.46
error'>' is not preceded with whitespace.46
error'>' is not followed by whitespace.46
errorLine contains a tab character.47
error'<' is not preceded with whitespace.47
error'<' is not followed by whitespace.47
error'>' is not preceded with whitespace.47
error'>' is not followed by whitespace.47
errorLine contains a tab character.48
error'<' is not preceded with whitespace.48
error'<' is not followed by whitespace.48
error'>' is not preceded with whitespace.48
error'>' is not followed by whitespace.48
errorLine contains a tab character.49
error'<' is not preceded with whitespace.49
error'<' is not followed by whitespace.49
error'>' is not preceded with whitespace.49
error'>' is not followed by whitespace.49
errorLine contains a tab character.50
errorLine has trailing spaces.51
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.57
error'{' should be on the previous line.57
errorLine contains a tab character.58
error'if' is not followed by whitespace.58
errorLine contains a tab character.59
error'{' should be on the previous line.59
errorLine contains a tab character.60
errorLine contains a tab character.61
error'{' should be on the previous line.61
errorLine is longer than 80 characters.62
errorLine contains a tab character.62
errorLine is longer than 80 characters.63
errorLine contains a tab character.63
errorLine is longer than 80 characters.64
errorLine contains a tab character.64
errorLine is longer than 80 characters.65
errorLine contains a tab character.65
errorLine contains a tab character.66
error'if' is not followed by whitespace.66
errorLine contains a tab character.67
error'{' should be on the previous line.67
errorLine contains a tab character.68
error'if' is not followed by whitespace.68
errorLine contains a tab character.69
error'{' should be on the previous line.69
errorLine is longer than 80 characters.70
errorLine contains a tab character.70
errorLine is longer than 80 characters.71
errorLine contains a tab character.71
error'<' is not preceded with whitespace.71
error'<' is not followed by whitespace.71
error'>' is not preceded with whitespace.71
errorLine contains a tab character.72
errorLine has trailing spaces.73
errorLine is longer than 80 characters.73
errorLine contains a tab character.73
errorLine contains a tab character.74
error'}' should be on the same line.74
errorLine contains a tab character.75
errorLine contains a tab character.76
error'{' should be on the previous line.76
errorLine has trailing spaces.77
errorLine is longer than 80 characters.77
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine contains a tab character.79
error'}' should be on the same line.79
errorLine contains a tab character.80
errorLine contains a tab character.81
error'{' should be on the previous line.81
errorLine is longer than 80 characters.82
errorLine contains a tab character.82
errorLine contains a tab character.83
errorLine contains a tab character.84
error'}' should be on the same line.84
errorLine contains a tab character.85
error'catch' is not followed by whitespace.85
errorLine contains a tab character.86
error'{' should be on the previous line.86
errorLine is longer than 80 characters.87
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine contains a tab character.89
error'}' should be on the same line.89
errorLine contains a tab character.90
errorLine contains a tab character.91
error'{' should be on the previous line.91
errorLine is longer than 80 characters.92
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine has trailing spaces.95
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine is longer than 80 characters.101
errorLine contains a tab character.101
errorLine contains a tab character.102
error'{' should be on the previous line.102
errorLine contains a tab character.103
error'if' is not followed by whitespace.103
errorLine contains a tab character.104
error'{' should be on the previous line.104
errorLine contains a tab character.105
errorLine is longer than 80 characters.106
errorLine contains a tab character.106
error'<' is not preceded with whitespace.106
error'<' is not followed by whitespace.106
error'>' is not preceded with whitespace.106
errorLine contains a tab character.107
error'for' is not followed by whitespace.107
error':' is not preceded with whitespace.107
errorLine contains a tab character.108
error'{' should be on the previous line.108
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
error'}' should be on the same line.112
errorLine contains a tab character.113
errorLine contains a tab character.114
error'{' should be on the previous line.114
errorLine is longer than 80 characters.115
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine has trailing spaces.118
errorLine contains a tab character.118
errorLine contains a tab character.119
errorLine contains a tab character.120
errorLine contains a tab character.121
errorLine contains a tab character.122
error'<' is not preceded with whitespace.122
error'<' is not followed by whitespace.122
error'>' is not preceded with whitespace.122
errorLine contains a tab character.123
error'{' should be on the previous line.123
errorLine contains a tab character.124
errorLine contains a tab character.125
errorLine has trailing spaces.126
errorLine contains a tab character.126
errorLine contains a tab character.127
errorLine is longer than 80 characters.128
errorLine contains a tab character.128
errorLine contains a tab character.129
errorLine contains a tab character.130
errorLine has trailing spaces.131
errorLine contains a tab character.131
error'<' is not preceded with whitespace.131
error'<' is not followed by whitespace.131
error'>' is not preceded with whitespace.131
errorLine contains a tab character.132
error'{' should be on the previous line.132
errorLine contains a tab character.133
errorLine is longer than 80 characters.134
errorLine contains a tab character.134
errorLine contains a tab character.135
errorLine has trailing spaces.136
errorLine contains a tab character.136
errorLine contains a tab character.137
errorLine contains a tab character.138
errorLine contains a tab character.139
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.142
error'{' should be on the previous line.142
errorLine contains a tab character.143
error'if' is not followed by whitespace.143
errorLine contains a tab character.144
error'{' should be on the previous line.144
errorLine contains a tab character.145
errorLine contains a tab character.146
error'}' should be on the same line.146
errorLine contains a tab character.147
errorLine contains a tab character.148
error'{' should be on the previous line.148
errorLine is longer than 80 characters.149
errorLine contains a tab character.149
errorLine contains a tab character.150
errorLine contains a tab character.151
errorLine has trailing spaces.152
errorLine contains a tab character.152
errorLine contains a tab character.153
errorLine has trailing spaces.154
errorLine contains a tab character.154
errorLine contains a tab character.155
errorLine contains a tab character.156
errorLine contains a tab character.157
errorLine contains a tab character.158
error'{' should be on the previous line.158
errorLine contains a tab character.159
error'if' is not followed by whitespace.159
errorLine contains a tab character.160
error'{' should be on the previous line.160
errorLine is longer than 80 characters.161
errorLine contains a tab character.161
error'<' is not preceded with whitespace.161
error'<' is not followed by whitespace.161
error'>' is not preceded with whitespace.161
errorLine contains a tab character.162
error'if' is not followed by whitespace.162
errorLine contains a tab character.163
error'{' should be on the previous line.163
errorLine has trailing spaces.164
errorLine contains a tab character.164
errorLine contains a tab character.165
error'}' should be on the same line.165
errorLine contains a tab character.166
errorLine contains a tab character.167
error'{' should be on the previous line.167
errorLine contains a tab character.168
errorLine contains a tab character.169
error'for' is not followed by whitespace.169
errorLine contains a tab character.170
error'{' should be on the previous line.170
errorLine contains a tab character.171
errorLine contains a tab character.172
errorLine is longer than 80 characters.173
errorLine contains a tab character.173
errorLine contains a tab character.174
errorLine contains a tab character.175
errorLine contains a tab character.176
error'}' should be on the same line.176
errorLine contains a tab character.177
errorLine contains a tab character.178
error'{' should be on the previous line.178
errorLine is longer than 80 characters.179
errorLine contains a tab character.179
errorLine contains a tab character.180
errorLine contains a tab character.181
errorLine has trailing spaces.182
errorLine contains a tab character.182
errorLine contains a tab character.183
errorLine contains a tab character.184
errorLine contains a tab character.185
errorLine contains a tab character.186
error'<' is not preceded with whitespace.186
error'<' is not followed by whitespace.186
error'>' is not preceded with whitespace.186
errorLine contains a tab character.187
error'{' should be on the previous line.187
errorLine contains a tab character.188
errorLine contains a tab character.189
errorLine has trailing spaces.190
errorLine contains a tab character.190
errorLine contains a tab character.191
errorMissing a Javadoc comment.191
errorParameter emitter should be final.191
errorLine contains a tab character.192
error'{' should be on the previous line.192
errorLine contains a tab character.193
error'if' is not followed by whitespace.193
errorLine contains a tab character.194
error'{' should be on the previous line.194
errorLine contains a tab character.195
errorLine contains a tab character.196
errorLine contains a tab character.197
error'if' is not followed by whitespace.197
errorLine contains a tab character.198
error'{' should be on the previous line.198
errorLine contains a tab character.199
errorLine contains a tab character.200
error'}' should be on the same line.200
errorLine contains a tab character.201
errorLine contains a tab character.202
error'{' should be on the previous line.202
errorLine is longer than 80 characters.203
errorLine contains a tab character.203
errorLine contains a tab character.204
errorLine contains a tab character.205
error'}' should be on the same line.205
errorLine contains a tab character.206
errorLine contains a tab character.207
error'{' should be on the previous line.207
errorLine is longer than 80 characters.208
errorLine contains a tab character.208
errorLine contains a tab character.209
errorLine contains a tab character.210
errorLine has trailing spaces.211
errorLine contains a tab character.211
errorLine contains a tab character.212
errorMissing a Javadoc comment.212
errorParameter emitter should be final.212
errorLine contains a tab character.213
error'{' should be on the previous line.213
errorLine contains a tab character.214
error'if' is not followed by whitespace.214
errorLine contains a tab character.215
error'{' should be on the previous line.215
errorLine contains a tab character.216
errorLine contains a tab character.217
error'}' should be on the same line.217
errorLine contains a tab character.218
errorLine contains a tab character.219
error'{' should be on the previous line.219
errorLine is longer than 80 characters.220
errorLine contains a tab character.220
errorLine contains a tab character.221
errorLine contains a tab character.222
errorLine has trailing spaces.223
errorLine contains a tab character.223
errorLine contains a tab character.224
errorMissing a Javadoc comment.224
errorParameter factory should be final.224
errorLine contains a tab character.225
error'{' should be on the previous line.225
errorLine contains a tab character.226
error'if' is not followed by whitespace.226
errorLine contains a tab character.227
error'{' should be on the previous line.227
errorLine contains a tab character.228
errorLine contains a tab character.229
error'}' should be on the same line.229
errorLine contains a tab character.230
errorLine contains a tab character.231
error'{' should be on the previous line.231
errorLine is longer than 80 characters.232
errorLine contains a tab character.232
errorLine contains a tab character.233
errorLine contains a tab character.234
errorLine contains a tab character.236
errorMissing a Javadoc comment.236
errorParameter factory should be final.236
errorLine contains a tab character.237
error'{' should be on the previous line.237
errorLine contains a tab character.238
error'if' is not followed by whitespace.238
errorLine contains a tab character.239
error'{' should be on the previous line.239
errorLine has trailing spaces.240
errorLine contains a tab character.240
errorLine contains a tab character.241
error'}' should be on the same line.241
errorLine contains a tab character.242
errorLine contains a tab character.243
error'{' should be on the previous line.243
errorLine is longer than 80 characters.244
errorLine contains a tab character.244
errorLine contains a tab character.245
errorLine contains a tab character.246
errorLine has trailing spaces.247
errorLine contains a tab character.247
errorLine contains a tab character.248
errorMissing a Javadoc comment.248
error'<' is not preceded with whitespace.248
error'<' is not followed by whitespace.248
error'>' is not preceded with whitespace.248
errorLine contains a tab character.249
error'{' should be on the previous line.249
errorLine is longer than 80 characters.250
errorLine contains a tab character.250
errorLine contains a tab character.251
errorLine contains a tab character.253
errorMissing a Javadoc comment.253
error'<' is not preceded with whitespace.253
error'<' is not followed by whitespace.253
error'>' is not preceded with whitespace.253
errorLine contains a tab character.254
error'{' should be on the previous line.254
errorLine contains a tab character.255
errorLine contains a tab character.256
errorLine has trailing spaces.258
errorLine contains a tab character.258
errorLine is longer than 80 characters.259
errorLine contains a tab character.259
errorMissing a Javadoc comment.259
error'<' is not preceded with whitespace.259
error'<' is not followed by whitespace.259
error'>' is not preceded with whitespace.259
errorLine contains a tab character.260
error'{' should be on the previous line.260
errorLine is longer than 80 characters.261
errorLine contains a tab character.261
error'<' is not preceded with whitespace.261
error'<' is not followed by whitespace.261
error'>' is not preceded with whitespace.261
error'<' is not preceded with whitespace.261
error'<' is not followed by whitespace.261
error'>' is not preceded with whitespace.261
error'>' is not followed by whitespace.261
errorLine contains a tab character.262
error'for' is not followed by whitespace.262
errorLine contains a tab character.263
error'{' should be on the previous line.263
errorLine contains a tab character.264
error'if' is not followed by whitespace.264
errorLine contains a tab character.265
error'{' should be on the previous line.265
errorLine contains a tab character.266
errorLine contains a tab character.267
errorLine contains a tab character.268
errorLine contains a tab character.269
errorLine contains a tab character.270
errorLine has trailing spaces.271
errorLine contains a tab character.271
errorLine contains a tab character.272
errorMissing a Javadoc comment.272
errorLine contains a tab character.273
error'{' should be on the previous line.273
errorLine contains a tab character.274
errorLine contains a tab character.275
error'for' is not followed by whitespace.275
errorLine contains a tab character.276
error'{' should be on the previous line.276
errorLine contains a tab character.277
error'if' is not followed by whitespace.277
errorLine contains a tab character.278
error'{' should be on the previous line.278
errorLine contains a tab character.279
errorLine contains a tab character.280
errorLine contains a tab character.281
errorLine contains a tab character.282
errorLine contains a tab character.283
errorLine contains a tab character.284

org/tratoo/mdd/kernel/util/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/tratoo/mdd/kernel/transformation/Transformation.java

ViolationMessageLine
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.13
errorLine has trailing spaces.27
error'{' should be on the previous line.28
errorLine contains a tab character.29
errorLine has trailing spaces.30
errorLine contains a tab character.30
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine has trailing spaces.34
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine has trailing spaces.40
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine has trailing spaces.47
errorLine contains a tab character.47
errorLine has trailing spaces.48
errorLine contains a tab character.48
errorLine is longer than 80 characters.49
errorLine contains a tab character.49
errorLine is longer than 80 characters.50
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
error'<' is not preceded with whitespace.52
error'<' is not followed by whitespace.52
error'>' is not preceded with whitespace.52

org/tratoo/mdd/kernel/emitter/EmitterListener.java

ViolationMessageLine
error'{' should be on the previous line.8
errorLine contains a tab character.9
errorLine contains a tab character.10
errorLine contains a tab character.11
errorLine contains a tab character.12
errorLine contains a tab character.13
errorLine has trailing spaces.15

org/tratoo/mdd/kernel/transformation/impl/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/tratoo/mdd/kernel/transformation/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/tratoo/mdd/kernel/transformation/impl/DomainImpl.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
error'{' should be on the previous line.29
errorLine contains a tab character.30
errorMissing a Javadoc comment.30
errorLine contains a tab character.31
errorMissing a Javadoc comment.31
error'<' is not preceded with whitespace.31
error'<' is not followed by whitespace.31
error'>' is not preceded with whitespace.31
errorLine has trailing spaces.32
errorLine contains a tab character.32
errorLine contains a tab character.33
errorMissing a Javadoc comment.33
error'domainId' hides a field.33
error'<' is not preceded with whitespace.33
error'<' is not followed by whitespace.33
error'>' is not preceded with whitespace.33
error'domainTypes' hides a field.33
errorLine contains a tab character.34
error'{' should be on the previous line.34
errorLine contains a tab character.35
errorLine contains a tab character.36
error'<' is not preceded with whitespace.36
error'<' is not followed by whitespace.36
error'>' is not preceded with whitespace.36
error'>' is not followed by whitespace.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine has trailing spaces.43
errorLine contains a tab character.43
error'<' is not preceded with whitespace.43
error'<' is not followed by whitespace.43
error'>' is not preceded with whitespace.43
errorLine contains a tab character.44
error'{' should be on the previous line.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine has trailing spaces.51
errorLine contains a tab character.51
errorLine contains a tab character.52
error'{' should be on the previous line.52
errorLine contains a tab character.53
errorLine contains a tab character.54

org/tratoo/mdd/kernel/emitter/RunConfiguration.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
error'{' should be on the previous line.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.31
errorLine contains a tab character.32
error'<' is not preceded with whitespace.32
error'<' is not followed by whitespace.32
error'?' is not preceded with whitespace.32
error'>' is not preceded with whitespace.32
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine has trailing spaces.38
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine has trailing spaces.43
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine is longer than 80 characters.45
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine has trailing spaces.48
errorLine contains a tab character.48
errorLine contains a tab character.49
errorMissing a Javadoc comment.49
error'<' is not preceded with whitespace.49
error'<' is not followed by whitespace.49
error'>' is not preceded with whitespace.49
errorLine has trailing spaces.50
errorLine contains a tab character.50
errorLine contains a tab character.51
errorMissing a Javadoc comment.51
error'<' is not preceded with whitespace.51
error'<' is not followed by whitespace.51
error'>' is not preceded with whitespace.51
errorLine has trailing spaces.52
errorLine contains a tab character.52
errorLine is longer than 80 characters.53
errorLine contains a tab character.53
errorMissing a Javadoc comment.53
error'<' is not preceded with whitespace.53
error'<' is not followed by whitespace.53
error'?' is not preceded with whitespace.53
error'>' is not preceded with whitespace.53
error'sourceElements' hides a field.53
error'emitter' hides a field.53
error'rootDir' hides a field.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine contains a tab character.59
error'<' is not preceded with whitespace.59
error'<' is not followed by whitespace.59
error'>' is not preceded with whitespace.59
error'>' is not followed by whitespace.59
errorLine contains a tab character.60
error'<' is not preceded with whitespace.60
error'<' is not followed by whitespace.60
error'>' is not preceded with whitespace.60
error'>' is not followed by whitespace.60
errorLine contains a tab character.61
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine contains a tab character.67
error'{' should be on the previous line.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine has trailing spaces.70
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
error'<' is not preceded with whitespace.74
error'<' is not followed by whitespace.74
error'?' is not preceded with whitespace.74
error'>' is not preceded with whitespace.74
errorLine contains a tab character.75
error'{' should be on the previous line.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine has trailing spaces.78
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.83
error'{' should be on the previous line.83
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine has trailing spaces.86
errorLine contains a tab character.86
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine contains a tab character.92
error'{' should be on the previous line.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.107
error'status' hides a field.107
errorLine contains a tab character.108
error'{' should be on the previous line.108
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine has trailing spaces.111
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.116
error'{' should be on the previous line.116
errorLine contains a tab character.117
errorLine contains a tab character.118
errorLine contains a tab character.120
errorLine contains a tab character.121
errorLine contains a tab character.122
errorLine contains a tab character.123
error'<' is not preceded with whitespace.123
error'<' is not followed by whitespace.123
error'>' is not preceded with whitespace.123
errorLine contains a tab character.124
error'{' should be on the previous line.124
errorLine contains a tab character.125
errorLine contains a tab character.126
errorLine contains a tab character.128
errorLine contains a tab character.129
errorLine contains a tab character.130
errorLine contains a tab character.131
error'<' is not preceded with whitespace.131
error'<' is not followed by whitespace.131
error'>' is not preceded with whitespace.131
errorLine contains a tab character.132
error'{' should be on the previous line.132
errorLine contains a tab character.133
errorLine contains a tab character.134

org/tratoo/mdd/kernel/TransformationChain.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.23
error'{' should be on the previous line.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine contains a tab character.34
error'<' is not preceded with whitespace.34
error'<' is not followed by whitespace.34
error'?' is not preceded with whitespace.34
error'>' is not preceded with whitespace.34
errorLine has trailing spaces.35
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine has trailing spaces.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine has trailing spaces.49
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine has trailing spaces.56
errorLine contains a tab character.56
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine has trailing spaces.62
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine contains a tab character.68
errorLine has trailing spaces.69
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine has trailing spaces.74
errorLine contains a tab character.74
errorLine contains a tab character.75
errorMissing a Javadoc comment.75
error'<' is not preceded with whitespace.75
error'<' is not followed by whitespace.75
error'>' is not preceded with whitespace.75
errorLine has trailing spaces.76
errorLine contains a tab character.76
errorLine contains a tab character.77
errorMissing a Javadoc comment.77
error'<' is not preceded with whitespace.77
error'<' is not followed by whitespace.77
error'>' is not preceded with whitespace.77
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.83
errorLine contains a tab character.84
errorLine contains a tab character.85
error'sourceRepository' hides a field.85
errorExpected @param tag for 'sourceRepository'.85
errorLine contains a tab character.86
error'targetRepository' hides a field.86
errorExpected @param tag for 'targetRepository'.86
errorLine contains a tab character.87
error'{' should be on the previous line.87
errorLine has trailing spaces.88
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine has trailing spaces.92
errorLine contains a tab character.92
errorFirst sentence should end with a period.93
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine is longer than 80 characters.100
errorLine contains a tab character.100
error'<' is not preceded with whitespace.100
error'<' is not followed by whitespace.100
error'?' is not preceded with whitespace.100
error'>' is not preceded with whitespace.100
error'sourceElements' hides a field.100
errorExpected @param tag for 'sourceElements'.100
errorLine contains a tab character.101
error'sourceRepository' hides a field.101
errorExpected @param tag for 'sourceRepository'.101
errorLine contains a tab character.102
error'targetRepository' hides a field.102
errorExpected @param tag for 'targetRepository'.102
errorLine contains a tab character.103
error'{' should be on the previous line.103
errorLine has trailing spaces.104
errorLine contains a tab character.104
errorLine contains a tab character.105
errorLine contains a tab character.106
errorLine contains a tab character.107
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine contains a tab character.118
error'sourceRepository' hides a field.118
errorExpected @param tag for 'sourceRepository'.118
errorLine contains a tab character.119
error'emitter' hides a field.119
errorExpected @param tag for 'emitter'.119
error'rootDir' hides a field.119
errorExpected @param tag for 'rootDir'.119
errorLine contains a tab character.120
error'{' should be on the previous line.120
errorLine is longer than 80 characters.121
errorLine contains a tab character.121
errorLine contains a tab character.122
errorLine contains a tab character.124
errorLine contains a tab character.125
errorLine contains a tab character.126
errorLine contains a tab character.127
errorLine contains a tab character.128
errorLine contains a tab character.129
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine is longer than 80 characters.132
errorLine contains a tab character.132
error'<' is not preceded with whitespace.132
error'<' is not followed by whitespace.132
error'?' is not preceded with whitespace.132
error'>' is not preceded with whitespace.132
error'sourceElements' hides a field.132
errorExpected @param tag for 'sourceElements'.132
errorLine is longer than 80 characters.133
errorLine contains a tab character.133
error'sourceRepository' hides a field.133
errorExpected @param tag for 'sourceRepository'.133
error'emitter' hides a field.133
errorExpected @param tag for 'emitter'.133
error'rootDir' hides a field.133
errorExpected @param tag for 'rootDir'.133
errorLine contains a tab character.134
error'{' should be on the previous line.134
errorLine is longer than 80 characters.135
errorLine contains a tab character.135
errorLine contains a tab character.136
errorLine has trailing spaces.137
errorLine contains a tab character.137
errorLine contains a tab character.138
errorLine contains a tab character.139
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.142
errorLine contains a tab character.143
errorLine contains a tab character.144
errorLine contains a tab character.145
errorLine contains a tab character.146
errorLine contains a tab character.147
errorLine is longer than 80 characters.148
errorLine contains a tab character.148
error'<' is not preceded with whitespace.148
error'<' is not followed by whitespace.148
error'?' is not preceded with whitespace.148
error'>' is not preceded with whitespace.148
error'sourceElements' hides a field.148
errorExpected @param tag for 'sourceElements'.148
errorLine contains a tab character.149
error'sourceRepository' hides a field.149
errorExpected @param tag for 'sourceRepository'.149
errorLine contains a tab character.150
error'targetDomain' hides a field.150
errorExpected @param tag for 'targetDomain'.150
errorLine contains a tab character.151
error'targetRepository' hides a field.151
errorExpected @param tag for 'targetRepository'.151
errorLine contains a tab character.152
error'emitter' hides a field.152
errorExpected @param tag for 'emitter'.152
errorLine contains a tab character.153
error'rootDir' hides a field.153
errorExpected @param tag for 'rootDir'.153
errorLine contains a tab character.154
error'{' should be on the previous line.154
errorLine contains a tab character.155
errorLine contains a tab character.156
errorLine contains a tab character.157
errorLine contains a tab character.158
errorLine contains a tab character.159
errorLine contains a tab character.160
errorLine contains a tab character.161
error'<' is not preceded with whitespace.161
error'<' is not followed by whitespace.161
error'>' is not preceded with whitespace.161
error'>' is not followed by whitespace.161
errorLine contains a tab character.162
error'<' is not preceded with whitespace.162
error'<' is not followed by whitespace.162
error'>' is not preceded with whitespace.162
error'>' is not followed by whitespace.162
errorLine has trailing spaces.163
errorLine contains a tab character.163
errorLine has trailing spaces.164
errorLine contains a tab character.164
errorLine contains a tab character.165
errorLine contains a tab character.166
errorLine contains a tab character.167
errorLine contains a tab character.168
errorLine contains a tab character.169
errorLine contains a tab character.170
error'{' should be on the previous line.170
errorLine contains a tab character.171
errorLine contains a tab character.172
errorLine contains a tab character.173
errorLine contains a tab character.174
errorLine contains a tab character.175
errorLine contains a tab character.176
errorLine contains a tab character.177
errorLine contains a tab character.178
errorLine contains a tab character.179
errorLine contains a tab character.181
errorMethod 'getStatus' is not designed for extension - needs to be abstract, final or empty.181
errorMissing a Javadoc comment.181
errorLine contains a tab character.182
error'{' should be on the previous line.182
errorLine contains a tab character.183
errorLine contains a tab character.184
errorLine contains a tab character.186
errorMethod 'setStatus' is not designed for extension - needs to be abstract, final or empty.186
errorMissing a Javadoc comment.186
errorParameter status should be final.186
error'status' hides a field.186
errorLine contains a tab character.187
error'{' should be on the previous line.187
errorLine contains a tab character.188
errorLine contains a tab character.189
errorLine contains a tab character.191
errorMethod 'getEmitter' is not designed for extension - needs to be abstract, final or empty.191
errorMissing a Javadoc comment.191
errorLine contains a tab character.192
error'{' should be on the previous line.192
errorLine contains a tab character.193
errorLine contains a tab character.194
errorLine contains a tab character.196
errorMethod 'getErrors' is not designed for extension - needs to be abstract, final or empty.196
errorMissing a Javadoc comment.196
error'<' is not preceded with whitespace.196
error'<' is not followed by whitespace.196
error'>' is not preceded with whitespace.196
errorLine contains a tab character.197
error'{' should be on the previous line.197
errorLine contains a tab character.198
errorLine contains a tab character.199
errorLine contains a tab character.201
errorMethod 'getRootDir' is not designed for extension - needs to be abstract, final or empty.201
errorMissing a Javadoc comment.201
errorLine contains a tab character.202
error'{' should be on the previous line.202
errorLine contains a tab character.203
errorLine contains a tab character.204
errorLine contains a tab character.206
errorMethod 'getSourceElements' is not designed for extension - needs to be abstract, final or empty.206
errorMissing a Javadoc comment.206
error'<' is not preceded with whitespace.206
error'<' is not followed by whitespace.206
error'?' is not preceded with whitespace.206
error'>' is not preceded with whitespace.206
errorLine contains a tab character.207
error'{' should be on the previous line.207
errorLine contains a tab character.208
errorLine contains a tab character.209
errorLine contains a tab character.211
errorMethod 'getSourceRepository' is not designed for extension - needs to be abstract, final or empty.211
errorMissing a Javadoc comment.211
errorLine contains a tab character.212
error'{' should be on the previous line.212
errorLine contains a tab character.213
errorLine contains a tab character.214
errorLine contains a tab character.216
errorMethod 'getTargetDomain' is not designed for extension - needs to be abstract, final or empty.216
errorMissing a Javadoc comment.216
errorLine contains a tab character.217
error'{' should be on the previous line.217
errorLine contains a tab character.218
errorLine contains a tab character.219
errorLine contains a tab character.221
errorMethod 'getTargetRepository' is not designed for extension - needs to be abstract, final or empty.221
errorMissing a Javadoc comment.221
errorLine contains a tab character.222
error'{' should be on the previous line.222
errorLine contains a tab character.223
errorLine contains a tab character.224
errorLine contains a tab character.226
errorMethod 'getWarnings' is not designed for extension - needs to be abstract, final or empty.226
errorMissing a Javadoc comment.226
error'<' is not preceded with whitespace.226
error'<' is not followed by whitespace.226
error'>' is not preceded with whitespace.226
errorLine contains a tab character.227
error'{' should be on the previous line.227
errorLine contains a tab character.228
errorLine contains a tab character.229

org/tratoo/mdd/kernel/emitter/Emitter.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.22
error'{' should be on the previous line.27
errorLine contains a tab character.28
errorLine has trailing spaces.29
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine contains a tab character.34
errorLine is longer than 80 characters.35
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine has trailing spaces.38
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine is longer than 80 characters.40
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine is longer than 80 characters.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45

org/tratoo/mdd/kernel/util/Loader.java

ViolationMessageLine
errorMissing a Javadoc comment.24
errorUtility classes should not have a public or default constructor.24
error'{' should be on the previous line.25
errorLine contains a tab character.26
errorMissing a Javadoc comment.26
error'=' is not preceded with whitespace.26
error'=' is not followed by whitespace.26
errorLine contains a tab character.27
errorMissing a Javadoc comment.27
error'=' is not preceded with whitespace.27
error'=' is not followed by whitespace.27
errorLine contains a tab character.28
errorMissing a Javadoc comment.28
error'=' is not preceded with whitespace.28
error'=' is not followed by whitespace.28
errorLine contains a tab character.29
errorMissing a Javadoc comment.29
error'=' is not preceded with whitespace.29
error'=' is not followed by whitespace.29
errorLine is longer than 80 characters.30
errorLine contains a tab character.30
errorMissing a Javadoc comment.30
error'=' is not preceded with whitespace.30
error'=' is not followed by whitespace.30
errorLine has trailing spaces.31
errorLine contains a tab character.31
errorLine contains a tab character.32
errorMissing a Javadoc comment.32
errorParameter file should be final.32
errorLine contains a tab character.33
error'{' should be on the previous line.33
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.36
error'if' is not followed by whitespace.36
errorLine contains a tab character.37
error'{' should be on the previous line.37
errorLine contains a tab character.38
errorLine contains a tab character.39
error'}' should be on the same line.39
errorLine contains a tab character.40
errorLine contains a tab character.41
error'{' should be on the previous line.41
errorLine contains a tab character.42
errorLine contains a tab character.43
error'if' is not followed by whitespace.43
errorLine contains a tab character.44
error'{' should be on the previous line.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine has trailing spaces.50
errorLine contains a tab character.50
errorLine contains a tab character.51
errorMissing a Javadoc comment.51
errorParameter file should be final.51
errorLine contains a tab character.52
error'{' should be on the previous line.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
error'if' is not followed by whitespace.55
errorLine contains a tab character.56
error'{' should be on the previous line.56
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine contains a tab character.62
errorMissing a Javadoc comment.62
errorParameter file should be final.62
errorLine contains a tab character.63
error'{' should be on the previous line.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
error'if' is not followed by whitespace.66
errorLine contains a tab character.67
error'{' should be on the previous line.67
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine has trailing spaces.72
errorLine contains a tab character.72
errorLine contains a tab character.73
errorMissing a Javadoc comment.73
errorParameter file should be final.73
errorLine contains a tab character.74
error'{' should be on the previous line.74
errorLine contains a tab character.75
errorLine is longer than 80 characters.76
errorLine contains a tab character.76
errorLine contains a tab character.77
error'if' is not followed by whitespace.77
errorLine contains a tab character.78
error'{' should be on the previous line.78
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine has trailing spaces.81
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine contains a tab character.84
errorMissing a Javadoc comment.84
errorParameter file should be final.84
errorLine contains a tab character.85
error'{' should be on the previous line.85
errorLine contains a tab character.86
errorLine has trailing spaces.87
errorLine contains a tab character.87
errorLine contains a tab character.88
errorLine is longer than 80 characters.89
errorLine contains a tab character.89
errorLine contains a tab character.90
error'if' is not followed by whitespace.90
errorLine contains a tab character.91
error'{' should be on the previous line.91
errorLine has trailing spaces.92
errorLine is longer than 80 characters.92
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine has trailing spaces.94
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine has trailing spaces.97
errorLine contains a tab character.97
errorLine contains a tab character.98
error'if' is not followed by whitespace.98
errorLine contains a tab character.99
error'{' should be on the previous line.99
errorLine is longer than 80 characters.100
errorLine contains a tab character.100
error'+' is not followed by whitespace.100
errorLine contains a tab character.101
errorLine has trailing spaces.102
errorLine contains a tab character.102
errorLine has trailing spaces.103
errorLine contains a tab character.103
errorLine contains a tab character.104
errorLine contains a tab character.105
error'{' should be on the previous line.105
errorLine is longer than 80 characters.106
errorLine contains a tab character.106
errorLine contains a tab character.107
error'}' should be on the same line.107
errorLine contains a tab character.108
errorLine contains a tab character.109
error'{' should be on the previous line.109
errorLine is longer than 80 characters.110
errorLine contains a tab character.110
errorLine contains a tab character.111
error'}' should be on the same line.111
errorLine contains a tab character.112
errorLine contains a tab character.113
error'{' should be on the previous line.113
errorLine is longer than 80 characters.114
errorLine contains a tab character.114
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine contains a tab character.117
errorLine has trailing spaces.118
errorLine contains a tab character.118
errorLine contains a tab character.119
errorMissing a Javadoc comment.119
errorParameter file should be final.119
errorLine contains a tab character.120
error'{' should be on the previous line.120
errorLine contains a tab character.121
errorLine has trailing spaces.122
errorLine contains a tab character.122
errorLine contains a tab character.123
errorLine is longer than 80 characters.124
errorLine contains a tab character.124
errorLine contains a tab character.125
error'if' is not followed by whitespace.125
errorLine contains a tab character.126
error'{' should be on the previous line.126
errorLine has trailing spaces.127
errorLine is longer than 80 characters.127
errorLine contains a tab character.127
errorLine contains a tab character.128
errorLine has trailing spaces.129
errorLine contains a tab character.129
errorLine contains a tab character.130
errorLine contains a tab character.131
errorLine has trailing spaces.132
errorLine contains a tab character.132
errorLine contains a tab character.133
error'if' is not followed by whitespace.133
errorLine contains a tab character.134
error'{' should be on the previous line.134
errorLine is longer than 80 characters.135
errorLine contains a tab character.135
error'+' is not followed by whitespace.135
errorLine contains a tab character.136
errorLine has trailing spaces.137
errorLine contains a tab character.137
errorLine has trailing spaces.138
errorLine contains a tab character.138
errorLine contains a tab character.139
errorLine contains a tab character.140
error'{' should be on the previous line.140
errorLine contains a tab character.141
errorLine contains a tab character.142
error'}' should be on the same line.142
errorLine contains a tab character.143
errorLine contains a tab character.144
error'{' should be on the previous line.144
errorLine is longer than 80 characters.145
errorLine contains a tab character.145
errorLine contains a tab character.146
error'}' should be on the same line.146
errorLine contains a tab character.147
errorLine contains a tab character.148
error'{' should be on the previous line.148
errorLine is longer than 80 characters.149
errorLine contains a tab character.149
errorLine contains a tab character.150
errorLine contains a tab character.151
errorLine contains a tab character.152
errorLine has trailing spaces.153
errorLine contains a tab character.153
errorLine contains a tab character.154
errorMissing a Javadoc comment.154
errorParameter file should be final.154
errorLine contains a tab character.155
error'{' should be on the previous line.155
errorLine contains a tab character.156
errorLine has trailing spaces.157
errorLine contains a tab character.157
errorLine contains a tab character.158
errorLine contains a tab character.159
error'{' should be on the previous line.159
errorLine contains a tab character.160
errorLine is longer than 80 characters.161
errorLine contains a tab character.161
errorLine contains a tab character.162
error'if' is not followed by whitespace.162
errorLine contains a tab character.163
error'{' should be on the previous line.163
errorLine has trailing spaces.164
errorLine is longer than 80 characters.164
errorLine contains a tab character.164
errorLine contains a tab character.165
errorLine has trailing spaces.166
errorLine contains a tab character.166
errorLine contains a tab character.167
errorLine contains a tab character.168
errorLine has trailing spaces.169
errorLine contains a tab character.169
errorLine contains a tab character.170
error'if' is not followed by whitespace.170
errorLine contains a tab character.171
error'{' should be on the previous line.171
errorLine has trailing spaces.172
errorLine is longer than 80 characters.172
errorLine contains a tab character.172
error'+' is not followed by whitespace.172
errorLine contains a tab character.173
errorLine has trailing spaces.174
errorLine contains a tab character.174
errorLine contains a tab character.175
errorLine contains a tab character.176
errorLine has trailing spaces.177
errorLine contains a tab character.177
errorLine contains a tab character.178
error'}' should be on the same line.178
errorLine contains a tab character.179
errorLine contains a tab character.180
error'{' should be on the previous line.180
errorLine is longer than 80 characters.181
errorLine contains a tab character.181
errorLine contains a tab character.182
error'}' should be on the same line.182
errorLine contains a tab character.183
errorLine contains a tab character.184
error'{' should be on the previous line.184
errorLine is longer than 80 characters.185
errorLine contains a tab character.185
errorLine contains a tab character.186
errorLine contains a tab character.187
errorLine contains a tab character.188
errorLine has trailing spaces.189
errorLine contains a tab character.189
errorLine contains a tab character.190
errorMissing a Javadoc comment.190
errorParameter file should be final.190
errorLine contains a tab character.191
error'{' should be on the previous line.191
errorLine contains a tab character.192
errorLine has trailing spaces.193
errorLine contains a tab character.193
errorLine contains a tab character.194
errorLine is longer than 80 characters.195
errorLine contains a tab character.195
errorLine has trailing spaces.196
errorLine contains a tab character.196
errorLine contains a tab character.197
error'if' is not followed by whitespace.197
errorLine contains a tab character.198
error'{' should be on the previous line.198
errorLine contains a tab character.199
errorLine contains a tab character.200
error'}' should be on the same line.200
errorLine contains a tab character.201
errorLine contains a tab character.202
error'{' should be on the previous line.202
errorLine contains a tab character.203
errorLine contains a tab character.204
errorLine has trailing spaces.205
errorLine contains a tab character.205
errorLine contains a tab character.206
error'if' is not followed by whitespace.206
errorLine contains a tab character.207
error'{' should be on the previous line.207
errorLine is longer than 80 characters.208
errorLine contains a tab character.208
errorLine contains a tab character.209
errorLine has trailing spaces.210
errorLine contains a tab character.210
errorLine contains a tab character.211
errorLine contains a tab character.212
errorLine contains a tab character.213
error'{' should be on the previous line.213
errorLine contains a tab character.214
errorLine contains a tab character.215
error'}' should be on the same line.215
errorLine contains a tab character.216
errorLine contains a tab character.217
error'{' should be on the previous line.217
errorLine is longer than 80 characters.218
errorLine contains a tab character.218
errorLine contains a tab character.219
error'}' should be on the same line.219
errorLine contains a tab character.220
errorLine contains a tab character.221
error'{' should be on the previous line.221
errorLine is longer than 80 characters.222
errorLine contains a tab character.222
errorLine contains a tab character.223
errorLine contains a tab character.224
errorLine has trailing spaces.225
errorLine contains a tab character.225
errorLine contains a tab character.226
errorLine contains a tab character.227
errorLine contains a tab character.228
errorLine has trailing spaces.229
errorLine contains a tab character.229
errorLine contains a tab character.230
errorMissing a Javadoc comment.230
errorParameter file should be final.230
errorLine contains a tab character.231
error'{' should be on the previous line.231
errorLine contains a tab character.232
errorLine contains a tab character.233
error'{' should be on the previous line.233
errorLine is longer than 80 characters.234
errorLine contains a tab character.234
errorLine contains a tab character.235
errorLine contains a tab character.236
error'<' is not preceded with whitespace.236
error'<' is not followed by whitespace.236
error'>' is not preceded with whitespace.236
error'<' is not preceded with whitespace.236
error'<' is not followed by whitespace.236
error'>' is not preceded with whitespace.236
error'>' is not followed by whitespace.236
errorLine has trailing spaces.237
errorLine contains a tab character.237
errorLine contains a tab character.238
errorLine contains a tab character.239
errorLine is longer than 80 characters.240
errorLine contains a tab character.240
errorLine has trailing spaces.241
errorLine contains a tab character.241
errorLine contains a tab character.242
error'<' is not preceded with whitespace.242
error'<' is not followed by whitespace.242
error'>' is not preceded with whitespace.242
errorLine contains a tab character.243
error'while' is not followed by whitespace.243
errorLine contains a tab character.244
error'{' should be on the previous line.244
errorLine contains a tab character.245
errorLine contains a tab character.246
errorLine contains a tab character.247
error'if' is not followed by whitespace.247
errorLine contains a tab character.248
error'{' should be on the previous line.248
errorLine is longer than 80 characters.249
errorLine contains a tab character.249
error'-' is not preceded with whitespace.249
errorLine contains a tab character.250
errorLine contains a tab character.251
error'{' should be on the previous line.251
errorLine is longer than 80 characters.252
errorLine contains a tab character.252
errorLine is longer than 80 characters.253
errorLine contains a tab character.253
errorLine has trailing spaces.254
errorLine is longer than 80 characters.254
errorLine contains a tab character.254
errorLine contains a tab character.255
error'}' should be on the same line.255
errorLine contains a tab character.256
errorLine contains a tab character.257
error'{' should be on the previous line.257
errorLine has trailing spaces.258
errorLine is longer than 80 characters.258
errorLine contains a tab character.258
errorLine has trailing spaces.259
errorLine contains a tab character.259
errorLine contains a tab character.260
errorLine contains a tab character.261
errorLine has trailing spaces.262
errorLine contains a tab character.262
errorLine contains a tab character.263
error')' is preceded with whitespace.263
errorLine has trailing spaces.264
errorLine contains a tab character.264
errorLine contains a tab character.265
error'}' should be on the same line.265
errorLine contains a tab character.266
error'catch' is not followed by whitespace.266
errorLine contains a tab character.267
error'{' should be on the previous line.267
errorLine is longer than 80 characters.268
errorLine contains a tab character.268
errorLine contains a tab character.269
errorLine contains a tab character.270
errorLine is longer than 80 characters.272
errorLine contains a tab character.272
errorMissing a Javadoc comment.272
errorParameter attributeName should be final.272
errorParameter file should be final.272
errorLine contains a tab character.273
error'{' should be on the previous line.273
errorLine contains a tab character.274
errorLine contains a tab character.275
errorLine contains a tab character.276
errorLine contains a tab character.277
error'{' should be on the previous line.277
errorLine contains a tab character.278
errorLine contains a tab character.279
errorLine contains a tab character.280
error'}' should be on the same line.280
errorLine contains a tab character.281
error'catch' is not followed by whitespace.281
errorLine contains a tab character.282
error'{' should be on the previous line.282
errorLine has trailing spaces.283
errorLine is longer than 80 characters.283
errorLine contains a tab character.283
errorLine contains a tab character.284
errorLine has trailing spaces.285
errorLine contains a tab character.285
errorLine contains a tab character.286
errorLine contains a tab character.287
errorLine contains a tab character.288
errorLine contains a tab character.289
errorLine has trailing spaces.290
errorLine contains a tab character.290
errorLine contains a tab character.291
errorMissing a Javadoc comment.291
errorParameter file should be final.291
errorParameter className should be final.291
errorLine contains a tab character.292
error'{' should be on the previous line.292
errorLine contains a tab character.293
errorLine contains a tab character.294
errorLine contains a tab character.295
error'{' should be on the previous line.295
errorLine contains a tab character.296
errorLine is longer than 80 characters.297
errorLine contains a tab character.297
errorLine contains a tab character.298
errorLine contains a tab character.299
error'}' should be on the same line.299
errorLine contains a tab character.300
errorLine contains a tab character.301
error'{' should be on the previous line.301
errorLine has trailing spaces.302
errorLine contains a tab character.302
errorLine contains a tab character.303
error'}' should be on the same line.303
errorLine contains a tab character.304
errorLine contains a tab character.305
error'{' should be on the previous line.305
errorLine has trailing spaces.306
errorLine is longer than 80 characters.306
errorLine contains a tab character.306
errorLine contains a tab character.307
errorLine has trailing spaces.308
errorLine contains a tab character.308
errorLine contains a tab character.309
errorLine contains a tab character.310

org/tratoo/mdd/kernel/transformation/impl/AbstractRepositoryImpl.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
error'{' should be on the previous line.31
errorLine contains a tab character.32
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine has trailing spaces.36
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
error'<' is not preceded with whitespace.40
error'<' is not followed by whitespace.40
error'>' is not preceded with whitespace.40
errorLine contains a tab character.42
errorMissing a Javadoc comment.42
errorLine contains a tab character.43
error'{' should be on the previous line.43
errorLine contains a tab character.44
error'<' is not preceded with whitespace.44
error'<' is not followed by whitespace.44
error'>' is not preceded with whitespace.44
error'>' is not followed by whitespace.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine has trailing spaces.47
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine has trailing spaces.52
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine contains a tab character.56
error'<' is not preceded with whitespace.56
error'<' is not followed by whitespace.56
error'>' is not preceded with whitespace.56
errorLine contains a tab character.57
error'{' should be on the previous line.57
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine has trailing spaces.60
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine has trailing spaces.64
errorLine contains a tab character.64
errorLine contains a tab character.65
error'{' should be on the previous line.65
errorLine contains a tab character.66
errorLine contains a tab character.67
errorLine has trailing spaces.68
errorLine contains a tab character.68
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
error'domain' hides a field.72
errorLine contains a tab character.73
error'{' should be on the previous line.73
errorLine contains a tab character.74
errorLine contains a tab character.75
errorLine contains a tab character.77
errorLine contains a tab character.78
errorLine is longer than 80 characters.79
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
errorLine contains a tab character.82
errorLine has trailing spaces.83
errorLine is longer than 80 characters.83
errorLine contains a tab character.83
error'<' is not followed by whitespace.83
error'>' is not preceded with whitespace.83
error'<' is not preceded with whitespace.83
error'<' is not followed by whitespace.83
error'?' is not preceded with whitespace.83
error'>' is not preceded with whitespace.83
error'<' is not preceded with whitespace.83
error'<' is not followed by whitespace.83
error'>' is not preceded with whitespace.83
errorLine contains a tab character.84
errorLine is longer than 80 characters.85
errorLine contains a tab character.85
error'<' is not preceded with whitespace.85
error'<' is not followed by whitespace.85
error'?' is not preceded with whitespace.85
error'>' is not preceded with whitespace.85
errorLine contains a tab character.86
error'if' is not followed by whitespace.86
errorLine contains a tab character.87
error'{' should be on the previous line.87
errorLine contains a tab character.88
errorLine is longer than 80 characters.89
errorLine contains a tab character.89
errorLine contains a tab character.90
errorLine contains a tab character.91
errorLine contains a tab character.92
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine contains a tab character.100
error'<' is not followed by whitespace.100
error'>' is not preceded with whitespace.100
error'<' is not preceded with whitespace.100
error'<' is not followed by whitespace.100
error'>' is not preceded with whitespace.100
errorLine contains a tab character.101
error'{' should be on the previous line.101
errorLine contains a tab character.102
errorLine is longer than 80 characters.103
errorLine contains a tab character.103
error'<' is not preceded with whitespace.103
error'<' is not followed by whitespace.103
error'?' is not preceded with whitespace.103
error'>' is not preceded with whitespace.103
errorLine is longer than 80 characters.104
errorLine contains a tab character.104
errorLine has trailing spaces.105
errorLine contains a tab character.105
errorLine contains a tab character.106
error'{' should be on the previous line.106
errorLine contains a tab character.107
errorLine has trailing spaces.108
errorLine contains a tab character.108
error'}' should be on the same line.108
errorLine has trailing spaces.109
errorLine contains a tab character.109
errorLine contains a tab character.110
error'{' should be on the previous line.110
errorLine is longer than 80 characters.111
errorLine contains a tab character.111
errorLine has trailing spaces.112
errorLine contains a tab character.112
error'}' should be on the same line.112
errorLine has trailing spaces.113
errorLine contains a tab character.113
errorLine contains a tab character.114
error'{' should be on the previous line.114
errorLine is longer than 80 characters.115
errorLine contains a tab character.115
errorLine contains a tab character.116
errorLine contains a tab character.118
errorLine contains a tab character.119

org/tratoo/mdd/kernel/AmbiguousConfigurationException.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.22
error'{' should be on the previous line.23
errorLine contains a tab character.24
errorMissing a Javadoc comment.24
errorLine has trailing spaces.25
errorLine contains a tab character.25
errorLine contains a tab character.26
errorMissing a Javadoc comment.26
errorLine contains a tab character.27
error'{' should be on the previous line.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine has trailing spaces.30
errorLine contains a tab character.30
errorLine has trailing spaces.31
errorLine contains a tab character.31
errorMissing a Javadoc comment.31
errorLine contains a tab character.32
error'{' should be on the previous line.32
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine has trailing spaces.35
errorLine contains a tab character.35
errorLine is longer than 80 characters.36
errorLine contains a tab character.36
errorMissing a Javadoc comment.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorLine contains a tab character.39

org/tratoo/mdd/kernel/Repository.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.24
error'{' should be on the previous line.25
errorLine contains a tab character.26
errorLine contains a tab character.27
errorLine contains a tab character.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine has trailing spaces.31
errorLine contains a tab character.31
errorLine contains a tab character.32
errorLine is longer than 80 characters.33
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine contains a tab character.35
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
error'<' is not followed by whitespace.38
error'>' is not preceded with whitespace.38
error'<' is not preceded with whitespace.38
error'<' is not followed by whitespace.38
error'>' is not preceded with whitespace.38
errorLine has trailing spaces.39
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine is longer than 80 characters.41
errorLine contains a tab character.41
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
error'<' is not preceded with whitespace.45
error'<' is not followed by whitespace.45
error'?' is not preceded with whitespace.45
error'>' is not preceded with whitespace.45
errorLine has trailing spaces.46
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.50
errorLine contains a tab character.51
error'<' is not preceded with whitespace.51
error'<' is not followed by whitespace.51
error'?' is not preceded with whitespace.51
error'>' is not preceded with whitespace.51

org/tratoo/mdd/kernel/transformation/RuleMethod.java

ViolationMessageLine
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.13
error'{' is not followed by whitespace.29
error'}' is not preceded with whitespace.29

org/tratoo/mdd/kernel/emitter/impl/AbstractEmitterEngineImpl.java

ViolationMessageLine
errorLine has trailing spaces.3
errorLine has trailing spaces.4
errorLine has trailing spaces.5
errorLine has trailing spaces.6
errorLine has trailing spaces.7
errorLine has trailing spaces.8
errorLine has trailing spaces.9
errorLine has trailing spaces.10
errorLine has trailing spaces.11
errorLine has trailing spaces.12
errorLine has trailing spaces.18
error'{' should be on the previous line.31
errorLine contains a tab character.32
errorMissing a Javadoc comment.32
error'<' is not preceded with whitespace.32
error'<' is not followed by whitespace.32
error'>' is not preceded with whitespace.32
errorLine has trailing spaces.33
errorLine contains a tab character.33
errorLine contains a tab character.34
errorMissing a Javadoc comment.34
errorLine contains a tab character.35
error'{' should be on the previous line.35
errorLine has trailing spaces.36
errorLine contains a tab character.36
error'<' is not preceded with whitespace.36
error'<' is not followed by whitespace.36
error'>' is not preceded with whitespace.36
error'>' is not followed by whitespace.36
errorLine contains a tab character.37
errorLine has trailing spaces.38
errorLine contains a tab character.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine is longer than 80 characters.42
errorLine contains a tab character.42
errorLine contains a tab character.43
errorLine is longer than 80 characters.44
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
error'if' is not followed by whitespace.46
errorLine contains a tab character.47
error'{' should be on the previous line.47
errorLine contains a tab character.48
error'if' is not followed by whitespace.48
errorLine contains a tab character.49
error'{' should be on the previous line.49
errorLine has trailing spaces.50
errorLine is longer than 80 characters.50
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
error'if' is not followed by whitespace.52
errorLine contains a tab character.53
error'{' should be on the previous line.53
errorLine has trailing spaces.54
errorLine is longer than 80 characters.54
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine has trailing spaces.56
errorLine contains a tab character.56
errorLine contains a tab character.57
error'if' is not followed by whitespace.57
errorLine contains a tab character.58
error'{' should be on the previous line.58
errorLine contains a tab character.59
errorLine contains a tab character.60
errorLine is longer than 80 characters.61
errorLine contains a tab character.61
errorLine contains a tab character.62
error'{' should be on the previous line.62
errorLine is longer than 80 characters.63
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine is longer than 80 characters.66
errorLine contains a tab character.66
errorLine contains a tab character.67
error'{' should be on the previous line.67
errorLine is longer than 80 characters.68
errorLine contains a tab character.68
errorLine has trailing spaces.69
errorLine is longer than 80 characters.69
errorLine contains a tab character.69
errorLine contains a tab character.70
errorLine contains a tab character.71
errorLine contains a tab character.72
errorLine contains a tab character.73
errorLine contains a tab character.74
errorLine contains a tab character.76
errorLine contains a tab character.77
errorLine is longer than 80 characters.78
errorLine contains a tab character.78
errorLine contains a tab character.79
errorLine contains a tab character.80
errorLine contains a tab character.81
error'{' should be on the previous line.81
errorLine contains a tab character.82
error'if' is not followed by whitespace.82
errorLine contains a tab character.83
error'{' should be on the previous line.83
errorLine contains a tab character.84
errorLine contains a tab character.85
errorLine contains a tab character.86
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine contains a tab character.90
errorLine contains a tab character.91
error'<' is not preceded with whitespace.91
error'<' is not followed by whitespace.91
error'>' is not preceded with whitespace.91
errorLine contains a tab character.92
error'{' should be on the previous line.92
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine has trailing spaces.95
errorLine contains a tab character.95
errorLine contains a tab character.96
errorLine is longer than 80 characters.97
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.102
error'{' should be on the previous line.102
errorLine contains a tab character.103
errorLine contains a tab character.104
error'for' is not followed by whitespace.104
errorLine contains a tab character.105
error'{' should be on the previous line.105
errorLine contains a tab character.106
error'if' is not followed by whitespace.106
errorLine contains a tab character.107
error'{' should be on the previous line.107
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
errorLine contains a tab character.112
errorLine contains a tab character.113