Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
25002031

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod31error Error
JavadocType21error Error
JavadocVariable23error Error
JavadocStyle23error Error
ConstantName6error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName2error Error
AvoidStarImport11error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports28error Error
FileLength0error Error
LineLength558error Error
MethodLength2error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter1022error Error
WhitespaceAfter0error Error
WhitespaceAround6error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces3error Error
RightCurly0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField5error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber3error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension80error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier6error Error
ArrayTypeStyle0error Error
FinalParameters94error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
106error Error
TodoComment0error Error
UpperEll0error Error

Details

edu/mit/stellar/images/SharedProperties.java

ViolationMessageLine
errorMissing a Javadoc comment.3
errorMissing a Javadoc comment.4
errorMissing a Javadoc comment.6
errorMissing a Javadoc comment.9
errorMissing a Javadoc comment.12
errorParameter map should be final.12
error'map' hides a field.12
errorParameter type should be final.12
error'type' hides a field.12
errorMethod 'getKeys' is not designed for extension - needs to be abstract, final or empty.18
errorMissing a Javadoc comment.18
errorMethod 'getProperty' is not designed for extension - needs to be abstract, final or empty.23
errorMissing a Javadoc comment.23
errorParameter key should be final.23
errorMethod 'getType' is not designed for extension - needs to be abstract, final or empty.33
errorMissing a Javadoc comment.33

edu/mit/stellar/images/package.html

ViolationMessageLine
errorMissing package documentation file.0

edu/mit/stellar/images/RemoveImagesFromCourse.java

ViolationMessageLine
errorUnused import - java.io.PrintWriter.21
errorMissing a Javadoc comment.31
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.43
errorLine has trailing spaces.51
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.61
errorParameter request should be final.61
errorParameter response should be final.61
errorLine has trailing spaces.71
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.81
errorParameter request should be final.81
errorParameter response should be final.81
errorLine is longer than 80 characters.85
errorLine is longer than 80 characters.87
errorLine is longer than 80 characters.92
errorLine is longer than 80 characters.94
errorLine has trailing spaces.95
errorLine has trailing spaces.97
errorLine is longer than 80 characters.100
errorLine has trailing spaces.111
errorLine contains a tab character.113
errorLine contains a tab character.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 contains a tab character.118
errorLine contains a tab character.119
errorLine contains a tab character.120
errorLine has trailing spaces.122
errorLine contains a tab character.124
errorLine contains a tab character.125
errorLine is longer than 80 characters.126
errorLine contains a tab character.126
errorLine contains a tab character.127
errorLine contains a tab character.131
errorLine has trailing spaces.132
errorLine contains a tab character.132
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine contains a tab character.135

edu/mit/stellar/images/Managers.java

ViolationMessageLine
errorMissing a Javadoc comment.20
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.30
errorLine is longer than 80 characters.34
errorLine is longer than 80 characters.46
errorLine is longer than 80 characters.50
errorMethod 'getContext' is not designed for extension - needs to be abstract, final or empty.60
errorMissing a Javadoc comment.60
errorMethod 'setContext' is not designed for extension - needs to be abstract, final or empty.64
errorMissing a Javadoc comment.64
errorParameter context should be final.64
error'context' hides a field.64
errorMethod 'getRepositoryManager' is not designed for extension - needs to be abstract, final or empty.68
errorMissing a Javadoc comment.68
errorMethod 'getIdManager' is not designed for extension - needs to be abstract, final or empty.72
errorMissing a Javadoc comment.72
errorMethod 'getRvcRepositoryManager' is not designed for extension - needs to be abstract, final or empty.76
errorMissing a Javadoc comment.76

edu/mit/stellar/images/AddLectureToCourseCollection.java

ViolationMessageLine
errorUnused import - java.io.PrintWriter.21
errorUsing the '.*' form of import should be avoided - edu.mit.stellar.hibernate.*.30
errorMissing a Javadoc comment.32
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.44
errorLine has trailing spaces.52
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.62
errorParameter request should be final.62
errorParameter response should be final.62
errorLine has trailing spaces.72
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.82
errorParameter request should be final.82
errorParameter response should be final.82
errorLine is longer than 80 characters.87
errorLine is longer than 80 characters.90
errorLine is longer than 80 characters.113
errorLine has trailing spaces.124

edu/mit/stellar/images/TitleSortComparator.java

ViolationMessageLine
errorFirst sentence should end with a period.23
errorLine has trailing spaces.25
errorLine contains a tab character.34
errorLine contains a tab character.35
errorMethod 'compare' is not designed for extension - needs to be abstract, final or empty.42
errorMissing a Javadoc comment.42
errorParameter a should be final.42
errorParameter b should be final.42

edu/mit/stellar/images/UploadImageToStore.java

ViolationMessageLine
errorMissing a Javadoc comment.41
errorFirst sentence should end with a period.43
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.46
errorMissing a Javadoc comment.48
errorVariable 'baseDir' must be private and have accessor methods.48
errorMissing a Javadoc comment.50
errorVariable 'urlBase' must be private and have accessor methods.50
errorMissing a Javadoc comment.52
errorVariable 'imageMagickDir' must be private and have accessor methods.52
errorMissing a Javadoc comment.54
errorVariable 'mediumImageUrl' must be private and have accessor methods.54
errorMissing a Javadoc comment.56
errorVariable 'thumbnailUrl' must be private and have accessor methods.56
errorLine is longer than 80 characters.58
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.60
errorExpected an @return tag.65
errorMethod 'getUploadJournal' is not designed for extension - needs to be abstract, final or empty.65
errorMethod 'setUploadJournal' is not designed for extension - needs to be abstract, final or empty.75
errorParameter newUploadJournal should be final.75
errorExpected @param tag for 'newUploadJournal'.75
errorMissing a Javadoc comment.96
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.100
errorMissing a Javadoc comment.100
errorParameter request should be final.100
errorParameter response should be final.100
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.106
errorMissing a Javadoc comment.106
errorParameter request should be final.106
errorParameter response should be final.106
errorLine is longer than 80 characters.111
errorMissing a Javadoc comment.182
errorParameter request should be final.182
error'2000000000' is a magic number.184
error'if' construct must use '{}'s.216
errorLine is longer than 80 characters.270
errorLine is longer than 80 characters.275
error'+' is not preceded with whitespace.282
error'+' is not followed by whitespace.282
error'+' is not preceded with whitespace.283
error'+' is not followed by whitespace.283
error'100' is a magic number.286
error'500' is a magic number.294
errorLine has trailing spaces.327
errorMethod 'init' is not designed for extension - needs to be abstract, final or empty.331
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.340
errorLine has trailing spaces.348
errorMethod 'getServletInfo' is not designed for extension - needs to be abstract, final or empty.351

edu/mit/stellar/images/ChangeLectureTitle.java

ViolationMessageLine
errorUnused import - java.io.PrintWriter.21
errorUsing the '.*' form of import should be avoided - edu.mit.stellar.hibernate.*.30
errorMissing a Javadoc comment.32
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.44
errorLine has trailing spaces.52
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.62
errorParameter request should be final.62
errorParameter response should be final.62
errorLine has trailing spaces.72
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.82
errorParameter request should be final.82
errorParameter response should be final.82
errorLine is longer than 80 characters.87
errorLine is longer than 80 characters.90
errorLine is longer than 80 characters.93
errorLine is longer than 80 characters.94
errorLine is longer than 80 characters.129
errorLine is longer than 80 characters.141
errorLine has trailing spaces.152

edu/mit/stellar/images/ChangeImageTitle.java

ViolationMessageLine
errorUnused import - java.io.PrintWriter.21
errorUsing the '.*' form of import should be avoided - edu.mit.stellar.hibernate.*.33
errorMissing a Javadoc comment.35
errorLine has trailing spaces.36
errorLine contains a tab character.36
errorFirst sentence should end with a period.37
errorLine contains a tab character.37
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.40
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.52
errorLine has trailing spaces.60
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.70
errorParameter request should be final.70
errorParameter response should be final.70
errorLine has trailing spaces.80
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.90
errorParameter request should be final.90
errorParameter response should be final.90
errorLine has trailing spaces.92
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine is longer than 80 characters.97
errorLine is longer than 80 characters.99
errorLine has trailing spaces.102
errorLine is longer than 80 characters.106
errorLine is longer than 80 characters.107
errorLine is longer than 80 characters.108
errorLine is longer than 80 characters.109
errorLine contains a tab character.111
errorLine is longer than 80 characters.113
errorLine is longer than 80 characters.114
errorLine is longer than 80 characters.116
errorLine contains a tab character.118
errorLine is longer than 80 characters.120
errorLine is longer than 80 characters.122
errorLine has trailing spaces.123
errorLine is longer than 80 characters.126
errorLine is longer than 80 characters.128
errorLine has trailing spaces.135
errorLine has trailing spaces.141

edu/mit/stellar/images/DeleteImageFromStore_demo.java

ViolationMessageLine
errorUnused import - java.io.PrintWriter.4
errorMissing a Javadoc comment.14
errorName 'DeleteImageFromStore_demo' must match pattern '^[A-Z][a-zA-Z0-9]*$'.14
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.26
errorLine has trailing spaces.33
errorLine has trailing spaces.35
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.45
errorParameter request should be final.45
errorParameter response should be final.45
errorLine has trailing spaces.53
errorLine has trailing spaces.56
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.66
errorParameter request should be final.66
errorParameter response should be final.66
errorLine is longer than 80 characters.70
errorLine is longer than 80 characters.73
errorLine is longer than 80 characters.75
errorLine is longer than 80 characters.76
errorLine has trailing spaces.102

edu/mit/stellar/images/Type.java

ViolationMessageLine
errorMissing a Javadoc comment.3
errorMissing a Javadoc comment.5
errorParameter authority should be final.5
errorParameter domain should be final.5
errorParameter keyword should be final.5
errorParameter description should be final.6
errorMissing a Javadoc comment.10
errorParameter authority should be final.10
errorParameter domain should be final.10
errorParameter keyword should be final.10

edu/mit/stellar/images/SaveImagesToStore_demo.java

ViolationMessageLine
errorUnused import - java.io.PrintWriter.4
errorUnused import - java.util.HashMap.5
errorUsing the '.*' form of import should be avoided - edu.mit.stellar.images.component.*.12
errorMissing a Javadoc comment.14
errorName 'SaveImagesToStore_demo' must match pattern '^[A-Z][a-zA-Z0-9]*$'.14
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.26
errorLine has trailing spaces.33
errorLine has trailing spaces.35
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.45
errorParameter request should be final.45
errorParameter response should be final.45
errorLine has trailing spaces.53
errorLine has trailing spaces.56
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.66
errorParameter request should be final.66
errorParameter response should be final.66
errorLine is longer than 80 characters.71
errorLine is longer than 80 characters.74
errorLine is longer than 80 characters.77
errorLine is longer than 80 characters.78
errorLine has trailing spaces.98
errorLine is longer than 80 characters.142
errorLine has trailing spaces.151

edu/mit/stellar/images/MoveImagesToLecture.java

ViolationMessageLine
errorUnused import - java.io.PrintWriter.21
errorUsing the '.*' form of import should be avoided - edu.mit.stellar.hibernate.*.33
errorMissing a Javadoc comment.35
errorLine has trailing spaces.36
errorLine contains a tab character.36
errorFirst sentence should end with a period.37
errorLine contains a tab character.37
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.40
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.52
errorLine has trailing spaces.60
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.70
errorParameter request should be final.70
errorParameter response should be final.70
errorLine has trailing spaces.80
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.90
errorParameter request should be final.90
errorParameter response should be final.90
errorLine has trailing spaces.92
errorLine contains a tab character.92
errorLine contains a tab character.93
errorLine is longer than 80 characters.97
errorLine is longer than 80 characters.100
errorLine is longer than 80 characters.108
errorLine is longer than 80 characters.114
errorLine is longer than 80 characters.115
errorLine has trailing spaces.125
errorLine has trailing spaces.131

edu/mit/stellar/images/ChangeImageDescription.java

ViolationMessageLine
errorUnused import - java.io.PrintWriter.21
errorMissing a Javadoc comment.32
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.44
errorLine has trailing spaces.52
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.62
errorParameter request should be final.62
errorParameter response should be final.62
errorLine has trailing spaces.72
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.82
errorParameter request should be final.82
errorParameter response should be final.82
errorLine is longer than 80 characters.86
errorLine is longer than 80 characters.89
errorLine is longer than 80 characters.92
errorLine is longer than 80 characters.93
errorLine is longer than 80 characters.116
errorLine is longer than 80 characters.130
errorLine is longer than 80 characters.158
errorLine is longer than 80 characters.162
errorLine has trailing spaces.196

edu/mit/stellar/images/ChangeLectureItemTitle.java

ViolationMessageLine
errorUnused import - java.io.PrintWriter.21
errorUnused import - edu.mit.stellar.images.component.CollectionManagerImpl.LecturePage.33
errorUsing the '.*' form of import should be avoided - edu.mit.stellar.hibernate.*.34
errorMissing a Javadoc comment.36
errorLine has trailing spaces.37
errorLine contains a tab character.37
errorFirst sentence should end with a period.38
errorLine contains a tab character.38
errorLine is longer than 80 characters.41
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.41
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.53
errorLine has trailing spaces.61
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.71
errorParameter request should be final.71
errorParameter response should be final.71
errorLine has trailing spaces.81
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.91
errorParameter request should be final.91
errorParameter response should be final.91
errorLine has trailing spaces.93
errorLine contains a tab character.93
errorLine contains a tab character.94
errorLine is longer than 80 characters.98
errorLine is longer than 80 characters.101
errorLine has trailing spaces.105
errorLine is longer than 80 characters.120
errorLine is longer than 80 characters.124
errorLine is longer than 80 characters.127
errorLine is longer than 80 characters.135
errorLine is longer than 80 characters.142
errorLine contains a tab character.142
error'+' is not followed by whitespace.142
errorLine is longer than 80 characters.143
errorLine is longer than 80 characters.144
error'+' is not followed by whitespace.144
errorLine is longer than 80 characters.146
errorLine is longer than 80 characters.148
errorLine has trailing spaces.154
errorLine has trailing spaces.160

edu/mit/stellar/images/SearchRepository.java

ViolationMessageLine
errorUnused import - java.util.Vector.21
errorFirst sentence should end with a period.26
errorLine has trailing spaces.28
errorLine contains a tab character.34
errorMissing a Javadoc comment.34
errorLine contains a tab character.36
errorMissing a Javadoc comment.36
errorLine contains a tab character.38
errorMissing a Javadoc comment.38
errorLine contains a tab character.40
errorMissing a Javadoc comment.40
errorLine contains a tab character.42
errorMissing a Javadoc comment.42
errorLine contains a tab character.44
errorMissing a Javadoc comment.44
errorLine contains a tab character.46
errorMissing a Javadoc comment.46
errorLine contains a tab character.48
errorMissing a Javadoc comment.48
errorLine has trailing spaces.49
errorLine contains a tab character.49
errorFirst sentence should end with a period.50
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.53
errorFirst sentence should end with a period.55
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
errorFirst sentence should end with a period.61
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine has trailing spaces.63
errorLine contains a tab character.63
errorLine contains a tab character.64
errorLine contains a tab character.65
errorLine contains a tab character.66
errorMethod 'setSearchType' is not designed for extension - needs to be abstract, final or empty.66
errorParameter searchTypeInput should be final.66
errorExpected @param tag for 'searchTypeInput'.66
errorLine contains a tab character.67
errorLine contains a tab character.68
errorFirst sentence should end with a period.70
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
errorLine contains a tab character.74
errorLine contains a tab character.75
errorMethod 'getSearchType' is not designed for extension - needs to be abstract, final or empty.75
errorLine contains a tab character.76
errorLine contains a tab character.77
errorFirst sentence should end with a period.79
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.83
errorLine contains a tab character.84
errorMethod 'setCriteria' is not designed for extension - needs to be abstract, final or empty.84
errorParameter criteriaInput should be final.84
errorExpected @param tag for 'criteriaInput'.84
errorLine contains a tab character.85
errorLine contains a tab character.86
errorFirst sentence should end with a period.88
errorLine contains a tab character.88
errorLine contains a tab character.89
errorLine has trailing spaces.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
errorMethod 'getCriteria' is not designed for extension - needs to be abstract, final or empty.93
errorLine contains a tab character.94
errorLine contains a tab character.95
errorFirst sentence should end with a period.97
errorLine contains a tab character.97
errorLine contains a tab character.98
errorLine has trailing spaces.99
errorLine contains a tab character.99
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine contains a tab character.102
errorMethod 'setIdManager' is not designed for extension - needs to be abstract, final or empty.102
errorParameter inputIdManager should be final.102
errorExpected @param tag for 'inputIdManager'.102
errorLine contains a tab character.103
errorLine contains a tab character.104
errorFirst sentence should end with a period.106
errorLine contains a tab character.106
errorLine contains a tab character.107
errorLine has trailing spaces.108
errorLine contains a tab character.108
errorLine contains a tab character.109
errorLine contains a tab character.110
errorLine contains a tab character.111
errorMethod 'getIdManager' is not designed for extension - needs to be abstract, final or empty.111
errorLine contains a tab character.112
errorLine contains a tab character.113
errorFirst sentence should end with a period.115
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
errorLine contains a tab character.119
errorLine contains a tab character.120
errorMethod 'setRepositoryManager' is not designed for extension - needs to be abstract, final or empty.120
errorLine is longer than 80 characters.121
errorLine contains a tab character.121
errorParameter inputRepositoryManager should be final.121
errorExpected @param tag for 'inputRepositoryManager'.121
errorLine contains a tab character.122
errorLine contains a tab character.123
errorFirst sentence should end with a period.125
errorLine contains a tab character.125
errorLine contains a tab character.126
errorLine has trailing spaces.127
errorLine contains a tab character.127
errorLine contains a tab character.128
errorLine contains a tab character.129
errorLine contains a tab character.130
errorMethod 'getRepositoryManager' is not designed for extension - needs to be abstract, final or empty.130
errorLine contains a tab character.131
errorLine contains a tab character.132
errorFirst sentence should end with a period.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
errorMethod 'getSearchResult' is not designed for extension - needs to be abstract, final or empty.139
errorLine has trailing spaces.140
errorLine contains a tab character.140
errorLine contains a tab character.141
errorLine contains a tab character.144
errorLine contains a tab character.146
errorLine contains a tab character.148
errorLine is longer than 80 characters.150
errorLine contains a tab character.150
errorLine contains a tab character.151
errorLine contains a tab character.153
errorLine contains a tab character.155
errorLine is longer than 80 characters.156
errorLine contains a tab character.156
errorLine contains a tab character.157
errorLine is longer than 80 characters.158
errorLine contains a tab character.158
errorLine contains a tab character.159
errorLine is longer than 80 characters.160
errorLine contains a tab character.160
errorLine contains a tab character.161
errorLine is longer than 80 characters.162
errorLine contains a tab character.162
errorLine contains a tab character.163
errorLine contains a tab character.165
errorLine contains a tab character.166
errorLine is longer than 80 characters.167
errorLine contains a tab character.167
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 is longer than 80 characters.171
errorLine contains a tab character.171
errorLine contains a tab character.172
errorLine is longer than 80 characters.174
errorLine contains a tab character.174
errorLine is longer than 80 characters.175
errorLine contains a tab character.175
errorLine is longer than 80 characters.176
errorLine contains a tab character.176
errorLine contains a tab character.177
errorLine contains a tab character.179
errorLine is longer than 80 characters.181
errorLine contains a tab character.181
errorLine contains a tab character.183
errorLine is longer than 80 characters.184
errorLine contains a tab character.184
errorLine contains a tab character.185
errorLine is longer than 80 characters.186
errorLine contains a tab character.186
errorLine contains a tab character.187
errorLine is longer than 80 characters.188
errorLine contains a tab character.188
errorLine contains a tab character.189
errorLine is longer than 80 characters.190
errorLine contains a tab character.190
errorLine contains a tab character.191
errorLine is longer than 80 characters.192
errorLine contains a tab character.192
errorLine contains a tab character.193
errorLine is longer than 80 characters.194
errorLine contains a tab character.194
errorLine contains a tab character.195
errorLine is longer than 80 characters.197
errorLine contains a tab character.197
errorLine is longer than 80 characters.198
errorLine contains a tab character.198
errorLine is longer than 80 characters.199
errorLine contains a tab character.199
errorLine contains a tab character.201
errorLine is longer than 80 characters.202
errorLine contains a tab character.202
errorLine contains a tab character.203
errorLine is longer than 80 characters.204
errorLine contains a tab character.204
errorLine is longer than 80 characters.205
errorLine contains a tab character.205
errorLine is longer than 80 characters.206
errorLine contains a tab character.206
errorLine is longer than 80 characters.207
errorLine contains a tab character.207
errorLine is longer than 80 characters.209
errorLine contains a tab character.209
errorLine contains a tab character.210
errorLine is longer than 80 characters.211
errorLine contains a tab character.211
errorLine contains a tab character.212
errorLine is longer than 80 characters.213
errorLine contains a tab character.213
errorLine is longer than 80 characters.214
errorLine contains a tab character.214
errorLine is longer than 80 characters.215
errorLine contains a tab character.215
errorLine is longer than 80 characters.216
errorLine contains a tab character.216
errorLine is longer than 80 characters.217
errorLine contains a tab character.217
errorLine is longer than 80 characters.218
errorLine contains a tab character.218
errorLine is longer than 80 characters.219
errorLine contains a tab character.219
errorLine is longer than 80 characters.220
errorLine contains a tab character.220
errorLine is longer than 80 characters.221
errorLine contains a tab character.221
errorLine is longer than 80 characters.223
errorLine contains a tab character.223
errorLine is longer than 80 characters.225
errorLine contains a tab character.225
errorLine is longer than 80 characters.226
errorLine contains a tab character.226
errorLine is longer than 80 characters.227
errorLine contains a tab character.227
errorLine contains a tab character.228
errorLine is longer than 80 characters.229
errorLine contains a tab character.229
errorLine is longer than 80 characters.230
errorLine contains a tab character.230
errorLine is longer than 80 characters.231
errorLine contains a tab character.231
errorLine is longer than 80 characters.232
errorLine contains a tab character.232
errorLine is longer than 80 characters.233
errorLine contains a tab character.233
errorLine is longer than 80 characters.234
errorLine contains a tab character.234
errorLine is longer than 80 characters.235
errorLine contains a tab character.235
errorLine has trailing spaces.236
errorLine contains a tab character.236
errorLine contains a tab character.237
errorLine is longer than 80 characters.238
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 is longer than 80 characters.241
errorLine contains a tab character.241
errorLine is longer than 80 characters.242
errorLine contains a tab character.242
errorLine is longer than 80 characters.243
errorLine contains a tab character.243
errorLine is longer than 80 characters.244
errorLine contains a tab character.244
errorLine is longer than 80 characters.245
errorLine contains a tab character.245
errorLine is longer than 80 characters.246
errorLine contains a tab character.246
errorLine is longer than 80 characters.247
errorLine contains a tab character.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.251
errorLine contains a tab character.251
errorLine contains a tab character.253
errorLine contains a tab character.254
errorLine contains a tab character.255
errorLine contains a tab character.256
errorLine contains a tab character.257
errorLine has trailing spaces.258
errorLine contains a tab character.258
errorLine contains a tab character.259
errorLine is longer than 80 characters.260
errorLine contains a tab character.260
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 contains a tab character.265
errorLine contains a tab character.266
errorLine contains a tab character.268
errorLine is longer than 80 characters.269
errorLine contains a tab character.269
errorLine contains a tab character.271
errorLine contains a tab character.273
errorLine contains a tab character.274
errorFirst sentence should end with a period.276
errorLine contains a tab character.276
errorLine contains a tab character.277
errorLine has trailing spaces.278
errorLine contains a tab character.278
errorLine contains a tab character.279
errorLine contains a tab character.280
errorLine contains a tab character.281
errorMethod 'setRvcRepositoryManager' is not designed for extension - needs to be abstract, final or empty.281
errorLine is longer than 80 characters.282
errorLine contains a tab character.282
errorParameter inputRvcRepositoryManager should be final.282
errorExpected @param tag for 'inputRvcRepositoryManager'.282
errorLine contains a tab character.283
errorLine contains a tab character.284
errorFirst sentence should end with a period.286
errorLine contains a tab character.286
errorLine contains a tab character.287
errorLine has trailing spaces.288
errorLine contains a tab character.288
errorLine contains a tab character.289
errorLine contains a tab character.290
errorLine contains a tab character.291
errorMethod 'getRvcRepositoryManager' is not designed for extension - needs to be abstract, final or empty.291
errorLine contains a tab character.292
errorLine contains a tab character.293
errorFirst sentence should end with a period.295
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
errorMethod 'getRvcSearchResult' is not designed for extension - needs to be abstract, final or empty.300
errorMethod length is 204 lines (max allowed is 150).300
errorLine has trailing spaces.301
errorLine contains a tab character.301
errorLine contains a tab character.302
errorLine is longer than 80 characters.303
errorLine contains a tab character.303
errorLine contains a tab character.304
errorLine contains a tab character.305
errorLine contains a tab character.306
errorLine contains a tab character.308
errorLine is longer than 80 characters.309
errorLine contains a tab character.309
errorLine contains a tab character.310
errorLine contains a tab character.312
errorLine contains a tab character.314
errorLine is longer than 80 characters.315
errorLine contains a tab character.315
errorLine contains a tab character.316
errorLine is longer than 80 characters.317
errorLine contains a tab character.317
errorLine contains a tab character.318
errorLine is longer than 80 characters.319
errorLine contains a tab character.319
errorLine contains a tab character.320
errorLine is longer than 80 characters.321
errorLine contains a tab character.321
errorLine contains a tab character.322
errorLine contains a tab character.324
errorLine contains a tab character.325
errorLine is longer than 80 characters.326
errorLine contains a tab character.326
errorLine contains a tab character.327
errorLine is longer than 80 characters.328
errorLine contains a tab character.328
errorLine contains a tab character.329
errorLine is longer than 80 characters.330
errorLine contains a tab character.330
errorLine contains a tab character.331
errorLine is longer than 80 characters.333
errorLine contains a tab character.333
errorLine is longer than 80 characters.334
errorLine contains a tab character.334
errorLine is longer than 80 characters.335
errorLine contains a tab character.335
errorLine contains a tab character.336
errorLine contains a tab character.338
errorLine is longer than 80 characters.339
errorLine contains a tab character.339
errorLine contains a tab character.341
errorLine is longer than 80 characters.342
errorLine contains a tab character.342
errorLine contains a tab character.343
errorLine is longer than 80 characters.344
errorLine contains a tab character.344
errorLine contains a tab character.345
errorLine is longer than 80 characters.346
errorLine contains a tab character.346
errorLine contains a tab character.347
errorLine is longer than 80 characters.348
errorLine contains a tab character.348
errorLine contains a tab character.349
errorLine is longer than 80 characters.350
errorLine contains a tab character.350
errorLine contains a tab character.351
errorLine contains a tab character.352
errorLine is longer than 80 characters.353
errorLine contains a tab character.353
errorLine is longer than 80 characters.354
errorLine contains a tab character.354
errorLine contains a tab character.355
errorLine is longer than 80 characters.356
errorLine contains a tab character.356
errorLine contains a tab character.357
errorLine is longer than 80 characters.358
errorLine contains a tab character.358
errorLine is longer than 80 characters.359
errorLine contains a tab character.359
errorLine is longer than 80 characters.360
errorLine contains a tab character.360
errorLine is longer than 80 characters.361
errorLine contains a tab character.361
errorLine is longer than 80 characters.362
errorLine contains a tab character.362
errorLine contains a tab character.363
errorLine is longer than 80 characters.364
errorLine contains a tab character.364
errorLine contains a tab character.365
errorLine is longer than 80 characters.366
errorLine contains a tab character.366
errorLine is longer than 80 characters.367
errorLine contains a tab character.367
errorLine is longer than 80 characters.368
errorLine contains a tab character.368
errorLine contains a tab character.369
errorLine is longer than 80 characters.370
errorLine contains a tab character.370
errorLine contains a tab character.371
errorLine is longer than 80 characters.372
errorLine contains a tab character.372
errorLine contains a tab character.373
errorLine contains a tab character.375
errorLine is longer than 80 characters.376
errorLine contains a tab character.376
errorLine is longer than 80 characters.377
errorLine contains a tab character.377
errorLine is longer than 80 characters.378
errorLine contains a tab character.378
errorLine contains a tab character.379
errorLine is longer than 80 characters.380
errorLine contains a tab character.380
errorLine contains a tab character.381
errorLine is longer than 80 characters.382
errorLine contains a tab character.382
errorLine contains a tab character.383
errorLine is longer than 80 characters.384
errorLine contains a tab character.384
errorLine contains a tab character.385
errorLine is longer than 80 characters.387
errorLine contains a tab character.387
errorLine is longer than 80 characters.388
errorLine contains a tab character.388
errorLine is longer than 80 characters.389
errorLine contains a tab character.389
errorLine contains a tab character.391
errorLine is longer than 80 characters.392
errorLine contains a tab character.392
errorLine is longer than 80 characters.393
errorLine contains a tab character.393
errorLine is longer than 80 characters.394
errorLine contains a tab character.394
errorLine is longer than 80 characters.395
errorLine contains a tab character.395
errorLine is longer than 80 characters.396
errorLine contains a tab character.396
errorLine is longer than 80 characters.397
errorLine contains a tab character.397
errorLine is longer than 80 characters.398
errorLine contains a tab character.398
errorLine is longer than 80 characters.399
errorLine contains a tab character.399
errorLine is longer than 80 characters.400
errorLine contains a tab character.400
errorLine is longer than 80 characters.401
errorLine contains a tab character.401
errorLine is longer than 80 characters.402
errorLine contains a tab character.402
errorLine has trailing spaces.403
errorLine is longer than 80 characters.403
errorLine contains a tab character.403
errorLine contains a tab character.404
errorLine is longer than 80 characters.405
errorLine contains a tab character.405
errorLine is longer than 80 characters.406
errorLine contains a tab character.406
errorLine is longer than 80 characters.407
errorLine contains a tab character.407
errorLine is longer than 80 characters.408
errorLine contains a tab character.408
errorLine is longer than 80 characters.409
errorLine contains a tab character.409
errorLine is longer than 80 characters.410
errorLine contains a tab character.410
errorLine is longer than 80 characters.411
errorLine contains a tab character.411
errorLine has trailing spaces.412
errorLine contains a tab character.412
errorLine contains a tab character.413
errorLine is longer than 80 characters.414
errorLine contains a tab character.414
errorLine contains a tab character.415
errorLine is longer than 80 characters.416
errorLine contains a tab character.416
errorLine contains a tab character.417
errorLine is longer than 80 characters.418
errorLine contains a tab character.418
errorLine contains a tab character.419
errorLine is longer than 80 characters.420
errorLine contains a tab character.420
errorLine contains a tab character.421
errorLine is longer than 80 characters.422
errorLine contains a tab character.422
errorLine contains a tab character.423
errorLine is longer than 80 characters.424
errorLine contains a tab character.424
errorLine contains a tab character.425
errorLine is longer than 80 characters.426
errorLine contains a tab character.426
errorLine contains a tab character.427
errorLine is longer than 80 characters.428
errorLine contains a tab character.428
errorLine contains a tab character.429
errorLine is longer than 80 characters.430
errorLine contains a tab character.430
errorLine contains a tab character.431
errorLine is longer than 80 characters.432
errorLine contains a tab character.432
errorLine contains a tab character.433
errorLine is longer than 80 characters.434
errorLine contains a tab character.434
errorLine contains a tab character.435
errorLine is longer than 80 characters.436
errorLine contains a tab character.436
errorLine contains a tab character.437
errorLine has trailing spaces.438
errorLine contains a tab character.438
errorLine is longer than 80 characters.439
errorLine contains a tab character.439
errorLine is longer than 80 characters.440
errorLine contains a tab character.440
errorLine is longer than 80 characters.441
errorLine contains a tab character.441
errorLine is longer than 80 characters.443
errorLine contains a tab character.443
errorLine is longer than 80 characters.444
errorLine contains a tab character.444
errorLine is longer than 80 characters.445
errorLine contains a tab character.445
errorLine is longer than 80 characters.446
errorLine contains a tab character.446
errorLine contains a tab character.447
errorLine is longer than 80 characters.448
errorLine contains a tab character.448
errorLine is longer than 80 characters.449
errorLine contains a tab character.449
errorLine is longer than 80 characters.450
errorLine contains a tab character.450
errorLine is longer than 80 characters.451
errorLine contains a tab character.451
errorLine is longer than 80 characters.452
errorLine contains a tab character.452
errorLine is longer than 80 characters.453
errorLine contains a tab character.453
errorLine is longer than 80 characters.454
errorLine contains a tab character.454
errorLine is longer than 80 characters.455
errorLine contains a tab character.455
errorLine is longer than 80 characters.456
errorLine contains a tab character.456
errorLine is longer than 80 characters.457
errorLine contains a tab character.457
errorLine contains a tab character.458
errorLine is longer than 80 characters.459
errorLine contains a tab character.459
errorLine is longer than 80 characters.460
errorLine contains a tab character.460
errorLine contains a tab character.462
errorLine is longer than 80 characters.463
errorLine contains a tab character.463
errorLine contains a tab character.464
errorLine is longer than 80 characters.465
errorLine contains a tab character.465
errorLine is longer than 80 characters.466
errorLine contains a tab character.466
errorLine is longer than 80 characters.467
errorLine contains a tab character.467
errorLine is longer than 80 characters.468
errorLine contains a tab character.468
errorLine is longer than 80 characters.469
errorLine contains a tab character.469
errorLine is longer than 80 characters.470
errorLine contains a tab character.470
errorLine is longer than 80 characters.471
errorLine contains a tab character.471
errorLine is longer than 80 characters.472
errorLine contains a tab character.472
errorLine is longer than 80 characters.473
errorLine contains a tab character.473
errorLine is longer than 80 characters.474
errorLine contains a tab character.474
errorLine is longer than 80 characters.475
errorLine contains a tab character.475
errorLine is longer than 80 characters.476
errorLine contains a tab character.476
errorLine is longer than 80 characters.477
errorLine contains a tab character.477
errorLine is longer than 80 characters.478
errorLine contains a tab character.478
errorLine is longer than 80 characters.479
errorLine contains a tab character.479
errorLine contains a tab character.480
errorLine is longer than 80 characters.481
errorLine contains a tab character.481
errorLine contains a tab character.483
errorLine contains a tab character.484
errorLine contains a tab character.485
errorLine contains a tab character.486
errorLine contains a tab character.487
errorLine contains a tab character.488
errorLine is longer than 80 characters.489
errorLine contains a tab character.489
errorLine contains a tab character.490
errorLine contains a tab character.491
errorLine contains a tab character.492
errorLine contains a tab character.493
errorLine contains a tab character.494
errorLine contains a tab character.495
errorLine contains a tab character.497
errorLine is longer than 80 characters.498
errorLine contains a tab character.498
errorLine contains a tab character.500
errorLine contains a tab character.502
errorLine contains a tab character.503
errorFirst sentence should end with a period.505
errorLine contains a tab character.505
errorLine contains a tab character.506
errorLine has trailing spaces.507
errorLine contains a tab character.507
errorLine contains a tab character.508
errorLine contains a tab character.509
errorLine contains a tab character.510
errorMethod 'getAllSearchResult' is not designed for extension - needs to be abstract, final or empty.510
errorMethod length is 442 lines (max allowed is 150).510
errorLine contains a tab character.511
errorLine is longer than 80 characters.512
errorLine contains a tab character.512
errorLine contains a tab character.513
errorLine contains a tab character.514
errorLine contains a tab character.515
errorLine contains a tab character.517
errorLine contains a tab character.519
errorLine contains a tab character.521
errorLine is longer than 80 characters.522
errorLine contains a tab character.522
errorLine contains a tab character.523
errorLine is longer than 80 characters.524
errorLine contains a tab character.524
errorLine contains a tab character.525
errorLine is longer than 80 characters.526
errorLine contains a tab character.526
errorLine contains a tab character.527
errorLine is longer than 80 characters.528
errorLine contains a tab character.528
errorLine contains a tab character.529
errorLine contains a tab character.531
errorLine is longer than 80 characters.532
errorLine contains a tab character.532
errorLine contains a tab character.533
errorLine contains a tab character.535
errorLine contains a tab character.536
errorLine is longer than 80 characters.537
errorLine contains a tab character.537
errorLine contains a tab character.538
errorLine is longer than 80 characters.539
errorLine contains a tab character.539
errorLine contains a tab character.540
errorLine is longer than 80 characters.541
errorLine contains a tab character.541
errorLine contains a tab character.542
errorLine is longer than 80 characters.544
errorLine contains a tab character.544
errorLine is longer than 80 characters.545
errorLine contains a tab character.545
errorLine is longer than 80 characters.546
errorLine contains a tab character.546
errorLine contains a tab character.547
errorLine contains a tab character.549
errorLine is longer than 80 characters.550
errorLine contains a tab character.550
errorLine contains a tab character.552
errorLine is longer than 80 characters.553
errorLine contains a tab character.553
errorLine contains a tab character.554
errorLine is longer than 80 characters.555
errorLine contains a tab character.555
errorLine contains a tab character.556
errorLine is longer than 80 characters.557
errorLine contains a tab character.557
errorLine contains a tab character.558
errorLine is longer than 80 characters.559
errorLine contains a tab character.559
errorLine contains a tab character.560
errorLine is longer than 80 characters.561
errorLine contains a tab character.561
errorLine contains a tab character.562
errorLine contains a tab character.563
errorLine is longer than 80 characters.564
errorLine contains a tab character.564
errorLine is longer than 80 characters.565
errorLine contains a tab character.565
errorLine contains a tab character.566
errorLine is longer than 80 characters.567
errorLine contains a tab character.567
errorLine contains a tab character.568
errorLine is longer than 80 characters.569
errorLine contains a tab character.569
errorLine is longer than 80 characters.570
errorLine contains a tab character.570
errorLine is longer than 80 characters.571
errorLine contains a tab character.571
errorLine is longer than 80 characters.572
errorLine contains a tab character.572
errorLine is longer than 80 characters.573
errorLine contains a tab character.573
errorLine contains a tab character.574
errorLine is longer than 80 characters.575
errorLine contains a tab character.575
errorLine contains a tab character.576
errorLine is longer than 80 characters.577
errorLine contains a tab character.577
errorLine is longer than 80 characters.578
errorLine contains a tab character.578
errorLine is longer than 80 characters.579
errorLine contains a tab character.579
errorLine contains a tab character.580
errorLine is longer than 80 characters.581
errorLine contains a tab character.581
errorLine contains a tab character.582
errorLine is longer than 80 characters.583
errorLine contains a tab character.583
errorLine contains a tab character.584
errorLine contains a tab character.586
errorLine is longer than 80 characters.587
errorLine contains a tab character.587
errorLine is longer than 80 characters.588
errorLine contains a tab character.588
errorLine is longer than 80 characters.589
errorLine contains a tab character.589
errorLine contains a tab character.590
errorLine is longer than 80 characters.591
errorLine contains a tab character.591
errorLine contains a tab character.592
errorLine is longer than 80 characters.593
errorLine contains a tab character.593
errorLine contains a tab character.594
errorLine is longer than 80 characters.595
errorLine contains a tab character.595
errorLine contains a tab character.596
errorLine is longer than 80 characters.598
errorLine contains a tab character.598
errorLine is longer than 80 characters.599
errorLine contains a tab character.599
errorLine is longer than 80 characters.600
errorLine contains a tab character.600
errorLine contains a tab character.602
errorLine is longer than 80 characters.603
errorLine contains a tab character.603
errorLine contains a tab character.604
errorLine is longer than 80 characters.605
errorLine contains a tab character.605
errorLine is longer than 80 characters.606
errorLine contains a tab character.606
errorLine is longer than 80 characters.607
errorLine contains a tab character.607
errorLine is longer than 80 characters.608
errorLine contains a tab character.608
errorLine contains a tab character.609
errorLine is longer than 80 characters.610
errorLine contains a tab character.610
errorLine is longer than 80 characters.611
errorLine contains a tab character.611
errorLine is longer than 80 characters.612
errorLine contains a tab character.612
errorLine is longer than 80 characters.613
errorLine contains a tab character.613
errorLine is longer than 80 characters.614
errorLine contains a tab character.614
errorLine is longer than 80 characters.615
errorLine contains a tab character.615
errorLine is longer than 80 characters.616
errorLine contains a tab character.616
errorLine is longer than 80 characters.617
errorLine contains a tab character.617
errorLine is longer than 80 characters.618
errorLine contains a tab character.618
errorLine is longer than 80 characters.619
errorLine contains a tab character.619
errorLine is longer than 80 characters.620
errorLine contains a tab character.620
errorLine is longer than 80 characters.621
errorLine contains a tab character.621
errorLine contains a tab character.622
errorLine is longer than 80 characters.623
errorLine contains a tab character.623
errorLine contains a tab character.624
errorLine is longer than 80 characters.625
errorLine contains a tab character.625
errorLine is longer than 80 characters.626
errorLine contains a tab character.626
errorLine is longer than 80 characters.627
errorLine contains a tab character.627
errorLine is longer than 80 characters.628
errorLine contains a tab character.628
errorLine is longer than 80 characters.629
errorLine contains a tab character.629
errorLine is longer than 80 characters.630
errorLine contains a tab character.630
errorLine is longer than 80 characters.631
errorLine contains a tab character.631
errorLine is longer than 80 characters.632
errorLine contains a tab character.632
errorLine is longer than 80 characters.633
errorLine contains a tab character.633
errorLine is longer than 80 characters.634
errorLine contains a tab character.634
errorLine is longer than 80 characters.635
errorLine contains a tab character.635
errorLine is longer than 80 characters.636
errorLine contains a tab character.636
errorLine is longer than 80 characters.638
errorLine contains a tab character.638
errorLine is longer than 80 characters.640
errorLine contains a tab character.640
errorLine is longer than 80 characters.641
errorLine contains a tab character.641
errorLine is longer than 80 characters.642
errorLine contains a tab character.642
errorLine contains a tab character.643
errorLine is longer than 80 characters.644
errorLine contains a tab character.644
errorLine is longer than 80 characters.645
errorLine contains a tab character.645
errorLine is longer than 80 characters.646
errorLine contains a tab character.646
errorLine is longer than 80 characters.647
errorLine contains a tab character.647
errorLine is longer than 80 characters.648
errorLine contains a tab character.648
errorLine is longer than 80 characters.649
errorLine contains a tab character.649
errorLine is longer than 80 characters.650
errorLine contains a tab character.650
errorLine is longer than 80 characters.651
errorLine contains a tab character.651
errorLine is longer than 80 characters.652
errorLine contains a tab character.652
errorLine is longer than 80 characters.653
errorLine contains a tab character.653
errorLine is longer than 80 characters.654
errorLine contains a tab character.654
errorLine is longer than 80 characters.655
errorLine contains a tab character.655
errorLine is longer than 80 characters.656
errorLine contains a tab character.656
errorLine contains a tab character.657
errorLine has trailing spaces.658
errorLine contains a tab character.658
errorLine contains a tab character.659
errorLine is longer than 80 characters.660
errorLine contains a tab character.660
errorLine contains a tab character.661
errorLine is longer than 80 characters.662
errorLine contains a tab character.662
errorLine is longer than 80 characters.663
errorLine contains a tab character.663
errorLine is longer than 80 characters.664
errorLine contains a tab character.664
errorLine is longer than 80 characters.665
errorLine contains a tab character.665
errorLine is longer than 80 characters.666
errorLine contains a tab character.666
errorLine is longer than 80 characters.667
errorLine contains a tab character.667
errorLine is longer than 80 characters.668
errorLine contains a tab character.668
errorLine is longer than 80 characters.669
errorLine contains a tab character.669
errorLine is longer than 80 characters.670
errorLine contains a tab character.670
errorLine is longer than 80 characters.671
errorLine contains a tab character.671
errorLine is longer than 80 characters.672
errorLine contains a tab character.672
errorLine is longer than 80 characters.673
errorLine contains a tab character.673
errorLine is longer than 80 characters.674
errorLine contains a tab character.674
errorLine is longer than 80 characters.675
errorLine contains a tab character.675
errorLine is longer than 80 characters.676
errorLine contains a tab character.676
errorLine is longer than 80 characters.677
errorLine contains a tab character.677
errorLine is longer than 80 characters.678
errorLine contains a tab character.678
errorLine contains a tab character.679
errorLine has trailing spaces.680
errorLine contains a tab character.680
errorLine contains a tab character.681
errorLine is longer than 80 characters.682
errorLine contains a tab character.682
errorLine contains a tab character.684
errorLine is longer than 80 characters.685
errorLine contains a tab character.685
errorLine contains a tab character.686
errorLine is longer than 80 characters.687
errorLine contains a tab character.687
errorLine contains a tab character.688
errorLine is longer than 80 characters.689
errorLine contains a tab character.689
errorLine contains a tab character.690
errorLine is longer than 80 characters.691
errorLine contains a tab character.691
errorLine contains a tab character.692
errorLine is longer than 80 characters.693
errorLine contains a tab character.693
errorLine contains a tab character.694
errorLine contains a tab character.695
errorLine is longer than 80 characters.696
errorLine contains a tab character.696
errorLine is longer than 80 characters.697
errorLine contains a tab character.697
errorLine contains a tab character.698
errorLine is longer than 80 characters.699
errorLine contains a tab character.699
errorLine contains a tab character.700
errorLine is longer than 80 characters.701
errorLine contains a tab character.701
errorLine is longer than 80 characters.702
errorLine contains a tab character.702
errorLine is longer than 80 characters.703
errorLine contains a tab character.703
errorLine is longer than 80 characters.704
errorLine contains a tab character.704
errorLine is longer than 80 characters.705
errorLine contains a tab character.705
errorLine contains a tab character.706
errorLine is longer than 80 characters.707
errorLine contains a tab character.707
errorLine contains a tab character.708
errorLine is longer than 80 characters.709
errorLine contains a tab character.709
errorLine is longer than 80 characters.710
errorLine contains a tab character.710
errorLine is longer than 80 characters.711
errorLine contains a tab character.711
errorLine contains a tab character.712
errorLine is longer than 80 characters.713
errorLine contains a tab character.713
errorLine contains a tab character.714
errorLine is longer than 80 characters.715
errorLine contains a tab character.715
errorLine contains a tab character.716
errorLine contains a tab character.718
errorLine is longer than 80 characters.719
errorLine contains a tab character.719
errorLine is longer than 80 characters.720
errorLine contains a tab character.720
errorLine is longer than 80 characters.721
errorLine contains a tab character.721
errorLine contains a tab character.722
errorLine is longer than 80 characters.723
errorLine contains a tab character.723
errorLine contains a tab character.724
errorLine is longer than 80 characters.725
errorLine contains a tab character.725
errorLine contains a tab character.726
errorLine is longer than 80 characters.727
errorLine contains a tab character.727
errorLine contains a tab character.728
errorLine is longer than 80 characters.730
errorLine contains a tab character.730
errorLine is longer than 80 characters.731
errorLine contains a tab character.731
errorLine is longer than 80 characters.732
errorLine contains a tab character.732
errorLine contains a tab character.734
errorLine is longer than 80 characters.735
errorLine contains a tab character.735
errorLine is longer than 80 characters.736
errorLine contains a tab character.736
errorLine is longer than 80 characters.737
errorLine contains a tab character.737
errorLine is longer than 80 characters.738
errorLine contains a tab character.738
errorLine is longer than 80 characters.739
errorLine contains a tab character.739
errorLine is longer than 80 characters.740
errorLine contains a tab character.740
errorLine is longer than 80 characters.741
errorLine contains a tab character.741
errorLine is longer than 80 characters.742
errorLine contains a tab character.742
errorLine is longer than 80 characters.743
errorLine contains a tab character.743
errorLine is longer than 80 characters.744
errorLine contains a tab character.744
errorLine is longer than 80 characters.745
errorLine contains a tab character.745
errorLine has trailing spaces.746
errorLine is longer than 80 characters.746
errorLine contains a tab character.746
errorLine contains a tab character.747
errorLine is longer than 80 characters.748
errorLine contains a tab character.748
errorLine has trailing spaces.749
errorLine contains a tab character.749
errorLine contains a tab character.750
errorLine is longer than 80 characters.751
errorLine contains a tab character.751
errorLine contains a tab character.752
errorLine is longer than 80 characters.753
errorLine contains a tab character.753
errorLine contains a tab character.754
errorLine is longer than 80 characters.755
errorLine contains a tab character.755
errorLine contains a tab character.756
errorLine is longer than 80 characters.757
errorLine contains a tab character.757
errorLine contains a tab character.758
errorLine is longer than 80 characters.759
errorLine contains a tab character.759
errorLine contains a tab character.760
errorLine is longer than 80 characters.761
errorLine contains a tab character.761
errorLine contains a tab character.762
errorLine is longer than 80 characters.763
errorLine contains a tab character.763
errorLine contains a tab character.764
errorLine is longer than 80 characters.765
errorLine contains a tab character.765
errorLine contains a tab character.766
errorLine is longer than 80 characters.767
errorLine contains a tab character.767
errorLine contains a tab character.768
errorLine is longer than 80 characters.769
errorLine contains a tab character.769
errorLine contains a tab character.770
errorLine is longer than 80 characters.771
errorLine contains a tab character.771
errorLine contains a tab character.772
errorLine is longer than 80 characters.773
errorLine contains a tab character.773
errorLine contains a tab character.774
errorLine has trailing spaces.775
errorLine contains a tab character.775
errorLine is longer than 80 characters.776
errorLine contains a tab character.776
errorLine is longer than 80 characters.777
errorLine contains a tab character.777
errorLine is longer than 80 characters.778
errorLine contains a tab character.778
errorLine is longer than 80 characters.780
errorLine contains a tab character.780
errorLine is longer than 80 characters.781
errorLine contains a tab character.781
errorLine is longer than 80 characters.782
errorLine contains a tab character.782
errorLine is longer than 80 characters.783
errorLine contains a tab character.783
errorLine contains a tab character.784
errorLine is longer than 80 characters.785
errorLine contains a tab character.785
errorLine is longer than 80 characters.786
errorLine contains a tab character.786
errorLine is longer than 80 characters.787
errorLine contains a tab character.787
errorLine is longer than 80 characters.788
errorLine contains a tab character.788
errorLine is longer than 80 characters.789
errorLine contains a tab character.789
errorLine is longer than 80 characters.790
errorLine contains a tab character.790
errorLine is longer than 80 characters.791
errorLine contains a tab character.791
errorLine is longer than 80 characters.792
errorLine contains a tab character.792
errorLine is longer than 80 characters.793
errorLine contains a tab character.793
errorLine is longer than 80 characters.794
errorLine contains a tab character.794
errorLine contains a tab character.795
errorLine is longer than 80 characters.796
errorLine contains a tab character.796
errorLine is longer than 80 characters.797
errorLine contains a tab character.797
errorLine contains a tab character.799
errorLine is longer than 80 characters.800
errorLine contains a tab character.800
errorLine contains a tab character.801
errorLine is longer than 80 characters.802
errorLine contains a tab character.802
errorLine is longer than 80 characters.803
errorLine contains a tab character.803
errorLine is longer than 80 characters.804
errorLine contains a tab character.804
errorLine is longer than 80 characters.805
errorLine contains a tab character.805
errorLine is longer than 80 characters.806
errorLine contains a tab character.806
errorLine is longer than 80 characters.807
errorLine contains a tab character.807
errorLine is longer than 80 characters.808
errorLine contains a tab character.808
errorLine is longer than 80 characters.809
errorLine contains a tab character.809
errorLine is longer than 80 characters.810
errorLine contains a tab character.810
errorLine is longer than 80 characters.811
errorLine contains a tab character.811
errorLine is longer than 80 characters.812
errorLine contains a tab character.812
errorLine is longer than 80 characters.813
errorLine contains a tab character.813
errorLine is longer than 80 characters.814
errorLine contains a tab character.814
errorLine is longer than 80 characters.815
errorLine contains a tab character.815
errorLine is longer than 80 characters.816
errorLine contains a tab character.816
errorLine contains a tab character.817
errorLine is longer than 80 characters.819
errorLine contains a tab character.819
errorLine contains a tab character.821
errorLine contains a tab character.822
errorLine contains a tab character.823
errorLine contains a tab character.824
errorLine contains a tab character.825
errorLine contains a tab character.826
errorLine is longer than 80 characters.827
errorLine contains a tab character.827
errorLine contains a tab character.828
errorLine contains a tab character.829
errorLine contains a tab character.830
errorLine contains a tab character.832
errorLine is longer than 80 characters.833
errorLine contains a tab character.833
errorLine contains a tab character.835
errorLine contains a tab character.836
errorLine is longer than 80 characters.837
errorLine contains a tab character.837
errorLine contains a tab character.838
errorLine is longer than 80 characters.839
errorLine contains a tab character.839
errorLine contains a tab character.840
errorLine is longer than 80 characters.841
errorLine contains a tab character.841
errorLine contains a tab character.842
errorLine is longer than 80 characters.844
errorLine contains a tab character.844
errorLine is longer than 80 characters.845
errorLine contains a tab character.845
errorLine is longer than 80 characters.846
errorLine contains a tab character.846
errorLine contains a tab character.847
errorLine contains a tab character.849
errorLine is longer than 80 characters.851
errorLine contains a tab character.851
errorLine contains a tab character.853
errorLine is longer than 80 characters.854
errorLine contains a tab character.854
errorLine contains a tab character.855
errorLine is longer than 80 characters.856
errorLine contains a tab character.856
errorLine contains a tab character.857
errorLine is longer than 80 characters.858
errorLine contains a tab character.858
errorLine contains a tab character.859
errorLine is longer than 80 characters.860
errorLine contains a tab character.860
errorLine contains a tab character.861
errorLine is longer than 80 characters.862
errorLine contains a tab character.862
errorLine contains a tab character.863
errorLine is longer than 80 characters.864
errorLine contains a tab character.864
errorLine contains a tab character.865
errorLine is longer than 80 characters.867
errorLine contains a tab character.867
errorLine is longer than 80 characters.868
errorLine contains a tab character.868
errorLine is longer than 80 characters.869
errorLine contains a tab character.869
errorLine contains a tab character.871
errorLine is longer than 80 characters.872
errorLine contains a tab character.872
errorLine contains a tab character.873
errorLine is longer than 80 characters.874
errorLine contains a tab character.874
errorLine is longer than 80 characters.875
errorLine contains a tab character.875
errorLine is longer than 80 characters.876
errorLine contains a tab character.876
errorLine is longer than 80 characters.877
errorLine contains a tab character.877
errorLine is longer than 80 characters.879
errorLine contains a tab character.879
errorLine contains a tab character.880
errorLine is longer than 80 characters.881
errorLine contains a tab character.881
errorLine contains a tab character.882
errorLine is longer than 80 characters.883
errorLine contains a tab character.883
errorLine is longer than 80 characters.884
errorLine contains a tab character.884
errorLine is longer than 80 characters.885
errorLine contains a tab character.885
errorLine is longer than 80 characters.886
errorLine contains a tab character.886
errorLine is longer than 80 characters.887
errorLine contains a tab character.887
errorLine is longer than 80 characters.888
errorLine contains a tab character.888
errorLine is longer than 80 characters.889
errorLine contains a tab character.889
errorLine is longer than 80 characters.890
errorLine contains a tab character.890
errorLine is longer than 80 characters.891
errorLine contains a tab character.891
errorLine is longer than 80 characters.893
errorLine contains a tab character.893
errorLine is longer than 80 characters.895
errorLine contains a tab character.895
errorLine is longer than 80 characters.896
errorLine contains a tab character.896
errorLine is longer than 80 characters.897
errorLine contains a tab character.897
errorLine contains a tab character.898
errorLine is longer than 80 characters.899
errorLine contains a tab character.899
errorLine is longer than 80 characters.900
errorLine contains a tab character.900
errorLine is longer than 80 characters.901
errorLine contains a tab character.901
errorLine is longer than 80 characters.902
errorLine contains a tab character.902
errorLine is longer than 80 characters.903
errorLine contains a tab character.903
errorLine is longer than 80 characters.904
errorLine contains a tab character.904
errorLine is longer than 80 characters.905
errorLine contains a tab character.905
errorLine contains a tab character.906
errorLine is longer than 80 characters.907
errorLine contains a tab character.907
errorLine contains a tab character.908
errorLine is longer than 80 characters.909
errorLine contains a tab character.909
errorLine is longer than 80 characters.910
errorLine contains a tab character.910
errorLine is longer than 80 characters.911
errorLine contains a tab character.911
errorLine is longer than 80 characters.912
errorLine contains a tab character.912
errorLine is longer than 80 characters.913
errorLine contains a tab character.913
errorLine is longer than 80 characters.914
errorLine contains a tab character.914
errorLine is longer than 80 characters.915
errorLine contains a tab character.915
errorLine is longer than 80 characters.916
errorLine contains a tab character.916
errorLine is longer than 80 characters.917
errorLine contains a tab character.917
errorLine contains a tab character.918
errorLine is longer than 80 characters.919
errorLine contains a tab character.919
errorLine contains a tab character.921
errorLine contains a tab character.922
errorLine contains a tab character.923
errorLine contains a tab character.924
errorLine contains a tab character.925
errorLine contains a tab character.926
errorLine is longer than 80 characters.927
errorLine contains a tab character.927
errorLine contains a tab character.928
errorLine contains a tab character.929
errorLine contains a tab character.930
errorLine contains a tab character.932
errorLine contains a tab character.933
errorLine contains a tab character.934
errorLine contains a tab character.936
errorLine is longer than 80 characters.937
errorLine contains a tab character.937
errorLine contains a tab character.939
errorLine contains a tab character.940
errorLine contains a tab character.941
errorLine contains a tab character.942
errorLine contains a tab character.943
errorLine contains a tab character.944
errorLine contains a tab character.945
errorLine contains a tab character.946
errorLine contains a tab character.947
errorLine contains a tab character.948
errorLine contains a tab character.950
errorLine contains a tab character.951

edu/mit/stellar/images/UpdateLecturePageTemplate.java

ViolationMessageLine
errorUnused import - java.io.PrintWriter.21
errorUnused import - java.util.Iterator.22
errorUnused import - java.util.List.23
errorUnused import - java.util.TreeSet.24
errorUnused import - java.util.Vector.25
errorUnused import - edu.mit.stellar.images.component.CollectionManagerImpl.CourseLecturePage.34
errorUnused import - edu.mit.stellar.images.component.CollectionManagerImpl.LecturePage.35
errorUsing the '.*' form of import should be avoided - edu.mit.stellar.hibernate.*.36
errorMissing a Javadoc comment.38
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.50
errorLine has trailing spaces.58
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.68
errorParameter request should be final.68
errorParameter response should be final.68
errorLine has trailing spaces.78
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.88
errorParameter request should be final.88
errorParameter response should be final.88
errorLine is longer than 80 characters.93
errorLine is longer than 80 characters.96
errorLine has trailing spaces.119

edu/mit/stellar/images/DuplicateLectureImage.java

ViolationMessageLine
errorUnused import - java.io.PrintWriter.21
errorMissing a Javadoc comment.31
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.43
errorLine has trailing spaces.51
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.61
errorParameter request should be final.61
errorParameter response should be final.61
errorLine has trailing spaces.71
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.81
errorParameter request should be final.81
errorParameter response should be final.81
errorLine is longer than 80 characters.85
errorLine is longer than 80 characters.88
errorLine is longer than 80 characters.90
errorLine is longer than 80 characters.91
errorLine has trailing spaces.128

edu/mit/stellar/images/ReorderLecturePages.java

ViolationMessageLine
errorUnused import - java.io.PrintWriter.21
errorUnused import - java.util.List.24
errorUsing the '.*' form of import should be avoided - edu.mit.stellar.hibernate.*.37
errorMissing a Javadoc comment.42
errorFirst sentence should end with a period.43
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.46
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.58
errorLine has trailing spaces.66
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.76
errorParameter request should be final.76
errorParameter response should be final.76
errorLine has trailing spaces.86
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.96
errorParameter request should be final.96
errorParameter response should be final.96
errorLine is longer than 80 characters.101
errorLine is longer than 80 characters.104
errorLine is longer than 80 characters.107
errorLine is longer than 80 characters.108
errorLine is longer than 80 characters.131
errorLine is longer than 80 characters.177
errorLine has trailing spaces.203

edu/mit/stellar/images/TitleMatchComparator.java

ViolationMessageLine
errorUsing the '.*' form of import should be avoided - java.util.*.23
errorFirst sentence should end with a period.25
errorLine has trailing spaces.27
errorLine contains a tab character.36
errorLine contains a tab character.37
errorVariable 'searchCriteria' must be private and have accessor methods.41
errorMissing a Javadoc comment.43
errorParameter searchCriteria should be final.43
error'searchCriteria' hides a field.43
errorMethod 'compare' is not designed for extension - needs to be abstract, final or empty.47
errorMissing a Javadoc comment.47
errorParameter a should be final.47
errorParameter b should be final.47
errorMissing a Javadoc comment.76
errorParameter source should be final.76
errorParameter pattern should be final.76
error'if' construct must use '{}'s.96
error'if' construct must use '{}'s.99

edu/mit/stellar/images/DeleteImageFromLecture.java

ViolationMessageLine
errorUnused import - java.io.PrintWriter.21
errorMissing a Javadoc comment.31
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.43
errorLine has trailing spaces.51
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.61
errorParameter request should be final.61
errorParameter response should be final.61
errorLine has trailing spaces.71
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.81
errorParameter request should be final.81
errorParameter response should be final.81
errorLine is longer than 80 characters.85
errorLine is longer than 80 characters.88
errorLine is longer than 80 characters.90
errorLine is longer than 80 characters.91
errorLine is longer than 80 characters.96
errorLine has trailing spaces.101
errorLine has trailing spaces.110
errorLine is longer than 80 characters.111
errorLine is longer than 80 characters.112
errorLine has trailing spaces.113
errorLine is longer than 80 characters.115
errorLine has trailing spaces.130

edu/mit/stellar/images/DeleteImageFromStore.java

ViolationMessageLine
errorUnused import - java.io.PrintWriter.21
errorMissing a Javadoc comment.31
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.43
errorLine has trailing spaces.51
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.61
errorParameter request should be final.61
errorParameter response should be final.61
errorLine has trailing spaces.71
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.81
errorParameter request should be final.81
errorParameter response should be final.81
errorLine is longer than 80 characters.85
errorLine is longer than 80 characters.88
errorLine is longer than 80 characters.90
errorLine is longer than 80 characters.91
errorLine has trailing spaces.131

edu/mit/stellar/images/SaveImagesToStore.java

ViolationMessageLine
errorUnused import - java.io.PrintWriter.21
errorUnused import - java.util.HashMap.22
errorUnused import - java.util.Vector.23
errorUsing the '.*' form of import should be avoided - edu.mit.stellar.images.component.*.30
errorUsing the '.*' form of import should be avoided - edu.mit.stellar.images.service.*.31
errorMissing a Javadoc comment.34
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 contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine is longer than 80 characters.53
errorLine contains a tab character.53
errorLine has trailing spaces.54
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
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine is longer than 80 characters.64
errorLine contains a tab character.64
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.64
errorParameter request should be final.64
errorParameter response should be final.64
errorLine contains a tab character.66
errorLine contains a tab character.67
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 has trailing spaces.73
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 contains a tab character.77
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 is longer than 80 characters.83
errorLine contains a tab character.83
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.83
errorParameter request should be final.83
errorParameter response should be final.83
errorLine contains a tab character.85
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
errorLine is longer than 80 characters.90
errorLine contains a tab character.90
errorLine is longer than 80 characters.91
errorLine contains a tab character.91
errorLine is longer than 80 characters.92
errorLine contains a tab character.92
errorLine is longer than 80 characters.93
errorLine contains a tab character.93
errorLine is longer than 80 characters.94
errorLine contains a tab character.94
errorLine contains a tab character.95
errorLine is longer than 80 characters.96
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 contains a tab character.99
errorLine contains a tab character.100
errorLine contains a tab character.101
errorLine is longer than 80 characters.102
errorLine contains a tab character.102
errorLine is longer than 80 characters.103
errorLine contains a tab character.103
errorLine is longer than 80 characters.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 is longer than 80 characters.109
errorLine contains a tab character.109
errorLine contains a tab character.110
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 is longer than 80 characters.116
errorLine contains a tab character.116
errorLine is longer than 80 characters.117
errorLine contains a tab character.117
errorLine is longer than 80 characters.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
errorLine contains a tab character.123
errorLine contains a tab character.125
errorLine has trailing spaces.126
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 is longer than 80 characters.131
errorLine contains a tab character.131
errorLine contains a tab character.132
errorLine is longer than 80 characters.133
errorLine contains a tab character.133
errorLine contains a tab character.134
errorLine contains a tab character.135
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 is longer than 80 characters.141
errorLine contains a tab character.141
errorLine is longer than 80 characters.142
errorLine contains a tab character.142
errorLine is longer than 80 characters.143
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 contains a tab character.149
errorLine contains a tab character.150
errorLine contains a tab character.151
errorLine contains a tab character.153
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 is longer than 80 characters.158
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 contains a tab character.162
errorLine contains a tab character.163
errorLine contains a tab character.164
errorLine is longer than 80 characters.165
errorLine contains a tab character.165
errorLine contains a tab character.167
errorLine contains a tab character.168
errorLine contains a tab character.169
errorLine has trailing spaces.170
errorLine contains a tab character.170
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.180
errorLine contains a tab character.181
errorLine contains a tab character.182
errorLine is longer than 80 characters.183
errorLine contains a tab character.183
errorLine is longer than 80 characters.184
errorLine contains a tab character.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
errorLine contains a tab character.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
errorLine contains a tab character.192
errorLine is longer than 80 characters.193
errorLine contains a tab character.193
errorLine is longer than 80 characters.194
errorLine contains a tab character.194
errorLine is longer than 80 characters.195
errorLine contains a tab character.195
errorLine contains a tab character.197
errorLine contains a tab character.198
errorLine contains a tab character.199
errorLine contains a tab character.200
errorLine contains a tab character.201
errorLine contains a tab character.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.207
errorLine contains a tab character.208
errorLine contains a tab character.209
errorLine contains a tab character.210
errorLine contains a tab character.211
errorLine contains a tab character.213
errorLine contains a tab character.214
errorLine has trailing spaces.215
errorLine contains a tab character.215
errorLine contains a tab character.216
errorLine contains a tab character.217
errorLine contains a tab character.218
errorLine contains a tab character.219
errorLine contains a tab character.220
errorLine contains a tab character.221

edu/mit/stellar/images/ObjectIterator.java

ViolationMessageLine
errorMissing a Javadoc comment.3
errorMissing a Javadoc comment.4
errorMissing a Javadoc comment.6
errorMissing a Javadoc comment.8
errorParameter vector should be final.8
error'vector' hides a field.8
errorMethod 'hasNextObject' is not designed for extension - needs to be abstract, final or empty.13
errorMissing a Javadoc comment.13
errorMethod 'nextObject' is not designed for extension - needs to be abstract, final or empty.17
errorMissing a Javadoc comment.17

edu/mit/stellar/images/DeleteLectureFromCourse.java

ViolationMessageLine
errorUnused import - java.io.PrintWriter.21
errorMissing a Javadoc comment.32
errorMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.44
errorLine has trailing spaces.52
errorMethod 'doGet' is not designed for extension - needs to be abstract, final or empty.62
errorParameter request should be final.62
errorParameter response should be final.62
errorLine has trailing spaces.72
errorMethod 'doPost' is not designed for extension - needs to be abstract, final or empty.82
errorParameter request should be final.82
errorParameter response should be final.82
errorLine is longer than 80 characters.87
errorLine is longer than 80 characters.90
errorLine is longer than 80 characters.113
errorLine has trailing spaces.125
errorLine has trailing spaces.144