2009/05/20 - Apache Shale has been retired.

For more information, please explore the Attic.

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
1700543

Rules

RulesViolationsSeverity
PackageHtml2error Error
NewlineAtEndOfFile1error Error
Translation0error Error
JavadocMethod
  • allowUndeclaredRTE: "true"
193error Error
JavadocType6error Error
JavadocVariable43error Error
JavadocStyle1error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
RegexpHeader
  • header
    1: /\*\s*
    2:  \*\s*Licensed to the Apache Software Foundation \(ASF\) under one or more
    3:  \*\s*contributor license agreements. See the NOTICE file distributed with
    4:  \*\s*this work for additional information regarding copyright ownership\.
    5:  \*\s*The ASF licenses this file to you under the Apache License, Version 2\.0
    6:  \*\s*\(the .License.\); you may not use this file except in compliance with
    7:  \*\s*the License. You may obtain a copy of the License at
    8:  \*\s*
    9:  \*\s*http://www\.apache\.org/licenses/LICENSE\-2\.0
    10:  \*\s*
    11:  \*\s*Unless required by applicable law or agreed to in writing, software
    12:  \*\s*distributed under the License is distributed on an .AS IS. BASIS,
    13:  \*\s*WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied\.
    14:  \*\s*See the License for the specific language governing permissions and
    15:  \*\s*limitations under the License\.
    16:  \*
0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports1error Error
FileLength0error Error
LineLength
  • ignorePattern: "^ \* @version .*$"
  • max: "120"
0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter
  • tokens: "BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"
0error Error
NoWhitespaceBefore0error Error
OperatorWrap1error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter1error Error
WhitespaceAfter3error Error
WhitespaceAround6error Error
ModifierOrder1error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock4error Error
LeftCurly0error Error
NeedBraces62error Error
RightCurly0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber17error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier
  • protectedAllowed: "true"
15error Error
ArrayTypeStyle3error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
183error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/shale/usecases/rolodex/WebPager.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a Javadoc comment.23
errorLine has trailing spaces.24
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.30
errorExpected an @return tag.42
errorExpected @param tag for 'facescontext'.42
errorArray brackets at illegal position.43
error'5' is a magic number.43
error'3' is a magic number.47
error'4' is a magic number.48
errorExpected @param tag for 'facescontext'.55
errorExpected @param tag for 'obj'.55
errorArray brackets at illegal position.56
error'3' is a magic number.60
error'4' is a magic number.61
errorLine has trailing spaces.64
errorExpected an @return tag.68
error'if' construct must use '{}'s.69
error'if' construct must use '{}'s.72
error'else' construct must use '{}'s.74
errorLine has trailing spaces.78
errorExpected @param tag for 'captionStyleClass'.82
errorLine has trailing spaces.86
errorExpected an @return tag.90
error'if' construct must use '{}'s.91
error'if' construct must use '{}'s.94
error'else' construct must use '{}'s.96
errorLine has trailing spaces.99
errorLine has trailing spaces.100
errorExpected @param tag for 'pageLinksStyleClass'.104
errorLine has trailing spaces.109
errorExpected an @return tag.113
error'if' construct must use '{}'s.114
error'if' construct must use '{}'s.117
error'else' construct must use '{}'s.119
errorLine has trailing spaces.123
errorExpected @param tag for 's'.127
errorExpected an @return tag.134
error'if' construct must use '{}'s.135
error'if' construct must use '{}'s.138
error'else' construct must use '{}'s.140
errorExpected @param tag for 's'.147
errorLine has trailing spaces.151
errorExpected @param tag for 's'.155
errorExpected an @return tag.162
error'if' construct must use '{}'s.163
error'if' construct must use '{}'s.166
error'else' construct must use '{}'s.168
errorLine has trailing spaces.171
errorExpected @param tag for 's'.175
errorExpected an @return tag.182
error'if' construct must use '{}'s.183
error'if' construct must use '{}'s.186
error'else' construct must use '{}'s.188
errorLine has trailing spaces.191
errorLine has trailing spaces.192
errorLine has trailing spaces.193
errorExpected an @return tag.197
errorExpected an @return tag.204

org/apache/shale/usecases/rolodex/QueryParam.java

ViolationMessageLine
errorLine has trailing spaces.21
errorLine has trailing spaces.22
errorLine has trailing spaces.24
errorLine has trailing spaces.29
errorLine has trailing spaces.34
errorLine has trailing spaces.38
errorLine has trailing spaces.40
errorLine has trailing spaces.48
errorLine has trailing spaces.64
errorLine has trailing spaces.72

org/apache/shale/usecases/rolodex/Contact.java

ViolationMessageLine
errorMissing a Javadoc comment.29
errorVariable 'name' must be private and have accessor methods.29
errorMissing a Javadoc comment.31
errorVariable 'email' must be private and have accessor methods.31
errorMissing a Javadoc comment.33
errorVariable 'residentialPhone' must be private and have accessor methods.33
errorMissing a Javadoc comment.35
errorVariable 'residentialAddress' must be private and have accessor methods.35
errorMissing a Javadoc comment.37
errorVariable 'businessPhone' must be private and have accessor methods.37
errorMissing a Javadoc comment.39
errorVariable 'businessAddress' must be private and have accessor methods.39
errorExpected an @return tag.46
errorExpected an @return tag.55
error'if' construct must use '{}'s.56
errorExpected @param tag for 'businessAddress'.67
errorExpected an @return tag.76
errorExpected @param tag for 'businessPhone'.85
errorExpected an @return tag.94
errorExpected @param tag for 'email'.103
errorExpected an @return tag.112
errorExpected @param tag for 'name'.121
errorExpected an @return tag.130
errorExpected @param tag for 'residentialAddress'.142
errorExpected an @return tag.151
errorExpected @param tag for 'residentialPhone'.160
errorExpected an @return tag.167
error'if' construct must use '{}'s.168
errorLine has trailing spaces.170
errorLine has trailing spaces.173
errorExpected an @return tag.177
errorLine has trailing spaces.183
errorMust have at least one statement.183
error'{' is not followed by whitespace.183
error'}' is not preceded with whitespace.183
errorLine has trailing spaces.187
errorLine has trailing spaces.188

org/apache/shale/usecases/symbols/FullPerson.java

ViolationMessageLine
errorLine has trailing spaces.24
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.26
errorLine has trailing spaces.27
errorLine has trailing spaces.28
errorLine has trailing spaces.35
errorLine has trailing spaces.36
errorLine has trailing spaces.43
errorLine has trailing spaces.50
errorLine has trailing spaces.57
errorLine has trailing spaces.64
errorLine has trailing spaces.71

org/apache/shale/usecases/rolodex/State.java

ViolationMessageLine
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.28
errorLine has trailing spaces.29
errorMissing a Javadoc comment.30
errorLine has trailing spaces.38
errorLine has trailing spaces.46

org/apache/shale/usecases/rolodex/Address.java

ViolationMessageLine
errorMissing a Javadoc comment.24
errorVariable 'street1' must be private and have accessor methods.24
errorMissing a Javadoc comment.26
errorVariable 'street2' must be private and have accessor methods.26
errorMissing a Javadoc comment.28
errorVariable 'city' must be private and have accessor methods.28
errorMissing a Javadoc comment.30
errorVariable 'state' must be private and have accessor methods.30
errorMissing a Javadoc comment.32
errorVariable 'zip' must be private and have accessor methods.32
errorMissing a Javadoc comment.34
errorVariable 'province' must be private and have accessor methods.34
errorMissing a Javadoc comment.36
errorVariable 'country' must be private and have accessor methods.36
errorLine has trailing spaces.37
errorExpected an @return tag.44
errorExpected @param tag for 'city'.53
errorExpected an @return tag.62
errorExpected @param tag for 'country'.71
errorExpected an @return tag.80
errorExpected @param tag for 'province'.89
errorExpected an @return tag.98
errorExpected @param tag for 'state'.107
errorExpected an @return tag.116
errorExpected @param tag for 'street1'.125
errorExpected an @return tag.134
errorExpected @param tag for 'street2'.143
errorExpected an @return tag.152
errorExpected @param tag for 'zip'.161
errorLine has trailing spaces.165
errorExpected an @return tag.171
errorExpected @param tag for 'zip'.180
errorMust have at least one statement.183
error'{' is not followed by whitespace.183
error'}' is not preceded with whitespace.183

org/apache/shale/usecases/rolodex/Rolodex.java

ViolationMessageLine
errorLine has trailing spaces.39
errorExpected an @return tag.65
errorExpected an @return tag.81
errorExpected @param tag for 'contact'.90
errorExpected @param tag for 'index'.99
error'if' construct must use '{}'s.100
errorLine has trailing spaces.111
errorLine has trailing spaces.153
errorVariable 'renderId' must be private and have accessor methods.177
errorExpected an @return tag.185
errorLine has trailing spaces.195
errorLine has trailing spaces.225
errorLine has trailing spaces.241
errorLine has trailing spaces.253
errorExpected an @return tag.270
error'if' construct must use '{}'s.271
errorLine has trailing spaces.273
errorLine has trailing spaces.276
errorLine has trailing spaces.294
errorExpected @param tag for 'component'.301
errorExpected @param tag for 'displayElementRoot'.302
error'if' construct must use '{}'s.304
errorLine has trailing spaces.340
errorExpected an @return tag.347
error'if' construct must use '{}'s.348
errorLine has trailing spaces.354
errorLine has trailing spaces.358
errorLine has trailing spaces.362
errorExpected an @return tag.370
error'if' construct must use '{}'s.371
errorLine has trailing spaces.377
errorLine has trailing spaces.382
errorMust have at least one statement.385
error'{' is not followed by whitespace.385
error'}' is not preceded with whitespace.385
errorLine has trailing spaces.386
errorExpected an @return tag.399
error'if' construct must use '{}'s.400
errorLine has trailing spaces.405
errorExpected an @return tag.418
error'if' construct must use '{}'s.419
errorExpected an @return tag.437
error'if' construct must use '{}'s.438
errorLine has trailing spaces.440
errorLine has trailing spaces.442

org/apache/shale/usecases/rolodex/HeaderSorter.java

ViolationMessageLine
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.27
errorLine has trailing spaces.37
errorExpected an @return tag.41
errorExpected an @return tag.48
error'if' construct must use '{}'s.50
errorLine has trailing spaces.50
errorExpected @param tag for 'facescontext'.58
errorExpected @param tag for 'obj'.58
errorLine has trailing spaces.61
error'3' is a magic number.64
error'4' is a magic number.65
errorExpected an @return tag.73
errorExpected @param tag for 'facescontext'.73
errorArray brackets at illegal position.75
error'5' is a magic number.75
error'3' is a magic number.79
error'4' is a magic number.80
errorLine has trailing spaces.86
errorExpected an @return tag.89
error'if' construct must use '{}'s.91
error'if' construct must use '{}'s.94
error'else' construct must use '{}'s.96
errorLine has trailing spaces.102
errorLine has trailing spaces.104
errorExpected @param tag for 's'.105
errorLine has trailing spaces.111
errorExpected an @return tag.113
errorExpected @param tag for 'b'.120
errorLine has trailing spaces.126
errorExpected an @return tag.128
errorLine has trailing spaces.134
errorLine has trailing spaces.135
errorExpected an @return tag.136
errorLine has trailing spaces.142
errorExpected @param tag for 'string'.144
errorLine has trailing spaces.150
errorLine has trailing spaces.151
errorExpected @param tag for 'string'.152

org/apache/shale/usecases/rolodex/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/usecases/rolodex/RolodexDao.java

ViolationMessageLine
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.50
error'static' modifier out of order with the JLS suggestions.77
errorExpected an @return tag.87
errorExpected an @return tag.106
errorExpected @param tag for 'entity'.106
errorExpected an @return tag.115
errorExpected @param tag for 'contact'.115
error'if' construct must use '{}'s.117
errorLine has trailing spaces.117
error'&&' should be on a new line.117
errorLine has trailing spaces.118
errorLine has trailing spaces.119
errorLine has trailing spaces.121
errorLine has trailing spaces.124
errorLine has trailing spaces.125
errorExpected an @return tag.135
errorExpected @param tag for 'index'.135
errorLine has trailing spaces.142
error'for' construct must use '{}'s.148
error'50' is a magic number.148
error'while' construct must use '{}'s.155
errorExpected @param tag for 'entity'.166
errorLine has trailing spaces.175
errorLine has trailing spaces.191
error'if' construct must use '{}'s.277
errorExpected an @return tag.300
errorExpected an @return tag.312
errorLine has trailing spaces.322

org/apache/shale/usecases/symbols/RegistrationForm.java

ViolationMessageLine
errorLine has trailing spaces.25
errorLine has trailing spaces.26
errorLine has trailing spaces.30
errorLine has trailing spaces.36
errorLine has trailing spaces.37
errorLine has trailing spaces.40
errorLine has trailing spaces.48
errorLine has trailing spaces.53
errorLine has trailing spaces.55
errorExpected an @return tag.57
errorLine has trailing spaces.57
errorLine has trailing spaces.60

org/apache/shale/usecases/rolodex/HeaderSorterRenderer.java

ViolationMessageLine
errorMissing a Javadoc comment.34
errorLine has trailing spaces.36
errorLine has trailing spaces.42
errorLine has trailing spaces.50
errorLine has trailing spaces.57
errorLine has trailing spaces.58
errorExpected an @return tag.62
errorExpected @param tag for 'uicomponent'.62
errorExpected an @return tag.69
errorExpected @param tag for 'uicomponent'.69
error'if' construct must use '{}'s.70
error'if' construct must use '{}'s.72
error'else' construct must use '{}'s.74
errorExpected an @return tag.82
errorExpected @param tag for 'context'.82
errorExpected an @return tag.95
errorExpected @param tag for 'context'.95
errorExpected @param tag for 'data'.95
errorExpected an @return tag.104
errorExpected @param tag for 'context'.105
errorExpected @param tag for 'data'.106
errorExpected @param tag for 'column'.107
errorLine has trailing spaces.117
errorMust have at least one statement.122
errorLine has trailing spaces.124
errorExpected @param tag for 'context'.142
errorExpected @param tag for 'component'.142
errorExpected @throws tag for 'IOException'.143
error'if' construct must use '{}'s.145
error'if' construct must use '{}'s.148
error'if' construct must use '{}'s.154
errorLine has trailing spaces.171
errorExpected @param tag for 'context'.199
errorExpected @param tag for 'component'.199
errorExpected @throws tag for 'IOException'.200
error'if' construct must use '{}'s.202
error'if' construct must use '{}'s.205
errorLine has trailing spaces.244
errorLine has trailing spaces.253

org/apache/shale/usecases/rolodex/WebPagerRenderer.java

ViolationMessageLine
errorMissing a Javadoc comment.37
errorLine has trailing spaces.39
errorLine has trailing spaces.53
errorLine has trailing spaces.60
errorLine has trailing spaces.61
errorExpected @param tag for 'context'.64
errorExpected @param tag for 'pager'.64
error'if' construct must use '{}'s.65
errorLine has trailing spaces.70
errorLine has trailing spaces.71
errorExpected @param tag for 'context'.74
errorExpected @param tag for 'pager'.74
errorExpected @throws tag for 'IOException'.75
error'if' construct must use '{}'s.77
error'if' construct must use '{}'s.80
error'if' construct must use '{}'s.84
error',' is not followed by whitespace.92
error',' is not followed by whitespace.95
error',' is not followed by whitespace.102
errorLine has trailing spaces.106
errorLine has trailing spaces.109
errorLine has trailing spaces.115
errorLine has trailing spaces.120
errorExpected @param tag for 'context'.125
errorExpected @param tag for 'data'.126
errorExpected @param tag for 'pager'.127
errorExpected @throws tag for 'IOException'.128
errorLine has trailing spaces.136
errorLine has trailing spaces.152
errorLine has trailing spaces.157
error'if' construct must use '{}'s.158
errorLine has trailing spaces.160
errorLine contains a tab character.164
errorLine has trailing spaces.165
errorLine has trailing spaces.166
errorLine has trailing spaces.168
errorLine has trailing spaces.180
errorExpected @param tag for 'context'.184
errorExpected @param tag for 'data'.184
errorExpected @param tag for 'pager'.184
errorExpected @throws tag for 'IOException'.184
errorLine has trailing spaces.191
errorLine has trailing spaces.193
errorExpected @param tag for 'context'.197
errorExpected @param tag for 'data'.197
errorExpected @param tag for 'pager'.197
errorExpected @throws tag for 'IOException'.197
errorLine has trailing spaces.199
error'3' is a magic number.200
errorLine has trailing spaces.204
errorLine has trailing spaces.206
errorLine has trailing spaces.210
errorLine has trailing spaces.214
errorLine has trailing spaces.215
errorLine has trailing spaces.223
errorLine has trailing spaces.225
errorExpected @param tag for 'context'.228
errorExpected @param tag for 'data'.228
errorExpected @param tag for 'pager'.228
errorExpected @throws tag for 'IOException'.229
errorLine has trailing spaces.241
errorLine has trailing spaces.266
errorExpected @param tag for 'context'.287
errorExpected @param tag for 'data'.287
errorExpected @param tag for 'pager'.287
errorExpected @throws tag for 'IOException'.288
errorLine has trailing spaces.297
errorLine has trailing spaces.304
errorLine has trailing spaces.312
errorLine has trailing spaces.317
error'if' construct must use '{}'s.318
errorLine has trailing spaces.320
errorLine has trailing spaces.324
errorLine has trailing spaces.325
errorLine has trailing spaces.338
errorExpected an @return tag.340
errorExpected @param tag for 'context'.340
errorLine has trailing spaces.351
errorExpected an @return tag.354
errorExpected @param tag for 'context'.354
errorExpected @param tag for 'data'.354
errorLine has trailing spaces.361
errorExpected an @return tag.364
errorExpected @param tag for 'context'.364
errorExpected @param tag for 'data'.364
errorExpected an @return tag.389
errorExpected @param tag for 'uidata'.389
error'if' construct must use '{}'s.390
error'if' construct must use '{}'s.393
error'else' construct must use '{}'s.395
errorLine has trailing spaces.398
errorExpected an @return tag.402
errorExpected @param tag for 'uicomponent'.402
errorExpected an @return tag.409
errorExpected @param tag for 'uicomponent'.409
error'if' construct must use '{}'s.410
error'if' construct must use '{}'s.412
error'else' construct must use '{}'s.414
errorLine has trailing spaces.420
errorExtra HTML tag found: </b> 420
errorExpected an @return tag.422
errorExpected @param tag for 'data'.422
error'5' is a magic number.423
errorLine has trailing spaces.429
errorLine has trailing spaces.430
errorExpected an @return tag.432
errorExpected @param tag for 'context'.432
errorExpected @param tag for 'data'.432
errorLine has trailing spaces.438
errorLine has trailing spaces.439
errorExpected an @return tag.441
errorExpected @param tag for 'page'.442
errorExpected @param tag for 'context'.443
errorExpected @param tag for 'data'.444
errorLine has trailing spaces.446
errorExpected an @return tag.453
errorExpected @param tag for 'context'.453
errorExpected @param tag for 'data'.453
errorExpected an @return tag.460
errorExpected @param tag for 'page'.461
errorExpected @param tag for 'context'.462
errorExpected @param tag for 'data'.463
errorLine has trailing spaces.470
errorExpected an @return tag.472
errorExpected @param tag for 'page'.472
errorExpected @param tag for 'context'.472
errorExpected @param tag for 'data'.472
errorExpected an @return tag.483
errorExpected @param tag for 'data'.483
errorLine has trailing spaces.500
errorExpected an @return tag.502
errorExpected @param tag for 'context'.502
errorExpected @param tag for 'data'.502
errorExpected an @return tag.516
errorExpected @param tag for 'context'.516
errorExpected @param tag for 'data'.516
errorLine has trailing spaces.523
errorExpected an @return tag.525
errorExpected @param tag for 'context'.525
errorExpected @param tag for 'data'.525
errorMissing a Javadoc comment.534
errorMissing a Javadoc comment.536
errorMissing a Javadoc comment.537
errorMissing a Javadoc comment.538
errorMissing a Javadoc comment.540
errorMissing a Javadoc comment.545
errorMissing a Javadoc comment.550
errorMissing a Javadoc comment.554
errorMissing a Javadoc comment.558
errorMissing a Javadoc comment.564
errorMissing a Javadoc comment.566
errorMissing a Javadoc comment.567
errorMissing a Javadoc comment.568
errorMissing a Javadoc comment.569
errorMissing a Javadoc comment.570
errorMissing a Javadoc comment.572
error'.1' is a magic number.575
error'10' is a magic number.575
error'10' is a magic number.576
errorMissing a Javadoc comment.580
errorMissing a Javadoc comment.584
error'if' construct must use '{}'s.587
error'else' construct must use '{}'s.589
error'10' is a magic number.590
errorMissing a Javadoc comment.595
errorExpected @param tag for 'context'.603
errorExpected @param tag for 'uicomponent'.603
errorExpected @throws tag for 'IOException'.604

org/apache/shale/usecases/symbols/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/shale/usecases/rolodex/GenericComparator.java

ViolationMessageLine
errorUnused import - java.lang.reflect.InvocationTargetException.23
errorLine has trailing spaces.37
errorLine has trailing spaces.38
errorLine has trailing spaces.42
errorVariable 'log' must be private and have accessor methods.46
errorLine has trailing spaces.49
errorLine has trailing spaces.57
errorLine has trailing spaces.64
errorExpected an @return tag.69
errorExpected @param tag for 'value'.77
errorLine has trailing spaces.80
errorExpected @param tag for 'properties'.84
errorLine has trailing spaces.91
errorLine has trailing spaces.93
errorLine has trailing spaces.95
errorExpected an @return tag.98
errorLine has trailing spaces.109
errorLine has trailing spaces.112
errorLine has trailing spaces.115
errorLine has trailing spaces.118
error'if' construct must use '{}'s.138
error'if' construct must use '{}'s.140
error'if' construct must use '{}'s.142
error'if' construct must use '{}'s.144
errorExpected an @return tag.171
errorLine has trailing spaces.190

org/apache/shale/usecases/symbols/BusinessPerson.java

ViolationMessageLine
errorLine has trailing spaces.21
errorMissing a Javadoc comment.25
errorLine has trailing spaces.26
errorLine has trailing spaces.33
errorLine has trailing spaces.40

org/apache/shale/usecases/symbols/BasicPerson.java

ViolationMessageLine
errorLine has trailing spaces.25
errorMissing a Javadoc comment.26
errorLine has trailing spaces.27
errorMissing a Javadoc comment.28
errorLine has trailing spaces.29
errorLine has trailing spaces.36
errorLine has trailing spaces.43
errorLine has trailing spaces.50
errorLine has trailing spaces.57