Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
63005944

Files

FilesInfosWarningsErrors
org/kuali/rice/student/core/config/spring/RiceConfigFactoryBean.java0051
org/kuali/rice/student/core/database/DerbyXAPoolDataSource.java0011
org/kuali/rice/student/core/web/context/RiceWebApplicationContextProxy.java00137
org/kuali/rice/student/core/web/listener/RiceContextLoaderListener.java00295
org/kuali/student/common/messagebuilder/MessageBuilder.java0035
org/kuali/student/common/messagebuilder/MessageTreeBuilder.java005
org/kuali/student/common/messagebuilder/booleanmessage/BooleanMessage.java0025
org/kuali/student/common/messagebuilder/booleanmessage/MessageContainer.java0028
org/kuali/student/common/messagebuilder/booleanmessage/ast/BinaryMessageTree.java00262
org/kuali/student/common/messagebuilder/booleanmessage/ast/BooleanFunction.java0054
org/kuali/student/common/messagebuilder/booleanmessage/ast/BooleanFunctionResult.java0037
org/kuali/student/common/messagebuilder/booleanmessage/ast/BooleanMessageImpl.java0069
org/kuali/student/common/messagebuilder/booleanmessage/ast/BooleanNode.java00173
org/kuali/student/common/messagebuilder/booleanmessage/ast/exceptions/BooleanFunctionException.java0011
org/kuali/student/common/messagebuilder/booleanmessage/ast/parsers/BooleanFunctionLexer.java00276
org/kuali/student/common/messagebuilder/booleanmessage/ast/parsers/BooleanFunctionParser.java00315
org/kuali/student/common/messagebuilder/impl/AbstractMessageBuilder.java00139
org/kuali/student/common/messagebuilder/impl/BooleanOperators.java0035
org/kuali/student/common/messagebuilder/impl/FailureMessageBuilder.java00263
org/kuali/student/common/messagebuilder/impl/MessageBuilderImpl.java0055
org/kuali/student/common/messagebuilder/impl/SimpleBooleanMessageBuilder.java00390
org/kuali/student/common/messagebuilder/impl/SuccessFailureMessageBuilder.java0085
org/kuali/student/common/messagebuilder/impl/SuccessMessageBuilder.java00270
org/kuali/student/common/messagebuilder/impl/exceptions/MessageBuilderException.java0011
org/kuali/student/common/util/BuildInformation.java0062
org/kuali/student/common/util/EhCacheHelper.java00192
org/kuali/student/common/util/ExceptionMappingAdvice.java00166
org/kuali/student/common/util/LRUMap.java0037
org/kuali/student/common/util/ManifestInspector.java00166
org/kuali/student/common/util/MessageUtils.java0042
org/kuali/student/common/util/ModBeanDefinitionVisitor.java0063
org/kuali/student/common/util/ModPropertyPlaceholderConfigurer.java00322
org/kuali/student/common/util/NameValue.java0051
org/kuali/student/common/util/PropertiesFactory.java0041
org/kuali/student/common/util/PropertiesFilterFactoryBean.java00188
org/kuali/student/common/util/SimpleExceptionLoggingAdvice.java00140
org/kuali/student/common/util/SystemPropertyConfigurer.java009
org/kuali/student/common/util/UUIDHelper.java0030
org/kuali/student/common/util/VelocityTemplateEngine.java00167
org/kuali/student/common/util/jpa/LoadJpaBean.java0013
org/kuali/student/common/util/jpa/LoadJpaBeanFileListener.java0064
org/kuali/student/common/util/jpa/LoadJpaBeanListener.java0082
org/kuali/student/common/util/jpa/LoadSqlListener.java00172
org/kuali/student/common/util/jta/AtomikosJtaTransactionController.java0028
org/kuali/student/common/util/jta/AtomikosManagedRuntime.java0049
org/kuali/student/common/util/security/SecurityUtils.java0057
org/kuali/student/common/util/security/UserWithId.java0026
org/kuali/student/common/util/spring/MergingPersistenceUnitManager.java0071
org/kuali/student/common/util/spring/MethodArgsToObjectEhcacheAdvice.java00137
org/kuali/student/common/util/spring/SimpleEnumPropertyEditor.java0033
org/kuali/student/common/ws/ServletWrappingController.java00126
org/kuali/student/common/ws/beans/CxfJaxWsProxyClientFactory.java0016
org/kuali/student/common/ws/beans/JaxWsClientFactory.java0017
org/kuali/student/common/ws/beans/JaxWsClientFactoryBean.java0074
org/kuali/student/common/ws/handler/DebugHandler.java0097
org/kuali/student/common/ws/security/AuthenticationService.java0034
org/kuali/student/common/ws/security/PrincipalAccessor.java0029
org/kuali/student/common/ws/security/PrincipalWrapper.java0023
org/kuali/student/core/ws/binding/AttributeSetAdapter.java0011
org/kuali/student/core/ws/binding/DateAdapter.java0014
org/kuali/student/core/ws/binding/JaxbAttribute.java0016
org/kuali/student/core/ws/binding/JaxbAttributeList.java0017
org/kuali/student/core/ws/binding/JaxbAttributeMapListAdapter.java0030

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
21Errors Error
NewlineAtEndOfFile2Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
2732Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
505Errors Error
JavadocMethod268Errors Error
JavadocType44Errors Error
JavadocVariable187Errors Error
JavadocStyle35Errors Error
ConstantName16Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName37Errors Error
MemberName2Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName4Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports3Errors Error
LineLength483Errors Error
MethodLength1Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore2Errors Error
OperatorWrap99Errors Error
ParenPad42Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter62Errors Error
WhitespaceAround549Errors Error
ModifierOrder8Errors Error
RedundantModifier15Errors Error
AvoidNestedBlocks37Errors Error
EmptyBlock21Errors Error
LeftCurly0Errors Error
NeedBraces14Errors Error
RightCurly33Errors Error
AvoidInlineConditionals6Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement1Errors Error
EqualsHashCode0Errors Error
HiddenField88Errors Error
IllegalInstantiation0Errors Error
InnerAssignment2Errors Error
MagicNumber18Errors Error
MissingSwitchDefault5Errors Error
RedundantThrows25Errors Error
SimplifyBooleanExpression20Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension254Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor6Errors Error
InterfaceIsType0Errors Error
VisibilityModifier20Errors Error
ArrayTypeStyle0Errors Error
FinalParameters277Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/kuali/rice/student/core/config/spring/RiceConfigFactoryBean.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.21
ErrorsUnused import - java.util.Properties.35
ErrorsMissing a Javadoc comment.43
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine contains a tab character.47
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMissing a Javadoc comment.47
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 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 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 has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.63
ErrorsMethod 'getObjectType' 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
ErrorsLine contains a tab character.67
ErrorsMethod 'isSingleton' 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 'getConfigLocations' 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 'setConfigLocations' is not designed for extension - needs to be abstract, final or empty.75
ErrorsMissing a Javadoc comment.75
ErrorsParameter configLocations should be final.75
Errors'configLocations' hides a field.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77

org/kuali/rice/student/core/database/DerbyXAPoolDataSource.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
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 has trailing spaces.28
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.36
ErrorsLine is longer than 80 characters.40
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.45

org/kuali/rice/student/core/web/context/RiceWebApplicationContextProxy.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.35
ErrorsLine has trailing spaces.36
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.38
ErrorsMethod 'setApplicationContext' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsParameter applicationContext should be final.40
Errors'applicationContext' hides a field.40
ErrorsLine has trailing spaces.43
ErrorsMethod 'setServletContext' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsParameter servletContext should be final.44
Errors'servletContext' hides a field.44
ErrorsLine has trailing spaces.47
ErrorsMethod 'containsBean' is not designed for extension - needs to be abstract, final or empty.48
ErrorsMissing a Javadoc comment.48
ErrorsParameter name should be final.48
ErrorsMethod 'containsBeanDefinition' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMissing a Javadoc comment.52
ErrorsParameter beanName should be final.52
ErrorsMethod 'containsLocalBean' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMissing a Javadoc comment.56
ErrorsParameter name should be final.56
ErrorsMethod 'getAliases' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMissing a Javadoc comment.60
ErrorsParameter name should be final.60
ErrorsLine is longer than 80 characters.64
ErrorsMethod 'getAutowireCapableBeanFactory' is not designed for extension - needs to be abstract, final or empty.64
ErrorsMissing a Javadoc comment.64
ErrorsRedundant throws: 'IllegalStateException' is unchecked exception.64
ErrorsLine is longer than 80 characters.68
ErrorsMethod 'getBean' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMissing a Javadoc comment.68
ErrorsParameter name should be final.68
ErrorsParameter requiredType should be final.68
ErrorsRedundant throws: 'BeansException' is unchecked exception.68
ErrorsMethod 'getBean' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMissing a Javadoc comment.72
ErrorsParameter name should be final.72
ErrorsParameter args should be final.72
ErrorsRedundant throws: 'BeansException' is unchecked exception.72
ErrorsMethod 'getBean' is not designed for extension - needs to be abstract, final or empty.76
ErrorsMissing a Javadoc comment.76
ErrorsParameter name should be final.76
ErrorsRedundant throws: 'BeansException' is unchecked exception.76
ErrorsMethod 'getBeanDefinitionCount' is not designed for extension - needs to be abstract, final or empty.80
ErrorsMissing a Javadoc comment.80
ErrorsMethod 'getBeanDefinitionNames' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMissing a Javadoc comment.84
ErrorsLine is longer than 80 characters.88
ErrorsMethod 'getBeanNamesForType' is not designed for extension - needs to be abstract, final or empty.88
ErrorsMissing a Javadoc comment.88
ErrorsParameter type should be final.88
ErrorsParameter includeNonSingletons should be final.88
ErrorsParameter allowEagerInit should be final.88
ErrorsLine is longer than 80 characters.89
ErrorsMethod 'getBeanNamesForType' is not designed for extension - needs to be abstract, final or empty.92
ErrorsMissing a Javadoc comment.92
ErrorsParameter type should be final.92
ErrorsLine is longer than 80 characters.96
ErrorsMethod 'getBeansOfType' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsParameter type should be final.96
ErrorsParameter includeNonSingletons should be final.96
ErrorsParameter allowEagerInit should be final.96
ErrorsRedundant throws: 'BeansException' is unchecked exception.96
ErrorsLine is longer than 80 characters.97
ErrorsMethod 'getBeansOfType' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMissing a Javadoc comment.100
ErrorsParameter type should be final.100
ErrorsRedundant throws: 'BeansException' is unchecked exception.100
ErrorsMethod 'getClassLoader' is not designed for extension - needs to be abstract, final or empty.104
ErrorsMissing a Javadoc comment.104
ErrorsMethod 'getDisplayName' is not designed for extension - needs to be abstract, final or empty.108
ErrorsMissing a Javadoc comment.108
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.112
ErrorsMissing a Javadoc comment.112
ErrorsLine is longer than 80 characters.116
ErrorsMethod 'getMessage' is not designed for extension - needs to be abstract, final or empty.116
ErrorsMissing a Javadoc comment.116
ErrorsParameter resolvable should be final.116
ErrorsParameter locale should be final.116
ErrorsRedundant throws: 'NoSuchMessageException' is unchecked exception.116
ErrorsLine is longer than 80 characters.120
ErrorsMethod 'getMessage' is not designed for extension - needs to be abstract, final or empty.120
ErrorsMissing a Javadoc comment.120
ErrorsParameter code should be final.120
ErrorsParameter args should be final.120
ErrorsParameter locale should be final.120
ErrorsRedundant throws: 'NoSuchMessageException' is unchecked exception.120
ErrorsLine is longer than 80 characters.124
ErrorsMethod 'getMessage' is not designed for extension - needs to be abstract, final or empty.124
ErrorsMissing a Javadoc comment.124
ErrorsParameter code should be final.124
ErrorsParameter args should be final.124
ErrorsParameter defaultMessage should be final.124
ErrorsParameter locale should be final.124
ErrorsLine is longer than 80 characters.125
ErrorsMethod 'getParent' is not designed for extension - needs to be abstract, final or empty.128
ErrorsMissing a Javadoc comment.128
ErrorsMethod 'getParentBeanFactory' is not designed for extension - needs to be abstract, final or empty.132
ErrorsMissing a Javadoc comment.132
ErrorsMethod 'getResource' is not designed for extension - needs to be abstract, final or empty.136
ErrorsMissing a Javadoc comment.136
ErrorsParameter location should be final.136
ErrorsMethod 'getResources' is not designed for extension - needs to be abstract, final or empty.140
ErrorsMissing a Javadoc comment.140
ErrorsParameter locationPattern should be final.140
ErrorsMethod 'getServletContext' is not designed for extension - needs to be abstract, final or empty.144
ErrorsMissing a Javadoc comment.144
ErrorsMethod 'getStartupDate' is not designed for extension - needs to be abstract, final or empty.148
ErrorsMissing a Javadoc comment.148
ErrorsMethod 'getType' is not designed for extension - needs to be abstract, final or empty.152
ErrorsMissing a Javadoc comment.152
ErrorsParameter name should be final.152
ErrorsRedundant throws: 'NoSuchBeanDefinitionException' is unchecked exception.152
ErrorsLine is longer than 80 characters.156
ErrorsMethod 'isPrototype' is not designed for extension - needs to be abstract, final or empty.156
ErrorsMissing a Javadoc comment.156
ErrorsParameter name should be final.156
ErrorsRedundant throws: 'NoSuchBeanDefinitionException' is unchecked exception.156
ErrorsLine is longer than 80 characters.160
ErrorsMethod 'isSingleton' is not designed for extension - needs to be abstract, final or empty.160
ErrorsMissing a Javadoc comment.160
ErrorsParameter name should be final.160
ErrorsRedundant throws: 'NoSuchBeanDefinitionException' is unchecked exception.160
ErrorsLine is longer than 80 characters.164
ErrorsMethod 'isTypeMatch' is not designed for extension - needs to be abstract, final or empty.164
ErrorsMissing a Javadoc comment.164
ErrorsParameter name should be final.164
ErrorsParameter targetType should be final.164
ErrorsRedundant throws: 'NoSuchBeanDefinitionException' is unchecked exception.164
ErrorsMethod 'publishEvent' is not designed for extension - needs to be abstract, final or empty.168
ErrorsMissing a Javadoc comment.168
ErrorsParameter event should be final.168
ErrorsLine has trailing spaces.172

org/kuali/rice/student/core/web/listener/RiceContextLoaderListener.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.48
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.50
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsMissing a Javadoc comment.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsMissing a Javadoc comment.57
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsMissing a Javadoc comment.59
ErrorsLine contains a tab character.61
ErrorsMissing a Javadoc comment.61
ErrorsFirst sentence should end with a period.63
ErrorsLine contains a tab character.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsMethod 'contextInitialized' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter sce should be final.66
ErrorsExpected @param tag for 'sce'.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
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
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.84
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 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 is longer than 80 characters.91
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.97
ErrorsMethod 'contextDestroyed' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.97
ErrorsParameter sce should be final.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
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.106
ErrorsMethod 'initLog4j' is not designed for extension - needs to be abstract, final or empty.106
ErrorsMissing a Javadoc comment.106
ErrorsParameter sce should be final.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
Errors'if' is not followed by whitespace.112
Errors'{' is not preceded with whitespace.112
ErrorsLine contains a tab character.113
Errors'try' is not followed by whitespace.113
Errors'{' is not preceded with whitespace.113
ErrorsLine is longer than 80 characters.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
Errors'catch' is not preceded with whitespace.115
Errors'}' is not followed by whitespace.115
Errors'catch' is not followed by whitespace.115
Errors'{' is not preceded with whitespace.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
Errors'+' is not preceded with whitespace.116
Errors'+' is not followed by whitespace.116
Errors'+' is not preceded with whitespace.116
Errors'+' is not followed by whitespace.116
Errors'+' is not preceded with whitespace.116
Errors'+' is not followed by whitespace.116
Errors'+' is not preceded with whitespace.116
Errors'+' is not followed by whitespace.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.120
Errors'if' is not followed by whitespace.120
Errors'{' is not preceded with whitespace.120
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsMethod 'initConfig' is not designed for extension - needs to be abstract, final or empty.133
ErrorsMissing a Javadoc comment.133
ErrorsParameter servletContext should be final.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.140
ErrorsLine is longer than 80 characters.141
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 is longer than 80 characters.146
ErrorsLine contains a tab character.146
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
ErrorsLine is longer than 80 characters.149
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.154
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 contains a tab character.161
ErrorsLine is longer than 80 characters.162
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsExpected an @return tag.164
ErrorsLine contains a tab character.164
ErrorsMethod 'getContextParameters' is not designed for extension - needs to be abstract, final or empty.164
ErrorsParameter context should be final.164
Errors'context' hides a field.164
ErrorsExpected @param tag for 'context'.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
ErrorsLine is longer than 80 characters.169
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 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 has trailing spaces.177
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 is longer than 80 characters.181
ErrorsLine contains a tab character.181
ErrorsMethod 'lookupSpringContextFile' is not designed for extension - needs to be abstract, final or empty.181
ErrorsParameter servletContext should be final.181
ErrorsExpected @param tag for 'servletContext'.181
ErrorsLine contains a tab character.182
ErrorsLine is longer than 80 characters.184
ErrorsLine contains a tab character.184
ErrorsLine is longer than 80 characters.185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine is longer than 80 characters.187
ErrorsLine contains a tab character.187
ErrorsLine is longer than 80 characters.189
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsLine is longer than 80 characters.192
ErrorsLine contains a tab character.192
ErrorsLine is longer than 80 characters.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.202
ErrorsMethod 'initWebContext' is not designed for extension - needs to be abstract, final or empty.202
ErrorsMissing a Javadoc comment.202
ErrorsParameter servletContext should be final.202
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
ErrorsLine is longer than 80 characters.205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine is longer than 80 characters.208
ErrorsLine contains a tab character.208
ErrorsLine is longer than 80 characters.209
ErrorsLine contains a tab character.209
ErrorsLine is longer than 80 characters.211
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine is longer than 80 characters.215
ErrorsLine contains a tab character.215
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
ErrorsLine is longer than 80 characters.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
ErrorsLine contains a tab character.221
ErrorsLine is longer than 80 characters.222
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
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.227
ErrorsLine contains a tab character.227
ErrorsLine contains a tab character.229
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsExpected an @return tag.234
ErrorsLine contains a tab character.234
ErrorsMethod 'shouldExecuteMessageFetcher' is not designed for extension - needs to be abstract, final or empty.234
ErrorsLine is longer than 80 characters.235
ErrorsLine contains a tab character.235
ErrorsLine is longer than 80 characters.236
ErrorsLine contains a tab character.236
ErrorsAvoid inline conditionals.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.239
ErrorsMethod 'findBasePath' is not designed for extension - needs to be abstract, final or empty.239
ErrorsMissing a Javadoc comment.239
ErrorsParameter servletContext should be final.239
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine is longer than 80 characters.251
ErrorsLine contains a tab character.251
ErrorsLine contains a tab character.252
ErrorsLine is longer than 80 characters.253
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

org/kuali/student/common/messagebuilder/MessageBuilder.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.22
ErrorsUnused import - org.kuali.student.common.messagebuilder.impl.exceptions.MessageBuilderException.22
ErrorsMissing a Javadoc comment.24
ErrorsLine has trailing spaces.26
ErrorsLine is longer than 80 characters.26
ErrorsLine has trailing spaces.28
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.29
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.34
ErrorsUnused @throws tag for 'MessageBuilderException'.38
ErrorsLine is longer than 80 characters.40
ErrorsRedundant 'public' modifier.40
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.43
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.45
ErrorsLine has trailing spaces.47
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.53
ErrorsUnused @throws tag for 'MessageBuilderException'.58
ErrorsLine is longer than 80 characters.60
ErrorsRedundant 'public' modifier.60
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.65
ErrorsUnused @throws tag for 'MessageBuilderException'.69
ErrorsLine is longer than 80 characters.71
ErrorsRedundant 'public' modifier.71

org/kuali/student/common/messagebuilder/MessageTreeBuilder.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.22
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.25
ErrorsRedundant 'public' modifier.29

org/kuali/student/common/messagebuilder/booleanmessage/BooleanMessage.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine has trailing spaces.21
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsRedundant 'public' modifier.24
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsRedundant 'public' modifier.31
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 contains a tab character.38
ErrorsRedundant 'public' modifier.38

org/kuali/student/common/messagebuilder/booleanmessage/MessageContainer.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.21
ErrorsLine is longer than 80 characters.22
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsMethod 'addMessage' is not designed for extension - needs to be abstract, final or empty.24
ErrorsMissing a Javadoc comment.24
ErrorsParameter message should be final.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsMethod 'getMessage' is not designed for extension - needs to be abstract, final or empty.28
ErrorsMissing a Javadoc comment.28
ErrorsParameter id should be final.28
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsMethod 'getMessageMap' is not designed for extension - needs to be abstract, final or empty.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34

org/kuali/student/common/messagebuilder/booleanmessage/ast/BinaryMessageTree.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
ErrorsMissing a Javadoc comment.38
ErrorsFirst sentence should end with a period.39
ErrorsLine is longer than 80 characters.40
Errors'static' modifier out of order with the JLS suggestions.40
ErrorsName 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.40
ErrorsMissing a Javadoc comment.42
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsLine contains a tab character.44
ErrorsMissing a Javadoc comment.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsMissing a Javadoc comment.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsName 'adaptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
ErrorsLine contains a tab character.49
ErrorsParameter payload should be final.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 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.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsUnused @param tag for 'messageLanguage'.67
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
ErrorsParameter language should be final.70
Errors'language' hides a field.70
ErrorsExpected @param tag for 'language'.70
ErrorsParameter messageMap should be final.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
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 is longer than 80 characters.77
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine is longer than 80 characters.80
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsUnused @param tag for 'booleanFunction:'.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsMethod 'buildTree' is not designed for extension - needs to be abstract, final or empty.85
ErrorsParameter booleanFunction should be final.85
ErrorsExpected @param tag for 'booleanFunction'.85
Errors'{' is not preceded with whitespace.85
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
Errors')' is preceded with whitespace.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.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 has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
Errors'+' should be on a new line.102
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsInner assignments should be avoided.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.112
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
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 is longer than 80 characters.118
ErrorsLine contains a tab character.118
ErrorsMethod 'traverseTreePostOrder' is not designed for extension - needs to be abstract, final or empty.118
ErrorsParameter bnode should be final.118
ErrorsParameter parent should be final.118
ErrorsLine contains a tab character.119
ErrorsLine is longer than 80 characters.120
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.127
Errors'if' is not followed by whitespace.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
ErrorsMethod 'traverseTreePostOrderDontSetNode' is not designed for extension - needs to be abstract, final or empty.141
ErrorsParameter bnode should be final.141
ErrorsParameter parent should be final.141
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
Errors')' is preceded with whitespace.143
ErrorsLine is longer than 80 characters.144
ErrorsLine contains a tab character.144
Errors'cast' is not followed by whitespace.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine has trailing spaces.150
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
Errors'if' is not followed by whitespace.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 has trailing spaces.158
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.159
ErrorsLine is longer than 80 characters.159
ErrorsLine contains a tab character.159
ErrorsLine has trailing spaces.160
ErrorsLine is longer than 80 characters.160
ErrorsLine contains a tab character.160
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsParameter bnode should be final.165
ErrorsLine contains a tab character.166
ErrorsLine has trailing spaces.167
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 contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
Errors'}' should be on the same line.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
Errors'cast' is not followed by whitespace.176
ErrorsLine contains a tab character.177
Errors'cast' is not followed by whitespace.177
ErrorsLine has trailing spaces.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
Errors'(' is followed by whitespace.179
Errors')' is preceded with whitespace.179
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
Errors'}' should be on the same line.184
ErrorsLine contains a tab character.185
Errors'(' is followed by whitespace.185
Errors')' is preceded with whitespace.185
ErrorsLine contains a tab character.186
ErrorsLine is longer than 80 characters.187
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine contains a tab character.195
ErrorsLine has trailing spaces.196
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsMethod 'getAllNodes' is not designed for extension - needs to be abstract, final or empty.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsMethod 'getRoot' is not designed for extension - needs to be abstract, final or empty.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210

org/kuali/student/common/messagebuilder/booleanmessage/ast/BooleanFunction.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.17
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.26
ErrorsName 'ASTtree' must match pattern '^[a-z][a-zA-Z0-9]*$'.26
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.31
ErrorsParameter booleanExpression should be final.31
Errors'booleanExpression' hides a field.31
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.43
ErrorsLine has trailing spaces.45
ErrorsMethod 'getVariables' is not designed for extension - needs to be abstract, final or empty.48
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.65
ErrorsLine has trailing spaces.68
ErrorsMethod 'getSymbols' is not designed for extension - needs to be abstract, final or empty.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
ErrorsAvoid inline conditionals.74
ErrorsLine contains a tab character.76
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 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 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 contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine is longer than 80 characters.95
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 contains a tab character.100

org/kuali/student/common/messagebuilder/booleanmessage/ast/BooleanFunctionResult.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.20
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsLine is longer than 80 characters.23
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsParameter booleanFunction should be final.23
Errors'booleanFunction' hides a field.23
ErrorsParameter result should be final.23
Errors'result' hides a field.23
ErrorsParameter message should be final.23
Errors'message' hides a field.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.29
ErrorsMethod 'getResult' is not designed for extension - needs to be abstract, final or empty.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.33
ErrorsMethod 'getMessage' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.37
ErrorsMethod 'getBooleanFunction' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40

org/kuali/student/common/messagebuilder/booleanmessage/ast/BooleanMessageImpl.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.22
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
ErrorsUnused @param tag for 'succesful'.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
ErrorsParameter messageId should be final.32
Errors'messageId' hides a field.32
ErrorsParameter successful should be final.32
Errors'successful' hides a field.32
ErrorsExpected @param tag for 'successful'.32
ErrorsParameter message should be final.32
Errors'message' hides a field.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
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 contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsMethod 'getMessageId' 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 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 contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsMethod 'isSuccesful' is not designed for extension - needs to be abstract, final or empty.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsUnused @param tag for 'Success'.59
ErrorsLine contains a tab character.60
ErrorsExpected an @return tag.61
ErrorsLine contains a tab character.61
ErrorsMethod 'getMessage' is not designed for extension - needs to be abstract, final or empty.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.65
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.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

org/kuali/student/common/messagebuilder/booleanmessage/ast/BooleanNode.java

ViolationMessageLine
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsMissing a Javadoc comment.26
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.29
ErrorsMissing a Javadoc comment.29
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 has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsParameter payload should be final.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 has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47
ErrorsMethod 'getParent' is not designed for extension - needs to be abstract, final or empty.47
Errors'{' is not preceded with whitespace.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsMethod 'getLeftNode' is not designed for extension - needs to be abstract, final or empty.56
Errors'{' is not preceded with whitespace.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 contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsMethod 'getRightNode' is not designed for extension - needs to be abstract, final or empty.65
Errors'{' is not preceded with whitespace.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsMethod 'getLabel' is not designed for extension - needs to be abstract, final or empty.74
Errors'{' is not preceded with whitespace.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.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.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsMethod 'getNodeMessage' is not designed for extension - needs to be abstract, final or empty.92
Errors'{' is not preceded with whitespace.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.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
ErrorsMethod 'getLanguage' is not designed for extension - needs to be abstract, final or empty.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsFirst sentence should end with a period.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
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 contains a tab character.111
ErrorsMethod 'setParent' is not designed for extension - needs to be abstract, final or empty.111
ErrorsParameter parent should be final.111
Errors'parent' hides a field.111
Errors'{' is not preceded with whitespace.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.115
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
ErrorsMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.120
ErrorsParameter value should be final.120
Errors'value' hides a field.120
Errors'{' is not preceded with whitespace.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsMethod 'setNodeMessage' is not designed for extension - needs to be abstract, final or empty.129
ErrorsParameter nodeMessage should be final.129
Errors'nodeMessage' hides a field.129
Errors'{' is not preceded with whitespace.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsMethod 'setLanguage' is not designed for extension - needs to be abstract, final or empty.138
ErrorsParameter language should be final.138
Errors'language' hides a field.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.142
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.147
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
ErrorsAvoid inline conditionals.147
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
ErrorsAvoid inline conditionals.148
ErrorsLine is longer than 80 characters.149
ErrorsLine contains a tab character.149
ErrorsAvoid inline conditionals.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152

org/kuali/student/common/messagebuilder/booleanmessage/ast/exceptions/BooleanFunctionException.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.18
ErrorsLine has trailing spaces.19
ErrorsFirst sentence should end with a period.20
ErrorsLine has trailing spaces.25
ErrorsParameter cause should be final.28
ErrorsLine has trailing spaces.34
ErrorsParameter msg should be final.38
ErrorsParameter cause should be final.38
ErrorsLine has trailing spaces.44
ErrorsParameter msg should be final.47

org/kuali/student/common/messagebuilder/booleanmessage/ast/parsers/BooleanFunctionLexer.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
Errors'=' is not preceded with whitespace.28
Errors'=' is not followed by whitespace.28
ErrorsMissing a Javadoc comment.29
Errors'=' is not preceded with whitespace.29
Errors'=' is not followed by whitespace.29
ErrorsMissing a Javadoc comment.30
Errors'=' is not preceded with whitespace.30
Errors'=' is not followed by whitespace.30
ErrorsMissing a Javadoc comment.31
Errors'=' is not preceded with whitespace.31
Errors'=' is not followed by whitespace.31
ErrorsMissing a Javadoc comment.32
Errors'=' is not preceded with whitespace.32
Errors'=' is not followed by whitespace.32
ErrorsMissing a Javadoc comment.33
Errors'=' is not preceded with whitespace.33
Errors'=' is not followed by whitespace.33
ErrorsMissing a Javadoc comment.34
Errors'=' is not preceded with whitespace.34
Errors'=' is not followed by whitespace.34
ErrorsMissing a Javadoc comment.35
Errors'=' is not preceded with whitespace.35
Errors'=' is not followed by whitespace.35
ErrorsMissing a Javadoc comment.36
Errors'=' is not preceded with whitespace.36
Errors'=' is not followed by whitespace.36
ErrorsMissing a Javadoc comment.37
Errors'=' is not preceded with whitespace.37
Errors'=' is not followed by whitespace.37
ErrorsMissing a Javadoc comment.42
Errors'{' is not followed by whitespace.42
ErrorsEmpty statement.42
Errors'}' is not preceded with whitespace.42
ErrorsMissing a Javadoc comment.43
ErrorsParameter input should be final.43
ErrorsMissing a Javadoc comment.46
ErrorsParameter input should be final.46
ErrorsParameter state should be final.46
Errors',' is not followed by whitespace.47
ErrorsMethod 'getGrammarFileName' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsMissing a Javadoc comment.53
ErrorsName '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'.55
ErrorsName '_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
ErrorsAvoid nested blocks.59
Errors'}' should be on the same line.66
ErrorsMust have at least one statement.67
ErrorsMissing a Javadoc comment.73
ErrorsName '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'.75
ErrorsName '_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'.76
ErrorsAvoid nested blocks.79
Errors'}' should be on the same line.86
ErrorsMust have at least one statement.87
ErrorsMissing a Javadoc comment.93
ErrorsName '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'.95
ErrorsName '_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'.96
ErrorsAvoid nested blocks.99
Errors'}' should be on the same line.106
ErrorsMust have at least one statement.107
ErrorsMissing a Javadoc comment.113
ErrorsName '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'.115
ErrorsName '_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'.116
ErrorsAvoid nested blocks.119
Errors'}' should be on the same line.126
ErrorsMust have at least one statement.127
ErrorsMissing a Javadoc comment.133
ErrorsName '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'.135
ErrorsName '_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'.136
Errors'=' is not preceded with whitespace.138
Errors'=' is not followed by whitespace.138
ErrorsName 'LA1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'.139
Errors'(' is followed by whitespace.141
Errors'>=' is not preceded with whitespace.141
Errors'>=' is not followed by whitespace.141
Errors'<=' is not preceded with whitespace.141
Errors'<=' is not followed by whitespace.141
Errors')' is preceded with whitespace.141
ErrorsName 'LA1_1' must match pattern '^[a-z][a-zA-Z0-9]*$'.142
Errors'(' is followed by whitespace.144
Errors'>=' is not preceded with whitespace.144
Errors'>=' is not followed by whitespace.144
Errors'<=' is not preceded with whitespace.144
Errors'<=' is not followed by whitespace.144
Errors')' is preceded with whitespace.144
Errors'=' is not preceded with whitespace.145
Errors'=' is not followed by whitespace.145
Errors'}' should be on the same line.146
Errors'=' is not preceded with whitespace.148
Errors'=' is not followed by whitespace.148
Errors';' is not followed by whitespace.148
Errors'}' is not preceded with whitespace.148
Errors'}' should be on a new line.148
Errors'}' should be on the same line.149
Errorsswitch without "default" clause.156
ErrorsAvoid nested blocks.159
ErrorsAvoid nested blocks.166
ErrorsAvoid nested blocks.169
Errors'}' should be on the same line.182
ErrorsMust have at least one statement.183
ErrorsMissing a Javadoc comment.189
ErrorsName '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'.191
ErrorsName '_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'.192
ErrorsAvoid nested blocks.195
Errors'=' is not preceded with whitespace.197
Errors'=' is not followed by whitespace.197
Errors'=' is not preceded with whitespace.200
Errors'=' is not followed by whitespace.200
ErrorsName 'LA2_0' must match pattern '^[a-z][a-zA-Z0-9]*$'.201
Errors'(' is followed by whitespace.203
Errors'>=' is not preceded with whitespace.203
Errors'>=' is not followed by whitespace.203
Errors'<=' is not preceded with whitespace.203
Errors'<=' is not followed by whitespace.203
Errors')' is preceded with whitespace.203
Errors'=' is not preceded with whitespace.204
Errors'=' is not followed by whitespace.204
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsLine contains a tab character.211
ErrorsAvoid nested blocks.211
ErrorsLine contains a tab character.212
Errors',' is not followed by whitespace.212
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine contains a tab character.217
Errors'if' construct must use '{}'s.218
ErrorsLine contains a tab character.218
Errors'(' is followed by whitespace.218
Errors')' is preceded with whitespace.218
Errors'}' should be on the same line.231
ErrorsMust have at least one statement.232
ErrorsMissing a Javadoc comment.238
ErrorsName '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'.240
ErrorsName '_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'.241
ErrorsLine is longer than 80 characters.242
ErrorsLine is longer than 80 characters.243
ErrorsAvoid nested blocks.244
ErrorsLine is longer than 80 characters.245
Errors'=' is not preceded with whitespace.246
Errors'=' is not followed by whitespace.246
Errors'=' is not preceded with whitespace.249
Errors'=' is not followed by whitespace.249
ErrorsName 'LA3_0' must match pattern '^[a-z][a-zA-Z0-9]*$'.250
ErrorsLine is longer than 80 characters.252
Errors'(' is followed by whitespace.252
Errors'>=' is not preceded with whitespace.252
Errors'>=' is not followed by whitespace.252
Errors'<=' is not preceded with whitespace.252
Errors'<=' is not followed by whitespace.252
Errors'||' is not preceded with whitespace.252
Errors'||' is not followed by whitespace.252
Errors'>=' is not preceded with whitespace.252
Errors'>=' is not followed by whitespace.252
Errors'<=' is not preceded with whitespace.252
Errors'<=' is not followed by whitespace.252
Errors'||' is not preceded with whitespace.252
Errors'||' is not followed by whitespace.252
Errors'==' is not preceded with whitespace.252
Errors'==' is not followed by whitespace.252
Errors')' is preceded with whitespace.252
Errors'=' is not preceded with whitespace.253
Errors'=' is not followed by whitespace.253
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsLine contains a tab character.260
ErrorsAvoid nested blocks.260
ErrorsLine is longer than 80 characters.261
ErrorsLine contains a tab character.261
Errors'(' is followed by whitespace.261
Errors'>=' is not preceded with whitespace.261
Errors'>=' is not followed by whitespace.261
Errors'<=' is not preceded with whitespace.261
Errors'<=' is not followed by whitespace.261
Errors'||' is not preceded with whitespace.261
Errors'||' is not followed by whitespace.261
Errors'>=' is not preceded with whitespace.261
Errors'>=' is not followed by whitespace.261
Errors'<=' is not preceded with whitespace.261
Errors'<=' is not followed by whitespace.261
Errors'||' is not preceded with whitespace.261
Errors'||' is not followed by whitespace.261
Errors'==' is not preceded with whitespace.261
Errors'==' is not followed by whitespace.261
Errors')' is preceded with whitespace.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.264
Errors'}' should be on the same line.264
ErrorsLine contains a tab character.265
ErrorsLine is longer than 80 characters.266
ErrorsLine contains a tab character.266
Errors',' is not followed by whitespace.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
Errors';' is not followed by whitespace.268
Errors'}' is not preceded with whitespace.268
Errors'}' should be on a new line.268
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.274
Errors'if' construct must use '{}'s.275
ErrorsLine contains a tab character.275
Errors'(' is followed by whitespace.275
Errors')' is preceded with whitespace.275
Errors'3' is a magic number.277
Errors'}' should be on the same line.289
ErrorsMust have at least one statement.290
ErrorsMissing a Javadoc comment.296
ErrorsName '_type' must match pattern '^[a-z][a-zA-Z0-9]*$'.298
ErrorsName '_channel' must match pattern '^[a-z][a-zA-Z0-9]*$'.299
ErrorsAvoid nested blocks.302
Errors',' is not followed by whitespace.303
Errors'}' should be on the same line.309
ErrorsMust have at least one statement.310
ErrorsMissing a Javadoc comment.316
ErrorsAvoid nested blocks.320
Errors',' is not followed by whitespace.321
Errors'}' should be on the same line.325
ErrorsMust have at least one statement.326
ErrorsMethod 'mTokens' is not designed for extension - needs to be abstract, final or empty.331
ErrorsMethod length is 175 lines (max allowed is 150).331
ErrorsMissing a Javadoc comment.331
ErrorsLine is longer than 80 characters.332
Errors'=' is not preceded with whitespace.333
Errors'8' is a magic number.333
Errors'=' is not followed by whitespace.333
Errors'(' is followed by whitespace.334
Errors')' is preceded with whitespace.334
ErrorsAvoid nested blocks.336
Errors'=' is not preceded with whitespace.337
Errors'=' is not followed by whitespace.337
ErrorsAvoid nested blocks.341
Errors'=' is not preceded with whitespace.342
Errors'=' is not followed by whitespace.342
ErrorsAvoid nested blocks.346
Errors'=' is not preceded with whitespace.347
Errors'3' is a magic number.347
Errors'=' is not followed by whitespace.347
ErrorsAvoid nested blocks.351
Errors'=' is not preceded with whitespace.352
Errors'4' is a magic number.352
Errors'=' is not followed by whitespace.352
ErrorsAvoid nested blocks.381
Errors'=' is not preceded with whitespace.382
Errors'5' is a magic number.382
Errors'=' is not followed by whitespace.382
ErrorsAvoid nested blocks.395
Errors'=' is not preceded with whitespace.396
Errors'6' is a magic number.396
Errors'=' is not followed by whitespace.396
ErrorsAvoid nested blocks.404
Errors'=' is not preceded with whitespace.405
Errors'7' is a magic number.405
Errors'=' is not followed by whitespace.405
ErrorsAvoid nested blocks.434
Errors'=' is not preceded with whitespace.435
Errors'8' is a magic number.435
Errors'=' is not followed by whitespace.435
Errors'4' is a magic number.440
Errorsswitch without "default" clause.445
ErrorsAvoid nested blocks.448
ErrorsAvoid nested blocks.455
Errors'3' is a magic number.460
ErrorsAvoid nested blocks.462
Errors'4' is a magic number.467
ErrorsAvoid nested blocks.469
Errors'5' is a magic number.474
ErrorsAvoid nested blocks.476
Errors'6' is a magic number.481
ErrorsAvoid nested blocks.483
Errors'7' is a magic number.488
ErrorsAvoid nested blocks.490
Errors'8' is a magic number.495
ErrorsAvoid nested blocks.497

org/kuali/student/common/messagebuilder/booleanmessage/ast/parsers/BooleanFunctionParser.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.33
ErrorsName 'tokenNames' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.33
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.36
Errors'=' is not preceded with whitespace.36
Errors'=' is not followed by whitespace.36
ErrorsMissing a Javadoc comment.37
Errors'=' is not preceded with whitespace.37
Errors'=' is not followed by whitespace.37
ErrorsMissing a Javadoc comment.38
Errors'=' is not preceded with whitespace.38
Errors'=' is not followed by whitespace.38
ErrorsMissing a Javadoc comment.39
Errors'=' is not preceded with whitespace.39
Errors'=' is not followed by whitespace.39
ErrorsMissing a Javadoc comment.40
Errors'=' is not preceded with whitespace.40
Errors'=' is not followed by whitespace.40
ErrorsMissing a Javadoc comment.41
Errors'=' is not preceded with whitespace.41
Errors'=' is not followed by whitespace.41
ErrorsMissing a Javadoc comment.42
Errors'=' is not preceded with whitespace.42
Errors'=' is not followed by whitespace.42
ErrorsMissing a Javadoc comment.43
Errors'=' is not preceded with whitespace.43
Errors'=' is not followed by whitespace.43
ErrorsMissing a Javadoc comment.44
Errors'=' is not preceded with whitespace.44
Errors'=' is not followed by whitespace.44
ErrorsMissing a Javadoc comment.45
Errors'=' is not preceded with whitespace.45
Errors'=' is not followed by whitespace.45
ErrorsMissing a Javadoc comment.51
ErrorsParameter input should be final.51
ErrorsLine is longer than 80 characters.54
ErrorsMissing a Javadoc comment.54
ErrorsParameter input should be final.54
ErrorsParameter state should be final.54
ErrorsMissing a Javadoc comment.59
ErrorsVariable 'adaptor' must be private and have accessor methods.59
ErrorsMethod 'setTreeAdaptor' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsParameter adaptor should be final.61
Errors'adaptor' hides a field.61
ErrorsMethod 'getTreeAdaptor' is not designed for extension - needs to be abstract, final or empty.64
ErrorsMissing a Javadoc comment.64
ErrorsMethod 'getTokenNames' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMissing a Javadoc comment.68
ErrorsMethod 'getGrammarFileName' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.69
ErrorsMethod 'getErrorMessage' is not designed for extension - needs to be abstract, final or empty.72
ErrorsParameter e should be final.73
ErrorsParameter tokenNames should be final.73
Errors'tokenNames' hides a field.73
Errors'(' is followed by whitespace.76
Errors')' is preceded with whitespace.76
Errors'cast' is not followed by whitespace.77
Errors'+' is not preceded with whitespace.80
Errors'+' is not followed by whitespace.80
Errors'}' should be on the same line.82
ErrorsMethod 'getTokenErrorDisplay' is not designed for extension - needs to be abstract, final or empty.89
ErrorsParameter t should be final.90
ErrorsMissing a Javadoc comment.94
ErrorsParameter paren should be final.94
Errors'{' is not preceded with whitespace.94
Errors'if' construct must use '{}'s.96
Errors'(' is followed by whitespace.96
Errors')' is preceded with whitespace.96
ErrorsMissing a Javadoc comment.103
ErrorsName 'booleanExpression_return' must match pattern '^[A-Z][a-zA-Z0-9]*$'.103
ErrorsMissing a Javadoc comment.104
ErrorsVariable 'tree' must be private and have accessor methods.104
ErrorsMethod 'getTree' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMissing a Javadoc comment.105
ErrorsLine is longer than 80 characters.110
ErrorsMissing a Javadoc comment.110
ErrorsLine is longer than 80 characters.111
ErrorsName 'root_0' must match pattern '^[a-z][a-zA-Z0-9]*$'.114
ErrorsAvoid nested blocks.123
Errors'cast' is not followed by whitespace.124
Errors'=' is not preceded with whitespace.127
Errors'=' is not followed by whitespace.127
Errors'if' construct must use '{}'s.132
ErrorsLine is longer than 80 characters.132
Errors'(' is followed by whitespace.132
Errors')' is preceded with whitespace.132
Errors'cast' is not followed by whitespace.138
Errors'}' should be on the same line.141
Errors'}' should be on the same line.145
ErrorsMust have at least one statement.146
ErrorsMissing a Javadoc comment.152
ErrorsName 'orTerm_return' must match pattern '^[A-Z][a-zA-Z0-9]*$'.152
ErrorsMissing a Javadoc comment.153
ErrorsVariable 'tree' must be private and have accessor methods.153
ErrorsMethod 'getTree' is not designed for extension - needs to be abstract, final or empty.154
ErrorsMissing a Javadoc comment.154
ErrorsLine is longer than 80 characters.159
ErrorsMissing a Javadoc comment.159
ErrorsLine is longer than 80 characters.160
ErrorsName 'root_0' must match pattern '^[a-z][a-zA-Z0-9]*$'.163
ErrorsName 'OR3' must match pattern '^[a-z][a-zA-Z0-9]*$'.165
Errors'=' is not preceded with whitespace.165
Errors'=' is not followed by whitespace.165
ErrorsName 'OR3_tree' must match pattern '^[a-z][a-zA-Z0-9]*$'.171
Errors'=' is not preceded with whitespace.171
Errors'=' is not followed by whitespace.171
ErrorsAvoid nested blocks.176
Errors'cast' is not followed by whitespace.177
Errors'=' is not preceded with whitespace.180
Errors'=' is not followed by whitespace.180
Errors'=' is not preceded with whitespace.188
Errors'=' is not followed by whitespace.188
ErrorsName 'LA1_0' must match pattern '^[a-z][a-zA-Z0-9]*$'.189
Errors'(' is followed by whitespace.191
Errors'==' is not preceded with whitespace.191
Errors'==' is not followed by whitespace.191
Errors')' is preceded with whitespace.191
Errors'=' is not preceded with whitespace.192
Errors'=' is not followed by whitespace.192
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsAvoid nested blocks.199
ErrorsLine contains a tab character.200
Errors'=' is not preceded with whitespace.200
Errors'=' is not followed by whitespace.200
Errors'cast' is not followed by whitespace.200
Errors',' is not followed by whitespace.200
Errors',' is not followed by whitespace.200
ErrorsLine contains a tab character.201
Errors'cast' is not followed by whitespace.201
ErrorsLine contains a tab character.202
Errors'cast' is not followed by whitespace.202
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
Errors'=' is not preceded with whitespace.205
Errors'=' is not followed by whitespace.205
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
Errors'cast' is not followed by whitespace.224
Errors'}' should be on the same line.227
Errors'}' should be on the same line.231
ErrorsMust have at least one statement.232
ErrorsMissing a Javadoc comment.238
ErrorsName 'andTerm_return' must match pattern '^[A-Z][a-zA-Z0-9]*$'.238
ErrorsMissing a Javadoc comment.239
ErrorsVariable 'tree' must be private and have accessor methods.239
ErrorsMethod 'getTree' is not designed for extension - needs to be abstract, final or empty.240
ErrorsMissing a Javadoc comment.240
ErrorsLine is longer than 80 characters.245
ErrorsMissing a Javadoc comment.245
ErrorsLine is longer than 80 characters.246
ErrorsName 'root_0' must match pattern '^[a-z][a-zA-Z0-9]*$'.249
ErrorsName 'AND6' must match pattern '^[a-z][a-zA-Z0-9]*$'.251
Errors'=' is not preceded with whitespace.251
Errors'=' is not followed by whitespace.251
ErrorsName 'AND6_tree' must match pattern '^[a-z][a-zA-Z0-9]*$'.257
Errors'=' is not preceded with whitespace.257
Errors'=' is not followed by whitespace.257
ErrorsAvoid nested blocks.262
Errors'cast' is not followed by whitespace.263
Errors'=' is not preceded with whitespace.266
Errors'=' is not followed by whitespace.266
Errors'=' is not preceded with whitespace.274
Errors'=' is not followed by whitespace.274
ErrorsName 'LA2_0' must match pattern '^[a-z][a-zA-Z0-9]*$'.275
Errors'(' is followed by whitespace.277
Errors'==' is not preceded with whitespace.277
Errors'==' is not followed by whitespace.277
Errors')' is preceded with whitespace.277
Errors'=' is not preceded with whitespace.278
Errors'=' is not followed by whitespace.278
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.284
ErrorsLine contains a tab character.285
ErrorsAvoid nested blocks.285
ErrorsLine contains a tab character.286
Errors'=' is not preceded with whitespace.286
Errors'=' is not followed by whitespace.286
Errors'cast' is not followed by whitespace.286
Errors',' is not followed by whitespace.286
Errors',' is not followed by whitespace.286
ErrorsLine contains a tab character.287
Errors'cast' is not followed by whitespace.287
ErrorsLine contains a tab character.288
Errors'cast' is not followed by whitespace.288
ErrorsLine contains a tab character.290
ErrorsLine contains a tab character.291
Errors'=' is not preceded with whitespace.291
Errors'=' is not followed by whitespace.291
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
Errors'cast' is not followed by whitespace.310
Errors'}' should be on the same line.313
Errors'}' should be on the same line.317
ErrorsMust have at least one statement.318
ErrorsMissing a Javadoc comment.324
ErrorsName 'atom_return' must match pattern '^[A-Z][a-zA-Z0-9]*$'.324
ErrorsMissing a Javadoc comment.325
ErrorsVariable 'tree' must be private and have accessor methods.325
ErrorsMethod 'getTree' is not designed for extension - needs to be abstract, final or empty.326
ErrorsMissing a Javadoc comment.326
ErrorsLine is longer than 80 characters.331
ErrorsMissing a Javadoc comment.331
ErrorsLine is longer than 80 characters.332
ErrorsName 'root_0' must match pattern '^[a-z][a-zA-Z0-9]*$'.335
ErrorsName 'ALPHA8' must match pattern '^[a-z][a-zA-Z0-9]*$'.337
Errors'=' is not preceded with whitespace.337
Errors'=' is not followed by whitespace.337
ErrorsName 'LP9' must match pattern '^[a-z][a-zA-Z0-9]*$'.338
Errors'=' is not preceded with whitespace.338
Errors'=' is not followed by whitespace.338
ErrorsName 'RP11' must match pattern '^[a-z][a-zA-Z0-9]*$'.339
Errors'=' is not preceded with whitespace.339
Errors'=' is not followed by whitespace.339
ErrorsName 'ALPHA8_tree' must match pattern '^[a-z][a-zA-Z0-9]*$'.343
Errors'=' is not preceded with whitespace.343
Errors'=' is not followed by whitespace.343
ErrorsName 'LP9_tree' must match pattern '^[a-z][a-zA-Z0-9]*$'.344
Errors'=' is not preceded with whitespace.344
Errors'=' is not followed by whitespace.344
ErrorsName 'RP11_tree' must match pattern '^[a-z][a-zA-Z0-9]*$'.345
Errors'=' is not preceded with whitespace.345
Errors'=' is not followed by whitespace.345
Errors'=' is not preceded with whitespace.349
Errors'=' is not followed by whitespace.349
ErrorsName 'LA3_0' must match pattern '^[a-z][a-zA-Z0-9]*$'.350
Errors'(' is followed by whitespace.352
Errors'==' is not preceded with whitespace.352
Errors'==' is not followed by whitespace.352
Errors')' is preceded with whitespace.352
Errors'=' is not preceded with whitespace.353
Errors'=' is not followed by whitespace.353
Errors'}' should be on the same line.354
Errors'(' is followed by whitespace.355
Errors'==' is not preceded with whitespace.355
Errors'==' is not followed by whitespace.355
Errors')' is preceded with whitespace.355
Errors'=' is not preceded with whitespace.356
Errors'=' is not followed by whitespace.356
Errors'}' should be on the same line.357
Errors'3' is a magic number.360
Errorsswitch without "default" clause.364
ErrorsAvoid nested blocks.367
Errors'cast' is not followed by whitespace.368
Errors'=' is not preceded with whitespace.370
Errors'=' is not followed by whitespace.370
Errors'cast' is not followed by whitespace.370
Errors',' is not followed by whitespace.370
Errors',' is not followed by whitespace.370
Errors'cast' is not followed by whitespace.371
ErrorsAvoid nested blocks.379
Errors'cast' is not followed by whitespace.380
ErrorsAvoid nested blocks.384
Errors'=' is not preceded with whitespace.385
Errors'=' is not followed by whitespace.385
Errors'cast' is not followed by whitespace.385
Errors',' is not followed by whitespace.385
Errors',' is not followed by whitespace.385
Errors'=' is not preceded with whitespace.387
Errors'=' is not followed by whitespace.387
Errors'=' is not preceded with whitespace.392
Errors'=' is not followed by whitespace.392
Errors'cast' is not followed by whitespace.392
Errors',' is not followed by whitespace.392
Errors',' is not followed by whitespace.392
Errors'cast' is not followed by whitespace.403
Errors'}' should be on the same line.406
Errors'}' should be on the same line.410
ErrorsMust have at least one statement.411
ErrorsLine is longer than 80 characters.422
ErrorsMissing a Javadoc comment.422
ErrorsName 'FOLLOW_orTerm_in_booleanExpression111' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.422
ErrorsLine is longer than 80 characters.423
ErrorsMissing a Javadoc comment.423
ErrorsName 'FOLLOW_andTerm_in_orTerm123' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.423
ErrorsLine is longer than 80 characters.424
ErrorsMissing a Javadoc comment.424
ErrorsName 'FOLLOW_OR_in_orTerm126' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.424
ErrorsLine is longer than 80 characters.425
ErrorsMissing a Javadoc comment.425
ErrorsName 'FOLLOW_andTerm_in_orTerm129' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.425
ErrorsLine is longer than 80 characters.426
ErrorsMissing a Javadoc comment.426
ErrorsName 'FOLLOW_atom_in_andTerm140' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.426
ErrorsLine is longer than 80 characters.427
ErrorsMissing a Javadoc comment.427
ErrorsName 'FOLLOW_AND_in_andTerm143' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.427
ErrorsLine is longer than 80 characters.428
ErrorsMissing a Javadoc comment.428
ErrorsName 'FOLLOW_atom_in_andTerm146' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.428
ErrorsLine is longer than 80 characters.429
ErrorsMissing a Javadoc comment.429
ErrorsName 'FOLLOW_ALPHA_in_atom160' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.429
ErrorsLine is longer than 80 characters.430
ErrorsMissing a Javadoc comment.430
ErrorsName 'FOLLOW_LP_in_atom165' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.430
ErrorsLine is longer than 80 characters.431
ErrorsMissing a Javadoc comment.431
ErrorsName 'FOLLOW_orTerm_in_atom168' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.431
ErrorsLine is longer than 80 characters.432
ErrorsMissing a Javadoc comment.432
ErrorsName 'FOLLOW_RP_in_atom170' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.432

org/kuali/student/common/messagebuilder/impl/AbstractMessageBuilder.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.28
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.37
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.41
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.45
ErrorsMissing a Javadoc comment.46
ErrorsMissing a Javadoc comment.47
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.55
Errors'language' hides a field.55
Errors'treeNodeMessageBuilder' hides a field.55
ErrorsLine has trailing spaces.56
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.61
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.63
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.64
ErrorsLine has trailing spaces.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70
ErrorsMethod 'build' is not designed for extension - needs to be abstract, final or empty.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
Errors'booleanExpression' hides a field.76
ErrorsLine contains a tab character.77
Errors'messageMap' hides a field.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.85
ErrorsLine is longer than 80 characters.85
ErrorsLine has trailing spaces.86
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.90
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.97
ErrorsUnused @throws tag for 'MessageBuilderException'.102
ErrorsMethod 'build' is not designed for extension - needs to be abstract, final or empty.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
Errors'booleanExpression' hides a field.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
Errors'messageMap' hides a field.106
ErrorsLine contains a tab character.107
Errors'messageContextMap' hides a field.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
ErrorsLine has trailing spaces.114
ErrorsMethod 'build' is not designed for extension - needs to be abstract, final or empty.115
ErrorsMissing a Javadoc comment.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.128
Errors'catch' is not followed by whitespace.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.133
ErrorsLine is longer than 80 characters.134
ErrorsLine has trailing spaces.140
ErrorsLine is longer than 80 characters.141
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.142
Errors'&&' should be on a new line.142
ErrorsLine contains a tab character.143
Errors',' is not followed by whitespace.143
Errors'&&' should be on a new line.143
ErrorsLine contains a tab character.144
Errors',' is not followed by whitespace.144
ErrorsLine contains a tab character.145
Errors'-' is not preceded with whitespace.145
Errors'-' is not followed by whitespace.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.147
ErrorsLine is longer than 80 characters.148
ErrorsLine has trailing spaces.153
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine is longer than 80 characters.159
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.166
Errors'if' is not followed by whitespace.166
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.169
ErrorsLine contains a tab character.171
Errors'if' is not followed by whitespace.171
ErrorsLine is longer than 80 characters.172
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.176
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 contains a tab character.179
ErrorsLine has trailing spaces.180
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.184
ErrorsLine has trailing spaces.190
ErrorsExpected an @return tag.194
ErrorsParameter message should be final.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.197
Errors'if' is not followed by whitespace.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine is longer than 80 characters.201
ErrorsLine contains a tab character.201

org/kuali/student/common/messagebuilder/impl/BooleanOperators.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.20
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.22
ErrorsLine contains a tab character.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsParameter and should be final.25
ErrorsParameter or should be final.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.30
ErrorsMethod 'getAndOperator' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.34
ErrorsMethod 'getOrOperator' 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 has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40

org/kuali/student/common/messagebuilder/impl/FailureMessageBuilder.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.7
ErrorsFirst sentence should end with a period.13
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsParameter bo should be final.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsMethod 'buildFailureMessage' is not designed for extension - needs to be abstract, final or empty.33
ErrorsParameter nodeList should be final.33
ErrorsExpected @throws tag for 'MessageBuilderException'.33
ErrorsRedundant throws: 'MessageBuilderException' is unchecked exception.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
Errors'for' is not followed by whitespace.36
ErrorsLine contains a tab character.37
Errors'if' is not followed by whitespace.37
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
Errors'if' is not followed by whitespace.42
ErrorsLine is longer than 80 characters.43
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 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 contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsExpected an @return tag.54
ErrorsLine contains a tab character.54
ErrorsMethod 'buildFailureMessage' is not designed for extension - needs to be abstract, final or empty.54
ErrorsParameter node should be final.54
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.58
Errors'}' should be on the same line.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
Errors'if' is not followed by whitespace.60
ErrorsLine contains a tab character.61
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.67
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
ErrorsParameter node should be final.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
Errors'if' is not followed by whitespace.74
Errors'&&' should be on a new line.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
Errors'&&' should be on a new line.75
ErrorsLine contains a tab character.76
Errors'&&' should be on a new line.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsExpression can be simplified.77
Errors'&&' should be on a new line.77
ErrorsLine contains a tab character.78
ErrorsExpression can be simplified.78
Errors'&&' should be on a new line.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
Errors'&&' should be on a new line.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
Errors'+' should be on a new line.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
Errors'+' should be on a new line.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
Errors'if' is not followed by whitespace.85
Errors'&&' should be on a new line.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
Errors'(' is followed by whitespace.86
Errors'&&' should be on a new line.86
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
Errors'||' should be on a new line.87
ErrorsLine has trailing spaces.88
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
Errors'&&' should be on a new line.88
ErrorsLine is longer than 80 characters.89
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
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsParameter node should be final.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
Errors'if' is not followed by whitespace.105
Errors'&&' should be on a new line.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
Errors'&&' should be on a new line.106
ErrorsLine contains a tab character.107
Errors'&&' should be on a new line.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsExpression can be simplified.108
Errors'&&' should be on a new line.108
ErrorsLine has trailing spaces.109
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsExpression can be simplified.109
Errors'&&' should be on a new line.109
ErrorsLine has trailing spaces.110
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
Errors')' is preceded with whitespace.110
Errors'||' should be on a new line.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsExpression can be simplified.111
Errors'&&' should be on a new line.111
ErrorsLine has trailing spaces.112
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsExpression can be simplified.112
Errors'&&' should be on a new line.112
ErrorsLine is longer than 80 characters.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
Errors'if' construct must use '{}'s.116
ErrorsLine contains a tab character.116
ErrorsExpression can be simplified.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
Errors'if' construct must use '{}'s.118
ErrorsLine contains a tab character.118
ErrorsExpression can be simplified.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.120
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.125
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsParameter node should be final.131
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
Errors'if' is not followed by whitespace.133
Errors'&&' should be on a new line.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
Errors'&&' should be on a new line.134
ErrorsLine contains a tab character.135
Errors'&&' should be on a new line.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsExpression can be simplified.136
Errors'&&' should be on a new line.136
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsExpression can be simplified.137
Errors'&&' should be on a new line.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
Errors'&&' should be on a new line.138
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
Errors'+' should be on a new line.140
ErrorsLine has trailing spaces.141
ErrorsLine contains a tab character.141
Errors'+' should be on a new line.141
ErrorsLine contains a tab character.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.143
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.144
Errors'if' is not followed by whitespace.144
Errors'&&' should be on a new line.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
Errors'(' is followed by whitespace.145
Errors'&&' should be on a new line.145
ErrorsLine has trailing spaces.146
ErrorsLine is longer than 80 characters.146
ErrorsLine contains a tab character.146
Errors'||' should be on a new line.146
ErrorsLine has trailing spaces.147
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
Errors'&&' should be on a new line.147
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
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

org/kuali/student/common/messagebuilder/impl/MessageBuilderImpl.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.24
ErrorsUnused import - org.kuali.student.common.messagebuilder.impl.exceptions.MessageBuilderException.24
ErrorsLine has trailing spaces.27
ErrorsLine has trailing spaces.28
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
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 contains a tab character.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.43
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.45
ErrorsLine has trailing spaces.46
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 has trailing spaces.51
ErrorsUnused @throws tag for 'MessageBuilderException'.55
ErrorsLine is longer than 80 characters.57
ErrorsMethod 'build' is not designed for extension - needs to be abstract, final or empty.57
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.62
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.64
ErrorsLine has trailing spaces.66
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine has trailing spaces.72
ErrorsUnused @throws tag for 'MessageBuilderException'.77
ErrorsMethod 'build' is not designed for extension - needs to be abstract, final or empty.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine is longer than 80 characters.83
ErrorsLine has trailing spaces.87
ErrorsLine has trailing spaces.89
ErrorsUnused @throws tag for 'MessageBuilderException'.93
ErrorsLine is longer than 80 characters.95
ErrorsMethod 'buildMessage' is not designed for extension - needs to be abstract, final or empty.95
ErrorsLine is longer than 80 characters.96

org/kuali/student/common/messagebuilder/impl/SimpleBooleanMessageBuilder.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
Errors'static' modifier out of order with the JLS suggestions.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
Errors'static' modifier out of order with the JLS suggestions.37
ErrorsLine contains a tab character.38
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
Errors'static' modifier out of order with the JLS suggestions.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
Errors'static' modifier out of order with the JLS suggestions.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
Errors'static' modifier out of order with the JLS suggestions.43
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsMissing a Javadoc comment.46
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsMissing a Javadoc comment.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsFirst sentence should end with a period.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
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 contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsParameter andOperator should be final.66
ErrorsParameter orOperator should be final.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.70
ErrorsLine has trailing spaces.71
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 contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsParameter bo should be final.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.80
ErrorsMethod 'setIndentCharacter' is not designed for extension - needs to be abstract, final or empty.80
ErrorsMissing a Javadoc comment.80
ErrorsParameter indentChar should be final.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.84
ErrorsMethod 'setIndentNumberOfSpaces' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMissing a Javadoc comment.84
ErrorsParameter indentNumberOfSpaces should be final.84
Errors'indentNumberOfSpaces' hides a field.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.88
ErrorsMethod 'setIndentString' is not designed for extension - needs to be abstract, final or empty.88
ErrorsMissing a Javadoc comment.88
ErrorsParameter indentString should be final.88
Errors'indentString' hides a field.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.92
ErrorsMethod 'setBooleanOperatorPrefix' is not designed for extension - needs to be abstract, final or empty.92
ErrorsMissing a Javadoc comment.92
ErrorsParameter booleanOperatorPrefix should be final.92
Errors'booleanOperatorPrefix' hides a field.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.96
ErrorsMethod 'setBooleanOperatorSuffix' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsParameter booleanOperatorSuffix should be final.96
Errors'booleanOperatorSuffix' hides a field.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.105
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
ErrorsMethod 'buildMessage' is not designed for extension - needs to be abstract, final or empty.107
ErrorsParameter nodeList should be final.107
ErrorsExpected @throws tag for 'MessageBuilderException'.107
ErrorsRedundant throws: 'MessageBuilderException' is unchecked exception.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
Errors'for' is not followed by whitespace.110
ErrorsLine contains a tab character.111
Errors'if' is not followed by whitespace.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
ErrorsLine contains a tab character.116
Errors'if' is not followed by whitespace.116
ErrorsLine is longer than 80 characters.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 contains a tab character.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsExpected an @return tag.128
ErrorsLine contains a tab character.128
ErrorsMethod 'buildMessage' is not designed for extension - needs to be abstract, final or empty.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
Errors'if' is not followed by whitespace.130
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
Errors'}' should be on the same line.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
Errors'if' is not followed by whitespace.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.140
ErrorsLine has trailing spaces.141
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine has trailing spaces.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
ErrorsParameter node should be final.146
ErrorsLine has trailing spaces.147
ErrorsLine contains a tab character.147
Errors'if' is not followed by whitespace.147
Errors'&&' should be on a new line.147
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.148
Errors'&&' should be on a new line.148
ErrorsLine contains a tab character.149
Errors'&&' should be on a new line.149
ErrorsLine has trailing spaces.150
ErrorsLine contains a tab character.150
Errors'&&' should be on a new line.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
Errors'if' is not followed by whitespace.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
Errors'if' is not followed by whitespace.157
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine has trailing spaces.161
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
Errors'+' should be on a new line.161
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.162
Errors'+' should be on a new line.162
ErrorsLine has trailing spaces.163
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
Errors'+' should be on a new line.163
ErrorsLine has trailing spaces.164
ErrorsLine contains a tab character.164
Errors'+' should be on a new line.164
ErrorsLine is longer than 80 characters.165
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.167
Errors'if' is not followed by whitespace.167
Errors'&&' should be on a new line.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
Errors'&&' should be on a new line.168
ErrorsLine has trailing spaces.169
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
Errors'||' should be on a new line.169
ErrorsLine has trailing spaces.170
ErrorsLine is longer than 80 characters.170
ErrorsLine contains a tab character.170
Errors'&&' should be on a new line.170
ErrorsLine is longer than 80 characters.171
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.172
ErrorsLine is longer than 80 characters.172
ErrorsLine contains a tab character.172
Errors'+' should be on a new line.172
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.173
Errors'+' should be on a new line.173
ErrorsLine has trailing spaces.174
ErrorsLine is longer than 80 characters.174
ErrorsLine contains a tab character.174
Errors'+' should be on a new line.174
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.175
Errors'+' should be on a new line.175
ErrorsLine is longer than 80 characters.176
ErrorsLine contains a tab character.176
ErrorsLine is longer than 80 characters.177
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 contains a tab character.181
ErrorsLine contains a tab character.183
ErrorsLine has trailing spaces.184
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine has trailing spaces.186
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
ErrorsParameter node should be final.189
ErrorsExpected @param tag for 'node'.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
Errors'if' is not followed by whitespace.191
Errors'&&' should be on a new line.191
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.192
Errors'&&' should be on a new line.192
ErrorsLine contains a tab character.193
Errors'&&' should be on a new line.193
ErrorsLine has trailing spaces.194
ErrorsLine contains a tab character.194
Errors'&&' should be on a new line.194
ErrorsLine contains a tab character.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
Errors'if' is not followed by whitespace.197
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine contains a tab character.201
Errors'if' is not followed by whitespace.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine has trailing spaces.205
ErrorsLine is longer than 80 characters.205
ErrorsLine contains a tab character.205
Errors'+' should be on a new line.205
ErrorsLine has trailing spaces.206
ErrorsLine contains a tab character.206
Errors'+' should be on a new line.206
ErrorsLine has trailing spaces.207
ErrorsLine is longer than 80 characters.207
ErrorsLine contains a tab character.207
Errors'+' should be on a new line.207
ErrorsLine has trailing spaces.208
ErrorsLine contains a tab character.208
Errors'+' should be on a new line.208
ErrorsLine is longer than 80 characters.209
ErrorsLine contains a tab character.209
ErrorsLine has trailing spaces.211
ErrorsLine contains a tab character.211
Errors'if' is not followed by whitespace.211
Errors'&&' should be on a new line.211
ErrorsLine has trailing spaces.212
ErrorsLine contains a tab character.212
Errors'&&' should be on a new line.212
ErrorsLine has trailing spaces.213
ErrorsLine is longer than 80 characters.213
ErrorsLine contains a tab character.213
Errors'||' should be on a new line.213
ErrorsLine has trailing spaces.214
ErrorsLine is longer than 80 characters.214
ErrorsLine contains a tab character.214
Errors'&&' should be on a new line.214
ErrorsLine is longer than 80 characters.215
ErrorsLine contains a tab character.215
ErrorsLine has trailing spaces.216
ErrorsLine is longer than 80 characters.216
ErrorsLine contains a tab character.216
Errors'+' should be on a new line.216
ErrorsLine has trailing spaces.217
ErrorsLine contains a tab character.217
Errors'+' should be on a new line.217
ErrorsLine has trailing spaces.218
ErrorsLine is longer than 80 characters.218
ErrorsLine contains a tab character.218
Errors'+' should be on a new line.218
ErrorsLine has trailing spaces.219
ErrorsLine contains a tab character.219
Errors'+' should be on a new line.219
ErrorsLine is longer than 80 characters.220
ErrorsLine contains a tab character.220
ErrorsLine is longer than 80 characters.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsLine has trailing spaces.224
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsLine has trailing spaces.226
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsMissing a Javadoc comment.227
ErrorsLine has trailing spaces.228
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsMissing a Javadoc comment.229
ErrorsParameter node should be final.229
ErrorsLine contains a tab character.230
Errors'if' is not followed by whitespace.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 has trailing spaces.235
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsMissing a Javadoc comment.236
ErrorsParameter node should be final.236
ErrorsParameter multiplier should be final.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
Errors'if' is not followed by whitespace.239
ErrorsLine is longer than 80 characters.240
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine has trailing spaces.244
ErrorsLine contains a tab character.244
ErrorsLine contains a tab character.245
ErrorsMissing a Javadoc comment.245
ErrorsParameter charCount should be final.245
ErrorsParameter indentChr should be final.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
Errors'for' is not followed by whitespace.247
Errors'=' is not preceded with whitespace.247
Errors'=' is not followed by whitespace.247
Errors'<' is not preceded with whitespace.247
Errors'<' is not followed by whitespace.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

org/kuali/student/common/messagebuilder/impl/SuccessFailureMessageBuilder.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.11
ErrorsFirst sentence should end with a period.15
ErrorsLine is longer than 80 characters.15
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsLine contains a tab character.17
ErrorsMissing a Javadoc comment.17
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsParameter andOperator should be final.26
ErrorsParameter orOperator should be final.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsLine is longer than 80 characters.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.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
ErrorsParameter bo should be final.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 contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
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 has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsExpected an @return tag.49
ErrorsLine contains a tab character.49
ErrorsMethod 'buildMessage' is not designed for extension - needs to be abstract, final or empty.49
ErrorsParameter nodeList should be final.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
Errors'for' is not followed by whitespace.52
ErrorsLine contains a tab character.53
Errors'if' is not followed by whitespace.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
Errors'if' is not followed by whitespace.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 contains a tab character.62
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
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 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

org/kuali/student/common/messagebuilder/impl/SuccessMessageBuilder.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsFirst sentence should end with a period.13
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsParameter bo should be final.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsMethod 'buildSuccessMessage' is not designed for extension - needs to be abstract, final or empty.33
ErrorsParameter nodeList should be final.33
ErrorsExpected @throws tag for 'MessageBuilderException'.33
ErrorsRedundant throws: 'MessageBuilderException' is unchecked exception.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
Errors'for' is not followed by whitespace.36
ErrorsLine contains a tab character.37
Errors'if' is not followed by whitespace.37
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
Errors'if' is not followed by whitespace.42
ErrorsLine is longer than 80 characters.43
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 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 contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsExpected an @return tag.54
ErrorsLine contains a tab character.54
ErrorsMethod 'buildSuccessMessage' is not designed for extension - needs to be abstract, final or empty.54
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
Errors'if' is not followed by whitespace.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
Errors'}' should be on the same line.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
Errors'if' is not followed by whitespace.60
ErrorsLine contains a tab character.61
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.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsParameter node should be final.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
Errors'if' is not followed by whitespace.74
Errors'&&' should be on a new line.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
Errors'&&' should be on a new line.75
ErrorsLine contains a tab character.76
Errors'&&' should be on a new line.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsExpression can be simplified.77
Errors'&&' should be on a new line.77
ErrorsLine contains a tab character.78
ErrorsExpression can be simplified.78
Errors'&&' should be on a new line.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
Errors'&&' should be on a new line.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
Errors'+' should be on a new line.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
Errors'+' should be on a new line.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
Errors'if' is not followed by whitespace.85
Errors'&&' should be on a new line.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
Errors'(' is followed by whitespace.86
Errors'&&' should be on a new line.86
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
Errors'||' should be on a new line.87
ErrorsLine has trailing spaces.88
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
Errors'&&' should be on a new line.88
ErrorsLine is longer than 80 characters.89
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
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsParameter node should be final.103
ErrorsLine contains a tab character.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
Errors'if' is not followed by whitespace.105
Errors'&&' should be on a new line.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
Errors'&&' should be on a new line.106
ErrorsLine contains a tab character.107
Errors'&&' should be on a new line.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsExpression can be simplified.108
Errors'&&' should be on a new line.108
ErrorsLine has trailing spaces.109
ErrorsLine is longer than 80 characters.109
ErrorsLine contains a tab character.109
ErrorsExpression can be simplified.109
Errors'&&' should be on a new line.109
ErrorsLine has trailing spaces.110
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.110
Errors')' is preceded with whitespace.110
Errors'||' should be on a new line.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsExpression can be simplified.111
Errors'&&' should be on a new line.111
ErrorsLine has trailing spaces.112
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsExpression can be simplified.112
Errors'&&' should be on a new line.112
ErrorsLine is longer than 80 characters.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
Errors'if' construct must use '{}'s.116
ErrorsLine contains a tab character.116
ErrorsExpression can be simplified.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
Errors'if' construct must use '{}'s.118
ErrorsLine contains a tab character.118
ErrorsExpression can be simplified.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine has trailing spaces.126
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsParameter node should be final.131
ErrorsExpected @param tag for 'node'.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
Errors'if' is not followed by whitespace.133
Errors'&&' should be on a new line.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
Errors'&&' should be on a new line.134
ErrorsLine contains a tab character.135
Errors'&&' should be on a new line.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsExpression can be simplified.136
Errors'&&' should be on a new line.136
ErrorsLine has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsExpression can be simplified.137
Errors'&&' should be on a new line.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
Errors'&&' should be on a new line.138
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
Errors'+' should be on a new line.140
ErrorsLine has trailing spaces.141
ErrorsLine contains a tab character.141
Errors'+' should be on a new line.141
ErrorsLine contains a tab character.142
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.144
Errors'if' is not followed by whitespace.144
Errors'&&' should be on a new line.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
Errors'(' is followed by whitespace.145
Errors'&&' should be on a new line.145
ErrorsLine has trailing spaces.146
ErrorsLine is longer than 80 characters.146
ErrorsLine contains a tab character.146
Errors'||' should be on a new line.146
ErrorsLine has trailing spaces.147
ErrorsLine is longer than 80 characters.147
ErrorsLine contains a tab character.147
Errors'&&' should be on a new line.147
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152
ErrorsLine has trailing spaces.153
ErrorsLine contains a tab character.153

org/kuali/student/common/messagebuilder/impl/exceptions/MessageBuilderException.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.18
ErrorsLine has trailing spaces.19
ErrorsFirst sentence should end with a period.20
ErrorsLine has trailing spaces.25
ErrorsParameter cause should be final.28
ErrorsLine has trailing spaces.34
ErrorsParameter msg should be final.38
ErrorsParameter cause should be final.38
ErrorsLine has trailing spaces.44
ErrorsParameter msg should be final.47

org/kuali/student/common/util/BuildInformation.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsFirst sentence should end with a period.3
ErrorsLine contains a tab character.7
ErrorsMissing a Javadoc comment.7
ErrorsVariable 'name' must be private and have accessor methods.7
ErrorsLine contains a tab character.8
ErrorsMissing a Javadoc comment.8
ErrorsVariable 'version' must be private and have accessor methods.8
ErrorsLine contains a tab character.9
ErrorsMissing a Javadoc comment.9
ErrorsVariable 'buildNumber' must be private and have accessor methods.9
ErrorsLine contains a tab character.10
ErrorsMissing a Javadoc comment.10
ErrorsVariable 'timestamp' must be private and have accessor methods.10
ErrorsLine contains a tab character.12
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.12
ErrorsMissing a Javadoc comment.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.14
ErrorsLine contains a tab character.16
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.16
ErrorsMissing a Javadoc comment.16
ErrorsParameter name should be final.16
Errors'name' hides a field.16
ErrorsLine contains a tab character.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.20
ErrorsMethod 'getVersion' is not designed for extension - needs to be abstract, final or empty.20
ErrorsMissing a Javadoc comment.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.24
ErrorsMethod 'setVersion' is not designed for extension - needs to be abstract, final or empty.24
ErrorsMissing a Javadoc comment.24
ErrorsParameter version should be final.24
Errors'version' hides a field.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.28
ErrorsMethod 'getBuildNumber' 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.30
ErrorsLine contains a tab character.32
ErrorsMethod 'setBuildNumber' is not designed for extension - needs to be abstract, final or empty.32
ErrorsMissing a Javadoc comment.32
ErrorsParameter buildNumber should be final.32
Errors'buildNumber' hides a field.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.36
ErrorsMethod 'getTimestamp' is not designed for extension - needs to be abstract, final or empty.36
ErrorsMissing a Javadoc comment.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.40
ErrorsMethod 'setTimestamp' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsParameter timestamp should be final.40
Errors'timestamp' hides a field.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42

org/kuali/student/common/util/EhCacheHelper.java

ViolationMessageLine
ErrorsLine has trailing spaces.25
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.33
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 has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsParameter configurationFileName should be final.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsParameter configurationFileName should be final.43
ErrorsLine contains a tab character.44
Errors'if' is not followed by whitespace.44
ErrorsLine has trailing spaces.45
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 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 has trailing spaces.52
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 has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.59
Errors'if' is not followed by whitespace.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 has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsFirst sentence should end with a period.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsMethod 'createCache' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter cacheName should be final.69
ErrorsLine contains a tab character.70
Errors'if' is not followed by whitespace.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.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
ErrorsMethod 'saveOrUpdateCacheElement' is not designed for extension - needs to be abstract, final or empty.82
ErrorsParameter cacheName should be final.82
ErrorsExpected @param tag for 'cacheName'.82
ErrorsParameter key should be final.82
ErrorsParameter value should be final.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 has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsFirst sentence should end with a period.88
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 is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsMethod 'getCacheElementValue' is not designed for extension - needs to be abstract, final or empty.94
ErrorsParameter cacheName should be final.94
ErrorsExpected @param tag for 'cacheName'.94
ErrorsParameter key should be final.94
ErrorsExpected @param tag for 'key'.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
Errors'if' is not followed by whitespace.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 has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsFirst sentence should end with a period.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
ErrorsExpected an @return tag.109
ErrorsLine contains a tab character.109
ErrorsMethod 'getCacheElement' is not designed for extension - needs to be abstract, final or empty.109
ErrorsParameter cacheName should be final.109
ErrorsExpected @param tag for 'cacheName'.109
ErrorsParameter key should be final.109
ErrorsExpected @param tag for 'key'.109
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsFirst sentence should end with a period.114
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 contains a tab character.119
ErrorsMethod 'evictCacheElement' is not designed for extension - needs to be abstract, final or empty.119
ErrorsParameter cacheName should be final.119
ErrorsExpected @param tag for 'cacheName'.119
ErrorsParameter key should be final.119
ErrorsExpected @param tag for 'key'.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsFirst sentence should end with a period.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsMethod 'evictAllCacheElements' is not designed for extension - needs to be abstract, final or empty.128
ErrorsParameter cacheName should be final.128
ErrorsExpected @param tag for 'cacheName'.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.132
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
ErrorsExpected an @return tag.138
ErrorsLine contains a tab character.138
ErrorsMethod 'getCacheElementHitCount' is not designed for extension - needs to be abstract, final or empty.138
ErrorsParameter element should be final.138
ErrorsExpected @param tag for 'element'.138
ErrorsLine contains a tab character.139
Errors'if' is not followed by whitespace.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 has trailing spaces.144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
ErrorsExpected an @return tag.148
ErrorsLine contains a tab character.148
ErrorsMethod 'getCacheNames' is not designed for extension - needs to be abstract, final or empty.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150

org/kuali/student/common/util/ExceptionMappingAdvice.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.31
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.45
ErrorsLine has trailing spaces.47
ErrorsLine is longer than 80 characters.49
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 contains a tab character.56
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.70
ErrorsMissing a Javadoc comment.70
Errors'500' is a magic number.70
ErrorsLine contains a tab character.71
ErrorsMissing a Javadoc comment.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsMissing a Javadoc comment.72
ErrorsLine contains a tab character.73
ErrorsMissing a Javadoc comment.73
ErrorsLine contains a tab character.74
ErrorsMissing a Javadoc comment.74
ErrorsVariable 'logger' must be private and have accessor methods.74
ErrorsFirst sentence should end with a period.76
ErrorsLine contains a tab character.76
ErrorsLine is longer than 80 characters.77
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
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsMethod 'afterThrowing' is not designed for extension - needs to be abstract, final or empty.83
ErrorsParameter ex should be final.83
ErrorsExpected @param tag for 'ex'.83
ErrorsExpected @throws tag for 'Exception'.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
Errors'+' is not preceded with whitespace.88
Errors'+' is not followed by whitespace.88
Errors'+' is not preceded with whitespace.88
Errors'+' is not followed by whitespace.88
Errors'+' is not preceded with whitespace.88
Errors'+' is not followed by whitespace.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine is longer than 80 characters.91
ErrorsLine contains a tab character.91
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 contains a tab character.96
Errors'if' is not followed by whitespace.96
Errors'{' is not preceded with whitespace.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
Errors'+' is not preceded with whitespace.97
Errors'+' is not followed by whitespace.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.101
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 contains a tab character.107
Errors'try' is not followed by whitespace.107
Errors'{' is not preceded with whitespace.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 contains a tab character.111
Errors'catch' is not preceded with whitespace.111
Errors'}' is not followed by whitespace.111
Errors'catch' is not followed by whitespace.111
Errors'{' is not preceded with whitespace.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 contains a tab character.114
ErrorsLine contains a tab character.115
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
Errors'+' is not preceded with whitespace.118
Errors'+' is not followed by whitespace.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.123
ErrorsMethod 'getOrder' is not designed for extension - needs to be abstract, final or empty.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsMethod 'setOrder' is not designed for extension - needs to be abstract, final or empty.132
ErrorsParameter order should be final.132
Errors'order' hides a field.132
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine is longer than 80 characters.139
ErrorsLine contains a tab character.139
ErrorsMethod 'getExceptionMapping' is not designed for extension - needs to be abstract, final or empty.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
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 'setExceptionMapping' is not designed for extension - needs to be abstract, final or empty.147
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
ErrorsParameter exceptionMapping should be final.148
Errors'exceptionMapping' hides a field.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsMethod 'getDefaultException' is not designed for extension - needs to be abstract, final or empty.155
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
ErrorsMethod 'setDefaultException' is not designed for extension - needs to be abstract, final or empty.163
ErrorsParameter defaultException should be final.163
Errors'defaultException' hides a field.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165

org/kuali/student/common/util/LRUMap.java

ViolationMessageLine
ErrorsLine has trailing spaces.22
ErrorsUnclosed HTML tag found: <code>Map<code> implementation with a fixed maximum size of 22
ErrorsLine has trailing spaces.24
Errors',' is not followed by whitespace.28
Errors',' is not followed by whitespace.28
ErrorsFirst sentence should end with a period.29
ErrorsLine contains a tab character.29
ErrorsFirst sentence should end with a period.32
ErrorsLine contains a tab character.33
Errors'50' is a magic number.33
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 contains a tab character.39
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsParameter maxSize should be final.46
Errors'maxSize' hides a field.46
ErrorsLine contains a tab character.47
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 contains a tab character.54
ErrorsExpected an @return tag.55
ErrorsMethod 'removeEldestEntry' is not designed for extension - needs to be abstract, final or empty.55
ErrorsParameter eldest should be final.55
Errors',' is not followed by whitespace.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57

org/kuali/student/common/util/ManifestInspector.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.28
ErrorsLine is longer than 80 characters.29
ErrorsFirst sentence should end with a period.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.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
ErrorsLine is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsFirst sentence should end with a period.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsExpected an @return tag.46
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
ErrorsMethod 'getManifest' is not designed for extension - needs to be abstract, final or empty.46
ErrorsParameter servletContext should be final.46
ErrorsExpected @param tag for 'servletContext'.46
ErrorsExpected @throws tag for 'IOException'.46
ErrorsLine contains a tab character.47
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 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.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsExpected an @return tag.65
ErrorsLine contains a tab character.65
ErrorsMethod 'getBuildInformation' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter manifest should be final.65
ErrorsExpected @param tag for 'manifest'.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.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.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 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
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsFirst sentence should end with a period.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsExpected an @return tag.92
ErrorsLine is longer than 80 characters.92
ErrorsLine contains a tab character.92
ErrorsMethod 'getBuildInformationString' is not designed for extension - needs to be abstract, final or empty.92
ErrorsParameter context should be final.92
ErrorsExpected @param tag for 'context'.92
ErrorsExpected @throws tag for 'IOException'.92
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.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
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
ErrorsExpected an @return tag.106
ErrorsLine contains a tab character.106
ErrorsMethod 'isNullOrEmpty' is not designed for extension - needs to be abstract, final or empty.106
ErrorsParameter bi should be final.106
ErrorsExpected @param tag for 'bi'.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 contains a tab character.115
ErrorsLine contains a tab character.116
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 contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsFirst sentence should end with a period.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsExpected an @return tag.128
ErrorsLine contains a tab character.128
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.128
ErrorsParameter bi should be final.128
ErrorsExpected @param tag for 'bi'.128
ErrorsLine contains a tab character.129
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.131
ErrorsLine contains a tab character.131
ErrorsLine is longer than 80 characters.132
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
ErrorsLine contains a tab character.137
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
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 contains a tab character.150
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
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
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

org/kuali/student/common/util/MessageUtils.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.22
ErrorsUtility classes should not have a public or default constructor.22
ErrorsLine is longer than 80 characters.24
ErrorsLine has trailing spaces.25
ErrorsLine is longer than 80 characters.29
ErrorsParameter message should be final.32
ErrorsParameter data should be final.32
ErrorsLine is longer than 80 characters.35
ErrorsFirst sentence should end with a period.41
ErrorsLine is longer than 80 characters.42
ErrorsLine has trailing spaces.43
ErrorsParameter message should be final.50
ErrorsParameter data should be final.50
ErrorsLine contains a tab character.54
Errors'if' is not followed by whitespace.54
Errors'{' is not preceded with whitespace.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine has trailing spaces.61
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.70
ErrorsParameter message should be final.70
ErrorsExpected @param tag for 'message'.70
ErrorsParameter parameter should be final.70
ErrorsExpected @param tag for 'parameter'.70
ErrorsParameter value should be final.70
ErrorsExpected @param tag for 'value'.70
Errors'{' is not preceded with whitespace.70
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.74
ErrorsLine has trailing spaces.77
ErrorsParameter input should be final.81
ErrorsExpected @param tag for 'input'.81
ErrorsLine is longer than 80 characters.82
ErrorsLine has trailing spaces.88
ErrorsLine is longer than 80 characters.90
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.94
ErrorsParameter input should be final.96

org/kuali/student/common/util/ModBeanDefinitionVisitor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.18
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsVariable 'valueResolver' must be private and have accessor methods.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsParameter valueResolver should be final.27
Errors'valueResolver' hides a field.27
ErrorsLine contains a tab character.28
ErrorsLine is longer than 80 characters.29
ErrorsLine contains a tab character.29
Errors'=' is not preceded with whitespace.29
Errors'=' is not followed by whitespace.29
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.33
ErrorsMethod 'resolveValue' is not designed for extension - needs to be abstract, final or empty.33
ErrorsLine contains a tab character.34
ErrorsParameter value should be final.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
Errors'if' is not followed by whitespace.38
Errors'{' is not preceded with whitespace.38
ErrorsLine contains a tab character.39
Errors'=' is not preceded with whitespace.39
Errors'=' is not followed by whitespace.39
Errors'cast' is not followed by whitespace.39
ErrorsLine contains a tab character.40
Errors'else' is not preceded with whitespace.40
Errors'}' is not followed by whitespace.40
Errors'if' is not followed by whitespace.40
Errors'{' is not preceded with whitespace.40
ErrorsLine contains a tab character.41
Errors'=' is not preceded with whitespace.41
Errors'=' is not followed by whitespace.41
Errors'cast' is not followed by whitespace.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
Errors'if' is not followed by whitespace.44
Errors'!=' is not preceded with whitespace.44
Errors'!=' is not followed by whitespace.44
Errors'&&' is not preceded with whitespace.44
Errors'&&' is not followed by whitespace.44
Errors'{' is not preceded with whitespace.44
ErrorsLine is longer than 80 characters.45
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
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49

org/kuali/student/common/util/ModPropertyPlaceholderConfigurer.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsMethod 'getCustomConfigSystemProperty' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsMethod 'setCustomConfigSystemProperty' is not designed for extension - needs to be abstract, final or empty.48
ErrorsMissing a Javadoc comment.48
ErrorsParameter customConfigSystemProperty should be final.48
Errors'customConfigSystemProperty' hides a field.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.52
ErrorsMethod 'setLocations' is not designed for extension - needs to be abstract, final or empty.52
ErrorsLine contains a tab character.53
ErrorsParameter locations should be final.53
Errors'locations' hides a field.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
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.59
ErrorsMethod 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
Errors'if' is not followed by whitespace.61
Errors'!=' is not preceded with whitespace.61
Errors'!=' is not followed by whitespace.61
Errors'{' is not preceded with whitespace.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
Errors'try' is not followed by whitespace.63
Errors'{' is not preceded with whitespace.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
Errors'if' is not followed by whitespace.67
Errors'{' is not preceded with whitespace.67
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
Errors'+' is not preceded with whitespace.68
Errors'+' is not followed by whitespace.68
ErrorsLine contains a tab character.69
Errors'=' is not preceded with whitespace.69
Errors'=' is not followed by whitespace.69
ErrorsLine contains a tab character.70
Errors'for' is not followed by whitespace.70
Errors':' is not preceded with whitespace.70
Errors':' is not followed by whitespace.70
Errors'{' is not preceded with whitespace.70
ErrorsLine contains a tab character.71
Errors'=' is not preceded with whitespace.71
Errors'=' is not followed by whitespace.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
Errors'=' is not preceded with whitespace.74
Errors'=' is not followed by whitespace.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
Errors'else' is not preceded with whitespace.77
Errors'}' is not followed by whitespace.77
Errors'else' is not followed by whitespace.77
Errors'{' is not preceded with whitespace.77
ErrorsLine is longer than 80 characters.78
ErrorsLine contains a tab character.78
Errors'+' is not preceded with whitespace.78
Errors'+' is not followed by whitespace.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
Errors'catch' is not preceded with whitespace.80
Errors'}' is not followed by whitespace.80
Errors'catch' is not followed by whitespace.80
Errors'{' is not preceded with whitespace.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
Errors'+' is not preceded with whitespace.81
Errors'+' is not followed by whitespace.81
Errors'+' is not preceded with whitespace.81
Errors'+' is not followed by whitespace.81
Errors'+' is not preceded with whitespace.81
Errors'+' is not followed by whitespace.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
Errors'if' is not followed by whitespace.84
Errors'!=' is not preceded with whitespace.84
Errors'!=' is not followed by whitespace.84
Errors'{' is not preceded with whitespace.84
ErrorsLine is longer than 80 characters.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
Errors'try' is not followed by whitespace.86
Errors'{' is not preceded with whitespace.86
ErrorsLine is longer than 80 characters.87
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
Errors'if' is not followed by whitespace.89
Errors'{' is not preceded with whitespace.89
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
Errors'+' is not preceded with whitespace.90
Errors'+' is not followed by whitespace.90
ErrorsLine contains a tab character.91
Errors'=' is not preceded with whitespace.91
Errors'=' is not followed by whitespace.91
ErrorsLine contains a tab character.92
Errors'for' is not followed by whitespace.92
Errors':' is not preceded with whitespace.92
Errors':' is not followed by whitespace.92
Errors'{' is not preceded with whitespace.92
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 has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
Errors'else' is not preceded with whitespace.99
Errors'}' is not followed by whitespace.99
Errors'else' is not followed by whitespace.99
Errors'{' is not preceded with whitespace.99
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.100
Errors'+' is not preceded with whitespace.100
Errors'+' is not followed by whitespace.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
Errors'catch' is not preceded with whitespace.102
Errors'}' is not followed by whitespace.102
Errors'catch' is not followed by whitespace.102
Errors'{' is not preceded with whitespace.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 contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.108
ErrorsMethod 'setBeanName' is not designed for extension - needs to be abstract, final or empty.108
ErrorsLine contains a tab character.109
ErrorsParameter beanName should be final.109
Errors'beanName' hides a field.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
ErrorsMethod 'setBeanFactory' is not designed for extension - needs to be abstract, final or empty.114
ErrorsLine contains a tab character.115
ErrorsParameter beanFactory should be final.115
Errors'beanFactory' hides a field.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsMethod 'setNullValue' is not designed for extension - needs to be abstract, final or empty.120
ErrorsLine contains a tab character.121
ErrorsParameter nullValue should be final.121
Errors'nullValue' hides a field.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsMethod 'processProperties' is not designed for extension - needs to be abstract, final or empty.126
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
ErrorsParameter beanFactoryToProcess should be final.127
ErrorsParameter props should be final.127
ErrorsLine contains a tab character.128
ErrorsRedundant throws: 'BeansException' is unchecked exception.128
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.130
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine is longer than 80 characters.136
ErrorsLine contains a tab character.136
ErrorsLine is longer than 80 characters.137
ErrorsLine contains a tab character.137
ErrorsLine is longer than 80 characters.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
Errors'}' should be on the same line.141
ErrorsLine contains a tab character.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 has trailing spaces.147
ErrorsLine contains a tab character.147
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine has trailing spaces.151
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 is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.159
ErrorsMissing a Javadoc comment.159
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsMissing a Javadoc comment.161
ErrorsParameter props should be final.161
Errors'props' hides a field.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine is longer than 80 characters.165
ErrorsLine contains a tab character.165
ErrorsMethod 'resolveStringValue' is not designed for extension - needs to be abstract, final or empty.165
ErrorsMissing a Javadoc comment.165
ErrorsParameter strVal should be final.165
ErrorsRedundant throws: 'BeansException' is unchecked exception.165
ErrorsLine is longer than 80 characters.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsAvoid inline conditionals.167
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.169
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsMethod 'resolvePropertyValue' is not designed for extension - needs to be abstract, final or empty.170
ErrorsMissing a Javadoc comment.170
ErrorsParameter strVal should be final.170
Errors'{' is not preceded with whitespace.170
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.172
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
Errors'for' is not followed by whitespace.173
Errors':' is not preceded with whitespace.173
Errors':' is not followed by whitespace.173
Errors'{' is not preceded with whitespace.173
ErrorsLine has trailing spaces.174
ErrorsLine contains a tab character.174
Errors'cast' is not followed by whitespace.174
ErrorsLine contains a tab character.175
Errors'if' is not followed by whitespace.175
Errors'{' is not preceded with whitespace.175
ErrorsLine is longer than 80 characters.176
ErrorsLine contains a tab character.176
Errors'+' is not preceded with whitespace.176
Errors'+' is not followed by whitespace.176
ErrorsLine is longer than 80 characters.177
ErrorsLine contains a tab character.177
Errors'cast' is not followed by whitespace.177
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine has trailing spaces.180
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsLine has trailing spaces.183
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.186
ErrorsMethod 'getCustomConfigFileLocation' is not designed for extension - needs to be abstract, final or empty.186
ErrorsMissing a Javadoc comment.186
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine is longer than 80 characters.190
ErrorsLine contains a tab character.190
ErrorsMethod 'setCustomConfigFileLocation' is not designed for extension - needs to be abstract, final or empty.190
ErrorsMissing a Javadoc comment.190
ErrorsParameter customConfigFileLocation should be final.190
Errors'customConfigFileLocation' hides a field.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192

org/kuali/student/common/util/NameValue.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsLine is longer than 80 characters.5
ErrorsLine has trailing spaces.6
ErrorsLine has trailing spaces.8
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsFirst sentence should end with a period.14
ErrorsLine contains a tab character.18
ErrorsMissing a Javadoc comment.18
ErrorsVariable 'name' must be private and have accessor methods.18
ErrorsLine contains a tab character.19
ErrorsMissing a Javadoc comment.19
ErrorsVariable 'value' must be private and have accessor methods.19
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsParameter name should be final.25
Errors'name' hides a field.25
ErrorsParameter value should be final.25
Errors'value' hides a field.25
ErrorsLine contains a tab character.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 'getName' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter name should be final.35
Errors'name' hides a field.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.39
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.43
ErrorsMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsParameter value should be final.43
Errors'value' hides a field.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45

org/kuali/student/common/util/PropertiesFactory.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.29
ErrorsLine is longer than 80 characters.30
ErrorsLine has trailing spaces.46
ErrorsMissing a Javadoc comment.51
ErrorsVariable 'properties' must be private and have accessor methods.51
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.57
ErrorsParameter filename should be final.60
ErrorsExpected @throws tag for 'IOException'.60
ErrorsLine has trailing spaces.66
ErrorsLine is longer than 80 characters.72
ErrorsParameter file should be final.72
ErrorsExpected @throws tag for 'FileNotFoundException'.72
ErrorsRedundant throws: 'FileNotFoundException' is subclass of 'IOException'.72
ErrorsExpected @throws tag for 'IOException'.72
ErrorsLine has trailing spaces.78
ErrorsParameter in should be final.83
ErrorsExpected @throws tag for 'IOException'.83
ErrorsMust have at least one statement.90
Errors'{' is not followed by whitespace.90
Errors'}' is not preceded with whitespace.90
ErrorsLine is longer than 80 characters.96
ErrorsLine is longer than 80 characters.97
ErrorsLine has trailing spaces.98
ErrorsLine is longer than 80 characters.101
ErrorsMethod 'getProperties' is not designed for extension - needs to be abstract, final or empty.103
ErrorsParameter prefix should be final.103
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.118
ErrorsLine has trailing spaces.123
ErrorsLine is longer than 80 characters.127
ErrorsLine is longer than 80 characters.130
ErrorsParameter filename should be final.130
ErrorsExpected @param tag for 'filename'.130
ErrorsParameter prefix should be final.130
ErrorsExpected @throws tag for 'IOException'.130
ErrorsInner assignments should be avoided.136
ErrorsMust have at least one statement.141
Errors'{' is not followed by whitespace.141
Errors'}' is not preceded with whitespace.141
ErrorsLine is longer than 80 characters.150

org/kuali/student/common/util/PropertiesFilterFactoryBean.java

ViolationMessageLine
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.53
ErrorsMissing a Javadoc comment.53
ErrorsLine contains a tab character.55
ErrorsMissing a Javadoc comment.55
ErrorsLine contains a tab character.57
ErrorsMissing a Javadoc comment.57
ErrorsLine contains a tab character.58
ErrorsMissing a Javadoc comment.58
ErrorsLine contains a tab character.60
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.63
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
Errors'if' is not followed by whitespace.69
Errors'{' is not preceded with whitespace.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 contains a tab character.74
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 contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsMust have at least one statement.83
ErrorsLine contains a tab character.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 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 contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.102
ErrorsMethod 'getObjectType' is not designed for extension - needs to be abstract, final or empty.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.107
ErrorsMethod 'isSingleton' is not designed for extension - needs to be abstract, final or empty.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
ErrorsMethod 'getPropertyFile' is not designed for extension - needs to be abstract, final or empty.112
ErrorsMissing a Javadoc comment.112
ErrorsLine contains a tab character.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.121
ErrorsMethod 'setPropertyFile' is not designed for extension - needs to be abstract, final or empty.121
ErrorsParameter propertyFile should be final.121
Errors'propertyFile' hides a field.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.125
ErrorsMethod 'getPrefix' is not designed for extension - needs to be abstract, final or empty.125
ErrorsMissing a Javadoc comment.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 'setPrefix' is not designed for extension - needs to be abstract, final or empty.133
ErrorsParameter prefix should be final.133
Errors'prefix' hides a field.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.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
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
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsMethod 'parseStringValue' is not designed for extension - needs to be abstract, final or empty.146
ErrorsParameter strVal should be final.146
ErrorsExpected @param tag for 'strVal'.146
ErrorsParameter props should be final.146
ErrorsExpected @param tag for 'props'.146
ErrorsLine contains a tab character.147
ErrorsParameter visitedPlaceholders should be final.147
ErrorsExpected @param tag for 'visitedPlaceholders'.147
ErrorsLine contains a tab character.149
Errors'if' is not followed by whitespace.149
Errors'!=' is not preceded with whitespace.149
Errors'!=' is not followed by whitespace.149
Errors'&&' is not preceded with whitespace.149
Errors'&&' is not followed by whitespace.149
Errors'>' is not preceded with whitespace.149
Errors'>' is not followed by whitespace.149
Errors'{' is not preceded with whitespace.149
ErrorsLine has trailing spaces.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
Errors'+' is not preceded with whitespace.152
Errors'+' is not followed by whitespace.152
Errors',' is not followed by whitespace.152
ErrorsLine contains a tab character.153
Errors'+' is not preceded with whitespace.153
Errors'+' is not followed by whitespace.153
ErrorsLine contains a tab character.154
Errors'if' is not followed by whitespace.154
Errors'{' is not preceded with whitespace.154
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 is longer than 80 characters.158
ErrorsLine contains a tab character.158
Errors'+' is not preceded with whitespace.158
Errors'+' is not followed by whitespace.158
Errors'+' is not preceded with whitespace.158
Errors'+' is not followed by whitespace.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.166
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsLine has trailing spaces.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
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 'resolvePlaceholder' is not designed for extension - needs to be abstract, final or empty.178
ErrorsParameter key should be final.178
ErrorsParameter props should be final.178
ErrorsExpected @param tag for 'props'.178
ErrorsLine contains a tab character.179
ErrorsLine contains a tab character.180
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.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191

org/kuali/student/common/util/SimpleExceptionLoggingAdvice.java

ViolationMessageLine
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters.25
ErrorsLine has trailing spaces.26
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.36
ErrorsMissing a Javadoc comment.44
ErrorsLine contains a tab character.44
Errors'{' is not preceded with whitespace.44
Errors'{' is not followed by whitespace.44
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.44
Errors'}' is not preceded with whitespace.44
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsMissing a Javadoc comment.47
ErrorsLine contains a tab character.47
Errors'{' is not preceded with whitespace.47
Errors'{' is not followed by whitespace.47
ErrorsMissing a Javadoc comment.47
ErrorsMissing a Javadoc comment.47
ErrorsMissing a Javadoc comment.47
ErrorsMissing a Javadoc comment.47
ErrorsMissing a Javadoc comment.47
ErrorsMissing a Javadoc comment.47
Errors'}' is not preceded with whitespace.47
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsLine has trailing spaces.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 contains a tab character.54
ErrorsLine has trailing spaces.55
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 contains a tab character.63
ErrorsLine contains a tab character.64
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
ErrorsMethod 'setLoggingLevel' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter loggingLevel should be final.69
Errors'loggingLevel' hides a field.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.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 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
ErrorsMethod 'setExceptionLoggingType' is not designed for extension - needs to be abstract, final or empty.86
ErrorsParameter exceptionType should be final.86
Errors'exceptionType' hides a field.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.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsMethod 'afterThrowing' is not designed for extension - needs to be abstract, final or empty.97
ErrorsParameter jp should be final.97
ErrorsParameter t should be final.97
ErrorsExpected @throws tag for 'Throwable'.97
ErrorsLine contains a tab character.98
Errorsswitch without "default" clause.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
Errors'if' is not followed by whitespace.100
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
Errors'if' is not followed by whitespace.104
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
Errors'if' is not followed by whitespace.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.110
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 has trailing spaces.114
ErrorsLine has trailing spaces.117
ErrorsParameter targetClass should be final.121
ErrorsParameter t should be final.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.124
Errorsswitch without "default" clause.124
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 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
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.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

org/kuali/student/common/util/SystemPropertyConfigurer.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.21
ErrorsMethod 'setProperties' is not designed for extension - needs to be abstract, final or empty.21
ErrorsMissing a Javadoc comment.21
ErrorsParameter properties should be final.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25

org/kuali/student/common/util/UUIDHelper.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.21
ErrorsUtility classes should not have a public or default constructor.21
ErrorsLine has trailing spaces.22
ErrorsLine contains a tab character.22
ErrorsMissing a Javadoc comment.23
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsParameter originalUUID should be final.29
ErrorsLine contains a tab character.30
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 is longer than 80 characters.34
ErrorsLine contains a tab character.34
Errors'+' is not preceded with whitespace.34
Errors'+' is not followed by whitespace.34
Errors'+' is not preceded with whitespace.34
Errors'+' is not followed by whitespace.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 contains a tab character.39

org/kuali/student/common/util/VelocityTemplateEngine.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.37
ErrorsUnclosed HTML tag found: <a href="http://velocity.apache.org/tools/devel/generic.html37
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 is longer than 80 characters.43
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.48
ErrorsLine has trailing spaces.49
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.52
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.54
ErrorsLine has trailing spaces.55
ErrorsLine is longer than 80 characters.56
ErrorsLine contains a tab character.61
ErrorsMissing a Javadoc comment.61
ErrorsLine contains a tab character.62
ErrorsMissing a Javadoc comment.62
ErrorsLine contains a tab character.63
ErrorsMissing a Javadoc comment.63
Errors',' is not followed by whitespace.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.72
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
Errors',' is not followed by whitespace.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsFirst sentence should end with a period.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 is longer than 80 characters.87
ErrorsLine has trailing spaces.96
ErrorsLine has trailing spaces.106
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.114
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsMethod 'setLogging' is not designed for extension - needs to be abstract, final or empty.119
ErrorsParameter enableLogging should be final.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 is longer than 80 characters.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.127
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.131
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
ErrorsMethod 'setLogFile' is not designed for extension - needs to be abstract, final or empty.133
ErrorsLine contains a tab character.134
ErrorsLine is longer than 80 characters.135
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsLine has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.143
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.144
ErrorsUnused @param tag for 'logFile'.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsMethod 'setLogFile' is not designed for extension - needs to be abstract, final or empty.146
ErrorsExpected @param tag for 'logfile'.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsLine is longer than 80 characters.151
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsLine has trailing spaces.153
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 is longer than 80 characters.158
ErrorsLine contains a tab character.158
ErrorsMethod 'evaluate' is not designed for extension - needs to be abstract, final or empty.158
ErrorsExpected @throws tag for 'VelocityException'.158
ErrorsRedundant throws: 'VelocityException' is unchecked exception.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
Errors'if' is not followed by whitespace.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
ErrorsLine contains a tab character.169
ErrorsLine has trailing spaces.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine has trailing spaces.177
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 contains a tab character.181
ErrorsLine is longer than 80 characters.182
ErrorsLine contains a tab character.182
ErrorsMethod 'evaluate' is not designed for extension - needs to be abstract, final or empty.182
ErrorsExpected @throws tag for 'VelocityException'.182
ErrorsRedundant throws: 'VelocityException' is unchecked exception.182
ErrorsLine is longer than 80 characters.183
ErrorsLine contains a tab character.183
ErrorsLine has trailing spaces.184
ErrorsLine contains a tab character.184
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsLine is longer than 80 characters.187
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
ErrorsLine contains a tab character.189
Errors'catch' is not followed by whitespace.189
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192

org/kuali/student/common/util/jpa/LoadJpaBean.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.24
ErrorsLine contains a tab character.26
ErrorsMethod 'loadData' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMissing a Javadoc comment.26
ErrorsParameter beanList should be final.26
ErrorsParameter em 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.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33

org/kuali/student/common/util/jpa/LoadJpaBeanFileListener.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.44
ErrorsExtra HTML tag found: </property>47
ErrorsLine is longer than 80 characters.48
ErrorsExtra HTML tag found: </map>54
ErrorsExtra HTML tag found: </property>55
ErrorsExtra HTML tag found: </bean>56
ErrorsLine has trailing spaces.62
ErrorsLine has trailing spaces.63
ErrorsMissing a Javadoc comment.64
ErrorsMissing a Javadoc comment.65
ErrorsMissing a Javadoc comment.66
ErrorsMissing a Javadoc comment.67
ErrorsMissing a Javadoc comment.68
ErrorsLine has trailing spaces.69
ErrorsMissing a Javadoc comment.70
ErrorsMethod 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty.72
ErrorsParameter event should be final.74
ErrorsLine has trailing spaces.78
Errors'try' is not followed by whitespace.80
Errors'{' is not preceded with whitespace.80
Errors'if' is not followed by whitespace.81
Errors'{' is not preceded with whitespace.81
ErrorsLine is longer than 80 characters.82
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 has trailing spaces.89
ErrorsLine is longer than 80 characters.93
ErrorsLine has trailing spaces.98
ErrorsLine is longer than 80 characters.98
ErrorsMust have at least one statement.100
ErrorsLine is longer than 80 characters.101
ErrorsLine has trailing spaces.104
Errors'=' is not preceded with whitespace.105
Errors'=' is not followed by whitespace.105
ErrorsLine has trailing spaces.106
ErrorsMethod 'getPreloadMap' is not designed for extension - needs to be abstract, final or empty.112
ErrorsMethod 'setPreloadMap' is not designed for extension - needs to be abstract, final or empty.120
ErrorsParameter preloadMap should be final.120
Errors'preloadMap' hides a field.120
ErrorsMethod 'setApplicationContext' is not designed for extension - needs to be abstract, final or empty.124
ErrorsParameter applicationContext should be final.125
Errors'applicationContext' hides a field.125
ErrorsRedundant throws: 'BeansException' is unchecked exception.126
ErrorsMethod 'getLoadJpaBean' is not designed for extension - needs to be abstract, final or empty.133
ErrorsMethod 'setLoadJpaBean' is not designed for extension - needs to be abstract, final or empty.141
ErrorsParameter loadJpaBean should be final.141
Errors'loadJpaBean' hides a field.141
ErrorsMethod 'getPersistenceUnit' is not designed for extension - needs to be abstract, final or empty.145
ErrorsMissing a Javadoc comment.145
ErrorsMethod 'setPersistenceUnit' is not designed for extension - needs to be abstract, final or empty.149
ErrorsMissing a Javadoc comment.149
ErrorsParameter persistenceUnit should be final.149
Errors'persistenceUnit' hides a field.149
ErrorsMethod 'getEntityClass' is not designed for extension - needs to be abstract, final or empty.153
ErrorsMissing a Javadoc comment.153
ErrorsMethod 'setEntityClass' is not designed for extension - needs to be abstract, final or empty.157
ErrorsMissing a Javadoc comment.157
ErrorsParameter entityClass should be final.157
Errors'entityClass' hides a field.157
ErrorsLine has trailing spaces.160

org/kuali/student/common/util/jpa/LoadJpaBeanListener.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.36
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
ErrorsLine contains a tab character.42
ErrorsMethod 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty.42
ErrorsLine contains a tab character.43
ErrorsParameter event should be final.43
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 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.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsMust have at least one statement.54
ErrorsLine is longer than 80 characters.55
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 has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
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
ErrorsMethod 'getPreloadMap' is not designed for extension - needs to be abstract, final or empty.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsMethod 'setPreloadMap' is not designed for extension - needs to be abstract, final or empty.76
ErrorsParameter preloadMap should be final.76
Errors'preloadMap' hides a field.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.80
ErrorsMethod 'setApplicationContext' is not designed for extension - needs to be abstract, final or empty.80
ErrorsLine contains a tab character.81
ErrorsParameter applicationContext should be final.81
Errors'applicationContext' hides a field.81
ErrorsLine contains a tab character.82
ErrorsRedundant throws: 'BeansException' is unchecked exception.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsMethod 'getLoadJpaBean' is not designed for extension - needs to be abstract, final or empty.89
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsMethod 'setLoadJpaBean' is not designed for extension - needs to be abstract, final or empty.97
ErrorsParameter loadJpaBean should be final.97
Errors'loadJpaBean' hides a field.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99

org/kuali/student/common/util/jpa/LoadSqlListener.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.46
ErrorsLine contains a tab character.47
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsMissing a Javadoc comment.49
Errors'static' modifier out of order with the JLS suggestions.49
ErrorsName 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.49
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsLine contains a tab character.53
ErrorsMissing a Javadoc comment.53
ErrorsLine contains a tab character.55
ErrorsMissing a Javadoc comment.55
Errors',' is not followed by whitespace.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsLine contains a tab character.58
ErrorsMissing a Javadoc comment.58
ErrorsLine contains a tab character.60
ErrorsMethod 'onApplicationEvent' is not designed for extension - needs to be abstract, final or empty.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsParameter event should be final.62
ErrorsLine is longer than 80 characters.63
ErrorsLine contains a tab character.63
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
Errors'if' is not followed by whitespace.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
Errors'for' is not followed by whitespace.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
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
ErrorsLine contains a tab character.75
Errors'=' is not preceded with whitespace.75
Errors'=' is not followed by whitespace.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsMissing a Javadoc comment.79
ErrorsParameter entityKey should be final.79
ErrorsParameter sqlFileName should be final.79
ErrorsLine contains a tab character.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
Errors'try' is not followed by whitespace.87
Errors'{' is not preceded with whitespace.87
ErrorsLine contains a tab character.88
Errors'if' is not followed by whitespace.88
Errors'{' is not preceded with whitespace.88
ErrorsLine is longer than 80 characters.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
Errors'else' is not preceded with whitespace.90
Errors'}' is not followed by whitespace.90
Errors'else' is not followed by whitespace.90
Errors'{' is not preceded with whitespace.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
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.98
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.100
Errors';' is preceded with whitespace.100
ErrorsLine is longer than 80 characters.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
Errors'while' is not followed by whitespace.104
Errors'=' is not preceded with whitespace.104
Errors'=' is not followed by whitespace.104
Errors'!=' is not preceded with whitespace.104
Errors'!=' is not followed by whitespace.104
Errors'{' is not preceded with whitespace.104
ErrorsLine is longer than 80 characters.105
ErrorsLine contains a tab character.105
Errors'if' is not followed by whitespace.105
Errors'&&' is not preceded with whitespace.105
Errors'&&' is not followed by whitespace.105
Errors'&&' is not preceded with whitespace.105
Errors'&&' is not followed by whitespace.105
Errors'{' is not preceded with whitespace.105
ErrorsLine contains a tab character.106
Errors'=' is not preceded with whitespace.106
Errors'=' is not followed by whitespace.106
Errors',' is not followed by whitespace.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
Errors'+' is not preceded with whitespace.112
Errors'+' is not followed by whitespace.112
Errors'+' is not preceded with whitespace.112
Errors'+' is not followed by whitespace.112
Errors',' is not followed by whitespace.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
Errors'}' should be on the same line.114
ErrorsLine contains a tab character.115
Errors'finally' is not followed by whitespace.115
Errors'{' is not preceded with whitespace.115
ErrorsLine contains a tab character.116
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 contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.124
ErrorsMethod 'setApplicationContext' is not designed for extension - needs to be abstract, final or empty.124
ErrorsLine contains a tab character.125
ErrorsParameter applicationContext should be final.125
Errors'applicationContext' hides a field.125
ErrorsLine contains a tab character.126
ErrorsRedundant throws: 'BeansException' is unchecked exception.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.130
ErrorsMethod 'getJtaTxManager' is not designed for extension - needs to be abstract, final or empty.130
ErrorsMissing a Javadoc comment.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.134
ErrorsMethod 'setJtaTxManager' is not designed for extension - needs to be abstract, final or empty.134
ErrorsMissing a Javadoc comment.134
ErrorsParameter jtaTxManager should be final.134
Errors'jtaTxManager' hides a field.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.138
ErrorsMethod 'getPreloadMap' is not designed for extension - needs to be abstract, final or empty.138
ErrorsMissing a Javadoc comment.138
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.142
ErrorsMethod 'setPreloadMap' is not designed for extension - needs to be abstract, final or empty.142
ErrorsMissing a Javadoc comment.142
ErrorsParameter preloadMap should be final.142
Errors'preloadMap' hides a field.142
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.146
ErrorsMethod 'setShouldLoadData' is not designed for extension - needs to be abstract, final or empty.146
ErrorsMissing a Javadoc comment.146
ErrorsParameter shouldLoadData should be final.146
Errors'shouldLoadData' hides a field.146
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148

org/kuali/student/common/util/jta/AtomikosJtaTransactionController.java

ViolationMessageLine
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.25
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.33
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsMethod 'acquireTransactionManager' is not designed for extension - needs to be abstract, final or empty.39
ErrorsLine contains a tab character.41
Errors'if' is not followed by whitespace.41
Errors'==' is not preceded with whitespace.41
Errors'==' is not followed by whitespace.41
Errors'{' is not preceded with whitespace.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsParameter tm should be final.52
Errors'tm' hides a field.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54

org/kuali/student/common/util/jta/AtomikosManagedRuntime.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.23
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.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.29
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.32
ErrorsMethod 'getRollbackCause' is not designed for extension - needs to be abstract, final or empty.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.37
ErrorsMethod 'getTransactionManager' is not designed for extension - needs to be abstract, final or empty.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
Errors'if' is not followed by whitespace.39
Errors'==' is not preceded with whitespace.39
Errors'==' is not followed by whitespace.39
Errors'{' is not preceded with whitespace.39
ErrorsLine is longer than 80 characters.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.46
ErrorsMethod 'setRollbackOnly' is not designed for extension - needs to be abstract, final or empty.46
ErrorsLine contains a tab character.47
ErrorsParameter cause should be final.47
Errors'cause' hides a field.47
Errors'=' is not preceded with whitespace.48
Errors'=' is not followed by whitespace.48
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsParameter tm should be final.56
Errors'tm' hides a field.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58

org/kuali/student/common/util/security/SecurityUtils.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.22
ErrorsUtility classes should not have a public or default constructor.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.23
ErrorsFirst sentence should end with a period.24
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29
Errors'=' is not preceded with whitespace.30
Errors'=' is not followed by whitespace.30
ErrorsLine is longer than 80 characters.31
ErrorsLine contains a tab character.31
Errors'if' is not followed by whitespace.32
Errors'!=' is not preceded with whitespace.32
Errors'!=' is not followed by whitespace.32
Errors'{' is not preceded with whitespace.32
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
Errors'if' is not followed by whitespace.34
Errors'{' is not preceded with whitespace.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
Errors'cast' is not followed by whitespace.36
ErrorsLine contains a tab character.37
Errors'else' is not preceded with whitespace.37
Errors'}' is not followed by whitespace.37
ErrorsLine contains a tab character.38
Errors'cast' is not followed by whitespace.38
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsMissing a Javadoc comment.46
Errors'{' is not preceded with whitespace.46
ErrorsLine contains a tab character.47
ErrorsLine has trailing spaces.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
Errors'cast' is not followed by whitespace.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.59
ErrorsLine contains a tab character.60

org/kuali/student/common/util/security/UserWithId.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.23
ErrorsLine has trailing spaces.24
ErrorsLine is longer than 80 characters.25
ErrorsMissing a Javadoc comment.25
ErrorsParameter username should be final.25
ErrorsParameter password should be final.25
ErrorsParameter enabled should be final.25
ErrorsParameter accountNonExpired should be final.25
ErrorsLine has trailing spaces.26
ErrorsLine is longer than 80 characters.26
ErrorsParameter credentialsNonExpired should be final.26
ErrorsParameter accountNonLocked should be final.26
ErrorsParameter authorities should be final.26
ErrorsRedundant throws: 'IllegalArgumentException' is unchecked exception.27
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.30
ErrorsMethod 'getUserId' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
ErrorsLine has trailing spaces.34
ErrorsMethod 'setUserId' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter userId should be final.35
Errors'userId' hides a field.35

org/kuali/student/common/util/spring/MergingPersistenceUnitManager.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsMissing a Javadoc comment.11
ErrorsLine contains a tab character.12
ErrorsLine contains a tab character.14
ErrorsMissing a Javadoc comment.14
ErrorsLine is longer than 80 characters.15
ErrorsLine contains a tab character.15
ErrorsMissing a Javadoc comment.15
ErrorsLine has trailing spaces.16
ErrorsLine contains a tab character.16
ErrorsLine is longer than 80 characters.17
ErrorsLine contains a tab character.17
ErrorsMethod 'setMergedPersistenceUnitName' is not designed for extension - needs to be abstract, final or empty.17
ErrorsMissing a Javadoc comment.17
ErrorsParameter mergedPersistenceUnitName should be final.17
Errors'mergedPersistenceUnitName' hides a field.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.21
ErrorsMethod 'postProcessPersistenceUnitInfo' is not designed for extension - needs to be abstract, final or empty.21
ErrorsLine is longer than 80 characters.22
ErrorsLine contains a tab character.22
ErrorsParameter pui should be final.22
ErrorsLine contains a tab character.23
ErrorsLine is longer than 80 characters.24
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.28
Errors'if' is not followed by whitespace.28
Errors'{' is not preceded with whitespace.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
Errors'else' is not preceded with whitespace.31
Errors'}' is not followed by whitespace.31
Errors'else' is not followed by whitespace.31
Errors'{' is not preceded with whitespace.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
ErrorsLine is longer than 80 characters.33
ErrorsLine contains a tab character.33
Errors'for' is not followed by whitespace.33
Errors':' is not preceded with whitespace.33
Errors':' is not followed by whitespace.33
Errors'{' is not preceded with whitespace.33
ErrorsLine is longer than 80 characters.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine has trailing spaces.37
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
Errors',' is not followed by whitespace.39
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsMethod 'setTransactionTypeOverride' is not designed for extension - needs to be abstract, final or empty.45
ErrorsMissing a Javadoc comment.45
ErrorsParameter transactionTypeOverride should be final.45
Errors'transactionTypeOverride' hides a field.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.47

org/kuali/student/common/util/spring/MethodArgsToObjectEhcacheAdvice.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.26
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsName 'LOG' must match pattern '^[a-z][a-zA-Z0-9]*$'.27
ErrorsVariable 'LOG' must be private and have accessor methods.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
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 contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsParameter cacheName should be final.43
Errors'cacheName' hides a field.43
ErrorsExpected @param tag for 'cacheName'.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsMethod 'invalidateCache' is not designed for extension - needs to be abstract, final or empty.48
ErrorsMissing a Javadoc comment.48
ErrorsParameter pjp should be final.48
ErrorsLine contains a tab character.49
ErrorsLine contains a tab character.50
Errors'if' is not followed by whitespace.50
Errors'{' is not preceded with whitespace.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 has trailing spaces.56
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 contains a tab character.63
ErrorsLine contains a tab character.65
ErrorsMethod 'getFromCache' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
ErrorsParameter pjp should be final.65
ErrorsLine contains a tab character.66
Errors'if' is not followed by whitespace.66
Errors'{' is not preceded with whitespace.66
ErrorsLine contains a tab character.67
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 contains a tab character.74
ErrorsMust have at least one statement.74
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters.80
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
ErrorsLine is longer than 80 characters.85
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 contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.94
ErrorsMissing a Javadoc comment.94
ErrorsParameter pjp should be final.94
ErrorsLine is longer than 80 characters.95
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 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.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsMethod 'getCacheName' is not designed for extension - needs to be abstract, final or empty.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
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
ErrorsMethod 'setCacheName' is not designed for extension - needs to be abstract, final or empty.117
ErrorsParameter cacheName should be final.117
Errors'cacheName' hides a field.117
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.121
ErrorsMethod 'setCacheManager' is not designed for extension - needs to be abstract, final or empty.121
ErrorsMissing a Javadoc comment.121
ErrorsParameter cacheManager should be final.121
Errors'cacheManager' hides a field.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.125
ErrorsMethod 'isEnabled' is not designed for extension - needs to be abstract, final or empty.125
ErrorsMissing a Javadoc comment.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.129
ErrorsMethod 'setEnabled' is not designed for extension - needs to be abstract, final or empty.129
ErrorsMissing a Javadoc comment.129
ErrorsParameter enabled should be final.129
Errors'enabled' hides a field.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131

org/kuali/student/common/util/spring/SimpleEnumPropertyEditor.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.5
ErrorsLine contains a tab character.6
ErrorsMissing a Javadoc comment.6
ErrorsVariable 'enumClass' must be private and have accessor methods.6
ErrorsLine contains a tab character.8
ErrorsMethod 'setAsText' is not designed for extension - needs to be abstract, final or empty.8
ErrorsLine contains a tab character.9
ErrorsParameter text should be final.9
ErrorsRedundant throws: 'IllegalArgumentException' is unchecked exception.9
ErrorsLine contains a tab character.10
ErrorsLine is longer than 80 characters.11
ErrorsLine contains a tab character.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 contains a tab character.17
ErrorsMissing a Javadoc comment.17
ErrorsParameter enumClass should be final.17
Errors'enumClass' hides a field.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
Errors'if' is not followed by whitespace.19
Errors'==' is not preceded with whitespace.19
Errors'==' is not followed by whitespace.19
Errors'||' is not preceded with whitespace.19
Errors'||' is not followed by whitespace.19
Errors'{' is not preceded with whitespace.19
ErrorsLine is longer than 80 characters.20
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
ErrorsLine contains a tab character.23

org/kuali/student/common/ws/ServletWrappingController.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsFirst sentence should end with a period.34
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsLine contains a tab character.44
ErrorsMissing a Javadoc comment.44
ErrorsLine contains a tab character.45
ErrorsMissing a Javadoc comment.45
ErrorsLine contains a tab character.46
ErrorsMissing a Javadoc comment.46
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMethod 'setServletClass' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsParameter servletClass should be final.51
Errors'servletClass' hides a field.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.56
ErrorsMethod 'setServletName' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMissing a Javadoc comment.56
ErrorsParameter servletName should be final.56
Errors'servletName' hides a field.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
ErrorsMethod 'setInitParameters' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsParameter initParameters should be final.61
Errors'initParameters' hides a field.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.66
ErrorsMethod 'setBeanName' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsParameter name should be final.66
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.71
ErrorsMethod 'setServletInstance' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMissing a Javadoc comment.71
ErrorsParameter servletInstance should be final.71
Errors'servletInstance' hides a field.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.76
ErrorsMethod 'afterPropertiesSet' is not designed for extension - needs to be abstract, final or empty.76
ErrorsMissing a Javadoc comment.76
ErrorsLine contains a tab character.77
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 is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.84
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 contains a tab character.90
ErrorsLine contains a tab character.92
ErrorsMethod 'handleRequestInternal' is not designed for extension - needs to be abstract, final or empty.92
ErrorsMissing a Javadoc comment.92
ErrorsParameter request should be final.92
ErrorsLine contains a tab character.93
ErrorsParameter response should be final.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
Errors'try' is not followed by whitespace.95
Errors'{' is not preceded with whitespace.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
Errors'catch' is not preceded with whitespace.97
Errors'}' is not followed by whitespace.97
Errors'catch' is not followed by whitespace.97
Errors'{' is not preceded with whitespace.97
ErrorsLine contains a tab character.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 contains a tab character.103
ErrorsLine contains a tab character.105
ErrorsMethod 'destroy' is not designed for extension - needs to be abstract, final or empty.105
ErrorsMissing a Javadoc comment.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsMissing a Javadoc comment.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsMissing a Javadoc comment.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.115
ErrorsMissing a Javadoc comment.115
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.119
ErrorsMissing a Javadoc comment.119
ErrorsParameter paramName should be final.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.124
ErrorsMissing a Javadoc comment.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127

org/kuali/student/common/ws/beans/CxfJaxWsProxyClientFactory.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.22
ErrorsMissing a Javadoc comment.22
ErrorsLine has trailing spaces.23
ErrorsMethod 'getServiceEndpointInterface' is not designed for extension - needs to be abstract, final or empty.24
ErrorsMethod 'setServiceEndpointInterface' is not designed for extension - needs to be abstract, final or empty.29
ErrorsParameter serviceEndpointInterface should be final.30
ErrorsLine has trailing spaces.31
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.34
ErrorsLine has trailing spaces.35
ErrorsMethod 'getObjectType' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMethod 'isSingleton' is not designed for extension - needs to be abstract, final or empty.44
ErrorsLine has trailing spaces.48
ErrorsMethod 'setServiceQNameString' is not designed for extension - needs to be abstract, final or empty.49
ErrorsMissing a Javadoc comment.49
ErrorsParameter serviceName should be final.49

org/kuali/student/common/ws/beans/JaxWsClientFactory.java

ViolationMessageLine
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.23
ErrorsLine has trailing spaces.24
Errors'{' is not preceded with whitespace.26
ErrorsLine has trailing spaces.27
ErrorsMissing a Javadoc comment.28
ErrorsRedundant 'public' modifier.28
ErrorsRedundant 'public' modifier.34
ErrorsRedundant 'public' modifier.40
ErrorsRedundant 'public' modifier.46
ErrorsRedundant 'public' modifier.51
ErrorsUnused @param tag for 'wsdlDocumentLocation'.54
ErrorsRedundant 'public' modifier.56
ErrorsExpected @param tag for 'wsdlLocation'.56
ErrorsRedundant 'public' modifier.61
ErrorsRedundant 'public' modifier.66
ErrorsLine has trailing spaces.67

org/kuali/student/common/ws/beans/JaxWsClientFactoryBean.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.32
ErrorsLine has trailing spaces.33
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.34
Errors'if' is not followed by whitespace.36
Errors'==' is not preceded with whitespace.36
Errors'==' is not followed by whitespace.36
Errors'{' is not preceded with whitespace.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 contains a tab character.41
ErrorsLine contains a tab character.42
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.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
ErrorsMethod 'getObjectType' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMethod 'getServiceEndpointInterface' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMethod 'setServiceEndpointInterface' is not designed for extension - needs to be abstract, final or empty.71
ErrorsParameter serviceEndpointInterface should be final.71
Errors'serviceEndpointInterface' hides a field.71
ErrorsLine has trailing spaces.75
ErrorsMethod 'setServiceQNameString' is not designed for extension - needs to be abstract, final or empty.80
ErrorsParameter serviceName should be final.80
ErrorsMethod 'isSingleton' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMethod 'getWsdlLocation' is not designed for extension - needs to be abstract, final or empty.92
ErrorsMethod 'setWsdlLocation' is not designed for extension - needs to be abstract, final or empty.100
ErrorsParameter wsdlDocumentLocation should be final.100
Errors'wsdlDocumentLocation' hides a field.100
ErrorsMethod 'getAddress' is not designed for extension - needs to be abstract, final or empty.107
ErrorsUnused @param tag for 'serviceUrl'.112
ErrorsMethod 'setAddress' is not designed for extension - needs to be abstract, final or empty.115
ErrorsParameter add should be final.115
ErrorsExpected @param tag for 'add'.115
ErrorsLine contains a tab character.119
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsMethod 'getServiceQName' is not designed for extension - needs to be abstract, final or empty.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
ErrorsMethod 'setServiceQName' is not designed for extension - needs to be abstract, final or empty.129
ErrorsParameter serviceQName should be final.129
Errors'serviceQName' hides a field.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.133
ErrorsMethod 'getServiceName' is not designed for extension - needs to be abstract, final or empty.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.138
ErrorsMethod 'setServiceName' is not designed for extension - needs to be abstract, final or empty.138
ErrorsLine contains a tab character.139
ErrorsParameter serviceName should be final.139
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141

org/kuali/student/common/ws/handler/DebugHandler.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.30
ErrorsVariable 'logger' must be private and have accessor methods.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsLine contains a tab character.33
ErrorsMissing a Javadoc comment.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMissing a Javadoc comment.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.38
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsMissing a Javadoc comment.39
ErrorsParameter ps should be final.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsParameter out should be final.43
Errors'out' hides a field.43
ErrorsParameter err should be final.43
Errors'err' hides a field.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsMethod 'getHeaders' is not designed for extension - needs to be abstract, final or empty.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.54
ErrorsLine contains a tab character.55
ErrorsParameter context should be final.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.59
ErrorsMethod 'handleFault' is not designed for extension - needs to be abstract, final or empty.59
ErrorsLine contains a tab character.60
ErrorsParameter context should be final.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.64
ErrorsMethod 'handleMessage' is not designed for extension - needs to be abstract, final or empty.64
ErrorsLine contains a tab character.65
ErrorsParameter context should be final.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsMissing a Javadoc comment.69
ErrorsParameter context should be final.69
ErrorsParameter ps should be final.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
Errors'out' hides a field.72
Errors'cast' is not followed by whitespace.72
Errors'if' construct must use '{}'s.73
ErrorsLine contains a tab character.73
Errors'if' is not followed by whitespace.73
ErrorsLine contains a tab character.74
Errors'else' construct must use '{}'s.75
ErrorsLine contains a tab character.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 has trailing spaces.79
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
Errors'}' should be on the same line.83
ErrorsLine contains a tab character.84
Errors'catch' is not followed by whitespace.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89

org/kuali/student/common/ws/security/AuthenticationService.java

ViolationMessageLine
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.31
ErrorsUtility classes should not have a public or default constructor.34
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.37
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.45
ErrorsLine has trailing spaces.47
ErrorsLine is longer than 80 characters.47
Errors'for' is not followed by whitespace.49
Errors'=' is not preceded with whitespace.49
Errors'=' is not followed by whitespace.49
Errors';' is preceded with whitespace.49
Errors'{' is not preceded with whitespace.49
Errors'cast' is not followed by whitespace.50
ErrorsLine is longer than 80 characters.51
ErrorsLine is longer than 80 characters.52
Errors'{' is not preceded with whitespace.54
ErrorsMust have at least one statement.54
ErrorsLine has trailing spaces.57
ErrorsLine is longer than 80 characters.58
ErrorsMissing a Javadoc comment.58
ErrorsParameter username should be final.58
ErrorsParameter password should be final.58
Errors'{' is not preceded with whitespace.58
ErrorsLine has trailing spaces.61
ErrorsMissing a Javadoc comment.62
ErrorsParameter username should be final.62
Errors'{' is not preceded with whitespace.62
ErrorsLine has trailing spaces.65
ErrorsMissing a Javadoc comment.66
ErrorsParameter username should be final.66
Errors'{' is not preceded with whitespace.66

org/kuali/student/common/ws/security/PrincipalAccessor.java

ViolationMessageLine
ErrorsLine has trailing spaces.23
ErrorsUtility classes should not have a public or default constructor.27
ErrorsLine has trailing spaces.28
ErrorsMissing a Javadoc comment.29
Errors'static' modifier out of order with the JLS suggestions.29
ErrorsName 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.29
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.31
ErrorsMissing a Javadoc comment.31
ErrorsParameter wsContext should be final.31
Errors'{' is not preceded with whitespace.31
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.36
ErrorsLine is longer than 80 characters.37
Errors'{' is not preceded with whitespace.38
Errors'try' is not followed by whitespace.39
Errors'{' is not preceded with whitespace.39
ErrorsLine has trailing spaces.40
ErrorsLine is longer than 80 characters.41
Errors'{' is not preceded with whitespace.42
ErrorsLine is longer than 80 characters.43
ErrorsLine has trailing spaces.45
ErrorsLine has trailing spaces.46
Errors'try' is not followed by whitespace.47
Errors'{' is not preceded with whitespace.47
Errors'cast' is not followed by whitespace.48
Errors'{' is not preceded with whitespace.50
ErrorsLine has trailing spaces.51
ErrorsLine has trailing spaces.53

org/kuali/student/common/ws/security/PrincipalWrapper.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsFirst sentence should end with a period.22
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.25
Errors'{' is not preceded with whitespace.29
ErrorsMissing a Javadoc comment.31
ErrorsVariable 'principal' must be private and have accessor methods.31
ErrorsLine has trailing spaces.32
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33
Errors'{' is not preceded with whitespace.33
Errors'{' is not preceded with whitespace.34
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.39
ErrorsMethod 'getPersonId' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
Errors'{' is not preceded with whitespace.40
ErrorsMethod 'getPrincipal' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsLine has trailing spaces.49
ErrorsMissing a Javadoc comment.49
ErrorsLine has trailing spaces.50

org/kuali/student/core/ws/binding/AttributeSetAdapter.java

ViolationMessageLine
ErrorsLine has trailing spaces.25
ErrorsMethod 'unmarshal' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
ErrorsParameter value should be final.31
Errors'if' construct must use '{}'s.32
Errors'if' is not followed by whitespace.32
ErrorsMethod 'marshal' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsParameter value should be final.40
Errors'if' construct must use '{}'s.41
Errors'if' is not followed by whitespace.41

org/kuali/student/core/ws/binding/DateAdapter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.24
ErrorsUtility classes should not have a public or default constructor.24
ErrorsLine contains a tab character.25
ErrorsMissing a Javadoc comment.25
ErrorsParameter s should be final.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsParameter dt should be final.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

org/kuali/student/core/ws/binding/JaxbAttribute.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.26
Errors'{' is not preceded with whitespace.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
ErrorsMissing a Javadoc comment.31
ErrorsVariable 'key' must be private and have accessor methods.32
ErrorsMissing a Javadoc comment.33
ErrorsVariable 'value' must be private and have accessor methods.34
ErrorsParameter key should be final.45
Errors'key' hides a field.45
ErrorsExpected @param tag for 'key'.45
ErrorsParameter value should be final.45
Errors'value' hides a field.45
ErrorsExpected @param tag for 'value'.45

org/kuali/student/core/ws/binding/JaxbAttributeList.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.26
Errors'{' is not preceded with whitespace.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsMethod 'getAttribute' 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.40
ErrorsLine contains a tab character.41

org/kuali/student/core/ws/binding/JaxbAttributeMapListAdapter.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsMethod 'unmarshal' is not designed for extension - needs to be abstract, final or empty.25
ErrorsMissing a Javadoc comment.25
ErrorsParameter value should be final.25
Errors'if' construct must use '{}'s.26
ErrorsLine contains a tab character.26
Errors'if' is not followed by whitespace.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.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.34
ErrorsMethod 'marshal' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter value should be final.34
Errors'if' construct must use '{}'s.35
ErrorsLine contains a tab character.35
Errors'if' is not followed by whitespace.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 contains a tab character.41
ErrorsLine contains a tab character.42