Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
70004413

Files

FilesInfosWarningsErrors
org/kuali/rice/kns/UserSession.java00232
org/kuali/rice/kns/authorization/AuthorizationConstants.java0019
org/kuali/rice/kns/authorization/BusinessObjectAuthorizer.java0043
org/kuali/rice/kns/bo/AdHocRoutePerson.java0026
org/kuali/rice/kns/bo/AdHocRoutePersonId.java0054
org/kuali/rice/kns/bo/AdHocRouteRecipient.java0071
org/kuali/rice/kns/bo/Attachment.java00193
org/kuali/rice/kns/bo/BusinessObjectBase.java0016
org/kuali/rice/kns/bo/BusinessObjectRelationship.java00113
org/kuali/rice/kns/bo/Exporter.java0043
org/kuali/rice/kns/bo/GlobalBusinessObject.java0039
org/kuali/rice/kns/bo/GlobalBusinessObjectDetail.java0010
org/kuali/rice/kns/bo/GlobalBusinessObjectDetailBase.java0016
org/kuali/rice/kns/bo/InactivatableFromToImpl.java0091
org/kuali/rice/kns/bo/KualiCodeBase.java0070
org/kuali/rice/kns/bo/MultipleValueLookupMetadata.java0035
org/kuali/rice/kns/bo/Note.java00177
org/kuali/rice/kns/bo/NoteType.java00115
org/kuali/rice/kns/bo/PersistableAttachment.java0016
org/kuali/rice/kns/bo/PersistableAttachmentBase.java0045
org/kuali/rice/kns/bo/PersistableBusinessObject.java0073
org/kuali/rice/kns/bo/PersistableBusinessObjectBase.java00254
org/kuali/rice/kns/bo/PersistableBusinessObjectExtension.java003
org/kuali/rice/kns/bo/PersistableBusinessObjectExtensionBase.java004
org/kuali/rice/kns/bo/SelectedObjectIds.java0022
org/kuali/rice/kns/bo/TransientBusinessObjectBase.java009
org/kuali/rice/kns/document/authorization/PessimisticLock.java00108
org/kuali/rice/kns/exception/AuthorizationException.java0064
org/kuali/rice/kns/exception/ClassNotPersistableException.java0014
org/kuali/rice/kns/exception/DocumentAuthorizationException.java0028
org/kuali/rice/kns/exception/DocumentTypeAuthorizationException.java0024
org/kuali/rice/kns/exception/DuplicateKeyException.java0014
org/kuali/rice/kns/exception/ExportNotSupportedException.java0017
org/kuali/rice/kns/exception/ObjectNotABusinessObjectRuntimeException.java0015
org/kuali/rice/kns/exception/PessimisticLockingException.java007
org/kuali/rice/kns/exception/UnknownDocumentIdException.java0017
org/kuali/rice/kns/exception/ValidationException.java0018
org/kuali/rice/kns/lookup/keyvalues/KeyValuesBase.java0030
org/kuali/rice/kns/lookup/keyvalues/KeyValuesFinder.java0015
org/kuali/rice/kns/lookup/valuefinder/ValueFinder.java009
org/kuali/rice/kns/org/kuali/rice/krad/app/persistence/jpa/KNSPersistableBusinessObjectClassExposer.java0074
org/kuali/rice/kns/org/kuali/rice/krad/app/persistence/jpa/PackagePersistableBusinessObjectClassExposer.java0060
org/kuali/rice/kns/org/kuali/rice/krad/app/persistence/jpa/PersistableBusinessObjectClassExposer.java0014
org/kuali/rice/kns/org/kuali/rice/krad/app/persistence/jpa/RiceEntityManagerProxyFactoryBean.java0071
org/kuali/rice/kns/org/kuali/rice/krad/app/persistence/jpa/RiceLocalContainerEntityManagerFactoryBean.java00156
org/kuali/rice/kns/org/kuali/rice/krad/app/persistence/jpa/RicePersistenceUnitPostProcessor.java0072
org/kuali/rice/kns/org/kuali/rice/krad/app/persistence/jpa/RiceToNervousSystemBusinessObjectClassExposer.java00188
org/kuali/rice/kns/service/AttachmentService.java0044
org/kuali/rice/kns/service/BusinessObjectSerializerService.java005
org/kuali/rice/kns/service/BusinessObjectService.java00158
org/kuali/rice/kns/service/InactivateableFromToService.java00141
org/kuali/rice/kns/service/KNSServiceLocator.java0039
org/kuali/rice/kns/service/KeyValuesService.java0039
org/kuali/rice/kns/service/NoteService.java0030
org/kuali/rice/kns/service/PersistenceService.java00104
org/kuali/rice/kns/service/PersistenceStructureService.java00182
org/kuali/rice/kns/service/SerializerService.java003
org/kuali/rice/kns/service/XmlObjectSerializerService.java0015
org/kuali/rice/kns/util/AuditCluster.java0034
org/kuali/rice/kns/util/AuditError.java0051
org/kuali/rice/kns/util/BeanPropertyComparator.java0063
org/kuali/rice/kns/util/ErrorMessage.java0043
org/kuali/rice/kns/util/ExternalizableBusinessObjectUtils.java0084
org/kuali/rice/kns/util/ForeignKeyFieldsPopulationState.java0035
org/kuali/rice/kns/util/MessageMap.java00382
org/kuali/rice/kns/util/SessionTicket.java0038
org/kuali/rice/kns/util/UrlFactory.java0052
org/kuali/rice/kns/web/comparator/NumericValueComparator.java0024
org/kuali/rice/kns/web/comparator/StringValueComparator.java0018
org/kuali/rice/kns/web/comparator/TemporalValueComparator.java0025

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
11Errors Error
NewlineAtEndOfFile1Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
1059Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
582Errors Error
JavadocMethod454Errors Error
JavadocType19Errors Error
JavadocVariable150Errors Error
JavadocStyle62Errors Error
ConstantName2Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName2Errors Error
TypeName0Errors Error
AvoidStarImport4Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports3Errors Error
LineLength866Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad2Errors Error
NoWhitespaceAfter2Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad112Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter23Errors Error
WhitespaceAround187Errors Error
ModifierOrder0Errors Error
RedundantModifier126Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock1Errors Error
LeftCurly0Errors Error
NeedBraces5Errors Error
RightCurly16Errors Error
AvoidInlineConditionals17Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField107Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber3Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows8Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn1Errors Error
DesignForExtension273Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor2Errors Error
InterfaceIsType0Errors Error
VisibilityModifier20Errors Error
ArrayTypeStyle0Errors Error
FinalParameters293Errors Error
TodoComment2Errors Error
UpperEll0Errors Error

Details

org/kuali/rice/kns/UserSession.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.4
ErrorsFirst sentence should end with a period.35
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.45
Errors',' is not followed by whitespace.45
ErrorsMissing a Javadoc comment.46
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMethod 'getKualiSessionId' is not designed for extension - needs to be abstract, final or empty.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsMethod 'setKualiSessionId' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter kualiSessionId should be final.58
Errors'kualiSessionId' hides a field.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.64
ErrorsParameter principalName should be final.67
ErrorsExpected @param tag for 'principalName'.67
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
Errors',' is not followed by whitespace.73
ErrorsLine has trailing spaces.76
ErrorsLine is longer than 80 characters.78
ErrorsMethod 'getPrincipalId' is not designed for extension - needs to be abstract, final or empty.80
ErrorsLine is longer than 80 characters.88
ErrorsMethod 'getPrincipalName' is not designed for extension - needs to be abstract, final or empty.90
ErrorsLine has trailing spaces.97
ErrorsLine is longer than 80 characters.99
ErrorsLine has trailing spaces.101
ErrorsMethod 'getLoggedInUserPrincipalName' is not designed for extension - needs to be abstract, final or empty.104
ErrorsLine contains a tab character.105
Errors'(' is followed by whitespace.105
Errors')' is preceded with whitespace.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters.112
ErrorsMethod 'getPerson' is not designed for extension - needs to be abstract, final or empty.114
ErrorsFirst sentence should end with a period.121
ErrorsLine is longer than 80 characters.122
ErrorsLine has trailing spaces.124
ErrorsMethod 'setBackdoorUser' is not designed for extension - needs to be abstract, final or empty.127
ErrorsParameter principalName should be final.127
ErrorsExpected @param tag for 'principalName'.127
Errors'(' is followed by whitespace.129
ErrorsLine is longer than 80 characters.130
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.136
ErrorsMissing a Javadoc comment.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine is longer than 80 characters.139
ErrorsLine contains a tab character.139
ErrorsFirst sentence should end with a period.142
ErrorsLine has trailing spaces.144
ErrorsMethod 'clearBackdoorUser' is not designed for extension - needs to be abstract, final or empty.146
ErrorsLine is longer than 80 characters.151
ErrorsLine has trailing spaces.152
ErrorsLine is longer than 80 characters.152
ErrorsLine is longer than 80 characters.153
ErrorsLine is longer than 80 characters.154
ErrorsLine has trailing spaces.155
ErrorsExpected an @return tag.158
ErrorsLine is longer than 80 characters.158
ErrorsMethod 'addObjectWithGeneratedKey' is not designed for extension - needs to be abstract, final or empty.158
ErrorsParameter object should be final.158
ErrorsExpected @param tag for 'object'.158
ErrorsParameter keyPrefix should be final.158
ErrorsExpected @param tag for 'keyPrefix'.158
ErrorsLine has trailing spaces.163
ErrorsLine is longer than 80 characters.165
ErrorsLine has trailing spaces.166
ErrorsLine is longer than 80 characters.166
ErrorsLine is longer than 80 characters.167
ErrorsLine has trailing spaces.168
ErrorsExpected an @return tag.171
ErrorsMethod 'addObjectWithGeneratedKey' is not designed for extension - needs to be abstract, final or empty.171
ErrorsParameter object should be final.171
ErrorsExpected @param tag for 'object'.171
ErrorsFirst sentence should end with a period.177
ErrorsLine is longer than 80 characters.178
ErrorsLine has trailing spaces.180
ErrorsLine has trailing spaces.182
ErrorsMethod 'addObject' is not designed for extension - needs to be abstract, final or empty.184
ErrorsParameter key should be final.184
ErrorsExpected @param tag for 'key'.184
ErrorsParameter object should be final.184
ErrorsExpected @param tag for 'object'.184
ErrorsFirst sentence should end with a period.190
ErrorsLine is longer than 80 characters.191
ErrorsLine has trailing spaces.193
ErrorsExpected an @return tag.196
ErrorsMethod 'retrieveObject' is not designed for extension - needs to be abstract, final or empty.196
ErrorsParameter objectKey should be final.196
ErrorsExpected @param tag for 'objectKey'.196
ErrorsFirst sentence should end with a period.200
ErrorsLine is longer than 80 characters.201
ErrorsLine has trailing spaces.203
ErrorsMethod 'removeObject' is not designed for extension - needs to be abstract, final or empty.206
ErrorsParameter objectKey should be final.206
ErrorsExpected @param tag for 'objectKey'.206
ErrorsFirst sentence should end with a period.210
ErrorsLine is longer than 80 characters.211
ErrorsMethod 'removeObjectsByPrefix' is not designed for extension - needs to be abstract, final or empty.214
ErrorsParameter objectKeyPrefix should be final.214
ErrorsExpected @param tag for 'objectKeyPrefix'.214
ErrorsMethod 'isBackdoorInUse' is not designed for extension - needs to be abstract, final or empty.230
ErrorsLine has trailing spaces.233
ErrorsFirst sentence should end with a period.234
ErrorsLine contains a tab character.234
ErrorsLine is longer than 80 characters.235
ErrorsLine contains a tab character.235
ErrorsLine has trailing spaces.236
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsMethod 'putSessionTicket' is not designed for extension - needs to be abstract, final or empty.241
ErrorsParameter ticket should be final.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsFirst sentence should end with a period.245
ErrorsLine contains a tab character.245
ErrorsLine is longer than 80 characters.246
ErrorsLine contains a tab character.246
ErrorsLine has trailing spaces.247
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsMethod 'getAllSessionTickets' is not designed for extension - needs to be abstract, final or empty.250
ErrorsLine is longer than 80 characters.251
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.253
ErrorsLine contains a tab character.254
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsFirst sentence should end with a period.262
ErrorsLine contains a tab character.262
ErrorsLine is longer than 80 characters.263
ErrorsLine contains a tab character.263
ErrorsLine has trailing spaces.264
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine contains a tab character.266
ErrorsLine is longer than 80 characters.267
ErrorsLine contains a tab character.267
ErrorsMethod 'getAllSessionTicketsByType' is not designed for extension - needs to be abstract, final or empty.267
ErrorsParameter ticketTypeName should be final.267
ErrorsExpected @param tag for 'ticketTypeName'.267
ErrorsLine is longer than 80 characters.268
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.270
ErrorsLine is longer than 80 characters.271
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsLine contains a tab character.276
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.279
ErrorsLine is longer than 80 characters.280
ErrorsLine contains a tab character.280
ErrorsLine is longer than 80 characters.281
ErrorsLine contains a tab character.281
ErrorsLine has trailing spaces.282
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine is longer than 80 characters.287
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsLine is longer than 80 characters.289
ErrorsLine contains a tab character.289
ErrorsMethod 'hasMatchingSessionTicket' is not designed for extension - needs to be abstract, final or empty.289
ErrorsParameter ticketTypeName should be final.289
ErrorsParameter matchContext should be final.289
ErrorsLine contains a tab character.290
ErrorsLine is longer than 80 characters.292
ErrorsLine contains a tab character.292
ErrorsLine is longer than 80 characters.293
ErrorsLine contains a tab character.293
ErrorsLine is longer than 80 characters.295
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
ErrorsLine contains a tab character.297
ErrorsLine is longer than 80 characters.298
ErrorsLine contains a tab character.298
ErrorsLine is longer than 80 characters.299
ErrorsLine contains a tab character.299
ErrorsLine is longer than 80 characters.300
ErrorsLine contains a tab character.300
ErrorsLine is longer than 80 characters.301
ErrorsLine contains a tab character.301
ErrorsLine contains a tab character.302
ErrorsLine contains a tab character.303
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.306
ErrorsLine contains a tab character.307
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.309
ErrorsLine contains a tab character.310
ErrorsLine contains a tab character.311
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.314
ErrorsLine has trailing spaces.315
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.316
ErrorsExpected an @return tag.317
ErrorsLine contains a tab character.317
ErrorsMethod 'getObjectMap' is not designed for extension - needs to be abstract, final or empty.317
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319

org/kuali/rice/kns/authorization/AuthorizationConstants.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36

org/kuali/rice/kns/authorization/BusinessObjectAuthorizer.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.22
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsRedundant 'public' modifier.23
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsRedundant 'public' modifier.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsRedundant 'public' modifier.30
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsRedundant 'public' modifier.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsRedundant 'public' modifier.41
Errors',' is not followed by whitespace.41
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsRedundant 'public' modifier.43
Errors',' is not followed by whitespace.43

org/kuali/rice/kns/bo/AdHocRoutePerson.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsFirst sentence should end with a period.25
Errors'=' is not preceded with whitespace.30
Errors'=' is not followed by whitespace.30
ErrorsMissing a Javadoc comment.33
ErrorsLine has trailing spaces.34
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.38
ErrorsMethod 'setType' is not designed for extension - needs to be abstract, final or empty.42
ErrorsParameter type should be final.43
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.50
ErrorsLine is longer than 80 characters.52
Errors'(' is followed by whitespace.52
Errors'(' is followed by whitespace.52
Errors')' is preceded with whitespace.52
Errors')' is preceded with whitespace.52
ErrorsLine is longer than 80 characters.53
Errors'(' is followed by whitespace.53
Errors')' is preceded with whitespace.53
Errors'(' is followed by whitespace.55
Errors')' is preceded with whitespace.55
ErrorsLine has trailing spaces.60
ErrorsLine has trailing spaces.61

org/kuali/rice/kns/bo/AdHocRoutePersonId.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.28
ErrorsComment matches to-do format 'TODO:'.29
ErrorsLine has trailing spaces.29
ErrorsMissing a Javadoc comment.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
Errors'=' is not preceded with whitespace.35
Errors'=' is not followed by whitespace.35
ErrorsMissing a Javadoc comment.37
Errors'=' is not preceded with whitespace.38
Errors'=' is not followed by whitespace.38
ErrorsMissing a Javadoc comment.40
Errors'=' is not preceded with whitespace.41
Errors'=' is not followed by whitespace.41
ErrorsMissing a Javadoc comment.44
Errors'{' is not followed by whitespace.44
Errors'}' is not preceded with whitespace.44
ErrorsLine has trailing spaces.45
ErrorsMissing a Javadoc comment.46
ErrorsParameter type should be final.46
Errors'type' hides a field.46
ErrorsParameter actionRequested should be final.46
Errors'actionRequested' hides a field.46
ErrorsParameter id should be final.46
Errors'id' hides a field.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMissing a Javadoc comment.52
ErrorsMethod 'getActionRequested' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMissing a Javadoc comment.56
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMissing a Javadoc comment.60
ErrorsLine has trailing spaces.63
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.64
ErrorsMissing a Javadoc comment.64
ErrorsParameter o should be final.64
Errors'if' construct must use '{}'s.65
Errors'if' construct must use '{}'s.66
Errors'if' construct must use '{}'s.67
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.69
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMissing a Javadoc comment.72
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73

org/kuali/rice/kns/bo/AdHocRouteRecipient.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsFirst sentence should end with a period.29
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.38
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.41
ErrorsLine contains a tab character.42
Errors'=' is not preceded with whitespace.42
Errors'=' is not followed by whitespace.42
ErrorsLine contains a tab character.43
ErrorsVariable 'type' must be private and have accessor methods.43
ErrorsMissing a Javadoc comment.44
ErrorsLine contains a tab character.45
Errors'=' is not preceded with whitespace.45
Errors'=' is not followed by whitespace.45
ErrorsLine contains a tab character.46
ErrorsVariable 'actionRequested' must be private and have accessor methods.46
ErrorsMissing a Javadoc comment.47
ErrorsLine contains a tab character.48
Errors'=' is not preceded with whitespace.48
Errors'=' is not followed by whitespace.48
ErrorsLine contains a tab character.49
ErrorsVariable 'id' must be private and have accessor methods.49
ErrorsMissing a Javadoc comment.50
ErrorsVariable 'name' must be private and have accessor methods.51
ErrorsMissing a Javadoc comment.52
Errors'=' is not preceded with whitespace.52
Errors'=' is not followed by whitespace.52
ErrorsLine contains a tab character.53
ErrorsVariable 'documentNumber' must be private and have accessor methods.53
ErrorsMissing a Javadoc comment.55
ErrorsMethod 'getActionRequested' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsMethod 'setActionRequested' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
ErrorsParameter actionRequested should be final.65
Errors'actionRequested' hides a field.65
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.69
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMissing a Javadoc comment.73
ErrorsParameter id should be final.73
Errors'id' hides a field.73
ErrorsMissing a Javadoc comment.77
ErrorsMissing a Javadoc comment.79
Errors'(' is followed by whitespace.79
ErrorsParameter name should be final.79
Errors'name' hides a field.79
Errors')' is preceded with whitespace.79
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.83
ErrorsMissing a Javadoc comment.83
ErrorsMethod 'setType' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMissing a Javadoc comment.87
ErrorsParameter type should be final.87
Errors'type' hides a field.87
ErrorsMethod 'setdocumentNumber' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMissing a Javadoc comment.91
Errors'(' is preceded with whitespace.91
ErrorsParameter documentNumber should be final.91
Errors'documentNumber' hides a field.91
Errors'{' is not preceded with whitespace.91
ErrorsMethod 'getdocumentNumber' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
Errors'(' is preceded with whitespace.95
Errors'{' is not preceded with whitespace.95
ErrorsMethod 'getActionRequestedValue' is not designed for extension - needs to be abstract, final or empty.99
ErrorsMissing a Javadoc comment.99
ErrorsLine is longer than 80 characters.102

org/kuali/rice/kns/bo/Attachment.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsUsing the '.*' form of import should be avoided - javax.persistence.*.21
Errors'=' is not preceded with whitespace.29
Errors'=' is not followed by whitespace.29
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
Errors'=' is not preceded with whitespace.33
Errors'=' is not followed by whitespace.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
Errors'=' is not preceded with whitespace.35
Errors'=' is not followed by whitespace.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
Errors'=' is not preceded with whitespace.37
Errors'=' is not followed by whitespace.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
Errors'=' is not preceded with whitespace.39
Errors'=' is not followed by whitespace.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
Errors'=' is not preceded with whitespace.41
Errors'=' is not followed by whitespace.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
Errors'=' is not preceded with whitespace.43
Errors'=' is not followed by whitespace.43
ErrorsLine contains a tab character.44
ErrorsMissing a Javadoc comment.46
Errors'=' is not preceded with whitespace.46
Errors'=' is not followed by whitespace.46
ErrorsLine contains a tab character.47
Errors'=' is not preceded with whitespace.47
Errors'=' is not followed by whitespace.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsMethod 'getNoteIdentifier' is not designed for extension - needs to be abstract, final or empty.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsMethod 'setNoteIdentifier' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter noteIdentifier should be final.73
Errors'noteIdentifier' hides a field.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsMethod 'getAttachmentMimeTypeCode' is not designed for extension - needs to be abstract, final or empty.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsMethod 'setAttachmentMimeTypeCode' is not designed for extension - needs to be abstract, final or empty.94
ErrorsParameter attachmentMimeTypeCode should be final.94
Errors'attachmentMimeTypeCode' hides a field.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsMethod 'getAttachmentFileName' is not designed for extension - needs to be abstract, final or empty.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsMethod 'setAttachmentFileName' is not designed for extension - needs to be abstract, final or empty.115
ErrorsParameter attachmentFileName should be final.115
Errors'attachmentFileName' hides a field.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsMethod 'getAttachmentIdentifier' is not designed for extension - needs to be abstract, final or empty.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsMethod 'setAttachmentIdentifier' is not designed for extension - needs to be abstract, final or empty.136
ErrorsParameter attachmentIdentifier should be final.136
Errors'attachmentIdentifier' hides a field.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsMethod 'getAttachmentFileSize' is not designed for extension - needs to be abstract, final or empty.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsMethod 'setAttachmentFileSize' is not designed for extension - needs to be abstract, final or empty.157
ErrorsParameter attachmentFileSize should be final.157
Errors'attachmentFileSize' hides a field.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsMethod 'getAttachmentTypeCode' is not designed for extension - needs to be abstract, final or empty.168
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine contains a tab character.178
ErrorsMethod 'setAttachmentTypeCode' is not designed for extension - needs to be abstract, final or empty.178
ErrorsParameter attachmentTypeCode should be final.178
Errors'attachmentTypeCode' hides a field.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsMethod 'getNote' is not designed for extension - needs to be abstract, final or empty.186
ErrorsMethod 'setNote' is not designed for extension - needs to be abstract, final or empty.194
ErrorsParameter note should be final.194
Errors'note' hides a field.194
ErrorsLine is longer than 80 characters.198
ErrorsMethod 'isComplete' is not designed for extension - needs to be abstract, final or empty.200
ErrorsLine is longer than 80 characters.201
ErrorsExpected an @return tag.208
ErrorsMethod 'getAttachmentContents' is not designed for extension - needs to be abstract, final or empty.208
ErrorsExpected @throws tag for 'IOException'.208
ErrorsLine is longer than 80 characters.209

org/kuali/rice/kns/bo/BusinessObjectBase.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsFirst sentence should end with a period.22
ErrorsLine is longer than 80 characters.28
ErrorsExpected an @return tag.35
ErrorsLine is longer than 80 characters.36
ErrorsParameter fieldValues should be final.36
ErrorsExpected @param tag for 'fieldValues'.36
ErrorsLine is longer than 80 characters.37
ErrorsExpected an @return tag.41
ErrorsLine is longer than 80 characters.43
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.46
ErrorsLine contains a tab character.47
ErrorsLine is longer than 80 characters.54

org/kuali/rice/kns/bo/BusinessObjectRelationship.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsFirst sentence should end with a period.22
ErrorsLine has trailing spaces.23
ErrorsUnclosed HTML tag found: <code>BusinessObjectMetaDataService25
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsLine is longer than 80 characters.31
ErrorsMissing a Javadoc comment.31
Errors',' is not followed by whitespace.31
Errors',' is not followed by whitespace.31
Errors'(' is followed by whitespace.31
Errors'4' is a magic number.31
Errors')' is preceded with whitespace.31
ErrorsMissing a Javadoc comment.32
ErrorsLine has trailing spaces.33
ErrorsMissing a Javadoc comment.34
ErrorsLine has trailing spaces.36
ErrorsLine is longer than 80 characters.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter parent should be final.38
ErrorsParameter parentAttributeName should be final.38
Errors'parentAttributeName' hides a field.38
ErrorsParameter relatedClass should be final.38
Errors'relatedClass' hides a field.38
Errors')' is preceded with whitespace.38
ErrorsMethod 'getRelatedClass' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsLine has trailing spaces.51
ErrorsMethod 'getParentClass' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMissing a Javadoc comment.59
ErrorsLine is longer than 80 characters.61
Errors'(' is followed by whitespace.61
Errors')' is preceded with whitespace.61
Errors'(' is followed by whitespace.61
Errors')' is preceded with whitespace.61
Errors'(' is followed by whitespace.61
Errors')' is preceded with whitespace.61
Errors'(' is followed by whitespace.61
Errors')' is preceded with whitespace.61
ErrorsLine is longer than 80 characters.62
Errors'(' is followed by whitespace.62
Errors',' is not followed by whitespace.62
Errors')' is preceded with whitespace.62
ErrorsLine has trailing spaces.63
ErrorsLine is longer than 80 characters.63
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
ErrorsMethod 'getParentAttributeName' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.69
ErrorsMethod 'getParentToChildReferences' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.74
ErrorsLine is longer than 80 characters.79
ErrorsMethod 'setParentToChildReferences' is not designed for extension - needs to be abstract, final or empty.79
ErrorsMissing a Javadoc comment.79
ErrorsParameter referenceAttribues should be final.79
ErrorsLine contains a tab character.84
ErrorsMethod 'getUserVisibleIdentifierKey' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMissing a Javadoc comment.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
ErrorsMethod 'setUserVisibleIdentifierKey' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMissing a Javadoc comment.89
ErrorsParameter userVisibleIdentifierKey should be final.89
Errors'userVisibleIdentifierKey' hides a field.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsMethod 'getParentAttributeForChildAttribute' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
Errors'(' is followed by whitespace.93
ErrorsParameter childAttributeName should be final.93
Errors')' is preceded with whitespace.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
Errors'(' is followed by whitespace.94
Errors',' is not followed by whitespace.94
Errors')' is preceded with whitespace.94
ErrorsLine contains a tab character.95
Errors'(' is followed by whitespace.95
Errors'(' is followed by whitespace.95
Errors')' is preceded with whitespace.95
Errors')' is preceded with whitespace.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine is longer than 80 characters.102
ErrorsLine contains a tab character.102
ErrorsMethod 'getChildAttributeForParentAttribute' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
Errors'(' is followed by whitespace.102
ErrorsParameter parentAttributeName should be final.102
Errors'parentAttributeName' hides a field.102
Errors')' is preceded with whitespace.102
ErrorsLine contains a tab character.103
Errors'(' is followed by whitespace.103
Errors')' is preceded with whitespace.103
ErrorsLine contains a tab character.104

org/kuali/rice/kns/bo/Exporter.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.32
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsRedundant 'public' modifier.44
ErrorsRedundant throws: 'ExportNotSupportedException' is unchecked exception.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine has trailing spaces.47
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsRedundant 'public' modifier.53
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54

org/kuali/rice/kns/bo/GlobalBusinessObject.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.22
ErrorsLine is longer than 80 characters.23
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.35
ErrorsRedundant 'public' modifier.37
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.43
ErrorsRedundant 'public' modifier.45
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.49
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.52
ErrorsLine has trailing spaces.53
ErrorsRedundant 'public' modifier.55
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.60
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.62
ErrorsLine has trailing spaces.63
ErrorsRedundant 'public' modifier.65
ErrorsLine has trailing spaces.68
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.70
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsRedundant 'public' modifier.76
ErrorsLine is longer than 80 characters.79
ErrorsLine has trailing spaces.81
ErrorsExpected an @return tag.84
ErrorsRedundant 'public' modifier.84

org/kuali/rice/kns/bo/GlobalBusinessObjectDetail.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.25
ErrorsLine has trailing spaces.28
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.38

org/kuali/rice/kns/bo/GlobalBusinessObjectDetailBase.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.21
ErrorsLine is longer than 80 characters.22
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
Errors'=' is not preceded with whitespace.24
Errors'=' is not followed by whitespace.24
ErrorsMethod 'getDocumentNumber' is not designed for extension - needs to be abstract, final or empty.27
ErrorsMissing a Javadoc comment.27
ErrorsMethod 'setDocumentNumber' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
ErrorsParameter documentNumber should be final.31
Errors'documentNumber' hides a field.31

org/kuali/rice/kns/bo/InactivatableFromToImpl.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsVariable 'activeFromDate' must be private and have accessor methods.33
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.35
ErrorsVariable 'activeToDate' must be private and have accessor methods.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.37
ErrorsVariable 'activeAsOfDate' must be private and have accessor methods.37
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.39
ErrorsVariable 'current' must be private and have accessor methods.39
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsExpected an @return tag.45
ErrorsLine contains a tab character.45
ErrorsMethod 'isActive' is not designed for extension - needs to be abstract, final or empty.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsMissing a Javadoc comment.55
ErrorsParameter active should be final.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.59
ErrorsMethod 'setActiveFromDate' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMissing a Javadoc comment.59
ErrorsParameter from should be final.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.63
ErrorsMethod 'setActiveToDate' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsParameter to should be final.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.67
ErrorsMethod 'getActiveFromDate' is not designed for extension - needs to be abstract, final or empty.67
ErrorsMissing a Javadoc comment.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsMethod 'getActiveToDate' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMissing a Javadoc comment.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsMethod 'getActiveAsOfDate' is not designed for extension - needs to be abstract, final or empty.75
ErrorsMissing a Javadoc comment.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.79
ErrorsMethod 'setActiveAsOfDate' is not designed for extension - needs to be abstract, final or empty.79
ErrorsMissing a Javadoc comment.79
ErrorsParameter activeAsOfDate should be final.79
Errors'activeAsOfDate' hides a field.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.83
ErrorsMethod 'isCurrent' is not designed for extension - needs to be abstract, final or empty.83
ErrorsMissing a Javadoc comment.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.87
ErrorsMethod 'setCurrent' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMissing a Javadoc comment.87
ErrorsParameter current should be final.87
Errors'current' hides a field.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89

org/kuali/rice/kns/bo/KualiCodeBase.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.25
ErrorsLine is longer than 80 characters.26
ErrorsMissing a Javadoc comment.28
ErrorsLine is longer than 80 characters.29
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.30
Errors'=' is not preceded with whitespace.31
Errors'=' is not followed by whitespace.31
ErrorsVariable 'code' must be private and have accessor methods.32
ErrorsMissing a Javadoc comment.33
Errors'=' is not preceded with whitespace.33
Errors'=' is not followed by whitespace.33
ErrorsVariable 'name' must be private and have accessor methods.34
ErrorsMissing a Javadoc comment.35
Errors'=' is not preceded with whitespace.35
Errors'=' is not followed by whitespace.35
Errors'=' is not preceded with whitespace.36
Errors'=' is not followed by whitespace.36
ErrorsVariable 'active' must be private and have accessor methods.37
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.43
ErrorsParameter code should be final.43
Errors'code' hides a field.43
ErrorsMethod 'getCode' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMethod 'setCode' is not designed for extension - needs to be abstract, final or empty.58
ErrorsParameter code should be final.58
Errors'code' hides a field.58
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.74
ErrorsParameter name should be final.74
Errors'name' hides a field.74
ErrorsMethod 'isActive' is not designed for extension - needs to be abstract, final or empty.82
ErrorsUnused @param tag for 'name'.88
ErrorsMethod 'setActive' is not designed for extension - needs to be abstract, final or empty.90
ErrorsParameter a should be final.90
ErrorsExpected @param tag for 'a'.90
ErrorsLine has trailing spaces.97
ErrorsMethod 'getCodeAndDescription' is not designed for extension - needs to be abstract, final or empty.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine is longer than 80 characters.102
ErrorsExpected an @return tag.105
ErrorsLine contains a tab character.105
ErrorsParameter code should be final.105
ErrorsExpected @param tag for 'code'.105
ErrorsParameter desc should be final.105
ErrorsExpected @param tag for 'desc'.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.118
ErrorsExpected an @return tag.121
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.121
ErrorsParameter obj should be final.121
ErrorsExpected @param tag for 'obj'.121
ErrorsLine is longer than 80 characters.123
ErrorsLine has trailing spaces.130
ErrorsExpected an @return tag.133
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.133

org/kuali/rice/kns/bo/MultipleValueLookupMetadata.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.23
ErrorsLine is longer than 80 characters.24
ErrorsMissing a Javadoc comment.25
Errors'=' is not preceded with whitespace.26
Errors'=' is not followed by whitespace.26
ErrorsMissing a Javadoc comment.28
Errors'=' is not preceded with whitespace.28
Errors'=' is not followed by whitespace.28
ErrorsFirst sentence should end with a period.30
Errors'=' is not preceded with whitespace.34
Errors'=' is not followed by whitespace.34
ErrorsLine has trailing spaces.36
ErrorsMethod 'getLookupResultsSequenceNumber' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
ErrorsLine is longer than 80 characters.41
ErrorsMethod 'setLookupResultsSequenceNumber' is not designed for extension - needs to be abstract, final or empty.41
ErrorsMissing a Javadoc comment.41
ErrorsParameter lookupResultsSequenceNumber should be final.41
Errors'lookupResultsSequenceNumber' hides a field.41
ErrorsMethod 'getLookupPersonId' is not designed for extension - needs to be abstract, final or empty.45
ErrorsMissing a Javadoc comment.45
ErrorsMethod 'setLookupPersonId' is not designed for extension - needs to be abstract, final or empty.49
ErrorsMissing a Javadoc comment.49
ErrorsParameter lookupPersonId should be final.49
Errors'lookupPersonId' hides a field.49
ErrorsMethod 'getLookupDate' is not designed for extension - needs to be abstract, final or empty.56
ErrorsLine is longer than 80 characters.61
ErrorsMethod 'setLookupDate' is not designed for extension - needs to be abstract, final or empty.63
ErrorsParameter lookupDate should be final.63
Errors'lookupDate' hides a field.63

org/kuali/rice/kns/bo/Note.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsUsing the '.*' form of import should be avoided - javax.persistence.*.26
Errors'=' is not preceded with whitespace.33
Errors'=' is not followed by whitespace.33
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.37
Errors'=' is not preceded with whitespace.38
Errors'=' is not followed by whitespace.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
Errors'=' is not preceded with whitespace.39
Errors'=' is not followed by whitespace.39
Errors',' is not followed by whitespace.39
Errors'=' is not preceded with whitespace.39
Errors'=' is not followed by whitespace.39
Errors',' is not followed by whitespace.39
Errors'=' is not preceded with whitespace.39
Errors'=' is not followed by whitespace.39
ErrorsLine contains a tab character.40
Errors'=' is not preceded with whitespace.40
Errors'=' is not followed by whitespace.40
Errors',' is not followed by whitespace.40
Errors'=' is not preceded with whitespace.40
Errors'=' is not followed by whitespace.40
ErrorsLine contains a tab character.41
Errors'=' is not preceded with whitespace.41
Errors'=' is not followed by whitespace.41
Errors',' is not followed by whitespace.41
Errors'=' is not preceded with whitespace.41
Errors'=' is not followed by whitespace.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
Errors'=' is not preceded with whitespace.43
Errors'=' is not followed by whitespace.43
ErrorsLine contains a tab character.44
ErrorsMissing a Javadoc comment.45
Errors'=' is not preceded with whitespace.45
Errors'=' is not followed by whitespace.45
ErrorsLine contains a tab character.46
ErrorsMissing a Javadoc comment.47
Errors'=' is not preceded with whitespace.47
Errors'=' is not followed by whitespace.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsMissing a Javadoc comment.49
Errors'=' is not preceded with whitespace.49
Errors'=' is not followed by whitespace.49
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.51
Errors'=' is not preceded with whitespace.51
Errors'=' is not followed by whitespace.51
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.53
Errors'=' is not preceded with whitespace.53
Errors'=' is not followed by whitespace.53
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.55
Errors'=' is not preceded with whitespace.55
Errors'=' is not followed by whitespace.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.57
Errors'=' is not preceded with whitespace.57
Errors'=' is not followed by whitespace.57
ErrorsLine contains a tab character.58
ErrorsMissing a Javadoc comment.59
ErrorsMissing a Javadoc comment.62
Errors'=' is not preceded with whitespace.62
Errors'=' is not followed by whitespace.62
ErrorsLine contains a tab character.63
Errors'=' is not preceded with whitespace.63
Errors'=' is not followed by whitespace.63
Errors'=' is not preceded with whitespace.63
Errors'=' is not followed by whitespace.63
Errors'=' is not preceded with whitespace.63
Errors'=' is not followed by whitespace.63
ErrorsLine contains a tab character.64
ErrorsMissing a Javadoc comment.65
ErrorsMissing a Javadoc comment.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsMissing a Javadoc comment.70
ErrorsLine has trailing spaces.86
ErrorsMethod 'setNotePostedTimestampToCurrent' is not designed for extension - needs to be abstract, final or empty.90
ErrorsLine is longer than 80 characters.91
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.97
ErrorsMethod 'getNoteIdentifier' is not designed for extension - needs to be abstract, final or empty.100
ErrorsLine has trailing spaces.106
ErrorsMethod 'setNoteIdentifier' is not designed for extension - needs to be abstract, final or empty.109
ErrorsParameter noteIdentifier should be final.109
Errors'noteIdentifier' hides a field.109
ErrorsLine has trailing spaces.115
ErrorsMethod 'getRemoteObjectIdentifier' is not designed for extension - needs to be abstract, final or empty.118
ErrorsLine has trailing spaces.124
ErrorsMethod 'setRemoteObjectIdentifier' is not designed for extension - needs to be abstract, final or empty.127
ErrorsParameter remoteObjectIdentifier should be final.127
Errors'remoteObjectIdentifier' hides a field.127
ErrorsLine has trailing spaces.134
ErrorsMethod 'getAuthorUniversalIdentifier' is not designed for extension - needs to be abstract, final or empty.137
ErrorsLine has trailing spaces.143
ErrorsLine is longer than 80 characters.144
ErrorsMethod 'setAuthorUniversalIdentifier' is not designed for extension - needs to be abstract, final or empty.146
ErrorsParameter noteAuthorIdentifier should be final.146
ErrorsLine has trailing spaces.153
ErrorsMethod 'getNotePostedTimestamp' is not designed for extension - needs to be abstract, final or empty.156
ErrorsLine has trailing spaces.162
ErrorsMethod 'setNotePostedTimestamp' is not designed for extension - needs to be abstract, final or empty.165
ErrorsParameter notePostedTimestamp should be final.165
Errors'notePostedTimestamp' hides a field.165
ErrorsLine has trailing spaces.172
ErrorsMethod 'getNoteTypeCode' is not designed for extension - needs to be abstract, final or empty.175
ErrorsLine has trailing spaces.181
ErrorsMethod 'setNoteTypeCode' is not designed for extension - needs to be abstract, final or empty.184
ErrorsParameter noteTypeCode should be final.184
Errors'noteTypeCode' hides a field.184
ErrorsLine has trailing spaces.191
ErrorsMethod 'getNoteText' is not designed for extension - needs to be abstract, final or empty.194
ErrorsLine has trailing spaces.200
ErrorsMethod 'setNoteText' is not designed for extension - needs to be abstract, final or empty.203
ErrorsParameter noteText should be final.203
Errors'noteText' hides a field.203
ErrorsLine has trailing spaces.210
ErrorsMethod 'getNoteTopicText' is not designed for extension - needs to be abstract, final or empty.213
ErrorsLine has trailing spaces.219
ErrorsMethod 'setNoteTopicText' is not designed for extension - needs to be abstract, final or empty.222
ErrorsParameter noteTopicText should be final.222
Errors'noteTopicText' hides a field.222
ErrorsLine has trailing spaces.228
ErrorsMethod 'getNotePurgeCode' is not designed for extension - needs to be abstract, final or empty.231
ErrorsLine has trailing spaces.237
ErrorsMethod 'setNotePurgeCode' is not designed for extension - needs to be abstract, final or empty.240
ErrorsParameter notePurgeCode should be final.240
Errors'notePurgeCode' hides a field.240
ErrorsLine has trailing spaces.246
ErrorsMethod 'getNoteType' is not designed for extension - needs to be abstract, final or empty.249
ErrorsLine has trailing spaces.255
ErrorsMethod 'setNoteType' is not designed for extension - needs to be abstract, final or empty.259
ErrorsParameter noteType should be final.259
Errors'noteType' hides a field.259
ErrorsLine has trailing spaces.265
ErrorsMethod 'getAuthorUniversal' is not designed for extension - needs to be abstract, final or empty.268
ErrorsLine is longer than 80 characters.269
ErrorsLine has trailing spaces.275
ErrorsMethod 'setAuthorUniversal' is not designed for extension - needs to be abstract, final or empty.279
ErrorsParameter authorUniversal should be final.279
Errors'authorUniversal' hides a field.279
ErrorsLine has trailing spaces.285
ErrorsMethod 'getAttachment' is not designed for extension - needs to be abstract, final or empty.288
ErrorsLine has trailing spaces.294
ErrorsMethod 'setAttachment' is not designed for extension - needs to be abstract, final or empty.297
ErrorsParameter attachment should be final.297
Errors'attachment' hides a field.297
ErrorsLine has trailing spaces.303
ErrorsMethod 'getAttachmentIdentifier' is not designed for extension - needs to be abstract, final or empty.306
ErrorsLine has trailing spaces.312
ErrorsMethod 'setAttachmentIdentifier' is not designed for extension - needs to be abstract, final or empty.315
ErrorsParameter attachmentIdentifier should be final.315
Errors'attachmentIdentifier' hides a field.315
ErrorsLine is longer than 80 characters.320
ErrorsLine is longer than 80 characters.321
ErrorsLine has trailing spaces.322
ErrorsMethod 'addAttachment' is not designed for extension - needs to be abstract, final or empty.325
ErrorsParameter attachment should be final.325
Errors'attachment' hides a field.325
ErrorsExpected @param tag for 'attachment'.325
ErrorsLine is longer than 80 characters.337
ErrorsLine is longer than 80 characters.338
ErrorsMethod 'removeAttachment' is not designed for extension - needs to be abstract, final or empty.340
ErrorsMethod 'getAdHocRouteRecipient' is not designed for extension - needs to be abstract, final or empty.348
ErrorsLine is longer than 80 characters.355
ErrorsMethod 'setAdHocRouteRecipient' is not designed for extension - needs to be abstract, final or empty.355
ErrorsParameter adHocRouteRecipient should be final.355
Errors'adHocRouteRecipient' hides a field.355

org/kuali/rice/kns/bo/NoteType.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.28
Errors'=' is not preceded with whitespace.31
Errors'=' is not followed by whitespace.31
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.35
Errors'=' is not preceded with whitespace.35
Errors'=' is not followed by whitespace.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
Errors'=' is not preceded with whitespace.37
Errors'=' is not followed by whitespace.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
Errors'=' is not preceded with whitespace.39
Errors'=' is not followed by whitespace.39
ErrorsLine contains a tab character.40
Errors'=' is not preceded with whitespace.40
Errors'=' is not followed by whitespace.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsMethod 'getNoteTypeCode' is not designed for extension - needs to be abstract, final or empty.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsMethod 'setNoteTypeCode' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter noteTypeCode should be final.66
Errors'noteTypeCode' hides a field.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsMethod 'getNoteTypeDescription' is not designed for extension - needs to be abstract, final or empty.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsMethod 'setNoteTypeDescription' is not designed for extension - needs to be abstract, final or empty.87
ErrorsParameter noteTypeDescription should be final.87
Errors'noteTypeDescription' hides a field.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsMethod 'isNoteTypeActiveIndicator' is not designed for extension - needs to be abstract, final or empty.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsMethod 'setNoteTypeActiveIndicator' is not designed for extension - needs to be abstract, final or empty.109
ErrorsParameter noteTypeActiveIndicator should be final.109
Errors'noteTypeActiveIndicator' hides a field.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111

org/kuali/rice/kns/bo/PersistableAttachment.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.19
ErrorsLine is longer than 80 characters.19
ErrorsLine has trailing spaces.20
ErrorsMissing a Javadoc comment.26
ErrorsRedundant 'public' modifier.26
ErrorsMissing a Javadoc comment.28
ErrorsRedundant 'public' modifier.28
ErrorsMissing a Javadoc comment.30
ErrorsRedundant 'public' modifier.30
ErrorsMissing a Javadoc comment.32
ErrorsRedundant 'public' modifier.32
ErrorsMissing a Javadoc comment.34
ErrorsRedundant 'public' modifier.34
ErrorsMissing a Javadoc comment.36
ErrorsRedundant 'public' modifier.36

org/kuali/rice/kns/bo/PersistableAttachmentBase.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.23
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
Errors'=' is not preceded with whitespace.31
Errors'=' is not followed by whitespace.31
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
Errors'=' is not preceded with whitespace.33
Errors'=' is not followed by whitespace.33
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
Errors'=' is not preceded with whitespace.35
Errors'=' is not followed by whitespace.35
ErrorsLine has trailing spaces.40
ErrorsExpected an @return tag.43
ErrorsMethod 'getAttachmentContent' is not designed for extension - needs to be abstract, final or empty.43
ErrorsLine has trailing spaces.49
ErrorsLine is longer than 80 characters.50
ErrorsMethod 'setAttachmentContent' is not designed for extension - needs to be abstract, final or empty.52
ErrorsParameter attachmentContent should be final.52
Errors'attachmentContent' hides a field.52
ErrorsExpected @param tag for 'attachmentContent'.52
ErrorsLine has trailing spaces.58
ErrorsExpected an @return tag.61
ErrorsMethod 'getFileName' is not designed for extension - needs to be abstract, final or empty.61
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.68
ErrorsMethod 'setFileName' is not designed for extension - needs to be abstract, final or empty.70
ErrorsParameter fileName should be final.70
Errors'fileName' hides a field.70
ErrorsExpected @param tag for 'fileName'.70
ErrorsLine has trailing spaces.76
ErrorsExpected an @return tag.79
ErrorsMethod 'getContentType' is not designed for extension - needs to be abstract, final or empty.79
ErrorsLine has trailing spaces.85
ErrorsLine is longer than 80 characters.86
ErrorsMethod 'setContentType' is not designed for extension - needs to be abstract, final or empty.88
ErrorsParameter contentType should be final.88
Errors'contentType' hides a field.88
ErrorsExpected @param tag for 'contentType'.88

org/kuali/rice/kns/bo/PersistableBusinessObject.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsUnused import - java.util.UUID.20
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine has trailing spaces.28
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.34
ErrorsLine has trailing spaces.36
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.43
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.50
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.54
ErrorsLine has trailing spaces.56
ErrorsLine has trailing spaces.65
ErrorsRedundant 'public' modifier.68
ErrorsLine has trailing spaces.74
ErrorsRedundant 'public' modifier.77
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.80
ErrorsRedundant 'public' modifier.82
ErrorsFirst sentence should end with a period.84
ErrorsLine has trailing spaces.86
ErrorsRedundant 'public' modifier.89
ErrorsExpected @param tag for 'objectId'.89
ErrorsLine has trailing spaces.90
ErrorsMissing a Javadoc comment.91
ErrorsRedundant 'public' modifier.91
ErrorsMissing a Javadoc comment.93
ErrorsRedundant 'public' modifier.93
ErrorsLine has trailing spaces.94
ErrorsRedundant 'public' modifier.98
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.102
ErrorsLine has trailing spaces.103
ErrorsRedundant 'public' modifier.106
ErrorsExpected @param tag for 'referenceObjectName'.106
ErrorsLine is longer than 80 characters.109
ErrorsLine has trailing spaces.111
ErrorsLine is longer than 80 characters.114
ErrorsRedundant 'public' modifier.114
ErrorsLine is longer than 80 characters.117
ErrorsExpected an @return tag.120
ErrorsRedundant 'public' modifier.120
ErrorsLine has trailing spaces.121
ErrorsLine is longer than 80 characters.123
ErrorsRedundant 'public' modifier.126
ErrorsExpected @param tag for 'isNewCollectionRecord'.126
ErrorsRedundant 'public' modifier.131
ErrorsLine has trailing spaces.133

org/kuali/rice/kns/bo/PersistableBusinessObjectBase.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsFirst sentence should end with a period.43
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsMissing a Javadoc comment.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
Errors'=' is not preceded with whitespace.53
Errors'=' is not followed by whitespace.53
ErrorsVariable 'versionNumber' must be private and have accessor methods.54
ErrorsMissing a Javadoc comment.55
Errors'=' is not preceded with whitespace.55
Errors'=' is not followed by whitespace.55
ErrorsMissing a Javadoc comment.57
ErrorsMissing a Javadoc comment.59
ErrorsVariable 'extension' must be private and have accessor methods.60
ErrorsMissing a Javadoc comment.62
ErrorsLine is longer than 80 characters.63
ErrorsMissing a Javadoc comment.63
ErrorsLine has trailing spaces.64
ErrorsExpected an @return tag.68
ErrorsMethod 'getVersionNumber' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMethod 'setVersionNumber' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter versionNumber should be final.75
Errors'versionNumber' hides a field.75
ErrorsExpected @param tag for 'versionNumber'.75
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.82
ErrorsLine has trailing spaces.84
ErrorsExpected an @return tag.87
ErrorsMethod 'getObjectId' is not designed for extension - needs to be abstract, final or empty.87
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.93
ErrorsLine has trailing spaces.95
ErrorsMethod 'setObjectId' is not designed for extension - needs to be abstract, final or empty.98
ErrorsParameter objectId should be final.98
Errors'objectId' hides a field.98
ErrorsExpected @param tag for 'objectId'.98
ErrorsLine has trailing spaces.105
ErrorsMethod 'isNewCollectionRecord' is not designed for extension - needs to be abstract, final or empty.108
ErrorsLine has trailing spaces.114
ErrorsMethod 'setNewCollectionRecord' is not designed for extension - needs to be abstract, final or empty.117
ErrorsParameter isNewCollectionRecord should be final.117
ErrorsLine is longer than 80 characters.122
ErrorsLine is longer than 80 characters.123
ErrorsLine has trailing spaces.125
ErrorsLine is longer than 80 characters.126
ErrorsLine is longer than 80 characters.128
ErrorsParameter persistenceBroker should be final.128
ErrorsExpected @param tag for 'persistenceBroker'.128
ErrorsExpected @throws tag for 'PersistenceBrokerException'.128
ErrorsRedundant throws: 'PersistenceBrokerException' is unchecked exception.128
ErrorsLine contains a tab character.129
ErrorsLine has trailing spaces.131
ErrorsLine is longer than 80 characters.133
ErrorsLine has trailing spaces.135
ErrorsLine is longer than 80 characters.136
ErrorsLine contains a tab character.140
ErrorsLine is longer than 80 characters.144
ErrorsLine is longer than 80 characters.145
ErrorsLine has trailing spaces.147
ErrorsLine is longer than 80 characters.148
ErrorsLine is longer than 80 characters.150
ErrorsParameter persistenceBroker should be final.150
ErrorsExpected @param tag for 'persistenceBroker'.150
ErrorsExpected @throws tag for 'PersistenceBrokerException'.150
ErrorsRedundant throws: 'PersistenceBrokerException' is unchecked exception.150
ErrorsLine contains a tab character.151
ErrorsLine is longer than 80 characters.155
ErrorsLine has trailing spaces.157
ErrorsLine is longer than 80 characters.158
ErrorsLine contains a tab character.162
ErrorsLine is longer than 80 characters.166
ErrorsLine is longer than 80 characters.167
ErrorsLine has trailing spaces.169
ErrorsLine is longer than 80 characters.170
ErrorsLine is longer than 80 characters.172
ErrorsParameter persistenceBroker should be final.172
ErrorsExpected @param tag for 'persistenceBroker'.172
ErrorsExpected @throws tag for 'PersistenceBrokerException'.172
ErrorsRedundant throws: 'PersistenceBrokerException' is unchecked exception.172
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.175
ErrorsLine is longer than 80 characters.177
ErrorsLine has trailing spaces.179
ErrorsLine is longer than 80 characters.180
ErrorsLine contains a tab character.184
ErrorsLine is longer than 80 characters.188
ErrorsLine is longer than 80 characters.189
ErrorsLine has trailing spaces.191
ErrorsLine is longer than 80 characters.192
ErrorsLine is longer than 80 characters.194
ErrorsParameter persistenceBroker should be final.194
ErrorsExpected @param tag for 'persistenceBroker'.194
ErrorsExpected @throws tag for 'PersistenceBrokerException'.194
ErrorsRedundant throws: 'PersistenceBrokerException' is unchecked exception.194
ErrorsLine contains a tab character.195
ErrorsLine has trailing spaces.197
ErrorsLine is longer than 80 characters.199
ErrorsLine has trailing spaces.201
ErrorsLine is longer than 80 characters.202
ErrorsLine contains a tab character.206
ErrorsLine is longer than 80 characters.210
ErrorsLine is longer than 80 characters.211
ErrorsLine has trailing spaces.213
ErrorsLine is longer than 80 characters.214
ErrorsLine is longer than 80 characters.216
ErrorsParameter persistenceBroker should be final.216
ErrorsExpected @param tag for 'persistenceBroker'.216
ErrorsExpected @throws tag for 'PersistenceBrokerException'.216
ErrorsRedundant throws: 'PersistenceBrokerException' is unchecked exception.216
ErrorsLine contains a tab character.217
ErrorsLine has trailing spaces.219
ErrorsLine is longer than 80 characters.221
ErrorsLine has trailing spaces.223
ErrorsLine is longer than 80 characters.224
ErrorsLine contains a tab character.228
ErrorsLine is longer than 80 characters.232
ErrorsLine is longer than 80 characters.233
ErrorsLine has trailing spaces.235
ErrorsLine is longer than 80 characters.236
ErrorsLine is longer than 80 characters.238
ErrorsParameter persistenceBroker should be final.238
ErrorsExpected @param tag for 'persistenceBroker'.238
ErrorsExpected @throws tag for 'PersistenceBrokerException'.238
ErrorsRedundant throws: 'PersistenceBrokerException' is unchecked exception.238
ErrorsLine contains a tab character.239
ErrorsLine has trailing spaces.241
ErrorsLine has trailing spaces.243
ErrorsLine is longer than 80 characters.243
ErrorsLine is longer than 80 characters.244
ErrorsLine is longer than 80 characters.245
ErrorsLine has trailing spaces.247
ErrorsLine is longer than 80 characters.248
ErrorsMethod 'prePersist' is not designed for extension - needs to be abstract, final or empty.250
ErrorsLine contains a tab character.252
ErrorsLine is longer than 80 characters.256
ErrorsLine is longer than 80 characters.257
ErrorsLine has trailing spaces.259
ErrorsLine is longer than 80 characters.260
ErrorsLine is longer than 80 characters.262
ErrorsParameter persistenceBroker should be final.262
ErrorsExpected @param tag for 'persistenceBroker'.262
ErrorsExpected @throws tag for 'PersistenceBrokerException'.262
ErrorsRedundant throws: 'PersistenceBrokerException' is unchecked exception.262
ErrorsLine contains a tab character.263
ErrorsLine has trailing spaces.267
ErrorsLine is longer than 80 characters.267
ErrorsLine is longer than 80 characters.268
ErrorsLine is longer than 80 characters.269
ErrorsLine has trailing spaces.271
ErrorsLine is longer than 80 characters.272
ErrorsMethod 'preUpdate' is not designed for extension - needs to be abstract, final or empty.274
ErrorsLine contains a tab character.276
ErrorsLine has trailing spaces.278
ErrorsLine is longer than 80 characters.280
ErrorsLine contains a tab character.284
ErrorsLine has trailing spaces.291
ErrorsMethod 'refresh' is not designed for extension - needs to be abstract, final or empty.294
ErrorsMethod 'refreshNonUpdateableReferences' is not designed for extension - needs to be abstract, final or empty.301
ErrorsLine contains a tab character.305
ErrorsMethod 'refreshReferenceObject' is not designed for extension - needs to be abstract, final or empty.305
ErrorsMissing a Javadoc comment.305
ErrorsParameter referenceObjectName should be final.305
ErrorsLine is longer than 80 characters.306
ErrorsLine contains a tab character.306
Errors'(' is followed by whitespace.306
ErrorsLine is longer than 80 characters.307
ErrorsLine contains a tab character.307
ErrorsLine is longer than 80 characters.308
ErrorsLine contains a tab character.308
Errors'(' is followed by whitespace.308
ErrorsLine is longer than 80 characters.309
ErrorsLine contains a tab character.309
Errors'(' is followed by whitespace.309
ErrorsLine contains a tab character.310
ErrorsLine is longer than 80 characters.311
Errors'(' is followed by whitespace.311
Errors')' is preceded with whitespace.311
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.314
ErrorsLine is longer than 80 characters.317
ErrorsExpected an @return tag.319
ErrorsLine is longer than 80 characters.319
ErrorsMethod 'buildListOfDeletionAwareLists' is not designed for extension - needs to be abstract, final or empty.319
ErrorsMissing a Javadoc comment.323
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.327
ErrorsMethod 'getExtension' is not designed for extension - needs to be abstract, final or empty.327
ErrorsMissing a Javadoc comment.327
ErrorsLine contains a tab character.328
Errors'(' is followed by whitespace.328
Errors')' is preceded with whitespace.328
ErrorsLine contains a tab character.329
ErrorsLine is longer than 80 characters.330
ErrorsLine contains a tab character.330
Errors'(' is followed by whitespace.330
Errors')' is preceded with whitespace.330
ErrorsLine contains a tab character.331
Errors'(' is followed by whitespace.331
Errors')' is preceded with whitespace.331
ErrorsLine is longer than 80 characters.332
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
Errors'(' is followed by whitespace.334
Errors')' is preceded with whitespace.334
ErrorsLine is longer than 80 characters.335
ErrorsLine contains a tab character.335
Errors'(' is followed by whitespace.335
Errors')' is preceded with whitespace.335
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.341
ErrorsMethod 'setExtension' is not designed for extension - needs to be abstract, final or empty.341
ErrorsMissing a Javadoc comment.341
ErrorsParameter extension should be final.341
Errors'extension' hides a field.341
ErrorsLine contains a tab character.342
ErrorsLine contains a tab character.343
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsLine contains a tab character.349
Errors'(' is followed by whitespace.349
Errors')' is preceded with whitespace.349
ErrorsLine is longer than 80 characters.350
ErrorsLine contains a tab character.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
ErrorsLine contains a tab character.353
ErrorsLine is longer than 80 characters.355
ErrorsLine contains a tab character.355
ErrorsMissing a Javadoc comment.355
ErrorsLine contains a tab character.356
Errors'(' is followed by whitespace.356
Errors')' is preceded with whitespace.356
ErrorsLine is longer than 80 characters.357
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.359
ErrorsLine contains a tab character.360

org/kuali/rice/kns/bo/PersistableBusinessObjectExtension.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.19

org/kuali/rice/kns/bo/PersistableBusinessObjectExtensionBase.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23

org/kuali/rice/kns/bo/SelectedObjectIds.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.26
Errors'=' is not preceded with whitespace.27
Errors'=' is not followed by whitespace.27
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
Errors'=' is not preceded with whitespace.30
Errors'=' is not followed by whitespace.30
ErrorsLine contains a tab character.31
Errors'=' is not preceded with whitespace.31
Errors'=' is not followed by whitespace.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsMethod 'getSelectedObjectIds' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsMethod 'setSelectedObjectIds' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter selectedObjectIds should be final.38
Errors'selectedObjectIds' hides a field.38

org/kuali/rice/kns/bo/TransientBusinessObjectBase.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsFirst sentence should end with a period.19
ErrorsLine is longer than 80 characters.23
ErrorsMissing a Javadoc comment.32
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.33

org/kuali/rice/kns/document/authorization/PessimisticLock.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - javax.persistence.*.25
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.35
Errors'=' is not preceded with whitespace.39
Errors'=' is not followed by whitespace.39
ErrorsLine has trailing spaces.41
ErrorsMissing a Javadoc comment.42
ErrorsLine has trailing spaces.43
ErrorsMissing a Javadoc comment.44
ErrorsLine has trailing spaces.45
ErrorsMissing a Javadoc comment.47
Errors'=' is not preceded with whitespace.48
Errors'=' is not followed by whitespace.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
Errors'=' is not preceded with whitespace.49
Errors'=' is not followed by whitespace.49
Errors',' is not followed by whitespace.49
Errors'=' is not preceded with whitespace.49
Errors'=' is not followed by whitespace.49
Errors',' is not followed by whitespace.49
Errors'=' is not preceded with whitespace.49
Errors'=' is not followed by whitespace.49
ErrorsLine contains a tab character.50
Errors'=' is not preceded with whitespace.50
Errors'=' is not followed by whitespace.50
Errors',' is not followed by whitespace.50
Errors'=' is not preceded with whitespace.50
Errors'=' is not followed by whitespace.50
ErrorsLine contains a tab character.51
Errors'=' is not preceded with whitespace.51
Errors'=' is not followed by whitespace.51
Errors',' is not followed by whitespace.51
Errors'=' is not preceded with whitespace.51
Errors'=' is not followed by whitespace.51
ErrorsLine contains a tab character.52
Errors'=' is not preceded with whitespace.53
Errors'=' is not followed by whitespace.53
ErrorsLine has trailing spaces.55
ErrorsMissing a Javadoc comment.56
Errors'=' is not preceded with whitespace.56
Errors'=' is not followed by whitespace.56
ErrorsLine has trailing spaces.58
ErrorsMissing a Javadoc comment.59
Errors'=' is not preceded with whitespace.59
Errors'=' is not followed by whitespace.59
ErrorsLine is longer than 80 characters.60
ErrorsLine has trailing spaces.61
ErrorsMissing a Javadoc comment.62
Errors'=' is not preceded with whitespace.62
Errors'=' is not followed by whitespace.62
ErrorsLine has trailing spaces.64
ErrorsMissing a Javadoc comment.65
Errors'=' is not preceded with whitespace.65
Errors'=' is not followed by whitespace.65
ErrorsLine has trailing spaces.67
ErrorsMissing a Javadoc comment.68
ErrorsLine has trailing spaces.71
ErrorsLine is longer than 80 characters.73
Errors'{' is not followed by whitespace.78
Errors'}' is not preceded with whitespace.78
ErrorsLine has trailing spaces.79
ErrorsFirst sentence should end with a period.80
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.83
ErrorsParameter documentNumber should be final.83
Errors'documentNumber' hides a field.83
ErrorsExpected @param tag for 'documentNumber'.83
ErrorsParameter lockDescriptor should be final.83
Errors'lockDescriptor' hides a field.83
ErrorsExpected @param tag for 'lockDescriptor'.83
ErrorsParameter user should be final.83
ErrorsExpected @param tag for 'user'.83
ErrorsLine has trailing spaces.86
ErrorsLine is longer than 80 characters.87
ErrorsLine has trailing spaces.89
ErrorsMethod 'isOwnedByUser' is not designed for extension - needs to be abstract, final or empty.90
ErrorsMissing a Javadoc comment.90
ErrorsParameter user should be final.90
ErrorsLine has trailing spaces.93
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.104
ErrorsParameter id should be final.104
Errors'id' hides a field.104
ErrorsMethod 'getOwnedByPrincipalIdentifier' is not designed for extension - needs to be abstract, final or empty.111
ErrorsLine is longer than 80 characters.118
ErrorsMethod 'setOwnedByPrincipalIdentifier' is not designed for extension - needs to be abstract, final or empty.118
ErrorsParameter ownedByPrincipalIdentifier should be final.118
Errors'ownedByPrincipalIdentifier' hides a field.118
ErrorsMethod 'getLockDescriptor' is not designed for extension - needs to be abstract, final or empty.125
ErrorsMethod 'setLockDescriptor' is not designed for extension - needs to be abstract, final or empty.132
ErrorsParameter lockDescriptor should be final.132
Errors'lockDescriptor' hides a field.132
ErrorsMethod 'getGeneratedTimestamp' is not designed for extension - needs to be abstract, final or empty.139
ErrorsMethod 'setGeneratedTimestamp' is not designed for extension - needs to be abstract, final or empty.146
ErrorsParameter generatedTimestamp should be final.146
Errors'generatedTimestamp' hides a field.146
ErrorsMethod 'getDocumentNumber' is not designed for extension - needs to be abstract, final or empty.153
ErrorsMethod 'setDocumentNumber' is not designed for extension - needs to be abstract, final or empty.160
ErrorsParameter documentNumber should be final.160
Errors'documentNumber' hides a field.160
ErrorsMethod 'getOwnedByUser' is not designed for extension - needs to be abstract, final or empty.167
ErrorsLine is longer than 80 characters.168
ErrorsMethod 'setOwnedByUser' is not designed for extension - needs to be abstract, final or empty.175
ErrorsParameter ownedByUser should be final.175
Errors'ownedByUser' hides a field.175

org/kuali/rice/kns/exception/AuthorizationException.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.25
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsVariable 'userId' must be private and have accessor methods.30
ErrorsMissing a Javadoc comment.31
ErrorsVariable 'action' must be private and have accessor methods.31
ErrorsMissing a Javadoc comment.32
ErrorsVariable 'targetType' must be private and have accessor methods.32
ErrorsMissing a Javadoc comment.33
ErrorsVariable 'additionalDetails' must be private and have accessor methods.33
ErrorsLine is longer than 80 characters.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter userId should be final.35
Errors'userId' hides a field.35
ErrorsParameter action should be final.35
Errors'action' hides a field.35
ErrorsParameter targetType should be final.35
Errors'targetType' hides a field.35
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.41
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.47
ErrorsParameter userId should be final.47
Errors'userId' hides a field.47
ErrorsParameter action should be final.47
Errors'action' hides a field.47
ErrorsParameter targetType should be final.47
Errors'targetType' hides a field.47
ErrorsParameter additionalDetails should be final.47
Errors'additionalDetails' hides a field.47
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsAvoid inline conditionals.49
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.54
ErrorsParameter userId should be final.54
Errors'userId' hides a field.54
ErrorsExpected @param tag for 'userId'.54
ErrorsParameter action should be final.54
Errors'action' hides a field.54
ErrorsExpected @param tag for 'action'.54
ErrorsParameter targetType should be final.54
Errors'targetType' hides a field.54
ErrorsExpected @param tag for 'targetType'.54
ErrorsParameter message should be final.54
ErrorsExpected @param tag for 'message'.54
ErrorsParameter additionalDetails should be final.54
Errors'additionalDetails' hides a field.54
ErrorsExpected @param tag for 'additionalDetails'.54
ErrorsMethod 'getAdditionalDetails' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsMethod 'getUserId' is not designed for extension - needs to be abstract, final or empty.67
ErrorsMissing a Javadoc comment.67
ErrorsMethod 'getAction' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMissing a Javadoc comment.71
ErrorsMethod 'getTargetType' is not designed for extension - needs to be abstract, final or empty.75
ErrorsMissing a Javadoc comment.75
ErrorsLine is longer than 80 characters.80
ErrorsMethod 'getErrorMessageKey' is not designed for extension - needs to be abstract, final or empty.82

org/kuali/rice/kns/exception/ClassNotPersistableException.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.19
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.22
ErrorsMissing a Javadoc comment.27
ErrorsParameter message should be final.32
ErrorsExpected @param tag for 'message'.32
ErrorsParameter message should be final.39
ErrorsExpected @param tag for 'message'.39
ErrorsParameter t should be final.39
ErrorsExpected @param tag for 't'.39

org/kuali/rice/kns/exception/DocumentAuthorizationException.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.24
ErrorsLine has trailing spaces.26
ErrorsLine has trailing spaces.27
ErrorsLine is longer than 80 characters.32
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.38
ErrorsParameter userId should be final.38
ErrorsExpected @param tag for 'userId'.38
ErrorsParameter action should be final.38
ErrorsExpected @param tag for 'action'.38
ErrorsParameter documentId should be final.38
ErrorsExpected @param tag for 'documentId'.38
ErrorsLine is longer than 80 characters.39
ErrorsLine has trailing spaces.41
ErrorsLine is longer than 80 characters.42
ErrorsMissing a Javadoc comment.42
ErrorsParameter userId should be final.42
ErrorsParameter action should be final.42
ErrorsParameter documentId should be final.42
ErrorsParameter requestAuthDetails should be final.42
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.47
ErrorsExpected an @return tag.49
ErrorsMethod 'getErrorMessageKey' is not designed for extension - needs to be abstract, final or empty.49

org/kuali/rice/kns/exception/DocumentTypeAuthorizationException.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.24
ErrorsLine has trailing spaces.26
ErrorsLine has trailing spaces.27
ErrorsMissing a Javadoc comment.30
ErrorsLine is longer than 80 characters.32
ErrorsMissing a Javadoc comment.32
ErrorsParameter userId should be final.32
ErrorsParameter action should be final.32
ErrorsParameter documentType should be final.32
ErrorsLine is longer than 80 characters.33
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.36
ErrorsMissing a Javadoc comment.36
ErrorsParameter userId should be final.36
ErrorsParameter action should be final.36
ErrorsParameter documentType should be final.36
ErrorsParameter requestAuthDetails should be final.36
ErrorsLine is longer than 80 characters.41
ErrorsExpected an @return tag.43
ErrorsMethod 'getErrorMessageKey' is not designed for extension - needs to be abstract, final or empty.43

org/kuali/rice/kns/exception/DuplicateKeyException.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.24
ErrorsMissing a Javadoc comment.28
ErrorsParameter message should be final.33
ErrorsExpected @param tag for 'message'.33
ErrorsParameter message should be final.40
ErrorsExpected @param tag for 'message'.40
ErrorsParameter t should be final.40
ErrorsExpected @param tag for 't'.40

org/kuali/rice/kns/exception/ExportNotSupportedException.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.4
ErrorsLine is longer than 80 characters.5
ErrorsLine has trailing spaces.8
ErrorsLine has trailing spaces.10
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsParameter message should be final.30
ErrorsMissing a Javadoc comment.34
ErrorsMissing a Javadoc comment.38
ErrorsParameter message should be final.38
ErrorsParameter cause should be final.38
ErrorsMissing a Javadoc comment.42
ErrorsParameter cause should be final.42

org/kuali/rice/kns/exception/ObjectNotABusinessObjectRuntimeException.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.26
ErrorsParameter message should be final.26
ErrorsMissing a Javadoc comment.30
ErrorsParameter cause should be final.30
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter message should be final.34
ErrorsParameter cause should be final.34

org/kuali/rice/kns/exception/PessimisticLockingException.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsFirst sentence should end with a period.18
ErrorsLine has trailing spaces.20
ErrorsMissing a Javadoc comment.26
ErrorsFirst sentence should end with a period.28
ErrorsLine has trailing spaces.31
ErrorsParameter message should be final.34

org/kuali/rice/kns/exception/UnknownDocumentIdException.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsMissing a Javadoc comment.26
ErrorsFirst sentence should end with a period.28
ErrorsLine has trailing spaces.30
ErrorsParameter message should be final.33
ErrorsExpected @param tag for 'message'.33
ErrorsFirst sentence should end with a period.39
ErrorsLine has trailing spaces.41
ErrorsParameter message should be final.45
ErrorsExpected @param tag for 'message'.45
ErrorsParameter cause should be final.45
ErrorsExpected @param tag for 'cause'.45

org/kuali/rice/kns/exception/ValidationException.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsFirst sentence should end with a period.20
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsMissing a Javadoc comment.26
ErrorsFirst sentence should end with a period.28
ErrorsLine has trailing spaces.30
ErrorsParameter message should be final.33
ErrorsExpected @param tag for 'message'.33
ErrorsFirst sentence should end with a period.37
ErrorsLine has trailing spaces.39
ErrorsParameter message should be final.43
ErrorsExpected @param tag for 'message'.43
ErrorsParameter cause should be final.43
ErrorsExpected @param tag for 'cause'.43

org/kuali/rice/kns/lookup/keyvalues/KeyValuesBase.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.4
ErrorsMissing a Javadoc comment.27
ErrorsMethod 'getOptionLabels' is not designed for extension - needs to be abstract, final or empty.28
ErrorsMissing a Javadoc comment.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.33
ErrorsMethod 'getOptionValues' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsMethod 'getKeyLabelMap' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.54
ErrorsMethod 'getKeyLabel' is not designed for extension - needs to be abstract, final or empty.60
ErrorsLine contains a tab character.61
ErrorsParameter key should be final.61
ErrorsLine has trailing spaces.69
ErrorsMethod 'getKeyValues' is not designed for extension - needs to be abstract, final or empty.70
ErrorsLine contains a tab character.71
ErrorsParameter includeActiveOnly should be final.71
Errors'{' is not preceded with whitespace.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78

org/kuali/rice/kns/lookup/keyvalues/KeyValuesFinder.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsRedundant 'public' modifier.35
ErrorsLine is longer than 80 characters.40
ErrorsLine has trailing spaces.41
ErrorsRedundant 'public' modifier.44
ErrorsLine is longer than 80 characters.47
ErrorsExpected an @return tag.52
ErrorsRedundant 'public' modifier.52
ErrorsExpected an @return tag.60
ErrorsRedundant 'public' modifier.60
ErrorsExpected @param tag for 'key'.60
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.62
ErrorsFirst sentence should end with a period.63
ErrorsRedundant 'public' modifier.66

org/kuali/rice/kns/lookup/valuefinder/ValueFinder.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.28
ErrorsRedundant 'public' modifier.31

org/kuali/rice/kns/org/kuali/rice/krad/app/persistence/jpa/KNSPersistableBusinessObjectClassExposer.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsFirst sentence should end with a period.21
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.24
ErrorsFirst sentence should end with a period.31
ErrorsLine contains a tab character.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsExpected an @return tag.36
ErrorsLine contains a tab character.36
ErrorsMethod 'exposePersistableBusinessObjectClassNames' is not designed for extension - needs to be abstract, final or empty.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74

org/kuali/rice/kns/org/kuali/rice/krad/app/persistence/jpa/PackagePersistableBusinessObjectClassExposer.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsFirst sentence should end with a period.28
ErrorsLine has trailing spaces.29
ErrorsLine is longer than 80 characters.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.35
ErrorsFirst sentence should end with a period.37
ErrorsLine contains a tab character.37
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsExpected an @return tag.43
ErrorsLine contains a tab character.43
ErrorsMethod 'exposePersistableBusinessObjectClassNames' is not designed for extension - needs to be abstract, final or empty.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
Errors':' is not preceded with whitespace.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71

org/kuali/rice/kns/org/kuali/rice/krad/app/persistence/jpa/PersistableBusinessObjectClassExposer.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsFirst sentence should end with a period.20
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsFirst sentence should end with a period.28
ErrorsLine contains a tab character.28
ErrorsLine is longer than 80 characters.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsRedundant 'public' modifier.33

org/kuali/rice/kns/org/kuali/rice/krad/app/persistence/jpa/RiceEntityManagerProxyFactoryBean.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.29
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsParameter prefix should be final.36
Errors'prefix' hides a field.36
ErrorsParameter datasource should be final.36
Errors'datasource' hides a field.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsParameter prefix should be final.42
Errors'prefix' hides a field.42
ErrorsParameter datasource should be final.42
Errors'datasource' hides a field.42
ErrorsParameter moduleJpaEnabledPropertyPrefix should be final.42
Errors'moduleJpaEnabledPropertyPrefix' hides a field.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.48
ErrorsMethod 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty.48
ErrorsMissing a Javadoc comment.48
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsMethod 'getObjectType' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMissing a Javadoc comment.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsAvoid inline conditionals.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.59
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMissing a Javadoc comment.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsAvoid inline conditionals.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.63
ErrorsMethod 'isSingleton' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65

org/kuali/rice/kns/org/kuali/rice/krad/app/persistence/jpa/RiceLocalContainerEntityManagerFactoryBean.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.24
ErrorsLine is longer than 80 characters.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
ErrorsParameter datasource should be final.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsMissing a Javadoc comment.44
ErrorsParameter prefix should be final.44
ErrorsParameter datasource should be final.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine contains a tab character.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
Errors'{' is followed by whitespace.62
ErrorsLine contains a tab character.63
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsMissing a Javadoc comment.66
ErrorsParameter config should be final.66
ErrorsParameter prefix should be final.66
ErrorsParameter datasource should be final.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
Errors'{' is followed by whitespace.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsMissing a Javadoc comment.78
ErrorsParameter config should be final.78
ErrorsParameter prefix should be final.78
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsMust have at least one statement.86
Errors'{' is not followed by whitespace.86
Errors'}' is not preceded with whitespace.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsMissing a Javadoc comment.90
ErrorsParameter config should be final.90
ErrorsParameter prefix should be final.90
ErrorsLine is longer than 80 characters.91
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.100
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.105
ErrorsLine is longer than 80 characters.106
ErrorsLine is longer than 80 characters.107
ErrorsLine is longer than 80 characters.108
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.110
ErrorsLine is longer than 80 characters.111
ErrorsLine has trailing spaces.112
ErrorsComment matches to-do format 'TODO:'.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.116
ErrorsLine is longer than 80 characters.118
ErrorsLine contains a tab character.118
ErrorsMissing a Javadoc comment.118
ErrorsParameter config should be final.118
ErrorsParameter prefix should be final.118
ErrorsParameter key should be final.118
ErrorsParameter defaultValue should be final.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsAvoid inline conditionals.125
ErrorsLine contains a tab character.126
ErrorsLine has trailing spaces.127
ErrorsLine contains a tab character.127

org/kuali/rice/kns/org/kuali/rice/krad/app/persistence/jpa/RicePersistenceUnitPostProcessor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.23
ErrorsMissing a Javadoc comment.23
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsName 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'.24
ErrorsVariable 'LOG' must be private and have accessor methods.24
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.31
ErrorsMethod 'postProcessPersistenceUnitInfo' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
ErrorsParameter mutablePersistenceUnitInfo should be final.31
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.38
ErrorsFirst sentence should end with a period.39
ErrorsLine has trailing spaces.40
ErrorsLine is longer than 80 characters.41
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.46
ErrorsMethod 'addKNSManagedClassNames' is not designed for extension - needs to be abstract, final or empty.46
ErrorsParameter mutablePersistenceUnitInfo should be final.46
ErrorsExpected @param tag for 'mutablePersistenceUnitInfo'.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.49
ErrorsFirst sentence should end with a period.50
ErrorsLine is longer than 80 characters.51
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.53
ErrorsLine is longer than 80 characters.56
ErrorsMethod 'addManagedClassNames' is not designed for extension - needs to be abstract, final or empty.56
ErrorsParameter mutablePersistenceUnitInfo should be final.56
ErrorsParameter exposer should be final.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
Errors'+' is not preceded with whitespace.59
Errors'+' is not followed by whitespace.59
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.65
ErrorsMethod 'addRiceManagedClassNamesToKNSPersistenceUnit' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
ErrorsParameter mutablePersistenceUnitInfo should be final.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsMethod 'getJtaDataSource' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.69
ErrorsMethod 'setJtaDataSource' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMissing a Javadoc comment.73
ErrorsParameter jtaDataSource should be final.73
Errors'jtaDataSource' hides a field.73
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76

org/kuali/rice/kns/org/kuali/rice/krad/app/persistence/jpa/RiceToNervousSystemBusinessObjectClassExposer.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.23
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters.28
ErrorsFirst sentence should end with a period.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsExpected an @return tag.35
ErrorsLine contains a tab character.35
ErrorsMethod 'exposePersistableBusinessObjectClassNames' is not designed for extension - needs to be abstract, final or empty.35
ErrorsLine contains a tab character.36
ErrorsLine is longer than 80 characters.37
ErrorsLine contains a tab character.37
ErrorsLine is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine is longer than 80 characters.85
ErrorsLine contains a tab character.85
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine is longer than 80 characters.91
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
ErrorsLine is longer than 80 characters.99
ErrorsLine contains a tab character.99
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
ErrorsLine is longer than 80 characters.102
ErrorsLine contains a tab character.102
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
ErrorsLine is longer than 80 characters.104
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.105
ErrorsLine is longer than 80 characters.105
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine is longer than 80 characters.106
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
ErrorsLine is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsLine is longer than 80 characters.113
ErrorsLine contains a tab character.113
ErrorsLine is longer than 80 characters.114
ErrorsLine contains a tab character.114
ErrorsLine is longer than 80 characters.115
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsLine is longer than 80 characters.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121

org/kuali/rice/kns/service/AttachmentService.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsFirst sentence should end with a period.25
ErrorsLine is longer than 80 characters.32
ErrorsUnused @param tag for 'document'.34
ErrorsLine is longer than 80 characters.40
ErrorsRedundant 'public' modifier.40
ErrorsExpected @param tag for 'parent'.40
ErrorsExpected @param tag for 'uploadedFileName'.40
ErrorsExpected @param tag for 'mimeType'.40
ErrorsExpected @param tag for 'fileSize'.40
ErrorsExpected @param tag for 'fileContents'.40
ErrorsExpected @param tag for 'attachmentType'.40
ErrorsExpected @throws tag for 'IOException'.40
ErrorsFirst sentence should end with a period.42
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.50
ErrorsRedundant 'public' modifier.50
ErrorsExpected @param tag for 'attachment'.50
ErrorsExpected @throws tag for 'IOException'.50
ErrorsFirst sentence should end with a period.52
ErrorsLine is longer than 80 characters.53
ErrorsRedundant 'public' modifier.57
ErrorsExpected @param tag for 'attachment'.57
ErrorsLine has trailing spaces.58
ErrorsFirst sentence should end with a period.59
ErrorsLine has trailing spaces.60
ErrorsLine is longer than 80 characters.62
ErrorsLine has trailing spaces.64
ErrorsUnused @throws tag for 'IllegalArgumentException'.65
ErrorsLine is longer than 80 characters.66
ErrorsUnused @throws tag for 'IllegalArgumentException'.66
ErrorsRedundant 'public' modifier.68
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.71
ErrorsLine has trailing spaces.73
ErrorsLine is longer than 80 characters.74
ErrorsLine is longer than 80 characters.75
ErrorsRedundant 'public' modifier.77
ErrorsLine has trailing spaces.78
ErrorsMissing a Javadoc comment.79
ErrorsRedundant 'public' modifier.79

org/kuali/rice/kns/service/BusinessObjectSerializerService.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsMissing a Javadoc comment.20
ErrorsLine has trailing spaces.21
ErrorsMissing a Javadoc comment.22
ErrorsRedundant 'public' modifier.22

org/kuali/rice/kns/service/BusinessObjectService.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.27
ErrorsLine has trailing spaces.28
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.35
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.39
ErrorsExpected an @return tag.41
ErrorsRedundant 'public' modifier.41
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.46
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.49
ErrorsLine has trailing spaces.50
ErrorsExpected an @return tag.52
ErrorsLine is longer than 80 characters.52
ErrorsRedundant 'public' modifier.52
ErrorsLine is longer than 80 characters.55
ErrorsLine has trailing spaces.56
ErrorsLine is longer than 80 characters.57
ErrorsLine has trailing spaces.59
ErrorsLine is longer than 80 characters.60
ErrorsLine has trailing spaces.61
ErrorsExpected an @return tag.63
ErrorsRedundant 'public' modifier.63
ErrorsLine is longer than 80 characters.66
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.68
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.72
ErrorsExpected an @return tag.74
ErrorsLine is longer than 80 characters.74
ErrorsRedundant 'public' modifier.74
ErrorsLine is longer than 80 characters.77
ErrorsLine has trailing spaces.78
ErrorsExpected an @return tag.83
ErrorsLine is longer than 80 characters.83
ErrorsRedundant 'public' modifier.83
ErrorsExpected @param tag for '<T>'.83
ErrorsExpected @param tag for 'clazz'.83
ErrorsExpected @param tag for 'primaryKey'.83
ErrorsLine has trailing spaces.84
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.87
ErrorsLine has trailing spaces.89
ErrorsExpected an @return tag.94
ErrorsLine is longer than 80 characters.94
ErrorsRedundant 'public' modifier.94
ErrorsExpected @param tag for '<T>'.94
ErrorsExpected @param tag for 'clazz'.94
ErrorsExpected @param tag for 'primaryKeys'.94
ErrorsLine is longer than 80 characters.97
ErrorsLine has trailing spaces.98
ErrorsExpected an @return tag.102
ErrorsRedundant 'public' modifier.102
ErrorsExpected @param tag for 'object'.102
ErrorsLine is longer than 80 characters.105
ErrorsLine has trailing spaces.107
ErrorsExpected an @return tag.111
ErrorsRedundant 'public' modifier.111
ErrorsExpected @param tag for '<T>'.111
ErrorsExpected @param tag for 'clazz'.111
ErrorsLine is longer than 80 characters.114
ErrorsLine has trailing spaces.116
ErrorsExpected an @return tag.120
ErrorsLine is longer than 80 characters.120
ErrorsRedundant 'public' modifier.120
ErrorsExpected @param tag for '<T>'.120
Errors'(' is followed by whitespace.120
ErrorsExpected @param tag for 'clazz'.120
ErrorsExpected @param tag for 'sortField'.120
ErrorsExpected @param tag for 'sortAscending'.120
Errors')' is preceded with whitespace.120
ErrorsLine has trailing spaces.121
ErrorsLine is longer than 80 characters.123
ErrorsLine is longer than 80 characters.124
ErrorsLine has trailing spaces.126
ErrorsExpected an @return tag.131
ErrorsLine is longer than 80 characters.131
ErrorsRedundant 'public' modifier.131
ErrorsExpected @param tag for '<T>'.131
ErrorsExpected @param tag for 'clazz'.131
ErrorsExpected @param tag for 'fieldValues'.131
ErrorsLine has trailing spaces.132
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.138
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.143
ErrorsLine has trailing spaces.144
ErrorsLine is longer than 80 characters.147
ErrorsRedundant 'public' modifier.149
ErrorsExpected @param tag for 'clazz'.149
ErrorsExpected @param tag for 'fieldValues'.149
ErrorsLine has trailing spaces.152
ErrorsLine is longer than 80 characters.152
ErrorsLine has trailing spaces.154
ErrorsLine is longer than 80 characters.158
ErrorsLine is longer than 80 characters.160
ErrorsRedundant 'public' modifier.160
ErrorsExpected @param tag for 'clazz'.160
ErrorsExpected @param tag for 'positiveFieldValues'.160
ErrorsExpected @param tag for 'negativeFieldValues'.160
ErrorsLine has trailing spaces.161
ErrorsLine is longer than 80 characters.163
ErrorsLine is longer than 80 characters.164
ErrorsLine is longer than 80 characters.165
ErrorsLine has trailing spaces.166
ErrorsExpected an @return tag.171
ErrorsLine is longer than 80 characters.171
ErrorsRedundant 'public' modifier.171
ErrorsExpected @param tag for '<T>'.171
ErrorsExpected @param tag for 'clazz'.171
ErrorsExpected @param tag for 'fieldValues'.171
ErrorsExpected @param tag for 'sortField'.171
ErrorsExpected @param tag for 'sortAscending'.171
ErrorsLine has trailing spaces.175
ErrorsRedundant 'public' modifier.178
ErrorsExpected @param tag for 'bo'.178
ErrorsLine has trailing spaces.182
ErrorsRedundant 'public' modifier.185
ErrorsExpected @param tag for 'boList'.185
ErrorsFirst sentence should end with a period.187
ErrorsLine has trailing spaces.189
ErrorsRedundant 'public' modifier.193
ErrorsExpected @param tag for 'clazz'.193
ErrorsExpected @param tag for 'fieldValues'.193
ErrorsLine has trailing spaces.196
ErrorsLine has trailing spaces.198
ErrorsLine is longer than 80 characters.199
ErrorsLine has trailing spaces.202
ErrorsLine is longer than 80 characters.204
ErrorsRedundant 'public' modifier.204
ErrorsLine has trailing spaces.207
ErrorsLine is longer than 80 characters.208
ErrorsLine has trailing spaces.210
ErrorsLine is longer than 80 characters.211
ErrorsLine has trailing spaces.212
ErrorsLine is longer than 80 characters.213
ErrorsLine has trailing spaces.214
ErrorsRedundant 'public' modifier.216
ErrorsLine has trailing spaces.219
ErrorsLine is longer than 80 characters.220
ErrorsLine has trailing spaces.222
ErrorsLine is longer than 80 characters.223
ErrorsLine has trailing spaces.224
ErrorsLine is longer than 80 characters.225
ErrorsRedundant 'public' modifier.227
ErrorsLine has trailing spaces.228
ErrorsFirst sentence should end with a period.229
ErrorsLine is longer than 80 characters.230
ErrorsLine has trailing spaces.231
ErrorsLine has trailing spaces.232
ErrorsLine is longer than 80 characters.236
ErrorsRedundant 'public' modifier.236

org/kuali/rice/kns/service/InactivateableFromToService.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.4
ErrorsFirst sentence should end with a period.24
ErrorsLine is longer than 80 characters.25
ErrorsLine has trailing spaces.26
ErrorsFirst sentence should end with a period.31
ErrorsLine contains a tab character.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsRedundant 'public' modifier.41
ErrorsFirst sentence should end with a period.43
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsRedundant 'public' modifier.55
ErrorsLine contains a tab character.56
ErrorsFirst sentence should end with a period.58
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsRedundant 'public' modifier.65
ErrorsFirst sentence should end with a period.67
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsRedundant 'public' modifier.76
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsRedundant 'public' modifier.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
ErrorsRedundant 'public' modifier.103
ErrorsLine contains a tab character.104
ErrorsFirst sentence should end with a period.106
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine is longer than 80 characters.113
ErrorsLine contains a tab character.113
ErrorsRedundant 'public' modifier.113
ErrorsFirst sentence should end with a period.115
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
ErrorsRedundant 'public' modifier.124

org/kuali/rice/kns/service/KNSServiceLocator.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.4
ErrorsMissing a Javadoc comment.26
ErrorsUtility classes should not have a public or default constructor.26
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsLine is longer than 80 characters.29
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsLine is longer than 80 characters.31
ErrorsMissing a Javadoc comment.31
ErrorsLine is longer than 80 characters.32
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.33
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.34
ErrorsLine is longer than 80 characters.35
ErrorsMissing a Javadoc comment.35
ErrorsLine is longer than 80 characters.36
ErrorsMissing a Javadoc comment.36
ErrorsLine is longer than 80 characters.37
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.38
ErrorsMissing a Javadoc comment.41
ErrorsParameter serviceName should be final.41
ErrorsMissing a Javadoc comment.45
ErrorsMissing a Javadoc comment.49
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.57
ErrorsMissing a Javadoc comment.61
ErrorsMissing a Javadoc comment.65
ErrorsMissing a Javadoc comment.69
ErrorsMissing a Javadoc comment.73
ErrorsMissing a Javadoc comment.77
ErrorsMissing a Javadoc comment.81
ErrorsLine is longer than 80 characters.85
ErrorsMissing a Javadoc comment.85
ErrorsMissing a Javadoc comment.89
ErrorsMissing a Javadoc comment.93

org/kuali/rice/kns/service/KeyValuesService.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.24
ErrorsLine has trailing spaces.25
ErrorsLine has trailing spaces.26
ErrorsLine is longer than 80 characters.31
ErrorsLine has trailing spaces.33
ErrorsExpected an @return tag.37
ErrorsRedundant 'public' modifier.37
ErrorsExpected @param tag for '<T>'.37
ErrorsExpected @param tag for 'clazz'.37
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.46
ErrorsExpected an @return tag.49
ErrorsLine is longer than 80 characters.49
ErrorsRedundant 'public' modifier.49
ErrorsExpected @param tag for '<T>'.49
ErrorsExpected @param tag for 'clazz'.49
ErrorsLine is longer than 80 characters.52
ErrorsLine is longer than 80 characters.53
ErrorsLine has trailing spaces.55
ErrorsExpected an @return tag.60
ErrorsLine is longer than 80 characters.60
ErrorsRedundant 'public' modifier.60
ErrorsExpected @param tag for '<T>'.60
ErrorsExpected @param tag for 'clazz'.60
ErrorsExpected @param tag for 'fieldValues'.60
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.63
ErrorsLine has trailing spaces.65
ErrorsExpected an @return tag.69
ErrorsLine is longer than 80 characters.69
ErrorsRedundant 'public' modifier.69
ErrorsExpected @param tag for '<T>'.69
ErrorsExpected @param tag for 'clazz'.69

org/kuali/rice/kns/service/NoteService.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.36
ErrorsRedundant 'public' modifier.38
ErrorsUnused @throws tag for 'IllegalArgumentException'.45
ErrorsRedundant 'public' modifier.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.54
ErrorsUnused @throws tag for 'IllegalStateException'.54
ErrorsRedundant 'public' modifier.56
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.60
ErrorsUnused @throws tag for 'IllegalArgumentException'.65
ErrorsLine is longer than 80 characters.66
ErrorsUnused @throws tag for 'IllegalStateException'.66
ErrorsRedundant 'public' modifier.68
ErrorsUnused @throws tag for 'IllegalArgumentException'.74
ErrorsRedundant 'public' modifier.76
ErrorsLine is longer than 80 characters.79
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters.86
ErrorsRedundant 'public' modifier.86
ErrorsExpected @param tag for 'authorPrincipalId'.86

org/kuali/rice/kns/service/PersistenceService.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsUnused import - org.kuali.rice.kns.exception.ClassNotPersistableException.22
ErrorsMissing a Javadoc comment.24
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsRedundant 'public' modifier.27
ErrorsLine has trailing spaces.28
ErrorsMissing a Javadoc comment.29
ErrorsRedundant 'public' modifier.29
ErrorsLine has trailing spaces.30
ErrorsMissing a Javadoc comment.31
ErrorsRedundant 'public' modifier.31
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.35
ErrorsUnused @throws tag for 'IllegalArgumentException'.37
ErrorsLine is longer than 80 characters.38
ErrorsUnused @throws tag for 'ClassNotPersistableException'.38
ErrorsRedundant 'public' modifier.40
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.45
ErrorsUnused @throws tag for 'IllegalArgumentException'.47
ErrorsLine is longer than 80 characters.48
ErrorsUnused @throws tag for 'ClassNotPersistableException'.48
ErrorsLine is longer than 80 characters.50
ErrorsRedundant 'public' modifier.50
ErrorsLine is longer than 80 characters.53
ErrorsUnused Javadoc tag.54
ErrorsUnused @throws tag for 'IllegalArgumentException'.55
ErrorsLine is longer than 80 characters.56
ErrorsUnused @throws tag for 'ClassNotPersistableException'.56
ErrorsRedundant 'public' modifier.58
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.62
ErrorsUnused @throws tag for 'IllegalArgumentException'.63
ErrorsLine is longer than 80 characters.64
ErrorsUnused @throws tag for 'ClassNotPersistableException'.64
ErrorsLine is longer than 80 characters.66
ErrorsRedundant 'public' modifier.66
ErrorsLine is longer than 80 characters.70
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.72
ErrorsUnused @throws tag for 'IllegalArgumentException'.72
ErrorsLine is longer than 80 characters.74
ErrorsUnused @throws tag for 'ClassNotPersistableException'.74
ErrorsLine is longer than 80 characters.76
ErrorsRedundant 'public' modifier.76
ErrorsLine is longer than 80 characters.79
ErrorsLine is longer than 80 characters.80
ErrorsLine is longer than 80 characters.81
ErrorsUnused @throws tag for 'IllegalArgumentException'.81
ErrorsLine is longer than 80 characters.83
ErrorsUnused @throws tag for 'ClassNotPersistableException'.83
ErrorsLine is longer than 80 characters.85
ErrorsRedundant 'public' modifier.85
ErrorsUnused Javadoc tag.90
ErrorsUnused @throws tag for 'IllegalArgumentException'.91
ErrorsLine is longer than 80 characters.92
ErrorsUnused @throws tag for 'ClassNotPersistableException'.92
ErrorsRedundant 'public' modifier.94
ErrorsLine is longer than 80 characters.98
ErrorsLine has trailing spaces.99
ErrorsLine is longer than 80 characters.108
ErrorsUnused @param tag for 'bounded'.109
ErrorsLine is longer than 80 characters.110
ErrorsUnused @throws tag for 'IllegalArgumentException'.111
ErrorsLine is longer than 80 characters.112
ErrorsUnused @throws tag for 'ClassNotPersistableException'.112
ErrorsRedundant 'public' modifier.114
ErrorsLine has trailing spaces.117
ErrorsLine is longer than 80 characters.118
ErrorsLine has trailing spaces.119
ErrorsLine has trailing spaces.123
ErrorsLine is longer than 80 characters.125
ErrorsRedundant 'public' modifier.125
ErrorsExpected @param tag for 'bo'.125
ErrorsExpected @param tag for 'referenceName'.125
ErrorsLine has trailing spaces.128
ErrorsLine is longer than 80 characters.129
ErrorsLine is longer than 80 characters.130
ErrorsLine has trailing spaces.131
ErrorsLine is longer than 80 characters.132
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.135
ErrorsLine has trailing spaces.137
ErrorsRedundant 'public' modifier.139
ErrorsLine has trailing spaces.141
ErrorsFirst sentence should end with a period.142
ErrorsLine has trailing spaces.144
ErrorsRedundant 'public' modifier.148
ErrorsLine has trailing spaces.149
ErrorsFirst sentence should end with a period.150
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsRedundant 'public' modifier.156

org/kuali/rice/kns/service/PersistenceStructureService.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsUnused import - org.kuali.rice.kns.exception.ClassNotPersistableException.24
ErrorsLine is longer than 80 characters.28
ErrorsRedundant 'public' modifier.36
ErrorsExpected @param tag for 'clazz'.36
ErrorsLine is longer than 80 characters.40
ErrorsUnused @throws tag for 'IllegalArgumentException'.41
ErrorsLine is longer than 80 characters.42
ErrorsUnused @throws tag for 'ClassNotPersistableException'.42
ErrorsRedundant 'public' modifier.44
ErrorsLine is longer than 80 characters.49
ErrorsUnused @throws tag for 'IllegalArgumentException'.50
ErrorsLine is longer than 80 characters.51
ErrorsUnused @throws tag for 'ClassNotPersistableException'.51
ErrorsRedundant 'public' modifier.53
ErrorsLine is longer than 80 characters.57
ErrorsLine is longer than 80 characters.58
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.68
ErrorsLine is longer than 80 characters.69
ErrorsLine has trailing spaces.71
ErrorsLine is longer than 80 characters.73
ErrorsUnused @throws tag for 'IllegalArgumentException'.74
ErrorsLine is longer than 80 characters.75
ErrorsUnused @throws tag for 'ClassNotPersistableException'.75
ErrorsLine has trailing spaces.76
ErrorsRedundant 'public' modifier.78
ErrorsLine is longer than 80 characters.82
ErrorsUnused @throws tag for 'IllegalArgumentException'.83
ErrorsLine is longer than 80 characters.84
ErrorsUnused @throws tag for 'ClassNotPersistableException'.84
ErrorsRedundant 'public' modifier.86
ErrorsExpected @param tag for 'persistableObject'.86
ErrorsLine is longer than 80 characters.89
ErrorsUnused @throws tag for 'IllegalArgumentException'.91
ErrorsLine is longer than 80 characters.92
ErrorsUnused @throws tag for 'ClassNotPersistableException'.92
ErrorsRedundant 'public' modifier.94
ErrorsLine is longer than 80 characters.98
ErrorsLine is longer than 80 characters.99
ErrorsUnused @throws tag for 'IllegalArgumentException'.100
ErrorsRedundant 'public' modifier.102
ErrorsLine is longer than 80 characters.107
ErrorsLine is longer than 80 characters.108
ErrorsUnused @throws tag for 'IllegalArgumentException'.109
ErrorsUnused @throws tag for 'IllegalArgumentException'.110
ErrorsLine is longer than 80 characters.111
ErrorsUnused @throws tag for 'ClassNotPersistableException'.111
ErrorsLine is longer than 80 characters.113
ErrorsRedundant 'public' modifier.113
Errors',' is not followed by whitespace.113
ErrorsExpected @param tag for 'persistableClass'.113
ErrorsExpected @param tag for 'attributePrefix'.113
Errors')' is preceded with whitespace.113
ErrorsLine is longer than 80 characters.115
ErrorsMissing a Javadoc comment.115
ErrorsRedundant 'public' modifier.115
Errors',' is not followed by whitespace.115
ErrorsLine has trailing spaces.116
ErrorsLine is longer than 80 characters.117
ErrorsMissing a Javadoc comment.117
ErrorsRedundant 'public' modifier.117
ErrorsLine is longer than 80 characters.120
ErrorsLine is longer than 80 characters.121
ErrorsLine has trailing spaces.122
ErrorsLine is longer than 80 characters.127
ErrorsRedundant 'public' modifier.127
Errors',' is not followed by whitespace.127
ErrorsExpected @param tag for 'persistableObjectClass'.127
ErrorsExpected @param tag for 'attributeName'.127
ErrorsLine has trailing spaces.130
ErrorsLine is longer than 80 characters.131
ErrorsLine has trailing spaces.132
ErrorsLine is longer than 80 characters.133
ErrorsLine has trailing spaces.134
ErrorsLine is longer than 80 characters.136
ErrorsLine is longer than 80 characters.137
ErrorsLine has trailing spaces.138
ErrorsRedundant 'public' modifier.140
ErrorsLine has trailing spaces.143
ErrorsLine is longer than 80 characters.144
ErrorsLine is longer than 80 characters.145
ErrorsLine has trailing spaces.147
ErrorsLine is longer than 80 characters.152
ErrorsRedundant 'public' modifier.152
ErrorsLine has trailing spaces.156
ErrorsExpected an @return tag.160
ErrorsRedundant 'public' modifier.160
ErrorsExpected @param tag for 'persistableObjectClass'.160
ErrorsLine has trailing spaces.163
ErrorsLine is longer than 80 characters.164
ErrorsLine has trailing spaces.166
ErrorsLine is longer than 80 characters.167
ErrorsLine is longer than 80 characters.168
ErrorsLine has trailing spaces.169
ErrorsLine is longer than 80 characters.170
ErrorsLine is longer than 80 characters.171
ErrorsLine is longer than 80 characters.172
ErrorsLine is longer than 80 characters.174
ErrorsRedundant 'public' modifier.174
ErrorsLine has trailing spaces.177
ErrorsLine is longer than 80 characters.178
ErrorsLine is longer than 80 characters.179
ErrorsLine has trailing spaces.181
ErrorsLine has trailing spaces.183
ErrorsLine has trailing spaces.185
ErrorsLine is longer than 80 characters.186
ErrorsLine has trailing spaces.187
ErrorsLine is longer than 80 characters.189
ErrorsLine has trailing spaces.191
ErrorsRedundant 'public' modifier.193
ErrorsLine has trailing spaces.196
ErrorsLine is longer than 80 characters.197
ErrorsLine is longer than 80 characters.198
ErrorsLine has trailing spaces.200
ErrorsLine has trailing spaces.202
ErrorsLine has trailing spaces.204
ErrorsLine is longer than 80 characters.205
ErrorsLine has trailing spaces.206
ErrorsLine is longer than 80 characters.207
ErrorsLine is longer than 80 characters.208
ErrorsLine has trailing spaces.210
ErrorsLine is longer than 80 characters.212
ErrorsRedundant 'public' modifier.212
ErrorsMissing a Javadoc comment.214
ErrorsRedundant 'public' modifier.214
ErrorsLine is longer than 80 characters.215
ErrorsMissing a Javadoc comment.215
ErrorsRedundant 'public' modifier.215
ErrorsLine has trailing spaces.216
ErrorsLine is longer than 80 characters.218
ErrorsLine is longer than 80 characters.219
ErrorsLine has trailing spaces.221
ErrorsLine is longer than 80 characters.222
ErrorsLine has trailing spaces.223
ErrorsLine has trailing spaces.225
ErrorsExpected an @return tag.230
ErrorsRedundant 'public' modifier.230
ErrorsExpected @param tag for 'boClass'.230
ErrorsExpected @param tag for 'referenceName'.230
ErrorsLine has trailing spaces.231
ErrorsLine has trailing spaces.232
ErrorsLine is longer than 80 characters.234
ErrorsLine has trailing spaces.235
ErrorsExpected an @return tag.240
ErrorsRedundant 'public' modifier.240
ErrorsExpected @param tag for 'boClass'.240
ErrorsExpected @param tag for 'collectionName'.240
ErrorsLine has trailing spaces.241
ErrorsMissing a Javadoc comment.242
ErrorsRedundant 'public' modifier.242
ErrorsMissing a Javadoc comment.243
ErrorsRedundant 'public' modifier.243
ErrorsLine has trailing spaces.244
ErrorsLine has trailing spaces.246
ErrorsLine is longer than 80 characters.246
ErrorsLine is longer than 80 characters.247
ErrorsLine has trailing spaces.248
ErrorsLine has trailing spaces.249
ErrorsLine is longer than 80 characters.249
ErrorsLine has trailing spaces.251
ErrorsLine has trailing spaces.252
ErrorsLine is longer than 80 characters.252
ErrorsLine is longer than 80 characters.253
ErrorsLine has trailing spaces.255
ErrorsExpected an @return tag.260
ErrorsLine is longer than 80 characters.260
ErrorsRedundant 'public' modifier.260
ErrorsExpected @param tag for 'boClass'.260
ErrorsExpected @param tag for 'collectionName'.260
ErrorsLine has trailing spaces.261
ErrorsFirst sentence should end with a period.262
ErrorsLine has trailing spaces.264
ErrorsExpected an @return tag.268
ErrorsLine is longer than 80 characters.268
ErrorsRedundant 'public' modifier.268
ErrorsExpected @param tag for 'boClass'.268

org/kuali/rice/kns/service/SerializerService.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsMissing a Javadoc comment.18
ErrorsLine has trailing spaces.19

org/kuali/rice/kns/service/XmlObjectSerializerService.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.19
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.27
ErrorsExpected an @return tag.31
ErrorsRedundant 'public' modifier.31
ErrorsExpected @param tag for 'object'.31
ErrorsLine has trailing spaces.35
ErrorsExpected an @return tag.39
ErrorsRedundant 'public' modifier.39
ErrorsExpected @param tag for 'xml'.39

org/kuali/rice/kns/util/AuditCluster.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.26
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.37
ErrorsParameter label should be final.37
Errors'label' hides a field.37
ErrorsParameter auditErrorList should be final.37
Errors'auditErrorList' hides a field.37
ErrorsParameter category should be final.37
Errors'category' hides a field.37
ErrorsLine has trailing spaces.45
ErrorsMethod 'getLabel' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine has trailing spaces.54
ErrorsMethod 'setLabel' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter label should be final.57
Errors'label' hides a field.57
ErrorsLine has trailing spaces.63
ErrorsMethod 'getAuditErrorList' is not designed for extension - needs to be abstract, final or empty.66
ErrorsLine has trailing spaces.72
ErrorsMethod 'setAuditErrorList' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter auditErrorList should be final.75
Errors'auditErrorList' hides a field.75
ErrorsLine has trailing spaces.81
ErrorsMethod 'getSize' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMethod 'getCategory' is not designed for extension - needs to be abstract, final or empty.88
ErrorsMissing a Javadoc comment.88
ErrorsMethod 'setCategory' is not designed for extension - needs to be abstract, final or empty.92
ErrorsMissing a Javadoc comment.92
ErrorsParameter category should be final.92
Errors'category' hides a field.92

org/kuali/rice/kns/util/AuditError.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.20
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.31
ErrorsParameter errorKey should be final.31
Errors'errorKey' hides a field.31
ErrorsParameter messageKey should be final.31
Errors'messageKey' hides a field.31
ErrorsParameter link should be final.31
Errors'link' hides a field.31
ErrorsLine is longer than 80 characters.35
Errors'5' is a magic number.35
ErrorsLine is longer than 80 characters.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter errorKey should be final.38
Errors'errorKey' hides a field.38
ErrorsParameter messageKey should be final.38
Errors'messageKey' hides a field.38
ErrorsParameter link should be final.38
Errors'link' hides a field.38
ErrorsParameter params should be final.38
Errors'params' hides a field.38
ErrorsLine has trailing spaces.45
ErrorsMethod 'getErrorKey' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine has trailing spaces.54
ErrorsMethod 'setErrorKey' is not designed for extension - needs to be abstract, final or empty.57
ErrorsParameter errorKey should be final.57
Errors'errorKey' hides a field.57
ErrorsLine has trailing spaces.63
ErrorsMethod 'getLink' is not designed for extension - needs to be abstract, final or empty.66
ErrorsLine has trailing spaces.72
ErrorsMethod 'setLink' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter link should be final.75
Errors'link' hides a field.75
ErrorsLine has trailing spaces.81
ErrorsMethod 'getMessageKey' is not designed for extension - needs to be abstract, final or empty.84
ErrorsLine has trailing spaces.90
ErrorsUnused @param tag for 'key'.91
ErrorsMethod 'setMessageKey' is not designed for extension - needs to be abstract, final or empty.93
ErrorsParameter messageKey should be final.93
Errors'messageKey' hides a field.93
ErrorsExpected @param tag for 'messageKey'.93
ErrorsLine has trailing spaces.99
ErrorsMethod 'getParams' is not designed for extension - needs to be abstract, final or empty.102
ErrorsLine has trailing spaces.108
ErrorsMethod 'setParams' is not designed for extension - needs to be abstract, final or empty.111
ErrorsParameter params should be final.111
Errors'params' hides a field.111

org/kuali/rice/kns/util/BeanPropertyComparator.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.34
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.38
ErrorsVariable 'ignoreCase' must be private and have accessor methods.38
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.42
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.46
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.49
ErrorsParameter propertyNames should be final.51
Errors'propertyNames' hides a field.51
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.57
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.59
ErrorsParameter propertyNames should be final.62
Errors'propertyNames' hides a field.62
ErrorsParameter ignoreCase should be final.62
Errors'ignoreCase' hides a field.62
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.67
Errors'}' should be on the same line.74
ErrorsParameter o1 should be final.79
ErrorsParameter o2 should be final.79
Errors'}' should be on the same line.88
ErrorsLine is longer than 80 characters.103
ErrorsLine has trailing spaces.104
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.109
ErrorsParameter o1 should be final.109
ErrorsParameter o2 should be final.109
ErrorsLine is longer than 80 characters.113
ErrorsLine is longer than 80 characters.119
Errors'}' should be on the same line.123
Errors'}' should be on the same line.126
Errors'}' should be on the same line.130
ErrorsLine is longer than 80 characters.132
Errors'if' construct must use '{}'s.138
Errors'(' is followed by whitespace.138
Errors')' is preceded with whitespace.138
Errors'if' construct must use '{}'s.139
Errors'(' is followed by whitespace.139
Errors')' is preceded with whitespace.139
Errors'}' should be on the same line.142
ErrorsLine is longer than 80 characters.144
Errors'}' should be on the same line.145
ErrorsLine is longer than 80 characters.147
Errors'}' should be on the same line.148
ErrorsLine is longer than 80 characters.150
ErrorsLine has trailing spaces.155
ErrorsMissing a Javadoc comment.156
ErrorsMissing a Javadoc comment.157
ErrorsParameter message should be final.163
ErrorsExpected @param tag for 'message'.163
ErrorsParameter t should be final.163
ErrorsExpected @param tag for 't'.163

org/kuali/rice/kns/util/ErrorMessage.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.27
ErrorsLine has trailing spaces.28
ErrorsLine has trailing spaces.29
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.33
ErrorsFirst sentence should end with a period.35
ErrorsFirst sentence should end with a period.41
ErrorsLine has trailing spaces.43
ErrorsParameter errorKey should be final.47
Errors'errorKey' hides a field.47
ErrorsExpected @param tag for 'errorKey'.47
ErrorsParameter messageParameters should be final.47
Errors'messageParameters' hides a field.47
ErrorsExpected @param tag for 'messageParameters'.47
ErrorsMethod 'setErrorKey' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMissing a Javadoc comment.57
ErrorsParameter errorKey should be final.57
Errors'errorKey' hides a field.57
ErrorsMethod 'getErrorKey' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
ErrorsMethod 'setMessageParameters' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsParameter messageParameters should be final.70
Errors'messageParameters' hides a field.70
ErrorsMethod 'getMessageParameters' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.74
ErrorsExpected an @return tag.82
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.82
ErrorsLine has trailing spaces.102
ErrorsExpected an @return tag.105
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.105
ErrorsParameter obj should be final.106
ErrorsExpected @param tag for 'obj'.106
Errors'}' should be on the same line.111
ErrorsLine is longer than 80 characters.116
ErrorsLine has trailing spaces.125
ErrorsExpected an @return tag.128
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.128
Errors'5011966' is a magic number.130

org/kuali/rice/kns/util/ExternalizableBusinessObjectUtils.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.4
ErrorsFirst sentence should end with a period.20
ErrorsLine is longer than 80 characters.24
ErrorsMissing a Javadoc comment.24
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.29
ErrorsFirst sentence should end with a period.30
ErrorsLine contains a tab character.30
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsExpected an @return tag.36
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsParameter businessObjectClass should be final.36
ErrorsExpected @param tag for 'businessObjectClass'.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
Errors'}' should be on the same line.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsMissing a Javadoc comment.62
ErrorsParameter businessObjectClass should be final.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsMissing a Javadoc comment.66
ErrorsParameter businessObjectClassName should be final.66
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
Errors'(' is followed by whitespace.68
Errors')' is preceded with whitespace.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
Errors'(' is followed by whitespace.70
Errors')' is preceded with whitespace.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
Errors'(' is followed by whitespace.71
Errors')' is preceded with whitespace.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74

org/kuali/rice/kns/util/ForeignKeyFieldsPopulationState.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine has trailing spaces.29
ErrorsLine has trailing spaces.30
ErrorsMissing a Javadoc comment.34
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.36
ErrorsLine is longer than 80 characters.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter allFieldsPopulated should be final.38
Errors'allFieldsPopulated' hides a field.38
ErrorsParameter anyFieldsPopulated should be final.38
Errors'anyFieldsPopulated' hides a field.38
ErrorsParameter unpopulatedFieldNames should be final.38
Errors'unpopulatedFieldNames' hides a field.38
ErrorsLine has trailing spaces.46
ErrorsMethod 'isAllFieldsPopulated' is not designed for extension - needs to be abstract, final or empty.49
ErrorsLine has trailing spaces.55
ErrorsMethod 'isAnyFieldsPopulated' is not designed for extension - needs to be abstract, final or empty.58
ErrorsLine has trailing spaces.64
ErrorsMethod 'getUnpopulatedFieldNames' is not designed for extension - needs to be abstract, final or empty.67
ErrorsLine is longer than 80 characters.72
ErrorsExpected an @return tag.74
ErrorsMethod 'hasUnpopulatedFieldName' is not designed for extension - needs to be abstract, final or empty.74
ErrorsParameter fieldName should be final.74
ErrorsExpected @param tag for 'fieldName'.74
ErrorsConditional logic can be removed.75
Errors'}' should be on the same line.77

org/kuali/rice/kns/util/MessageMap.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.27
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.34
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.38
ErrorsLine has trailing spaces.39
ErrorsMissing a Javadoc comment.40
ErrorsLine is longer than 80 characters.41
ErrorsMissing a Javadoc comment.41
ErrorsLine is longer than 80 characters.42
ErrorsMissing a Javadoc comment.42
ErrorsLine is longer than 80 characters.43
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.45
Errors'{' is not followed by whitespace.45
Errors'}' is not preceded with whitespace.45
ErrorsMissing a Javadoc comment.47
ErrorsParameter messageMap should be final.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMethod 'merge' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMissing a Javadoc comment.55
ErrorsParameter messageMap should be final.55
Errors'{' is not preceded with whitespace.55
ErrorsLine contains a tab character.56
Errors'if' is not followed by whitespace.56
Errors'{' is not preceded with whitespace.56
ErrorsLine contains a tab character.57
Errors'if' is not followed by whitespace.57
Errors'{' is not preceded with whitespace.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
Errors'if' is not followed by whitespace.60
Errors'{' is not preceded with whitespace.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
Errors'if' is not followed by whitespace.63
Errors'{' is not preceded with whitespace.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.67
ErrorsLine is longer than 80 characters.73
ErrorsLine is longer than 80 characters.78
ErrorsMethod 'merge' is not designed for extension - needs to be abstract, final or empty.78
ErrorsParameter messagesFrom should be final.78
ErrorsExpected @param tag for 'messagesFrom'.78
ErrorsParameter messagesTo should be final.78
ErrorsExpected @param tag for 'messagesTo'.78
Errors'{' is not preceded with whitespace.78
ErrorsLine contains a tab character.79
Errors'for' is not followed by whitespace.79
Errors'{' is not preceded with whitespace.79
ErrorsLine contains a tab character.81
Errors'if' is not followed by whitespace.81
Errors'{' is not preceded with whitespace.81
ErrorsLine contains a tab character.82
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.86
Errors'for' is not followed by whitespace.86
Errors':' is not followed by whitespace.86
Errors'{' is not preceded with whitespace.86
ErrorsLine contains a tab character.88
Errors'(' is followed by whitespace.88
Errors'(' is followed by whitespace.88
Errors')' is preceded with whitespace.88
Errors')' is preceded with whitespace.88
ErrorsLine contains a tab character.89
Errors'cast' is not followed by whitespace.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.93
Errors'else' is not preceded with whitespace.93
Errors'}' is not followed by whitespace.93
Errors'else' is not followed by whitespace.93
Errors'{' is not preceded with whitespace.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.106
ErrorsLine is longer than 80 characters.107
ErrorsLine is longer than 80 characters.110
ErrorsMethod 'putError' is not designed for extension - needs to be abstract, final or empty.110
ErrorsParameter propertyName should be final.110
ErrorsParameter errorKey should be final.110
ErrorsParameter errorParameters should be final.110
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.114
ErrorsMethod 'putWarning' is not designed for extension - needs to be abstract, final or empty.114
ErrorsMissing a Javadoc comment.114
ErrorsParameter propertyName should be final.114
ErrorsParameter messageKey should be final.114
ErrorsParameter messageParameters should be final.114
ErrorsLine is longer than 80 characters.115
ErrorsLine is longer than 80 characters.118
ErrorsMethod 'putInfo' is not designed for extension - needs to be abstract, final or empty.118
ErrorsMissing a Javadoc comment.118
ErrorsParameter propertyName should be final.118
ErrorsParameter messageKey should be final.118
ErrorsParameter messageParameters should be final.118
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.123
ErrorsLine is longer than 80 characters.127
ErrorsLine is longer than 80 characters.128
ErrorsLine is longer than 80 characters.131
ErrorsMethod 'putErrorWithoutFullErrorPath' is not designed for extension - needs to be abstract, final or empty.131
ErrorsParameter propertyName should be final.131
ErrorsParameter errorKey should be final.131
ErrorsParameter errorParameters should be final.131
ErrorsLine is longer than 80 characters.132
ErrorsLine is longer than 80 characters.135
ErrorsMethod 'putWarningWithoutFullErrorPath' is not designed for extension - needs to be abstract, final or empty.135
ErrorsMissing a Javadoc comment.135
ErrorsParameter propertyName should be final.135
ErrorsParameter messageKey should be final.135
ErrorsParameter messageParameters should be final.135
ErrorsLine is longer than 80 characters.136
ErrorsLine is longer than 80 characters.139
ErrorsMethod 'putInfoWithoutFullErrorPath' is not designed for extension - needs to be abstract, final or empty.139
ErrorsMissing a Javadoc comment.139
ErrorsParameter propertyName should be final.139
ErrorsParameter messageKey should be final.139
ErrorsParameter messageParameters should be final.139
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.144
ErrorsLine is longer than 80 characters.145
ErrorsExpected an @return tag.152
ErrorsLine is longer than 80 characters.152
ErrorsMethod 'putErrorForSectionId' is not designed for extension - needs to be abstract, final or empty.152
ErrorsParameter sectionId should be final.152
ErrorsExpected @param tag for 'sectionId'.152
ErrorsParameter errorKey should be final.152
ErrorsExpected @param tag for 'errorKey'.152
ErrorsParameter errorParameters should be final.152
ErrorsExpected @param tag for 'errorParameters'.152
ErrorsLine is longer than 80 characters.153
ErrorsLine contains a tab character.153
ErrorsLine is longer than 80 characters.156
ErrorsMethod 'putWarningForSectionId' is not designed for extension - needs to be abstract, final or empty.156
ErrorsMissing a Javadoc comment.156
ErrorsParameter sectionId should be final.156
ErrorsParameter messageKey should be final.156
ErrorsParameter messageParameters should be final.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine is longer than 80 characters.160
ErrorsMethod 'putInfoForSectionId' is not designed for extension - needs to be abstract, final or empty.160
ErrorsMissing a Javadoc comment.160
ErrorsParameter sectionId should be final.160
ErrorsParameter messageKey should be final.160
ErrorsParameter messageParameters should be final.160
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsLine is longer than 80 characters.165
ErrorsLine is longer than 80 characters.168
ErrorsLine is longer than 80 characters.169
ErrorsLine is longer than 80 characters.170
ErrorsLine is longer than 80 characters.171
ErrorsLine is longer than 80 characters.174
ErrorsParameter messagesMap should be final.174
ErrorsExpected @param tag for 'messagesMap'.174
ErrorsParameter propertyName should be final.174
ErrorsParameter messageKey should be final.174
ErrorsParameter withFullErrorPath should be final.174
ErrorsParameter escapeHtmlMessageParameters should be final.174
ErrorsParameter messageParameters should be final.174
Errors'}' should be on the same line.187
ErrorsLine is longer than 80 characters.189
ErrorsLine is longer than 80 characters.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine is longer than 80 characters.195
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine is longer than 80 characters.201
Errors'(' is followed by whitespace.203
Errors'(' is followed by whitespace.203
Errors')' is preceded with whitespace.203
Errors')' is preceded with whitespace.203
ErrorsLine is longer than 80 characters.211
ErrorsLine is longer than 80 characters.212
ErrorsLine is longer than 80 characters.214
ErrorsLine is longer than 80 characters.217
ErrorsLine is longer than 80 characters.220
ErrorsMethod 'replaceError' is not designed for extension - needs to be abstract, final or empty.220
ErrorsParameter propertyName should be final.220
ErrorsParameter targetKey should be final.220
ErrorsParameter replaceKey should be final.220
ErrorsExpected @param tag for 'replaceKey'.220
ErrorsParameter replaceParameters should be final.220
ErrorsLine is longer than 80 characters.221
ErrorsLine is longer than 80 characters.225
ErrorsLine is longer than 80 characters.226
ErrorsLine is longer than 80 characters.230
ErrorsLine is longer than 80 characters.233
ErrorsLine is longer than 80 characters.236
ErrorsMethod 'replaceErrorWithoutFullErrorPath' is not designed for extension - needs to be abstract, final or empty.236
ErrorsParameter propertyName should be final.236
ErrorsParameter targetKey should be final.236
ErrorsParameter replaceKey should be final.236
ErrorsExpected @param tag for 'replaceKey'.236
ErrorsParameter replaceParameters should be final.236
ErrorsLine is longer than 80 characters.237
ErrorsLine is longer than 80 characters.242
ErrorsLine is longer than 80 characters.243
ErrorsLine is longer than 80 characters.247
ErrorsLine is longer than 80 characters.248
ErrorsLine is longer than 80 characters.251
ErrorsParameter propertyName should be final.251
ErrorsParameter targetKey should be final.251
ErrorsParameter withFullErrorPath should be final.251
ErrorsParameter replaceKey should be final.251
ErrorsExpected @param tag for 'replaceKey'.251
ErrorsParameter replaceParameters should be final.251
ErrorsLine is longer than 80 characters.276
ErrorsFirst sentence should end with a period.287
ErrorsMethod 'fieldHasMessage' is not designed for extension - needs to be abstract, final or empty.294
ErrorsParameter fieldName should be final.294
ErrorsExpected @param tag for 'fieldName'.294
ErrorsParameter errorKey should be final.294
ErrorsExpected @param tag for 'errorKey'.294
ErrorsLine is longer than 80 characters.299
ErrorsFirst sentence should end with a period.308
ErrorsMethod 'countFieldMessages' is not designed for extension - needs to be abstract, final or empty.314
ErrorsParameter fieldName should be final.314
ErrorsExpected @param tag for 'fieldName'.314
ErrorsLine is longer than 80 characters.327
ErrorsMethod 'containsMessageKey' is not designed for extension - needs to be abstract, final or empty.329
ErrorsParameter messageKey should be final.329
ErrorsExpected @param tag for 'messageKey'.329
ErrorsLine is longer than 80 characters.333
ErrorsLine is longer than 80 characters.334
ErrorsLine contains a tab character.334
ErrorsLine is longer than 80 characters.336
ErrorsLine is longer than 80 characters.349
ErrorsMissing a Javadoc comment.349
ErrorsParameter messageMap should be final.349
ErrorsLine is longer than 80 characters.351
ErrorsFirst sentence should end with a period.360
ErrorsMethod 'getErrorCount' is not designed for extension - needs to be abstract, final or empty.365
ErrorsLine contains a tab character.366
ErrorsFirst sentence should end with a period.369
ErrorsMethod 'getWarningCount' is not designed for extension - needs to be abstract, final or empty.374
ErrorsLine contains a tab character.375
ErrorsFirst sentence should end with a period.378
ErrorsMethod 'getInfoCount' is not designed for extension - needs to be abstract, final or empty.383
ErrorsLine contains a tab character.384
ErrorsMethod 'getMessages' is not designed for extension - needs to be abstract, final or empty.391
ErrorsParameter path should be final.391
ErrorsExpected @param tag for 'path'.391
ErrorsMethod 'addToErrorPath' is not designed for extension - needs to be abstract, final or empty.400
ErrorsParameter parentName should be final.400
ErrorsExpected @param tag for 'parentName'.400
ErrorsMethod 'getErrorPath' is not designed for extension - needs to be abstract, final or empty.409
ErrorsMethod 'removeFromErrorPath' is not designed for extension - needs to be abstract, final or empty.419
ErrorsParameter parentName should be final.419
ErrorsExpected @param tag for 'parentName'.419
ErrorsMethod 'clearErrorPath' is not designed for extension - needs to be abstract, final or empty.426
ErrorsLine is longer than 80 characters.431
ErrorsLine is longer than 80 characters.438
ErrorsMethod 'getKeyPath' is not designed for extension - needs to be abstract, final or empty.438
ErrorsParameter propertyName should be final.438
ErrorsExpected @param tag for 'propertyName'.438
ErrorsParameter prependFullErrorPath should be final.438
ErrorsExpected @param tag for 'prependFullErrorPath'.438
ErrorsLine is longer than 80 characters.447
Errors'!=' is not preceded with whitespace.447
Errors'!=' is not followed by whitespace.447
Errors'?' is not preceded with whitespace.447
ErrorsAvoid inline conditionals.447
Errors'?' is not followed by whitespace.447
Errors':' is not preceded with whitespace.447
Errors':' is not followed by whitespace.447
Errors'}' should be on the same line.448
ErrorsMethod 'getPropertiesWithErrors' is not designed for extension - needs to be abstract, final or empty.459
ErrorsLine is longer than 80 characters.462
ErrorsMethod 'getPropertiesWithWarnings' is not designed for extension - needs to be abstract, final or empty.472
ErrorsLine is longer than 80 characters.473
ErrorsMethod 'getPropertiesWithInfo' is not designed for extension - needs to be abstract, final or empty.480
ErrorsMethod 'clearErrorMessages' is not designed for extension - needs to be abstract, final or empty.485
ErrorsMissing a Javadoc comment.485
ErrorsLine contains a tab character.486
ErrorsMethod 'doesPropertyHaveError' is not designed for extension - needs to be abstract, final or empty.489
ErrorsMissing a Javadoc comment.489
ErrorsParameter key should be final.489
ErrorsLine contains a tab character.490
ErrorsLine is longer than 80 characters.494
ErrorsExpected an @return tag.496
ErrorsMethod 'containsKeyMatchingPattern' is not designed for extension - needs to be abstract, final or empty.496
ErrorsParameter pattern should be final.496
Errors'}' should be on the same line.504
ErrorsLine is longer than 80 characters.509
ErrorsLine is longer than 80 characters.514
ErrorsLine is longer than 80 characters.524
ErrorsMethod 'getAllPropertiesAndErrors' is not designed for extension - needs to be abstract, final or empty.524
ErrorsMissing a Javadoc comment.524
ErrorsLine contains a tab character.525
ErrorsLine is longer than 80 characters.528
ErrorsMethod 'getErrorMessagesForProperty' is not designed for extension - needs to be abstract, final or empty.528
ErrorsMissing a Javadoc comment.528
ErrorsParameter propertyName should be final.528
ErrorsLine contains a tab character.529
ErrorsLine is longer than 80 characters.532
ErrorsMethod 'getWarningMessagesForProperty' is not designed for extension - needs to be abstract, final or empty.532
ErrorsMissing a Javadoc comment.532
ErrorsParameter propertyName should be final.532
ErrorsLine contains a tab character.533
ErrorsLine is longer than 80 characters.536
ErrorsMethod 'getInfoMessagesForProperty' is not designed for extension - needs to be abstract, final or empty.536
ErrorsMissing a Javadoc comment.536
ErrorsParameter propertyName should be final.536
ErrorsLine contains a tab character.537
ErrorsMethod 'hasErrors' is not designed for extension - needs to be abstract, final or empty.540
ErrorsMissing a Javadoc comment.540
ErrorsLine contains a tab character.541
ErrorsMethod 'hasNoErrors' is not designed for extension - needs to be abstract, final or empty.544
ErrorsMissing a Javadoc comment.544
ErrorsLine contains a tab character.545
ErrorsMethod 'hasWarnings' is not designed for extension - needs to be abstract, final or empty.548
ErrorsMissing a Javadoc comment.548
ErrorsLine contains a tab character.549
ErrorsMethod 'hasNoWarnings' is not designed for extension - needs to be abstract, final or empty.552
ErrorsMissing a Javadoc comment.552
ErrorsLine contains a tab character.553
ErrorsMethod 'hasInfo' is not designed for extension - needs to be abstract, final or empty.556
ErrorsMissing a Javadoc comment.556
ErrorsLine contains a tab character.557
ErrorsMethod 'hasNoInfo' is not designed for extension - needs to be abstract, final or empty.560
ErrorsMissing a Javadoc comment.560
ErrorsLine contains a tab character.561
ErrorsMethod 'hasMessages' is not designed for extension - needs to be abstract, final or empty.564
ErrorsMissing a Javadoc comment.564
ErrorsMethod 'hasNoMessages' is not designed for extension - needs to be abstract, final or empty.573
ErrorsMissing a Javadoc comment.573
ErrorsMethod 'getAllPropertiesWithErrors' is not designed for extension - needs to be abstract, final or empty.582
ErrorsMissing a Javadoc comment.582
ErrorsLine contains a tab character.583
ErrorsMethod 'getAllPropertiesWithWarnings' is not designed for extension - needs to be abstract, final or empty.586
ErrorsMissing a Javadoc comment.586
ErrorsLine contains a tab character.587
ErrorsMethod 'getAllPropertiesWithInfo' is not designed for extension - needs to be abstract, final or empty.590
ErrorsMissing a Javadoc comment.590
ErrorsLine contains a tab character.591
ErrorsLine is longer than 80 characters.594
ErrorsMethod 'removeAllErrorMessagesForProperty' is not designed for extension - needs to be abstract, final or empty.594
ErrorsMissing a Javadoc comment.594
ErrorsParameter property should be final.594
ErrorsLine contains a tab character.595
ErrorsLine is longer than 80 characters.598
ErrorsMethod 'removeAllWarningMessagesForProperty' is not designed for extension - needs to be abstract, final or empty.598
ErrorsMissing a Javadoc comment.598
ErrorsParameter property should be final.598
ErrorsLine contains a tab character.599
ErrorsLine is longer than 80 characters.602
ErrorsMethod 'removeAllInfoMessagesForProperty' is not designed for extension - needs to be abstract, final or empty.602
ErrorsMissing a Javadoc comment.602
ErrorsParameter property should be final.602
ErrorsLine contains a tab character.603
ErrorsMethod 'getNumberOfPropertiesWithErrors' is not designed for extension - needs to be abstract, final or empty.606
ErrorsMissing a Javadoc comment.606
ErrorsLine contains a tab character.607
ErrorsMethod 'getErrorMessages' is not designed for extension - needs to be abstract, final or empty.610
ErrorsMissing a Javadoc comment.610
ErrorsMethod 'getWarningMessages' is not designed for extension - needs to be abstract, final or empty.614
ErrorsMissing a Javadoc comment.614
ErrorsMethod 'getInfoMessages' is not designed for extension - needs to be abstract, final or empty.618
ErrorsMissing a Javadoc comment.618
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.622
ErrorsParameter o should be final.623
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.627
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.632

org/kuali/rice/kns/util/SessionTicket.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.22
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsParameter ticketTypeName should be final.30
Errors'ticketTypeName' hides a field.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.34
ErrorsMethod 'getTicketTypeName' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.38
ErrorsMethod 'setTicketTypeName' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter ticketTypeName should be final.38
Errors'ticketTypeName' hides a field.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.42
ErrorsMethod 'getTicketContext' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
ErrorsMethod 'setTicketContext' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsParameter ticketContext should be final.46
Errors'ticketContext' hides a field.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48

org/kuali/rice/kns/util/UrlFactory.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.27
ErrorsLine has trailing spaces.28
ErrorsUtility classes should not have a public or default constructor.31
ErrorsMissing a Javadoc comment.32
ErrorsName 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'.32
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.35
ErrorsLine has trailing spaces.36
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.43
ErrorsLine has trailing spaces.46
ErrorsMissing a Javadoc comment.47
ErrorsParameter baseUrl should be final.47
ErrorsParameter params should be final.47
Errors'(' is followed by whitespace.60
Errors')' is preceded with whitespace.60
Errors'(' is followed by whitespace.61
Errors'cast' is not followed by whitespace.61
Errors')' is preceded with whitespace.61
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
Errors'(' is followed by whitespace.68
Errors')' is preceded with whitespace.68
Errors'(' is followed by whitespace.69
Errors')' is preceded with whitespace.69
Errors'(' is followed by whitespace.72
Errors')' is preceded with whitespace.72
Errors'(' is followed by whitespace.73
Errors')' is preceded with whitespace.73
Errors'(' is followed by whitespace.74
Errors')' is preceded with whitespace.74
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.75
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.77
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
ErrorsMissing a Javadoc comment.86
Errors'(' is followed by whitespace.86
ErrorsParameter value should be final.86
Errors')' is preceded with whitespace.86
Errors'(' is followed by whitespace.89
Errors')' is preceded with whitespace.89
ErrorsLine is longer than 80 characters.90
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90

org/kuali/rice/kns/web/comparator/NumericValueComparator.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.26
ErrorsLine is longer than 80 characters.28
ErrorsMissing a Javadoc comment.28
ErrorsName 'theInstance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.28
ErrorsLine has trailing spaces.29
ErrorsMissing a Javadoc comment.30
ErrorsLine has trailing spaces.32
ErrorsMissing a Javadoc comment.33
ErrorsLine has trailing spaces.36
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
ErrorsParameter o1 should be final.37
ErrorsParameter o2 should be final.37
ErrorsAvoid inline conditionals.41
ErrorsAvoid inline conditionals.41
Errors'}' should be on the same line.70
Errors'}' should be on the same line.78
ErrorsAvoid inline conditionals.86
ErrorsAvoid inline conditionals.86

org/kuali/rice/kns/web/comparator/StringValueComparator.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.21
ErrorsMissing a Javadoc comment.21
ErrorsLine is longer than 80 characters.22
ErrorsMissing a Javadoc comment.22
ErrorsLine has trailing spaces.23
ErrorsMissing a Javadoc comment.24
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.28
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.33
ErrorsParameter o1 should be final.33
ErrorsParameter o2 should be final.33
ErrorsAvoid inline conditionals.36
ErrorsAvoid inline conditionals.36

org/kuali/rice/kns/web/comparator/TemporalValueComparator.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsMissing a Javadoc comment.24
ErrorsLine is longer than 80 characters.25
ErrorsMissing a Javadoc comment.25
ErrorsName 'theInstance' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.25
ErrorsLine has trailing spaces.26
ErrorsMissing a Javadoc comment.27
ErrorsLine has trailing spaces.29
ErrorsMissing a Javadoc comment.30
ErrorsLine has trailing spaces.33
ErrorsMethod 'compare' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter o1 should be final.34
ErrorsParameter o2 should be final.34
ErrorsAvoid inline conditionals.38
ErrorsAvoid inline conditionals.38
ErrorsLine has trailing spaces.48
ErrorsAvoid inline conditionals.50
ErrorsAvoid inline conditionals.50
ErrorsAvoid inline conditionals.53
ErrorsAvoid inline conditionals.53