Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
25001384

Files

FilesInfosWarningsErrors
org/kuali/student/common/test/mock/MockArgumentMapper.java0025
org/kuali/student/common/test/mock/MockProxy.java0065
org/kuali/student/common/test/mock/MockProxyFactoryBean.java0053
org/kuali/student/common/test/spring/AbstractIntegrationServiceTest.java0044
org/kuali/student/common/test/spring/AbstractServiceTest.java0024
org/kuali/student/common/test/spring/AbstractTransactionalDaoTest.java00206
org/kuali/student/common/test/spring/Client.java0013
org/kuali/student/common/test/spring/Dao.java0010
org/kuali/student/common/test/spring/DaoLoader.java0018
org/kuali/student/common/test/spring/DaoPostProcessor.java0061
org/kuali/student/common/test/spring/DaoTestDependencyInjectorListener.java0030
org/kuali/student/common/test/spring/Daos.java004
org/kuali/student/common/test/spring/IdToObjectEhcacheAdvice.java00133
org/kuali/student/common/test/spring/Idable.java004
org/kuali/student/common/test/spring/IntegrationServer.java0011
org/kuali/student/common/test/spring/IntegrationServiceTestClassRunner.java00138
org/kuali/student/common/test/spring/LoadBeanListener.java0029
org/kuali/student/common/test/spring/LoadDataBean.java00138
org/kuali/student/common/test/spring/PersistObjectsBean.java0021
org/kuali/student/common/test/spring/PersistObjectsListener.java0021
org/kuali/student/common/test/spring/PersistenceFileLocation.java004
org/kuali/student/common/test/spring/Property.java007
org/kuali/student/common/test/spring/ServiceTestClassRunner.java00300
org/kuali/student/common/test/spring/SystemProperties.java004
org/kuali/student/common/test/spring/UniqueResourceAtomikosDataSourceBean.java0021

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
2Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
770Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
97Errors Error
JavadocMethod48Errors Error
JavadocType18Errors Error
JavadocVariable31Errors Error
JavadocStyle6Errors Error
ConstantName1Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName2Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength172Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter6Errors Error
NoWhitespaceBefore2Errors Error
OperatorWrap2Errors Error
ParenPad2Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter17Errors Error
WhitespaceAround99Errors Error
ModifierOrder1Errors Error
RedundantModifier16Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock3Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly1Errors Error
AvoidInlineConditionals2Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField13Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber2Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows1Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension39Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier5Errors Error
ArrayTypeStyle0Errors Error
FinalParameters32Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/kuali/student/common/test/mock/MockArgumentMapper.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.24
ErrorsMissing a Javadoc comment.28
Errors',' is not followed by whitespace.28
ErrorsMissing a Javadoc comment.30
ErrorsLine has trailing spaces.34
ErrorsFirst sentence should end with a period.35
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.38
ErrorsMethod 'getReturnValue' is not designed for extension - needs to be abstract, final or empty.42
ErrorsParameter arguments should be final.42
ErrorsExpected @param tag for 'arguments'.42
Errors'{' is not preceded with whitespace.42
Errors'!=' is not preceded with whitespace.43
Errors'!=' is not followed by whitespace.43
Errors')' is preceded with whitespace.43
Errors'{' is not preceded with whitespace.43
ErrorsLine has trailing spaces.48
ErrorsMethod 'getArgumentMapper' is not designed for extension - needs to be abstract, final or empty.52
ErrorsUnused @param tag for 'methodReturnMap'.57
ErrorsMethod 'setArgumentMapper' is not designed for extension - needs to be abstract, final or empty.59
ErrorsParameter argumentMapper should be final.59
Errors'argumentMapper' hides a field.59
ErrorsExpected @param tag for 'argumentMapper'.59

org/kuali/student/common/test/mock/MockProxy.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.29
Errors',' is not followed by whitespace.29
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.40
ErrorsExpected an @return tag.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsExpected @param tag for '<T>'.49
ErrorsParameter methodReturnMap should be final.49
Errors',' is not followed by whitespace.49
ErrorsExpected @param tag for 'methodReturnMap'.49
ErrorsParameter interfaceClass should be final.49
ErrorsExpected @param tag for 'interfaceClass'.49
ErrorsExpected @throws tag for 'InstantiationException'.49
ErrorsExpected @throws tag for 'IllegalAccessException'.49
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
Errors'cast' is not followed by whitespace.50
Errors'{' is followed by whitespace.50
ErrorsMissing a Javadoc comment.53
ErrorsParameter methodReturnMap should be final.53
Errors',' is not followed by whitespace.53
Errors'methodReturnMap' hides a field.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
Errors'if' is not followed by whitespace.57
Errors'==' is not preceded with whitespace.57
Errors'==' 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 has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsMethod 'invoke' is not designed for extension - needs to be abstract, final or empty.69
ErrorsLine contains a tab character.70
ErrorsParameter proxy should be final.70
ErrorsParameter method should be final.70
ErrorsParameter args should be final.70
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
Errors'{' is not preceded with whitespace.74
ErrorsLine contains a tab character.75
Errors'cast' is not followed by whitespace.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79

org/kuali/student/common/test/mock/MockProxyFactoryBean.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.22
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
Errors',' is not followed by whitespace.24
ErrorsLine contains a tab character.26
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.31
ErrorsMethod 'getObjectType' is not designed for extension - needs to be abstract, final or empty.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.36
ErrorsMethod 'isSingleton' 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 contains a tab character.39
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsMethod 'getInterfaceClass' is not designed for extension - needs to be abstract, final or empty.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
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 'setInterfaceClass' is not designed for extension - needs to be abstract, final or empty.51
ErrorsParameter interfaceClass should be final.51
Errors'interfaceClass' hides a field.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 'getMethodReturnMap' is not designed for extension - needs to be abstract, final or empty.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsMethod 'setMethodReturnMap' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter methodReturnMap should be final.65
Errors'methodReturnMap' hides a field.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67

org/kuali/student/common/test/spring/AbstractIntegrationServiceTest.java

ViolationMessageLine
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.22
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.57
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.62
ErrorsExtra HTML tag found: </p>64
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.73
ErrorsLine is longer than 80 characters.74
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.83
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.89
ErrorsLine is longer than 80 characters.90
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.92
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.94
ErrorsLine is longer than 80 characters.95
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.98
ErrorsLine is longer than 80 characters.101
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.103
ErrorsLine has trailing spaces.104
ErrorsLine has trailing spaces.105
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.118
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.123

org/kuali/student/common/test/spring/AbstractServiceTest.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.39
ErrorsLine is longer than 80 characters.48
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.56
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.61
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.74
ErrorsLine is longer than 80 characters.79
ErrorsLine has trailing spaces.80
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.103

org/kuali/student/common/test/spring/AbstractTransactionalDaoTest.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.66
ErrorsLine has trailing spaces.73
ErrorsLine is longer than 80 characters.75
ErrorsLine has trailing spaces.77
ErrorsLine has trailing spaces.78
ErrorsLine is longer than 80 characters.79
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.90
ErrorsLine has trailing spaces.92
ErrorsLine is longer than 80 characters.97
ErrorsLine has trailing spaces.98
ErrorsLine is longer than 80 characters.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
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.108
ErrorsLine is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.113
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.118
ErrorsLine is longer than 80 characters.123
Errors'(' is followed by whitespace.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.130
ErrorsMissing a Javadoc comment.130
ErrorsName 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'.130
ErrorsVariable 'LOG' must be private and have accessor methods.130
ErrorsLine contains a tab character.131
ErrorsMissing a Javadoc comment.131
ErrorsLine contains a tab character.132
ErrorsVariable 'em' must be private and have accessor methods.132
ErrorsLine contains a tab character.134
ErrorsMissing a Javadoc comment.134
ErrorsLine has trailing spaces.135
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsMissing a Javadoc comment.138
Errors'=' is not preceded with whitespace.138
Errors'=' is not followed by whitespace.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsMethod 'preLoadBeans' is not designed for extension - needs to be abstract, final or empty.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine is longer than 80 characters.150
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine is longer than 80 characters.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
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsMethod 'preLoadData' is not designed for extension - needs to be abstract, final or empty.161
ErrorsMissing a Javadoc comment.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
Errors'if' is not followed by whitespace.163
Errors'{' is not preceded with whitespace.163
ErrorsLine contains a tab character.164
Errors'=' is not preceded with whitespace.164
Errors'=' is not followed by whitespace.164
ErrorsLine has trailing spaces.165
ErrorsLine contains a tab character.165
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine is longer than 80 characters.170
ErrorsLine contains a tab character.170
ErrorsLine is longer than 80 characters.171
ErrorsLine contains a tab character.171
ErrorsLine is longer than 80 characters.172
ErrorsLine contains a tab character.172
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.173
Errors'for' is not followed by whitespace.173
ErrorsLine is longer than 80 characters.174
ErrorsLine contains a tab character.174
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine is longer than 80 characters.178
ErrorsLine contains a tab character.178
ErrorsLine is longer than 80 characters.179
ErrorsLine contains a tab character.179
Errors'for' is not followed by whitespace.179
ErrorsLine is longer than 80 characters.180
ErrorsLine contains a tab character.180
ErrorsLine is longer than 80 characters.181
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.190
ErrorsMissing a Javadoc comment.190
ErrorsParameter sqlFile should be final.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.193
ErrorsLine has trailing spaces.194
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine is longer than 80 characters.196
ErrorsLine contains a tab character.196
Errors';' is preceded with whitespace.196
ErrorsLine is longer than 80 characters.197
ErrorsLine contains a tab character.197
ErrorsLine has trailing spaces.198
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine has trailing spaces.200
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
Errors'while' is not followed by whitespace.201
Errors'=' is not preceded with whitespace.201
Errors'=' is not followed by whitespace.201
Errors'!=' is not preceded with whitespace.201
Errors'!=' is not followed by whitespace.201
Errors'{' is not preceded with whitespace.201
ErrorsLine is longer than 80 characters.202
ErrorsLine contains a tab character.202
Errors'if' is not followed by whitespace.202
Errors'&&' is not preceded with whitespace.202
Errors'&&' is not followed by whitespace.202
Errors'&&' is not preceded with whitespace.202
Errors'&&' is not followed by whitespace.202
Errors'{' is not preceded with whitespace.202
ErrorsLine contains a tab character.203
Errors'=' is not preceded with whitespace.203
Errors'=' is not followed by whitespace.203
Errors',' is not followed by whitespace.203
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
Errors'}' should be on the same line.211
ErrorsLine contains a tab character.212
Errors'finally' is not followed by whitespace.212
Errors'{' is not preceded with whitespace.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsLine has trailing spaces.220
ErrorsLine contains a tab character.220
ErrorsFirst sentence should end with a period.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine is longer than 80 characters.227
ErrorsLine contains a tab character.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine is longer than 80 characters.230
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235

org/kuali/student/common/test/spring/Client.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsRedundant 'public' modifier.26
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsRedundant 'public' modifier.27
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsRedundant 'public' modifier.28
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsRedundant 'public' modifier.29

org/kuali/student/common/test/spring/Dao.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.21
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsRedundant 'public' modifier.24
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsRedundant 'public' modifier.25
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsRedundant 'public' modifier.26

org/kuali/student/common/test/spring/DaoLoader.java

ViolationMessageLine
ErrorsLine has trailing spaces.20
ErrorsLine has trailing spaces.21
ErrorsMissing a Javadoc comment.25
ErrorsVariable 'dao' must be private and have accessor methods.25
ErrorsLine has trailing spaces.26
ErrorsMethod 'setDao' is not designed for extension - needs to be abstract, final or empty.27
ErrorsMissing a Javadoc comment.27
ErrorsParameter dao should be final.27
Errors'dao' hides a field.27
Errors'{' is not preceded with whitespace.27
ErrorsLine has trailing spaces.30
ErrorsMethod 'getDao' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
Errors'{' is not preceded with whitespace.31
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.35
ErrorsFirst sentence should end with a period.36
ErrorsLine has trailing spaces.38

org/kuali/student/common/test/spring/DaoPostProcessor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.24
ErrorsMissing a Javadoc comment.26
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsMethod 'getDaoImplClasses' is not designed for extension - needs to be abstract, final or empty.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
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 contains a tab character.40
ErrorsMethod 'setDaoImplClasses' is not designed for extension - needs to be abstract, final or empty.40
ErrorsParameter daoImplClasses should be final.40
Errors'daoImplClasses' hides a field.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.44
ErrorsMethod 'postProcessBeanFactory' is not designed for extension - needs to be abstract, final or empty.44
ErrorsLine contains a tab character.45
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
ErrorsParameter beanFactory should be final.46
ErrorsRedundant throws: 'BeansException' is unchecked exception.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 contains a tab character.50
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 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 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 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 contains a tab character.65
ErrorsLine contains a tab character.66
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

org/kuali/student/common/test/spring/DaoTestDependencyInjectorListener.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.26
ErrorsMissing a Javadoc comment.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.31
ErrorsMethod 'injectDependencies' is not designed for extension - needs to be abstract, final or empty.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
ErrorsParameter testContext should be final.32
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
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 is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.53

org/kuali/student/common/test/spring/Daos.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsRedundant 'public' modifier.26

org/kuali/student/common/test/spring/IdToObjectEhcacheAdvice.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsName 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'.30
ErrorsVariable 'LOG' must be private and have accessor methods.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.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.35
ErrorsLine has trailing spaces.36
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 contains a tab character.40
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsParameter cacheName should be final.45
Errors'cacheName' hides a field.45
ErrorsExpected @param tag for 'cacheName'.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.50
ErrorsLine contains a tab character.50
ErrorsMethod 'invalidateCache' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsParameter pjp should be final.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsMust have at least one statement.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.64
ErrorsMethod 'getFromCache' is not designed for extension - needs to be abstract, final or empty.64
ErrorsMissing a Javadoc comment.64
ErrorsLine contains a tab character.65
ErrorsParameter pjp should be final.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsMust have at least one statement.70
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
ErrorsLine contains a tab character.77
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 is longer than 80 characters.82
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 contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
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 contains a tab character.94
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 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 is longer than 80 characters.104
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine is longer than 80 characters.107
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 is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsMethod 'getCacheName' is not designed for extension - needs to be abstract, final or empty.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsMethod 'setCacheName' is not designed for extension - needs to be abstract, final or empty.133
ErrorsParameter cacheName should be final.133
Errors'cacheName' hides a field.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135

org/kuali/student/common/test/spring/Idable.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsRedundant 'public' modifier.19

org/kuali/student/common/test/spring/IntegrationServer.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsRedundant 'public' modifier.26
Errors'9000' is a magic number.26
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsRedundant 'public' modifier.27
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsRedundant 'public' modifier.28

org/kuali/student/common/test/spring/IntegrationServiceTestClassRunner.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
Errors'static' modifier out of order with the JLS suggestions.34
ErrorsName 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.34
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.38
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
Errors'9090' is a magic number.40
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsParameter klass should be final.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.47
ErrorsMissing a Javadoc comment.47
ErrorsLine is longer than 80 characters.48
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.53
ErrorsLine contains a tab character.54
Errors'+' is not preceded with whitespace.54
Errors'+' is not followed by whitespace.54
ErrorsLine contains a tab character.55
Errors'+' is not preceded with whitespace.55
Errors'+' is not followed by whitespace.55
ErrorsLine contains a tab character.56
Errors'+' is not preceded with whitespace.56
Errors'+' is not followed by whitespace.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 contains a tab character.60
ErrorsMissing a Javadoc comment.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
Errors'for' is not followed by whitespace.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 contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsMethod 'run' is not designed for extension - needs to be abstract, final or empty.73
ErrorsLine contains a tab character.74
ErrorsParameter notifier should be final.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
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsMissing a Javadoc comment.80
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 contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
Errors'{' is followed by whitespace.87
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
Errors'if' is not followed by whitespace.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
Errors'+' should be on a new line.97
ErrorsLine has trailing spaces.98
ErrorsLine is longer than 80 characters.98
ErrorsLine contains a tab character.98
Errors'+' should be on a new line.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.102
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
Errors'+' is not preceded with whitespace.103
Errors'+' is not followed by whitespace.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 contains a tab character.107
ErrorsLine is longer than 80 characters.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.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
Errors'{' is followed by whitespace.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.116
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.122
ErrorsMissing a Javadoc comment.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine is longer than 80 characters.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128

org/kuali/student/common/test/spring/LoadBeanListener.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.22
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.25
ErrorsMethod 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty.25
ErrorsLine contains a tab character.26
ErrorsParameter event should be final.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMethod 'getLdb' is not designed for extension - needs to be abstract, final or empty.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsMethod 'setLdb' is not designed for extension - needs to be abstract, final or empty.43
ErrorsParameter ldb should be final.43
Errors'ldb' hides a field.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45

org/kuali/student/common/test/spring/LoadDataBean.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.37
Errors'{' is not preceded with whitespace.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsLine contains a tab character.44
ErrorsVariable 'em' must be private and have accessor methods.44
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine contains a tab character.46
ErrorsMissing a Javadoc comment.46
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsLine contains a tab character.50
ErrorsMethod 'loadData' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
Errors'{' is not preceded with whitespace.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 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.61
Errors'&&' is not preceded with whitespace.65
ErrorsLine contains a tab character.66
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
Errors'if' is not followed by whitespace.71
Errors'{' is not preceded with whitespace.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
Errors'&&' is not preceded with whitespace.77
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
Errors'if' is not followed by whitespace.81
Errors'{' is not preceded with whitespace.81
ErrorsLine is longer than 80 characters.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
Errors'else' is not preceded with whitespace.83
Errors'}' is not followed by whitespace.83
Errors'else' is not followed by whitespace.83
Errors'{' is not preceded with whitespace.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.92
Errors'while' is not followed by whitespace.93
Errors'=' is not preceded with whitespace.93
Errors'=' is not followed by whitespace.93
Errors'!=' is not preceded with whitespace.93
Errors'!=' is not followed by whitespace.93
Errors'{' is not preceded with whitespace.93
ErrorsLine is longer than 80 characters.95
ErrorsLine contains a tab character.95
Errors'if' is not followed by whitespace.95
Errors'&&' is not preceded with whitespace.95
Errors'&&' is not followed by whitespace.95
Errors'&&' is not preceded with whitespace.95
Errors'&&' is not followed by whitespace.95
Errors'{' is not preceded with whitespace.95
ErrorsLine contains a tab character.96
Errors'=' is not preceded with whitespace.96
Errors'=' is not followed by whitespace.96
Errors',' is not followed by whitespace.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.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.114
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.118
ErrorsMethod 'invokeDataLoader' is not designed for extension - needs to be abstract, final or empty.118
ErrorsMissing a Javadoc comment.118
ErrorsParameter dao should be final.118
Errors'{' is not preceded with whitespace.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.123
Errors'cast' is not followed by whitespace.124
Errors',' is not followed by whitespace.127
ErrorsLine is longer than 80 characters.129
Errors'{' is not preceded with whitespace.130
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsMethod 'getDaoAnnotations' is not designed for extension - needs to be abstract, final or empty.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsMethod 'setDaoAnnotations' is not designed for extension - needs to be abstract, final or empty.153
ErrorsParameter daoAnnotations should be final.153
Errors'daoAnnotations' hides a field.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsMethod 'setApplicationContext' is not designed for extension - needs to be abstract, final or empty.157
ErrorsMissing a Javadoc comment.157
ErrorsParameter applicationContext should be final.157
Errors'applicationContext' hides a field.157
Errors'{' is not preceded with whitespace.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159

org/kuali/student/common/test/spring/PersistObjectsBean.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.11
ErrorsLine contains a tab character.14
ErrorsMissing a Javadoc comment.14
ErrorsLine contains a tab character.16
ErrorsMethod 'loadData' is not designed for extension - needs to be abstract, final or empty.16
ErrorsMissing a Javadoc comment.16
ErrorsLine is longer than 80 characters.17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.25
ErrorsMethod 'setObjectMap' is not designed for extension - needs to be abstract, final or empty.25
ErrorsMissing a Javadoc comment.25
ErrorsParameter objectMap should be final.25
Errors'objectMap' hides a field.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27

org/kuali/student/common/test/spring/PersistObjectsListener.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.7
ErrorsLine contains a tab character.8
ErrorsMissing a Javadoc comment.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine contains a tab character.10
ErrorsMethod 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty.10
ErrorsLine contains a tab character.11
ErrorsParameter event should be final.11
ErrorsLine contains a tab character.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.15
ErrorsLine is longer than 80 characters.17
ErrorsLine contains a tab character.17
ErrorsMethod 'setPersistObjectsBean' is not designed for extension - needs to be abstract, final or empty.17
ErrorsMissing a Javadoc comment.17
ErrorsParameter persistObjectsBean should be final.17
Errors'persistObjectsBean' hides a field.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19

org/kuali/student/common/test/spring/PersistenceFileLocation.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsRedundant 'public' modifier.26

org/kuali/student/common/test/spring/Property.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.21
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsRedundant 'public' modifier.23
ErrorsLine contains a tab character.24
ErrorsMissing a Javadoc comment.24
ErrorsRedundant 'public' modifier.24

org/kuali/student/common/test/spring/ServiceTestClassRunner.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsParameter klass should be final.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
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 contains a tab character.53
ErrorsLine has trailing spaces.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
ErrorsMethod 'createTest' is not designed for extension - needs to be abstract, final or empty.57
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.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 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 has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
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
ErrorsAvoid inline conditionals.70
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
ErrorsAvoid inline conditionals.73
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 contains a tab character.80
ErrorsLine contains a tab character.82
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.85
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
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
ErrorsMust have at least one statement.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
ErrorsLine contains a tab character.94
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 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 contains a tab character.102
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.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
ErrorsFirst sentence should end with a period.112
ErrorsLine contains a tab character.112
ErrorsLine is longer than 80 characters.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
Errors'==' is not preceded with whitespace.119
Errors'==' is not followed by whitespace.119
Errors'||' is not preceded with whitespace.119
Errors'||' is not followed by whitespace.119
Errors'{' is not preceded with whitespace.119
ErrorsLine contains a tab character.120
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.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine is longer than 80 characters.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
Errors'if' is not followed by whitespace.137
Errors'!=' is not preceded with whitespace.137
Errors'!=' is not followed by whitespace.137
Errors'&&' is not preceded with whitespace.137
Errors'&&' is not followed by whitespace.137
Errors'{' is not preceded with whitespace.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine is longer than 80 characters.140
ErrorsLine contains a tab character.140
Errors'if' is not followed by whitespace.140
Errors'{' is not preceded with whitespace.140
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
Errors'else' is not preceded with whitespace.142
Errors'}' is not followed by whitespace.142
Errors'else' is not followed by whitespace.142
Errors'{' is not preceded with whitespace.142
ErrorsLine is longer than 80 characters.143
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 is longer than 80 characters.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine is longer than 80 characters.150
ErrorsLine contains a tab character.150
ErrorsLine is longer than 80 characters.151
ErrorsLine contains a tab character.151
ErrorsLine is longer than 80 characters.152
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine is longer than 80 characters.155
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
ErrorsLine is longer than 80 characters.159
ErrorsLine contains a tab character.159
ErrorsLine is longer than 80 characters.160
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine is longer than 80 characters.162
ErrorsLine contains a tab character.162
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine is longer than 80 characters.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine is longer than 80 characters.173
ErrorsLine contains a tab character.173
Errors'+' is not followed by whitespace.173
Errors';' is preceded with whitespace.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
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine is longer than 80 characters.189
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.191
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
Errors'try' is not followed by whitespace.194
Errors'{' is not preceded with whitespace.194
ErrorsLine has trailing spaces.195
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.198
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsLine is longer than 80 characters.206
ErrorsLine contains a tab character.206
Errors'{' is followed by whitespace.206
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine is longer than 80 characters.211
ErrorsLine contains a tab character.211
Errors'{' is followed by whitespace.211
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
ErrorsLine has trailing spaces.217
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine is longer than 80 characters.219
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
Errors'if' is not followed by whitespace.220
Errors'{' is not preceded with whitespace.220
ErrorsLine is longer than 80 characters.221
ErrorsLine contains a tab character.221
ErrorsLine is longer than 80 characters.222
ErrorsLine contains a tab character.222
Errors'+=' is not followed by whitespace.222
ErrorsLine contains a tab character.223
ErrorsLine has trailing spaces.224
ErrorsLine contains a tab character.224
ErrorsLine is longer than 80 characters.225
ErrorsLine contains a tab character.225
ErrorsLine is longer than 80 characters.226
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.228
ErrorsLine is longer than 80 characters.229
ErrorsLine contains a tab character.229
Errors'{' is followed by whitespace.229
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine has trailing spaces.243
ErrorsLine contains a tab character.243
ErrorsLine is longer than 80 characters.244
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsMethod 'run' is not designed for extension - needs to be abstract, final or empty.246
ErrorsLine contains a tab character.247
ErrorsParameter notifier should be final.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.253
ErrorsMissing a Javadoc comment.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.258
ErrorsLine contains a tab character.259

org/kuali/student/common/test/spring/SystemProperties.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.21
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsRedundant 'public' modifier.23

org/kuali/student/common/test/spring/UniqueResourceAtomikosDataSourceBean.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.20
ErrorsLine is longer than 80 characters.21
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsMissing a Javadoc comment.28
ErrorsLine contains a tab character.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
ErrorsMethod 'setUniqueResourceName' is not designed for extension - needs to be abstract, final or empty.33
ErrorsLine contains a tab character.34
ErrorsParameter resourceName should be final.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