PMD Results

The following document contains the results of PMD 4.2.2.

Files

Rice API - org/kuali/rice/kew/dto/DocumentSearchCriteriaDTO.java

ViolationLine
Avoid unused private fields such as 'fetchLimit'.64

Rice API - org/kuali/rice/kew/service/WorkflowDocument.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.dto.UserIdDTO'37

Rice API - org/kuali/rice/kim/bo/role/dto/DelegateMemberCompleteInfo.java

ViolationLine
Avoid unused imports such as 'java.sql.Date'18
Avoid unused imports such as 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter'20
Avoid unused imports such as 'org.kuali.rice.core.util.jaxb.SqlDateAdapter'22

Rice API - org/kuali/rice/kns/dto/InactiveableInfo.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter'20
Avoid unused imports such as 'org.kuali.rice.core.util.jaxb.SqlDateAdapter'22

Rice Client Contrib - org/kuali/rice/kim/client/acegi/KualiDistributedSessionFilter.java

ViolationLine
These nested if statements could be combined82 - 86

Rice Client Contrib - org/kuali/rice/kim/client/acegi/KualiTestAuthenticationProvider.java

ViolationLine
Avoid unused imports such as 'org.apache.commons.logging.Log'24
Avoid unused imports such as 'org.apache.commons.logging.LogFactory'25

Rice Client Contrib - org/kuali/rice/kim/sesn/timeouthandlers/AbstractTimeoutHandler.java

ViolationLine
Avoid unused private fields such as 'LAST_ACCCESS_TIMEOUT_FIELD'.28

Rice Core API - org/kuali/rice/core/api/component/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.CoreConstants'19
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'21

Rice Core API - org/kuali/rice/core/api/config/module/Configurer.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.lifecycle.Lifecycle'20

Rice Core API - org/kuali/rice/core/api/config/property/ConfigContext.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.config.ConfigurationException'20

Rice Core API - org/kuali/rice/core/api/criteria/CriteriaSupportUtils.java

ViolationLine
Avoid empty catch blocks125 - 127
These nested if statements could be combined223 - 225

Rice Core API - org/kuali/rice/core/api/criteria/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.CoreConstants'19
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'21

Rice Core API - org/kuali/rice/core/api/lifecycle/BaseLifecycle.java

ViolationLine
No need to import a type that lives in the same package19

Rice Core API - org/kuali/rice/core/api/mo/common/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.CoreConstants'19
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'21

Rice Core API - org/kuali/rice/core/api/namespace/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.CoreConstants'19
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'21

Rice Core API - org/kuali/rice/core/api/parameter/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.CoreConstants'19
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'21

Rice Core API - org/kuali/rice/core/api/resourceloader/ServiceLocator.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.lifecycle.Lifecycle'22

Rice Core API - org/kuali/rice/core/api/style/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.CoreConstants'19
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'21

Rice Core API - org/kuali/rice/core/util/ClassLoaderUtils.java

ViolationLine
These nested if statements could be combined122 - 128

Rice Core API - org/kuali/rice/core/util/RiceUtilities.java

ViolationLine
Do not hard code IPv4 or IPv6 addresses, even 127.0.0.1 !112
Do not hard code IPv4 or IPv6 addresses, even 127.0.0.1 !129

Rice Core API - org/kuali/rice/core/util/cache/CopiedObject.java

ViolationLine
Avoid empty catch blocks75 - 77
Avoid unused local variables such as 'copySize'.89
Avoid empty catch blocks110 - 112

Rice Core API - org/kuali/rice/core/util/io/SerializationUtils.java

ViolationLine
Avoid unused imports such as 'org.apache.commons.lang.SerializationException'21

Rice Core API - org/kuali/rice/core/util/jaxb/EnumStringAdapter.java

ViolationLine
Avoid empty catch blocks78 - 80

Rice Core API - org/kuali/rice/core/util/jaxb/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.CoreConstants'19
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'21

Rice Core API - org/kuali/rice/core/util/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.CoreConstants'19
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'21

Rice Core API - org/kuali/rice/core/util/type/AbstractKualiDecimal.java

ViolationLine
Avoid empty catch blocks131 - 132

Rice Core API - org/kuali/rice/core/util/xml/XmlRenderer.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.60

Rice Core API - org/kuali/rice/core/web/format/CurrencyFormatter.java

ViolationLine
These nested if statements could be combined82 - 84

Rice Core API - org/kuali/rice/core/web/format/DateFormatter.java

ViolationLine
Avoid empty catch blocks114 - 116

Rice Core API - org/kuali/rice/core/web/format/Formatter.java

ViolationLine
Avoid unused imports such as 'javax.servlet.http.HttpServletRequest'28

Rice Core API - org/kuali/rice/core/web/format/NoOpStringFormatter.java

ViolationLine
These nested if statements could be combined42 - 44
Overriding method merely calls super50 - 52
Overriding method merely calls super54 - 56
Overriding method merely calls super58 - 60
Overriding method merely calls super62 - 64
Overriding method merely calls super66 - 68

Rice Core API - org/kuali/rice/core/web/format/TypeFormatter.java

ViolationLine
Overriding method merely calls super37 - 41

Rice Core Framework - org/apache/ojb/broker/platforms/KualiMySQLSequenceManagerImpl.java

ViolationLine
Always check the return of one of the navigation method (next,previous,first,last) of a ResultSet.54

Rice Core Framework - org/kuali/rice/core/framework/persistence/jdbc/datasource/RiceXADataSource.java

ViolationLine
These nested if statements could be combined66 - 68

Rice Core Framework - org/kuali/rice/core/framework/persistence/jdbc/sql/Criteria.java

ViolationLine
Avoid unused method parameters such as 'parentCriteria'.349 - 374

Rice Core Framework - org/kuali/rice/core/framework/persistence/jdbc/sql/SqlBuilder.java

ViolationLine
Avoid unused method parameters such as 'allowWildcards'.321 - 332

Rice Core Framework - org/kuali/rice/core/framework/persistence/jpa/CompositePrimaryKeyBase.java

ViolationLine
Avoid unused local variables such as 'otherClass'.33

Rice Core Framework - org/kuali/rice/core/framework/persistence/jpa/OrmUtils.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.140

Rice Core Framework - org/kuali/rice/core/framework/persistence/jpa/criteria/Criteria.java

ViolationLine
Avoid unused private fields such as 'JPA_PARENT_INITIAL_ALIAS'.96
Avoid unused private fields such as 'ALIAS_PREFIX_LEN'.99
Avoid unused local variables such as 'valueLen'.393
Avoid empty if statements1225 - 1227

Rice Core Framework - org/kuali/rice/core/framework/persistence/jpa/metadata/MetadataManager.java

ViolationLine
Avoid empty catch blocks246
Avoid empty catch blocks311

Rice Core Framework - org/kuali/rice/core/framework/persistence/jpa/type/HibernateKualiDecimalPercentFieldType.java

ViolationLine
Avoid creating BigDecimal with a decimal (float/double) literal. Use a String literal37
An operation on an Immutable object (BigDecimal or BigInteger) won't change the object itself56

Rice Core Framework - org/kuali/rice/core/framework/persistence/jpa/type/HibernateKualiDecimalPercentageFieldType.java

ViolationLine
Avoid creating BigDecimal with a decimal (float/double) literal. Use a String literal37

Rice Core Framework - org/kuali/rice/core/framework/persistence/jpa/type/HibernateKualiHashType.java

ViolationLine
Avoid unused local variables such as 'converted'.45

Rice Core Framework - org/kuali/rice/core/framework/persistence/jta/KualiTransactionInterceptor.java

ViolationLine
These nested if statements could be combined44 - 60
These nested if statements could be combined75 - 91
These nested if statements could be combined104 - 120

Rice Core Framework - org/kuali/rice/core/framework/persistence/ojb/BaseOjbConfigurer.java

ViolationLine
Overriding method merely calls super124 - 126

Rice Core Framework - org/kuali/rice/core/framework/persistence/ojb/conversion/OjbCharBooleanConversion4.java

ViolationLine
Avoid unused private fields such as 'S_TRUE'.26
Avoid unused private fields such as 'S_FALSE'.27

Rice Core Framework - org/kuali/rice/core/framework/persistence/ojb/conversion/OjbCharBooleanConversionBase.java

ViolationLine
These nested if statements could be combined33 - 36
These nested if statements could be combined47 - 53

Rice Core Framework - org/kuali/rice/core/framework/persistence/ojb/conversion/OjbDecimalPercentageFieldConversion.java

ViolationLine
Avoid creating BigDecimal with a decimal (float/double) literal. Use a String literal29

Rice Core Framework - org/kuali/rice/core/framework/persistence/platform/MySQLDatabasePlatform.java

ViolationLine
Avoid empty catch blocks77 - 78
Avoid empty catch blocks83 - 84

Rice Core Framework - org/kuali/rice/core/framework/persistence/platform/OracleDatabasePlatform.java

ViolationLine
Avoid empty catch blocks90 - 91
Avoid empty catch blocks96 - 97

Rice Core Framework - org/kuali/rice/core/framework/resourceloader/BeanFactoryResourceLoader.java

ViolationLine
Avoid unused imports such as 'java.util.HashSet'18

Rice Core Framework - org/kuali/rice/core/framework/resourceloader/ObjectDefinitionResolver.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.DataDefinition'30
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.ObjectDefinition'31
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.PropertyDefinition'32
Avoid unused private fields such as 'LOG'.46

Rice Core Framework - org/springframework/transaction/jta/JotmFactoryBean.java

ViolationLine
Avoid empty catch blocks113 - 115

Rice Core Impl - org/kuali/rice/core/impl/config/module/Log4jLifeCycle.java

ViolationLine
Overriding method merely calls super144 - 152

Rice Core Impl - org/kuali/rice/core/impl/config/property/AbstractBaseConfig.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.79

Rice Core Impl - org/kuali/rice/core/impl/config/property/BaseConfig.java

ViolationLine
Avoid unused local variables such as 'keys'.83
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.306

Rice Core Impl - org/kuali/rice/core/impl/config/property/HierarchicalConfigParser.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.129

Rice Core Impl - org/kuali/rice/core/impl/criteria/CriteriaLookupServiceOjbImpl.java

ViolationLine
Avoid unused method parameters such as 'criteria'.121 - 127

Rice Core Impl - org/kuali/rice/core/impl/encryption/DemonstrationGradeEncryptionServiceImpl.java

ViolationLine
Avoid empty catch blocks219 - 221

Rice Core Impl - org/kuali/rice/core/impl/impex/xml/XmlExporterServiceImpl.java

ViolationLine
Too many static imports may lead to messy code17 - 96

Rice Core Impl - org/kuali/rice/core/impl/impex/xml/XmlIngesterServiceImpl.java

ViolationLine
Avoid unused method parameters such as 'successful'.184 - 203

Rice Core Impl - org/kuali/rice/core/impl/resourceloader/BaseWrappingResourceLoader.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.ObjectDefinition'23

Rice Core Impl - org/kuali/rice/core/impl/resourceloader/ResourceLoaderUtil.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.resourceloader.ResourceLoader'19

Rice Core Impl - org/kuali/rice/core/impl/resourceloader/SimpleServiceLocator.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.lifecycle.BaseLifecycle'24

Rice Core Impl - org/kuali/rice/core/impl/style/StyleXmlExporter.java

ViolationLine
Too many static imports may lead to messy code17 - 86

Rice Core Impl - org/kuali/rice/core/impl/util/spring/AnnotationAndNameMatchingTransactionAttributeSource.java

ViolationLine
Avoid empty catch blocks75 - 77

Rice Core Web - org/kuali/rice/core/web/component/ComponentLookupableHelperServiceImpl.java

ViolationLine
Avoid unused private fields such as 'parameterService'.41

Rice Core Web - org/kuali/rice/core/web/parameter/ParameterLookupableHelperServiceImpl.java

ViolationLine
Avoid unused private fields such as 'parameterService'.56
These nested if statements could be combined104 - 106
Avoid unused method parameters such as 'parameters'.179 - 187

Rice Core Web - org/kuali/rice/core/web/parameter/ParameterTypeValuesFinder.java

ViolationLine
Avoid unused local variables such as 'toReturn'.42

Rice Development Tools - org/kuali/rice/devtools/generators/ImmutableJaxbGenerator.java

ViolationLine
Avoid unused private fields such as 'fieldName'.418
Avoid unused private fields such as 'fieldType'.419

Rice Development Tools - org/kuali/rice/kns/datadictionary/ReloadingDataDictionary.java

ViolationLine
Avoid unused local variables such as 'sourceFilePath'.91

Rice EDL Framework - org/kuali/rice/edl/framework/workflow/EDocLiteDatabasePostProcessor.java

ViolationLine
Avoid unused method parameters such as 'routeHeader'.170 - 185
These nested if statements could be combined179 - 181

Rice EDL Impl - org/kuali/rice/edl/impl/EDLServlet.java

ViolationLine
These nested if statements could be combined99 - 102

Rice EDL Impl - org/kuali/rice/edl/impl/components/NoteConfigComponent.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.188
Avoid empty if statements192 - 194

Rice EDL Impl - org/kuali/rice/edl/impl/components/PageHandler.java

ViolationLine
Avoid unused method parameters such as 'currentPage'.57 - 65

Rice EDL Impl - org/kuali/rice/edl/impl/components/RefreshFromLookupComponent.java

ViolationLine
Avoid unused imports such as 'org.apache.commons.lang.StringUtils'21

Rice EDL Impl - org/kuali/rice/edl/impl/components/ValidationComponent.java

ViolationLine
Avoid unused private fields such as 'edlContext'.54

Rice EDL Impl - org/kuali/rice/edl/impl/components/VersioningPreprocessor.java

ViolationLine
Avoid unused private fields such as 'LOG'.41
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.82

Rice EDL Impl - org/kuali/rice/edl/impl/components/WorkflowDocumentActions.java

ViolationLine
Avoid unused local variables such as 'requestParser'.87

Rice EDL Impl - org/kuali/rice/edl/impl/config/EDLConfigurer.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.config.module.RunMode'20
Avoid unused imports such as 'org.kuali.rice.core.api.lifecycle.Lifecycle'22
Avoid unused imports such as 'org.kuali.rice.core.framework.persistence.jpa.OrmUtils'24
Avoid unused imports such as 'org.kuali.rice.kew.lifecycle.EmbeddedLifeCycle'28
Avoid unused imports such as 'java.util.Collections'37
Avoid unused imports such as 'java.util.LinkedList'38
Avoid unused private methods such as 'getClientProtocol()'.132

Rice EDL Impl - org/kuali/rice/edl/impl/dao/impl/EDocLiteDAOJpaImpl.java

ViolationLine
Avoid unused private fields such as 'LOG'.37

Rice EDL Impl - org/kuali/rice/edl/impl/extract/ExtractServiceImpl.java

ViolationLine
Avoid unused private fields such as 'LOG'.27

Rice EDL Impl - org/kuali/rice/edl/impl/service/EdlServiceLocator.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.service.KEWServiceLocator'25

Rice EDL Impl - org/kuali/rice/edl/impl/xml/EDocLiteXmlParser.java

ViolationLine
Avoid empty if statements107 - 109

Rice EDL Impl - org/kuali/rice/edl/impl/xml/export/EDocLiteXmlExporter.java

ViolationLine
Too many static imports may lead to messy code17 - 151

Rice Implementation - org/kuali/rice/kcb/deliverer/impl/AOLInstantMessageDeliverer.java

ViolationLine
Avoid unused private fields such as 'LOG'.35

Rice Implementation - org/kuali/rice/kcb/deliverer/impl/SMSMessageDeliverer.java

ViolationLine
Avoid unused private fields such as 'LOG'.35

Rice Implementation - org/kuali/rice/kcb/service/GlobalKCBServiceLocator.java

ViolationLine
Avoid unused private fields such as 'LOG'.29

Rice Implementation - org/kuali/rice/kcb/service/impl/EmailServiceImpl.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.service.KEWServiceLocator'32
Avoid empty catch blocks96 - 98
Avoid empty if statements113 - 115

Rice Implementation - org/kuali/rice/kcb/web/spring/UserPreferencesController.java

ViolationLine
Avoid unused private fields such as 'KEW_CHANNEL'.48
Avoid unused local variables such as 'error'.141

Rice Implementation - org/kuali/rice/ken/bo/NotificationChannel.java

ViolationLine
Ensure you override both equals() and hashCode()259

Rice Implementation - org/kuali/rice/ken/bo/NotificationRecipient.java

ViolationLine
Avoid unused private fields such as 'notification'.50

Rice Implementation - org/kuali/rice/ken/bo/NotificationSender.java

ViolationLine
Avoid unused private fields such as 'notification'.48

Rice Implementation - org/kuali/rice/ken/core/GlobalNotificationServiceLocator.java

ViolationLine
Avoid unused private fields such as 'LOG'.26

Rice Implementation - org/kuali/rice/ken/core/NotificationLifeCycle.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.lifecycle.LifecycleBean'22
Avoid unused imports such as 'org.springframework.beans.factory.BeanInitializationException'26
Avoid unused private fields such as 'LOG'.35
Avoid unused private fields such as 'dataSource'.40

Rice Implementation - org/kuali/rice/ken/core/SpringNotificationServiceLocator.java

ViolationLine
Avoid unused private fields such as 'NOTIFICATION_MESSAGE_DELIVERY_DISPATCH_SERVICE'.53
Avoid unused private fields such as 'NOTIFICATION_MESSAGE_DELIVERER_REGISTRY_SERVICE'.58
Avoid unused private fields such as 'NOTIFICATION_EMAIL_SERVICE'.61
Avoid unused private fields such as 'NOTIFICATION_CONFIG'.62

Rice Implementation - org/kuali/rice/ken/dao/impl/NotificationDaoJpa.java

ViolationLine
Avoid unused private fields such as 'LOG'.38

Rice Implementation - org/kuali/rice/ken/dao/impl/NotificationDaoOjb.java

ViolationLine
Avoid unused private fields such as 'LOG'.39

Rice Implementation - org/kuali/rice/ken/dao/impl/NotificationMessegeDeliveryDaoJpa.java

ViolationLine
Avoid unused private fields such as 'LOG'.38
Avoid unused local variables such as 'lockedDeliveries'.101

Rice Implementation - org/kuali/rice/ken/dao/impl/NotificationMessegeDeliveryDaoOjb.java

ViolationLine
Avoid unused private fields such as 'LOG'.40

Rice Implementation - org/kuali/rice/ken/deliverer/NotificationMessageDeliverer.java

ViolationLine
Avoid unused imports such as 'java.util.HashMap'18
Avoid unused imports such as 'java.util.LinkedHashMap'19
Avoid unused imports such as 'org.kuali.rice.ken.exception.ErrorList'22

Rice Implementation - org/kuali/rice/ken/deliverer/impl/KEWActionListMessageDeliverer.java

ViolationLine
Avoid unused imports such as 'java.util.HashMap'20
Avoid unused imports such as 'java.util.LinkedHashMap'21
Avoid unused imports such as 'org.kuali.rice.ken.exception.ErrorList'28
Avoid empty if statements121 - 124

Rice Implementation - org/kuali/rice/ken/service/NotificationMessageContentService.java

ViolationLine
Avoid unused imports such as 'org.xml.sax.SAXException'21
Avoid unused imports such as 'javax.xml.parsers.ParserConfigurationException'23

Rice Implementation - org/kuali/rice/ken/service/NotificationRecipientService.java

ViolationLine
Avoid unused imports such as 'java.util.Collection'18

Rice Implementation - org/kuali/rice/ken/service/impl/KENAPIServiceImpl.java

ViolationLine
Avoid unused private fields such as 'prefsService'.34

Rice Implementation - org/kuali/rice/ken/service/impl/NotificationAuthorizationServiceImpl.java

ViolationLine
Avoid unused private fields such as 'LOG'.36
Avoid unused private fields such as 'businessObjectDao'.38

Rice Implementation - org/kuali/rice/ken/service/impl/NotificationContentTypeServiceImpl.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.61
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.133

Rice Implementation - org/kuali/rice/ken/service/impl/NotificationMessageContentServiceImpl.java

ViolationLine
Avoid unused method parameters such as 'content'.364 - 380
Avoid unused method parameters such as 'notification'.364 - 380

Rice Implementation - org/kuali/rice/ken/service/impl/NotificationMessageDeliveryAutoRemovalServiceImpl.java

ViolationLine
Avoid unused local variables such as 'firstMessageDelivery'.71

Rice Implementation - org/kuali/rice/ken/service/impl/NotificationMessageDeliveryResolverServiceImpl.java

ViolationLine
Avoid unused private fields such as 'userPreferenceService'.56

Rice Implementation - org/kuali/rice/ken/service/impl/NotificationServiceImpl.java

ViolationLine
Avoid unused private fields such as 'notificationWorkflowDocumentService'.55
These nested if statements could be combined146 - 150

Rice Implementation - org/kuali/rice/ken/service/impl/UserPreferenceServiceImpl.java

ViolationLine
Avoid unused private fields such as 'notificationChannelService'.35

Rice Implementation - org/kuali/rice/ken/util/ConfiguredNamespaceContext.java

ViolationLine
Avoid unused private fields such as 'LOG'.32

Rice Implementation - org/kuali/rice/ken/util/NotificationConstants.java

ViolationLine
Unnecessary final modifier in final class301 - 307

Rice Implementation - org/kuali/rice/ken/util/Util.java

ViolationLine
Unnecessary final modifier in final class268 - 346
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.295

Rice Implementation - org/kuali/rice/ken/web/spring/AdministerNotificationRequestController.java

ViolationLine
Avoid unused method parameters such as 'response'.301 - 334

Rice Implementation - org/kuali/rice/ken/web/spring/BaseSendNotificationController.java

ViolationLine
Avoid unused private fields such as 'LOG'.42

Rice Implementation - org/kuali/rice/ken/web/spring/NotificationController.java

ViolationLine
Avoid unused imports such as 'org.springframework.web.servlet.view.RedirectView'40
Avoid unused method parameters such as 'response'.291 - 346

Rice Implementation - org/kuali/rice/ken/web/spring/SendEventNotificationMessageController.java

ViolationLine
These nested if statements could be combined603 - 605

Rice Implementation - org/kuali/rice/ken/web/spring/SendNotificationMessageController.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.dto.WorkflowIdDTO'39

Rice Implementation - org/kuali/rice/ken/web/spring/UserPreferencesController.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.ken.deliverer.NotificationMessageDeliverer'31
Avoid unused imports such as 'org.kuali.rice.ken.exception.ErrorList'32
An empty statement (semicolon) not part of a loop149

Rice Implementation - org/kuali/rice/kew/actionitem/dao/impl/ActionItemDAOJpaImpl.java

ViolationLine
These nested if statements could be combined185 - 187

Rice Implementation - org/kuali/rice/kew/actionlist/dao/impl/ActionListDAOJpaImpl.java

ViolationLine
Avoid unused private methods such as 'toDocumentRouteHeaderValueActionListExtension(DocumentRouteHeaderValue)'.135 - 136

Rice Implementation - org/kuali/rice/kew/actionlist/dao/impl/ActionListDAOOjbImpl.java

ViolationLine
Avoid empty catch blocks577
Avoid empty catch blocks582

Rice Implementation - org/kuali/rice/kew/actionlist/web/ActionListAction.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.374
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.383
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.386
Avoid unused local variables such as 'index'.651

Rice Implementation - org/kuali/rice/kew/actionlist/web/ActionListFilterForm.java

ViolationLine
Avoid empty catch blocks218 - 220

Rice Implementation - org/kuali/rice/kew/actionrequest/ActionRequestValue.java

ViolationLine
Avoid unused private fields such as 'groupName'.166

Rice Implementation - org/kuali/rice/kew/actionrequest/KimPrincipalRecipient.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.entity.principal.Principal'18

Rice Implementation - org/kuali/rice/kew/actionrequest/service/impl/ActionRequestServiceImpl.java

ViolationLine
These nested if statements could be combined389 - 392
Avoid unused local variables such as 'allDeactivated'.464
Avoid unused local variables such as 'matchedArs'.525
Avoid unused local variables such as 'arGroups'.542
These nested if statements could be combined706 - 708
These nested if statements could be combined820 - 824

Rice Implementation - org/kuali/rice/kew/actionrequest/service/impl/DocumentRequeuerImpl.java

ViolationLine
Avoid unused imports such as 'java.util.Iterator'21

Rice Implementation - org/kuali/rice/kew/actionrequest/service/impl/NotificationSuppression.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.engine.RouteContext'28

Rice Implementation - org/kuali/rice/kew/actions/AcknowledgeAction.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.exception.ResourceUnavailableException'25
These nested if statements could be combined141 - 143

Rice Implementation - org/kuali/rice/kew/actions/ActionRegistryImpl.java

ViolationLine
Avoid unused imports such as 'java.util.Iterator'22
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.DataDefinition'30
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.ObjectDefinition'31

Rice Implementation - org/kuali/rice/kew/actions/ActionTakenEvent.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.entity.principal.Principal'37

Rice Implementation - org/kuali/rice/kew/actions/ApproveAction.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.exception.ResourceUnavailableException'25
These nested if statements could be combined144 - 146

Rice Implementation - org/kuali/rice/kew/actions/ClearFYIAction.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.exception.ResourceUnavailableException'24
These nested if statements could be combined130 - 132

Rice Implementation - org/kuali/rice/kew/actions/CompleteAction.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.exception.ResourceUnavailableException'24
These nested if statements could be combined139 - 141

Rice Implementation - org/kuali/rice/kew/actions/DisapproveAction.java

ViolationLine
These nested if statements could be combined202 - 207

Rice Implementation - org/kuali/rice/kew/actions/LogDocumentActionAction.java

ViolationLine
Avoid unused local variables such as 'actionTaken'.79

Rice Implementation - org/kuali/rice/kew/actions/NotificationContext.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.entity.principal.Principal'20

Rice Implementation - org/kuali/rice/kew/actions/SuperUserActionRequestApproveEvent.java

ViolationLine
These nested if statements could be combined148 - 156

Rice Implementation - org/kuali/rice/kew/actions/asyncservices/ActionInvocationProcessor.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.DataDefinition'21

Rice Implementation - org/kuali/rice/kew/batch/XmlPollerServiceImpl.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.impex.xml.XmlIngesterService'36

Rice Implementation - org/kuali/rice/kew/bo/lookup/DocSearchCriteriaDTOLookupableHelperServiceImpl.java

ViolationLine
Avoid unused local variables such as 'parameters'.118
An empty statement (semicolon) not part of a loop160
Avoid unused local variables such as 'pkNames'.210
Avoid empty catch blocks305 - 307
Avoid empty if statements418 - 420
An empty statement (semicolon) not part of a loop915
Avoid empty catch blocks1125 - 1128

Rice Implementation - org/kuali/rice/kew/bo/lookup/DocumentRouteHeaderValueLookupableHelperServiceImpl.java

ViolationLine
Avoid unused local variables such as 'returnKeys'.145
Avoid unused local variables such as 'pkNames'.146
Avoid unused local variables such as 'user'.147
Avoid empty try blocks198 - 201
Avoid empty catch blocks201 - 204
Avoid empty if statements266 - 268
An empty statement (semicolon) not part of a loop437

Rice Implementation - org/kuali/rice/kew/config/KEWConfigurer.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.resourceloader.ResourceLoader'27
Avoid duplicate imports such as 'org.kuali.rice.core.impl.resourceloader.RiceResourceLoaderFactory'29

Rice Implementation - org/kuali/rice/kew/config/ThinClientKEWConfigurer.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.config.KIMThinClientConfigurer'18
Avoid unused imports such as 'org.kuali.rice.ksb.messaging.config.KSBThinClientConfigurer'19

Rice Implementation - org/kuali/rice/kew/config/ThinClientLifecycle.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.lifecycle.BaseLifecycle'20
Avoid duplicate imports such as 'org.kuali.rice.core.api.resourceloader.GlobalResourceLoader'22

Rice Implementation - org/kuali/rice/kew/config/ThinClientResourceLoader.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.234

Rice Implementation - org/kuali/rice/kew/definition/AttributeDefinition.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.ObjectDefinition'20

Rice Implementation - org/kuali/rice/kew/docsearch/DocSearchCriteriaDTO.java

ViolationLine
Avoid empty if statements587 - 589

Rice Implementation - org/kuali/rice/kew/docsearch/DocSearchUtils.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.ObjectDefinition'32

Rice Implementation - org/kuali/rice/kew/docsearch/DocumentLookupCriteriaBuilder.java

ViolationLine
Avoid empty catch blocks72 - 75

Rice Implementation - org/kuali/rice/kew/docsearch/SearchableAttributeValue.java

ViolationLine
Avoid unused imports such as 'java.util.Map'21

Rice Implementation - org/kuali/rice/kew/docsearch/StandardDocSearchCriteriaManager.java

ViolationLine
Avoid unused constructor parameters such as 'searchCriteriaDisplayed'.36 - 38
Avoid unused constructor parameters such as 'headerBarDisplayed'.36 - 38

Rice Implementation - org/kuali/rice/kew/docsearch/StandardDocumentSearchCriteriaProcessor.java

ViolationLine
Avoid unused private fields such as 'LOG'.31

Rice Implementation - org/kuali/rice/kew/docsearch/StandardDocumentSearchGenerator.java

ViolationLine
Avoid unused private methods such as 'parseAndConvertDateToRange(String)'.289
Avoid unused local variables such as 'queryTableColumnName'.642
These nested if statements could be combined1742 - 1744
Avoid unused private methods such as 'tokenizeCriteria(String)'.1843
Avoid unused private methods such as 'validateNumber(List)'.1850

Rice Implementation - org/kuali/rice/kew/docsearch/StandardDocumentSearchResultProcessor.java

ViolationLine
Avoid unused private fields such as 'LOG'.49
Avoid unnecessary return statements268
These nested if statements could be combined290 - 307
These nested if statements could be combined291 - 306
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.339

Rice Implementation - org/kuali/rice/kew/docsearch/dao/impl/DocumentSearchDAOJdbcImpl.java

ViolationLine
Always check the return of one of the navigation method (next,previous,first,last) of a ResultSet.92

Rice Implementation - org/kuali/rice/kew/docsearch/dao/impl/DocumentSearchDAOOjbImpl.java

ViolationLine
Avoid unused local variables such as 'documentSecurityService'.67

Rice Implementation - org/kuali/rice/kew/docsearch/service/impl/DocumentSearchServiceImpl.java

ViolationLine
These nested if statements could be combined256 - 262
These nested if statements could be combined284 - 290
These nested if statements could be combined312 - 318
These nested if statements could be combined340 - 346
Avoid unused private methods such as 'validateNetworkId(List)'.351
Avoid unused private methods such as 'validatePersonByPrincipalName(String)'.371
Avoid unused method parameters such as 'principalName'.371 - 378
Avoid unused private methods such as 'getValidDocumentType(String)'.718
Avoid unused private methods such as 'getValidDocumentTypeOld(String)'.745
Avoid unused private methods such as 'tokenizeCriteria(String)'.832

Rice Implementation - org/kuali/rice/kew/docsearch/xml/StandardGenericXMLSearchableAttribute.java

ViolationLine
Avoid empty if statements293 - 295
These nested if statements could be combined407 - 409
Avoid unused method parameters such as 'dataType'.432 - 438
Avoid unused method parameters such as 'quickfinderService'.456 - 485
Avoid unused private methods such as 'getBooleanWithPotentialOverrides(String,NamedNodeMap,NamedNodeMap,NamedNodeMap)'.545
These nested if statements could be combined622 - 624
Avoid unused local variables such as 'rangeDefinitionAttributes'.742
Avoid empty if statements784 - 794

Rice Implementation - org/kuali/rice/kew/doctype/DocumentTypePolicy.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.159

Rice Implementation - org/kuali/rice/kew/doctype/DocumentTypeSecurity.java

ViolationLine
Avoid unused imports such as 'java.io.IOException'19
Avoid unused imports such as 'javax.xml.parsers.ParserConfigurationException'26
Avoid unused imports such as 'org.xml.sax.SAXException'47
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.88
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.91
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.100
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.103
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.113
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.116

Rice Implementation - org/kuali/rice/kew/doctype/bo/DocumentType.java

ViolationLine
These nested if statements could be combined1229 - 1231

Rice Implementation - org/kuali/rice/kew/doctype/dao/impl/DocumentTypeDAOJpaImpl.java

ViolationLine
Avoid unused local variables such as 'docType'.61

Rice Implementation - org/kuali/rice/kew/doctype/service/impl/DocumentSecurityServiceImpl.java

ViolationLine
These nested if statements could be combined157 - 159
Avoid unused local variables such as 'replacementValue'.247

Rice Implementation - org/kuali/rice/kew/document/DocumentTypeMaintainable.java

ViolationLine
Overriding method merely calls super94 - 96

Rice Implementation - org/kuali/rice/kew/document/RoutingRuleMaintainableBusRule.java

ViolationLine
These nested if statements could be combined166 - 169
These nested if statements could be combined176 - 179
These nested if statements could be combined220 - 224
Avoid unused local variables such as 'extensions'.242

Rice Implementation - org/kuali/rice/kew/documentlink/dao/impl/DocumentLinkDAOOjbImpl.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.notes.Note'24

Rice Implementation - org/kuali/rice/kew/documentoperation/web/DocumentOperationAction.java

ViolationLine
Avoid empty if statements631 - 633

Rice Implementation - org/kuali/rice/kew/dto/DTOConverter.java

ViolationLine
This usage of the Collection.toArray() method will throw a ClassCastException.1287

Rice Implementation - org/kuali/rice/kew/engine/RouteHelper.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.ObjectDefinition'21
Avoid duplicate imports such as 'org.kuali.rice.core.api.resourceloader.GlobalResourceLoader'22

Rice Implementation - org/kuali/rice/kew/engine/StandardWorkflowEngine.java

ViolationLine
Avoid unused method parameters such as 'nextNodeInstance'.343 - 351
Avoid unused method parameters such as 'nodeInstance'.577 - 599
Avoid unused method parameters such as 'nodeInstanceId'.613 - 634
Avoid unused method parameters such as 'nodeInstanceId'.676 - 697

Rice Implementation - org/kuali/rice/kew/engine/node/FYIByNetworkId.java

ViolationLine
Avoid unused local variables such as 'documentId'.52

Rice Implementation - org/kuali/rice/kew/engine/node/IteratedRequestActivationNode.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.exception.ResourceUnavailableException'23

Rice Implementation - org/kuali/rice/kew/engine/node/KRAMetaRuleNode.java

ViolationLine
These nested if statements could be combined122 - 124
Overriding method merely calls super154 - 156

Rice Implementation - org/kuali/rice/kew/engine/node/NodeJotter.java

ViolationLine
These nested if statements could be combined76 - 79

Rice Implementation - org/kuali/rice/kew/engine/node/NodeType.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.resourceloader.GlobalResourceLoader'27

Rice Implementation - org/kuali/rice/kew/engine/node/RequestActivationNode.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.exception.ResourceUnavailableException'29

Rice Implementation - org/kuali/rice/kew/engine/node/RequestActivationNodeBase.java

ViolationLine
Avoid unused imports such as 'java.util.ArrayList'18
Avoid unused imports such as 'org.kuali.rice.kew.actionrequest.ActionRequestValue'22
Avoid unused imports such as 'org.kuali.rice.kew.service.KEWServiceLocator'25

Rice Implementation - org/kuali/rice/kew/engine/node/RequestsNode.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.exception.ResourceUnavailableException'28
These nested if statements could be combined129 - 132

Rice Implementation - org/kuali/rice/kew/engine/node/RoleNode.java

ViolationLine
Avoid unused imports such as 'java.util.HashMap'21
Avoid unused imports such as 'java.util.Map'23
Avoid unused imports such as 'org.kuali.rice.kew.exception.ResourceUnavailableException'34

Rice Implementation - org/kuali/rice/kew/engine/node/RouteNode.java

ViolationLine
These nested if statements could be combined302 - 304

Rice Implementation - org/kuali/rice/kew/engine/node/hierarchyrouting/HierarchyRoutingNode.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.ObjectDefinition'34
Avoid duplicate imports such as 'org.kuali.rice.core.api.resourceloader.GlobalResourceLoader'35
Avoid unused imports such as 'org.kuali.rice.kew.engine.node.Branch'39
Avoid unused local variables such as 'i'.119
Avoid unused local variables such as 'documentType'.160
Avoid empty if statements166 - 191
Avoid unused method parameters such as 'helper'.234 - 283
Avoid unused method parameters such as 'helper'.407 - 427

Rice Implementation - org/kuali/rice/kew/engine/simulation/SimulationEngine.java

ViolationLine
These nested if statements could be combined235 - 237
Avoid empty catch blocks374 - 376

Rice Implementation - org/kuali/rice/kew/engine/transition/DynamicTransitionEngine.java

ViolationLine
Avoid empty if statements107 - 110

Rice Implementation - org/kuali/rice/kew/exception/RouteManagerException.java

ViolationLine
No need to import a type that lives in the same package20

Rice Implementation - org/kuali/rice/kew/help/service/impl/HelpServiceImpl.java

ViolationLine
Avoid unused local variables such as 'errors'.107

Rice Implementation - org/kuali/rice/kew/help/web/HelpAction.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.impex.ExportDataSet'29

Rice Implementation - org/kuali/rice/kew/help/web/HelpForm.java

ViolationLine
Avoid unused imports such as 'org.apache.struts.action.ActionForm'19

Rice Implementation - org/kuali/rice/kew/identity/service/impl/IdentityHelperServiceImpl.java

ViolationLine
Avoid unused private fields such as 'logger'.45

Rice Implementation - org/kuali/rice/kew/lifecycle/EmbeddedLifeCycle.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.lifecycle.Lifecycle'22

Rice Implementation - org/kuali/rice/kew/lifecycle/XmlPipelineLifeCycle.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.lifecycle.BaseLifecycle'21

Rice Implementation - org/kuali/rice/kew/mail/EmailNode.java

ViolationLine
These nested if statements could be combined72 - 74

Rice Implementation - org/kuali/rice/kew/mail/service/impl/ActionListImmediateProcessorImpl.java

ViolationLine
These nested if statements could be combined37 - 43

Rice Implementation - org/kuali/rice/kew/messaging/exceptionhandling/ExceptionRoutingServiceImpl.java

ViolationLine
These nested if statements could be combined232 - 234

Rice Implementation - org/kuali/rice/kew/notes/service/impl/AttachmentServiceImpl.java

ViolationLine
Avoid unused imports such as 'java.util.logging.Logger'22

Rice Implementation - org/kuali/rice/kew/notes/web/NoteAction.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.212
Avoid unused method parameters such as 'request'.216 - 267
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.241
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.259

Rice Implementation - org/kuali/rice/kew/notes/web/NoteForm.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.util.KEWConstants'22
Avoid unused imports such as 'org.kuali.rice.kew.util.Utilities'23
Avoid unused imports such as 'org.kuali.rice.kns.util.KNSConstants'24

Rice Implementation - org/kuali/rice/kew/notification/service/impl/KCBNotificationService.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.resourceloader.GlobalResourceLoader'22

Rice Implementation - org/kuali/rice/kew/plugin/Plugin.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.impl.resourceloader.BaseWrappingResourceLoader'22

Rice Implementation - org/kuali/rice/kew/plugin/PluginClassLoader.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.lifecycle.Lifecycle'27
Overriding method merely calls super81 - 84
Avoid empty catch blocks142 - 144
Avoid empty catch blocks156 - 158
Avoid empty catch blocks169 - 171

Rice Implementation - org/kuali/rice/kew/plugin/PluginRegistry.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.resourceloader.ResourceLoader'22

Rice Implementation - org/kuali/rice/kew/preferences/service/impl/PreferencesServiceImpl.java

ViolationLine
Avoid unused private fields such as 'DEFAULT_COLOR'.72
Avoid unused private fields such as 'DEFAULT_ACTION_LIST_SIZE'.73
Avoid unused private fields such as 'DEFAULT_REFRESH_RATE'.74
Avoid unused local variables such as 'stagingDirectory'.96
Avoid empty if statements176 - 178

Rice Implementation - org/kuali/rice/kew/quicklinks/dao/impl/QuickLinksDAOOjbImpl.java

ViolationLine
Avoid empty catch blocks84 - 85
Avoid empty catch blocks91 - 92
Avoid empty catch blocks98 - 99
Avoid empty catch blocks105 - 106
Avoid empty catch blocks174 - 175
Avoid empty catch blocks180 - 181
Avoid empty catch blocks223 - 224
Avoid empty catch blocks229 - 230

Rice Implementation - org/kuali/rice/kew/resourceloader/CoreResourceLoader.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.105

Rice Implementation - org/kuali/rice/kew/responsibility/dao/impl/ResponsibilityIdDAOJpaImpl.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.resourceloader.GlobalResourceLoader'24

Rice Implementation - org/kuali/rice/kew/responsibility/dao/impl/ResponsibilityIdDAOOjbImpl.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.resourceloader.GlobalResourceLoader'22

Rice Implementation - org/kuali/rice/kew/routeheader/DocumentRouteHeaderValue.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.exception.ResourceUnavailableException'44
Avoid unused private fields such as 'searchableAttributeValues'.187

Rice Implementation - org/kuali/rice/kew/routeheader/DocumentRouteHeaderValueActionListExtension.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.entity.principal.Principal'19

Rice Implementation - org/kuali/rice/kew/routeheader/StandardDocumentContent.java

ViolationLine
Avoid unused method parameters such as 'routeContext'.70 - 87

Rice Implementation - org/kuali/rice/kew/routeheader/dao/impl/DocumentRouteHeaderDAOJpaImpl.java

ViolationLine
Avoid empty if statements151 - 153
Avoid empty if statements172 - 174

Rice Implementation - org/kuali/rice/kew/routeheader/dao/impl/DocumentRouteHeaderDAOOjbImpl.java

ViolationLine
Avoid empty catch blocks133 - 134

Rice Implementation - org/kuali/rice/kew/routeheader/service/impl/WorkflowDocumentServiceImpl.java

ViolationLine
Avoid unused local variables such as 'principal'.424

Rice Implementation - org/kuali/rice/kew/routelog/web/RouteLogAction.java

ViolationLine
These nested if statements could be combined301 - 304

Rice Implementation - org/kuali/rice/kew/routemodule/InlineRequestsRouteModule.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.ObjectDefinition'24
Avoid unused private fields such as 'LOG'.55
Avoid empty if statements122 - 124

Rice Implementation - org/kuali/rice/kew/routemodule/service/impl/RouteModuleServiceImpl.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.ObjectDefinition'21
Avoid unused method parameters such as 'ruleTemplateName'.81 - 83

Rice Implementation - org/kuali/rice/kew/rule/AccumulatingBSFRuleExpression.java

ViolationLine
Avoid unused private fields such as 'LOG'.35

Rice Implementation - org/kuali/rice/kew/rule/FlexRM.java

ViolationLine
Avoid unused private methods such as 'makeActionRequests(ActionRequestFactory,RouteContext,RuleBaseValues,DocumentRouteHeaderValue,ActionRequestValue,RuleDelegation)'.238
Avoid empty catch blocks355

Rice Implementation - org/kuali/rice/kew/rule/RolePokerProcessor.java

ViolationLine
Avoid unused private methods such as 'parseParameters(String)'.56

Rice Implementation - org/kuali/rice/kew/rule/RuleExpressionDef.java

ViolationLine
Ensure you override both equals() and hashCode()99

Rice Implementation - org/kuali/rice/kew/rule/TemplateRuleSelector.java

ViolationLine
Avoid unused local variables such as 'documentContent'.92

Rice Implementation - org/kuali/rice/kew/rule/WorkflowAttributeValidationError.java

ViolationLine
Avoid unused imports such as 'java.util.Map'20

Rice Implementation - org/kuali/rice/kew/rule/bo/RuleTemplateAttribute.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.ObjectDefinition'23
Avoid duplicate imports such as 'org.kuali.rice.core.api.resourceloader.GlobalResourceLoader'24

Rice Implementation - org/kuali/rice/kew/rule/dao/impl/RuleDAOJpaImpl.java

ViolationLine
Avoid unused private fields such as 'LOG'.49
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.128

Rice Implementation - org/kuali/rice/kew/rule/dao/impl/RuleDAOOjbImpl.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.125
These nested if statements could be combined226 - 228
Avoid unused private methods such as 'getWorkgroupOrCriteria(Collection)'.393
Avoid unused private methods such as 'getWorkgroupResponsibilitySubQuery(Set)'.416

Rice Implementation - org/kuali/rice/kew/rule/dao/impl/RuleDelegationDAOOjbImpl.java

ViolationLine
Avoid unused private methods such as 'getWorkgroupResponsibilitySubQuery(Set)'.149

Rice Implementation - org/kuali/rice/kew/rule/service/impl/RuleDelegationServiceImpl.java

ViolationLine
Avoid empty if statements131 - 133

Rice Implementation - org/kuali/rice/kew/rule/service/impl/RuleServiceImpl.java

ViolationLine
These nested if statements could be combined870 - 873
Avoid empty if statements900 - 902
Avoid empty if statements950 - 952

Rice Implementation - org/kuali/rice/kew/rule/web/DelegateRuleForm.java

ViolationLine
These nested if statements could be combined79 - 82

Rice Implementation - org/kuali/rice/kew/rule/web/RoutingReportAction.java

ViolationLine
Avoid unused method parameters such as 'isDelegate'.363 - 424
Avoid unused method parameters such as 'request'.446 - 448

Rice Implementation - org/kuali/rice/kew/rule/web/RoutingReportForm.java

ViolationLine
These nested if statements could be combined92 - 98

Rice Implementation - org/kuali/rice/kew/rule/web/RuleForm.java

ViolationLine
Avoid unused imports such as 'java.util.ArrayList'18

Rice Implementation - org/kuali/rice/kew/rule/web/WebRuleResponsibility.java

ViolationLine
Avoid unused local variables such as 'o'.147
An empty statement (semicolon) not part of a loop318

Rice Implementation - org/kuali/rice/kew/rule/xmlrouting/StandardGenericXMLRuleAttribute.java

ViolationLine
Avoid unused local variables such as 'quickfinderService'.136
Avoid empty if statements148 - 151
These nested if statements could be combined455 - 457

Rice Implementation - org/kuali/rice/kew/service/impl/KEWModuleService.java

ViolationLine
These nested if statements could be combined81 - 83

Rice Implementation - org/kuali/rice/kew/service/impl/ReviewResponsibilityTypeServiceImpl.java

ViolationLine
These nested if statements could be combined57 - 61

Rice Implementation - org/kuali/rice/kew/service/impl/WorkflowDocumentActionsWebServiceImpl.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.139
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.150

Rice Implementation - org/kuali/rice/kew/service/impl/WorkflowUtilityWebServiceImpl.java

ViolationLine
These nested if statements could be combined882 - 893
These nested if statements could be combined955 - 957
Avoid unused local variables such as 'principalId'.1192

Rice Implementation - org/kuali/rice/kew/stats/dao/impl/StatsDAOOjbImpl.java

ViolationLine
Avoid unnecessary temporaries when converting primitives to Strings59
Avoid unnecessary temporaries when converting primitives to Strings75
Avoid unnecessary temporaries when converting primitives to Strings95
Avoid unnecessary temporaries when converting primitives to Strings130
Avoid unnecessary temporaries when converting primitives to Strings155

Rice Implementation - org/kuali/rice/kew/stats/web/StatsForm.java

ViolationLine
Avoid empty catch blocks104 - 106
Avoid empty catch blocks130 - 132

Rice Implementation - org/kuali/rice/kew/superuser/web/SuperUserAction.java

ViolationLine
Avoid unused method parameters such as 'request'.254 - 260
These nested if statements could be combined402 - 404

Rice Implementation - org/kuali/rice/kew/useroptions/UserOptionsServiceImpl.java

ViolationLine
Avoid unused private methods such as 'getNewOptionIdForActionList()'.43

Rice Implementation - org/kuali/rice/kew/useroptions/dao/ReloadActionListDAO.java

ViolationLine
Avoid unused imports such as 'javax.sql.DataSource'18

Rice Implementation - org/kuali/rice/kew/useroptions/dao/impl/ReloadActionListDaoJdbcImpl.java

ViolationLine
Avoid unused imports such as 'java.sql.ResultSet'20
Avoid unused local variables such as 'result'.66
Avoid empty catch blocks68 - 70

Rice Implementation - org/kuali/rice/kew/util/ByteArrayDataSource.java

ViolationLine
Avoid empty catch blocks71

Rice Implementation - org/kuali/rice/kew/util/FutureRequestDocumentStateManager.java

ViolationLine
Avoid unused private fields such as 'LOG'.39

Rice Implementation - org/kuali/rice/kew/web/BootstrapFilter.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.ObjectDefinition'23

Rice Implementation - org/kuali/rice/kew/web/UserLoginFilter.java

ViolationLine
Avoid unused private fields such as 'filterConfig'.67
These nested if statements could be combined169 - 173
These nested if statements could be combined170 - 172

Rice Implementation - org/kuali/rice/kew/web/UserPreferencesFilter.java

ViolationLine
Avoid unused private fields such as 'filterConfig'.51

Rice Implementation - org/kuali/rice/kew/xml/DocumentTypeXmlParser.java

ViolationLine
Too many static imports may lead to messy code17 - 1500
Avoid unused method parameters such as 'nodeTypeName'.1199 - 1352
These nested if statements could be combined1256 - 1259

Rice Implementation - org/kuali/rice/kew/xml/GroupXmlParser.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.common.attribute.KimAttribute'27
Avoid unused imports such as 'org.kuali.rice.kim.api.common.attribute.KimAttributeData'28
Avoid unused private fields such as 'DEFAULT_GROUP_DESCRIPTION'.61
Avoid unused private fields such as 'groupAttributes'.65
Avoid empty if statements191 - 193

Rice Implementation - org/kuali/rice/kew/xml/RuleTemplateXmlParser.java

ViolationLine
Avoid empty if statements320 - 322
Avoid empty if statements390 - 392

Rice Implementation - org/kuali/rice/kew/xml/RuleXmlParser.java

ViolationLine
Too many static imports may lead to messy code17 - 600
Avoid unused private methods such as 'checkForDuplicateRuleDelegations(List)'.192
Avoid unused local variables such as 'delegations'.414

Rice Implementation - org/kuali/rice/kew/xml/TestGroupNamespaceURIFilter.java

ViolationLine
Avoid unused method parameters such as 'attributes'.144 - 154

Rice Implementation - org/kuali/rice/kew/xml/export/DocumentTypeXmlExporter.java

ViolationLine
Too many static imports may lead to messy code17 - 527
These nested if statements could be combined386 - 389
Avoid unused method parameters such as 'nodeType'.471 - 473
Avoid unused method parameters such as 'nodeType'.478 - 480

Rice Implementation - org/kuali/rice/kew/xml/export/GroupXmlExporter.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.common.attribute.KimAttributeData'23
Avoid unnecessary temporaries when converting primitives to Strings88
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.88

Rice Implementation - org/kuali/rice/kew/xml/export/HelpEntryXmlExporter.java

ViolationLine
Too many static imports may lead to messy code17 - 76

Rice Implementation - org/kuali/rice/kew/xml/export/RuleAttributeXmlExporter.java

ViolationLine
Too many static imports may lead to messy code17 - 98

Rice Implementation - org/kuali/rice/kew/xml/export/RuleDelegationXmlExporter.java

ViolationLine
Too many static imports may lead to messy code17 - 107

Rice Implementation - org/kuali/rice/kew/xml/export/RuleTemplateXmlExporter.java

ViolationLine
Too many static imports may lead to messy code17 - 167

Rice Implementation - org/kuali/rice/kew/xml/export/RuleXmlExporter.java

ViolationLine
Too many static imports may lead to messy code17 - 260
Avoid unused private methods such as 'exportRuleDelegations(Element,RuleBaseValues)'.224

Rice Implementation - org/kuali/rice/kim/bo/impl/PersonImpl.java

ViolationLine
The null check here is misplaced; if the variable is null therell be a NullPointerException186
These nested if statements could be combined206 - 212

Rice Implementation - org/kuali/rice/kim/bo/reference/impl/AffiliationTypeImpl.java

ViolationLine
Avoid unused private fields such as 'affiliationTypeCode'.47

Rice Implementation - org/kuali/rice/kim/bo/reference/impl/EmploymentTypeImpl.java

ViolationLine
Avoid unused private fields such as 'employmentTypeCode'.42

Rice Implementation - org/kuali/rice/kim/bo/ui/KimDocumentBoActivatableToFromBase.java

ViolationLine
Avoid unused imports such as 'java.sql.Date'18

Rice Implementation - org/kuali/rice/kim/bo/ui/KimDocumentBoActivatableToFromEditableBase.java

ViolationLine
Avoid unused imports such as 'java.sql.Date'18

Rice Implementation - org/kuali/rice/kim/bo/ui/KimDocumentBoActiveToFromBase.java

ViolationLine
Avoid unused imports such as 'java.sql.Date'18

Rice Implementation - org/kuali/rice/kim/bo/ui/PersonDocumentAddress.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.entity.TypeContract'20

Rice Implementation - org/kuali/rice/kim/bo/ui/PersonDocumentEmploymentInfo.java

ViolationLine
Avoid duplicate imports such as 'org.hibernate.annotations.Parameter'19
Avoid duplicate imports such as 'javax.persistence.Entity'27
Avoid duplicate imports such as 'javax.persistence.Table'28

Rice Implementation - org/kuali/rice/kim/bo/ui/PersonDocumentGroup.java

ViolationLine
These nested if statements could be combined85 - 87

Rice Implementation - org/kuali/rice/kim/document/IdentityManagementGroupDocument.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.util.AttributeSet'24

Rice Implementation - org/kuali/rice/kim/document/rule/ActiveRoleMemberHelper.java

ViolationLine
Avoid unused private fields such as 'LOG'.32

Rice Implementation - org/kuali/rice/kim/document/rule/GenericPermissionMaintenanceDocumentRule.java

ViolationLine
Avoid unused local variables such as 'spacesPattern'.100

Rice Implementation - org/kuali/rice/kim/document/rule/IdentityManagementGroupDocumentRule.java

ViolationLine
These nested if statements could be combined91 - 98

Rice Implementation - org/kuali/rice/kim/document/rule/IdentityManagementPersonDocumentRule.java

ViolationLine
These nested if statements could be combined300 - 309
These nested if statements could be combined455 - 466
Avoid unused local variables such as 'i'.709

Rice Implementation - org/kuali/rice/kim/document/rule/IdentityManagementRoleDocumentRule.java

ViolationLine
These nested if statements could be combined157 - 161
These nested if statements could be combined372 - 385
These nested if statements could be combined373 - 384
These nested if statements could be combined529 - 542
These nested if statements could be combined530 - 541

Rice Implementation - org/kuali/rice/kim/impl/responsibility/KimDocumentResponsibilityRule.java

ViolationLine
No need to import a type that lives in the same package23
No need to import a type that lives in the same package24
No need to import a type that lives in the same package25

Rice Implementation - org/kuali/rice/kim/impl/responsibility/KimResponsibilityTypeServiceBase.java

ViolationLine
No need to import a type that lives in the same package23

Rice Implementation - org/kuali/rice/kim/impl/responsibility/ResponsibilityInquirableImpl.java

ViolationLine
No need to import a type that lives in the same package25
No need to import a type that lives in the same package26
No need to import a type that lives in the same package27
Avoid empty if statements92 - 94

Rice Implementation - org/kuali/rice/kim/impl/responsibility/ResponsibilityLookupableHelperServiceImpl.java

ViolationLine
No need to import a type that lives in the same package26
No need to import a type that lives in the same package27
No need to import a type that lives in the same package28

Rice Implementation - org/kuali/rice/kim/impl/responsibility/ResponsibilityServiceImpl.java

ViolationLine
Avoid unused method parameters such as 'namespaceCode'.176 - 184
Avoid unused method parameters such as 'namespaceCode'.200 - 209
Avoid unused method parameters such as 'qualification'.405 - 410

Rice Implementation - org/kuali/rice/kim/impl/responsibility/ReviewResponsibilityMaintenanceDocumentRule.java

ViolationLine
Avoid unused local variables such as 'routeNodeNames'.62

Rice Implementation - org/kuali/rice/kim/inquiry/GroupInquirableImpl.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.bo.impl.PermissionImpl'20

Rice Implementation - org/kuali/rice/kim/inquiry/PermissionInquirableImpl.java

ViolationLine
Avoid empty if statements94 - 96

Rice Implementation - org/kuali/rice/kim/lookup/GroupLookupableHelperServiceImpl.java

ViolationLine
Avoid empty if statements294 - 295

Rice Implementation - org/kuali/rice/kim/lookup/RoleLookupableHelperServiceImpl.java

ViolationLine
Avoid unused private fields such as 'LOG'.67
These nested if statements could be combined114 - 116
Avoid unused private methods such as 'getAttrDefnId(AttributeDefinition)'.156

Rice Implementation - org/kuali/rice/kim/lookup/RoleMemberLookupableHelperServiceImpl.java

ViolationLine
Overriding method merely calls super136 - 149

Rice Implementation - org/kuali/rice/kim/rules/ui/KimDocumentMemberRule.java

ViolationLine
Avoid unused local variables such as 'i'.67

Rice Implementation - org/kuali/rice/kim/rules/ui/PersonDocumentDelegationMemberRule.java

ViolationLine
Avoid unused local variables such as 'document'.42

Rice Implementation - org/kuali/rice/kim/rules/ui/RoleDocumentDelegationMemberRule.java

ViolationLine
Avoid unused local variables such as 'i'.69

Rice Implementation - org/kuali/rice/kim/service/impl/IdentityManagementServiceImpl.java

ViolationLine
Avoid unused private fields such as 'authenticationService'.73

Rice Implementation - org/kuali/rice/kim/service/impl/KimModuleService.java

ViolationLine
These nested if statements could be combined78 - 81

Rice Implementation - org/kuali/rice/kim/service/impl/PermissionServiceImpl.java

ViolationLine
Avoid unused private fields such as 'LOG'.64
These nested if statements could be combined225 - 227

Rice Implementation - org/kuali/rice/kim/service/impl/PersonServiceImpl.java

ViolationLine
These nested if statements could be combined427 - 443
These nested if statements could be combined607 - 609

Rice Implementation - org/kuali/rice/kim/service/impl/RoleManagementServiceImpl.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.414

Rice Implementation - org/kuali/rice/kim/service/impl/RoleServiceBase.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.entity.principal.Principal'23
These nested if statements could be combined209 - 212

Rice Implementation - org/kuali/rice/kim/service/impl/RoleServiceImpl.java

ViolationLine
These nested if statements could be combined679 - 703
These nested if statements could be combined686 - 702
These nested if statements could be combined982 - 984
These nested if statements could be combined994 - 996

Rice Implementation - org/kuali/rice/kim/service/impl/UiDocumentServiceImpl.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.common.attribute.KimAttributeData'25
Avoid unused private methods such as 'getPrincipalImpl(String)'.641
These nested if statements could be combined1273 - 1276
Avoid empty if statements1700 - 1702
Avoid empty if statements1708 - 1710
Avoid empty if statements1716 - 1718
These nested if statements could be combined2310 - 2312
These nested if statements could be combined2319 - 2321

Rice Implementation - org/kuali/rice/kim/service/support/impl/KimTypeServiceBase.java

ViolationLine
These nested if statements could be combined245 - 257
Avoid empty catch blocks267 - 269
These nested if statements could be combined404 - 407
These nested if statements could be combined414 - 418
Avoid empty catch blocks489 - 491
Avoid empty catch blocks504 - 506

Rice Implementation - org/kuali/rice/kim/util/KimCommonUtilsInternal.java

ViolationLine
Avoid unused private fields such as 'LOG'.40
Avoid unused private methods such as 'getAttributeInfo(List,String)'.204

Rice Implementation - org/kuali/rice/kim/web/struts/action/IdentityManagementRoleDocumentAction.java

ViolationLine
Avoid empty if statements570 - 573
These nested if statements could be combined598
These nested if statements could be combined607 - 609

Rice Implementation - org/kuali/rice/kns/bo/JpaToDdl.java

ViolationLine
These nested if statements could be combined178 - 180

Rice Implementation - org/kuali/rice/kns/bo/JpaToOjbMetadata.java

ViolationLine
These nested if statements could be combined205 - 207

Rice Implementation - org/kuali/rice/kns/bo/LookupResults.java

ViolationLine
Avoid unused imports such as 'javax.persistence.Version'21
Avoid unused imports such as 'javax.persistence.TemporalType'22
Avoid unused imports such as 'javax.persistence.Temporal'23
Avoid unused imports such as 'javax.persistence.Id'25
Avoid unused imports such as 'javax.persistence.CascadeType'26

Rice Implementation - org/kuali/rice/kns/config/GlobalResourceLoaderServiceFactoryBean.java

ViolationLine
Avoid unused imports such as 'java.util.HashSet'19
Avoid unused imports such as 'java.util.Set'20

Rice Implementation - org/kuali/rice/kns/config/KNSConfigurer.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.resourceloader.GlobalResourceLoader'23
Avoid unused private fields such as 'KNS_SPRING_BEANS_PATH'.37

Rice Implementation - org/kuali/rice/kns/dao/impl/AttachmentDaoJpa.java

ViolationLine
Avoid unused private fields such as 'LOG'.34

Rice Implementation - org/kuali/rice/kns/dao/impl/AttachmentDaoOjb.java

ViolationLine
Avoid unused private fields such as 'LOG'.31

Rice Implementation - org/kuali/rice/kns/dao/impl/BusinessObjectDaoJpa.java

ViolationLine
Avoid unused private fields such as 'ojbCollectionHelper'.58
Avoid empty catch blocks83
Avoid empty catch blocks101

Rice Implementation - org/kuali/rice/kns/dao/impl/DocumentHeaderDaoOjb.java

ViolationLine
Avoid unused private fields such as 'LOG'.30

Rice Implementation - org/kuali/rice/kns/dao/impl/LookupDaoJpa.java

ViolationLine
Avoid empty catch blocks226

Rice Implementation - org/kuali/rice/kns/dao/impl/NoteDaoOjb.java

ViolationLine
Avoid unused private fields such as 'LOG'.39

Rice Implementation - org/kuali/rice/kns/dao/impl/PersistedLookupMetadataDaoJpa.java

ViolationLine
Avoid unused private fields such as 'LOG'.32

Rice Implementation - org/kuali/rice/kns/dao/impl/PersistedLookupMetadataDaoOjb.java

ViolationLine
Avoid unused private fields such as 'LOG'.29

Rice Implementation - org/kuali/rice/kns/dao/impl/PersistenceDaoJpa.java

ViolationLine
Avoid unused local variables such as 'fk'.89
Avoid unused local variables such as 'foreignPK'.90
Avoid empty catch blocks111

Rice Implementation - org/kuali/rice/kns/dao/impl/SessionDocumentDaoJpa.java

ViolationLine
Avoid unused private fields such as 'LOG'.31

Rice Implementation - org/kuali/rice/kns/dao/impl/SessionDocumentDaoOjb.java

ViolationLine
Avoid unused private fields such as 'LOG'.34
Avoid unused private fields such as 'businessObjectDao'.35

Rice Implementation - org/kuali/rice/kns/dao/proxy/BusinessObjectDaoProxy.java

ViolationLine
Avoid unused private fields such as 'LOG'.44

Rice Implementation - org/kuali/rice/kns/dao/proxy/DocumentHeaderDaoProxy.java

ViolationLine
Avoid unused local variables such as 'START_INDEX'.28

Rice Implementation - org/kuali/rice/kns/dao/proxy/MaintenanceDocumentDaoProxy.java

ViolationLine
Avoid unused local variables such as 'START_INDEX'.32

Rice Implementation - org/kuali/rice/kns/dao/proxy/NoteDaoProxy.java

ViolationLine
Avoid unused local variables such as 'START_INDEX'.32

Rice Implementation - org/kuali/rice/kns/dao/proxy/PersistedLookupMetadataDaoProxy.java

ViolationLine
Avoid unused local variables such as 'START_INDEX'.32

Rice Implementation - org/kuali/rice/kns/dao/proxy/PersistenceDaoProxy.java

ViolationLine
Avoid unused local variables such as 'entityManager'.56

Rice Implementation - org/kuali/rice/kns/dao/proxy/SessionDocumentDaoProxy.java

ViolationLine
Avoid unused private fields such as 'LOG'.29

Rice Implementation - org/kuali/rice/kns/datadictionary/impl/BeanOverrideImpl.java

ViolationLine
Avoid unused private fields such as 'LOG'.34

Rice Implementation - org/kuali/rice/kns/inquiry/InquiryAuthorizerBase.java

ViolationLine
Avoid unused imports such as 'java.util.HashMap'18
Avoid unused imports such as 'java.util.Map'20
Avoid unused imports such as 'org.kuali.rice.kim.bo.Person'23
Avoid unused imports such as 'org.kuali.rice.kim.bo.impl.KimAttributes'24
Avoid unused imports such as 'org.kuali.rice.kim.util.KimConstants'25
Avoid unused imports such as 'org.kuali.rice.kns.bo.BusinessObject'27
Avoid unused imports such as 'org.kuali.rice.kns.util.KNSConstants'28

Rice Implementation - org/kuali/rice/kns/lookup/PersistableBusinessObjectLookupResultsSupportStrategyImpl.java

ViolationLine
Avoid unused imports such as 'java.util.ArrayList'18
Avoid unused imports such as 'org.kuali.rice.kns.bo.SelectedObjectIds'26
Avoid unused imports such as 'org.kuali.rice.kns.exception.AuthorizationException'27

Rice Implementation - org/kuali/rice/kns/maintenance/KualiGlobalMaintainableImpl.java

ViolationLine
These nested if statements could be combined161 - 163
These nested if statements could be combined169 - 171

Rice Implementation - org/kuali/rice/kns/rules/PromptBeforeValidationBase.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.222

Rice Implementation - org/kuali/rice/kns/service/KNSServiceLocatorInternal.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.resourceloader.GlobalResourceLoader'20

Rice Implementation - org/kuali/rice/kns/service/impl/AttachmentServiceImpl.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.document.Document'26
These nested if statements could be combined245 - 247

Rice Implementation - org/kuali/rice/kns/service/impl/BusinessObjectAuthorizationServiceImpl.java

ViolationLine
These nested if statements could be combined215 - 239
These nested if statements could be combined278 - 288
Avoid empty catch blocks535 - 538
Avoid unused local variables such as 'namespaceCode'.609
Avoid unused local variables such as 'componentName'.610
Avoid unused local variables such as 'propertyName'.611

Rice Implementation - org/kuali/rice/kns/service/impl/BusinessObjectDictionaryServiceImpl.java

ViolationLine
These nested if statements could be combined204 - 206
These nested if statements could be combined221 - 223
These nested if statements could be combined237 - 239
These nested if statements could be combined254 - 256
These nested if statements could be combined271 - 274
These nested if statements could be combined339 - 341
Avoid empty if statements502 - 509
These nested if statements could be combined519 - 533
These nested if statements could be combined523 - 532
These nested if statements could be combined556 - 574
These nested if statements could be combined558 - 573
These nested if statements could be combined566 - 570
Avoid empty catch blocks584 - 588
These nested if statements could be combined657 - 659
These nested if statements could be combined727 - 729

Rice Implementation - org/kuali/rice/kns/service/impl/BusinessObjectMetaDataServiceImpl.java

ViolationLine
Avoid unused local variables such as 'attributeRefName'.345

Rice Implementation - org/kuali/rice/kns/service/impl/BusinessObjectServiceImpl.java

ViolationLine
Avoid empty catch blocks244 - 247
Avoid unused method parameters such as 'refFieldName'.379 - 394

Rice Implementation - org/kuali/rice/kns/service/impl/DataDictionaryServiceImpl.java

ViolationLine
These nested if statements could be combined254 - 256
These nested if statements could be combined704 - 707
These nested if statements could be combined718 - 722

Rice Implementation - org/kuali/rice/kns/service/impl/DataObjectMetaDataServiceImpl.java

ViolationLine
These nested if statements could be combined157 - 163
These nested if statements could be combined203 - 207
These nested if statements could be combined222 - 225
These nested if statements could be combined269 - 271

Rice Implementation - org/kuali/rice/kns/service/impl/DictionaryValidationServiceImpl.java

ViolationLine
Avoid empty catch blocks554 - 556
Avoid empty catch blocks570 - 572
These nested if statements could be combined851 - 853

Rice Implementation - org/kuali/rice/kns/service/impl/DocumentHeaderServiceImpl.java

ViolationLine
Avoid unused private fields such as 'LOG'.34

Rice Implementation - org/kuali/rice/kns/service/impl/DocumentServiceImpl.java

ViolationLine
This usage of the Collection.toArray() method will throw a ClassCastException.165
Avoid unused method parameters such as 'documentHeaderId'.646 - 653
These nested if statements could be combined740 - 742

Rice Implementation - org/kuali/rice/kns/service/impl/InactivationBlockingDisplayServiceImpl.java

ViolationLine
Avoid unused private fields such as 'persistenceService'.45
Avoid unused local variables such as 'formatter'.117

Rice Implementation - org/kuali/rice/kns/service/impl/KNSModuleService.java

ViolationLine
These nested if statements could be combined37 - 39
These nested if statements could be combined46 - 48

Rice Implementation - org/kuali/rice/kns/service/impl/KualiModuleServiceImpl.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.resourceloader.GlobalResourceLoader'22

Rice Implementation - org/kuali/rice/kns/service/impl/LookupServiceImpl.java

ViolationLine
Avoid unused private fields such as 'LOG'.34

Rice Implementation - org/kuali/rice/kns/service/impl/MailServiceImpl.java

ViolationLine
Avoid unused private fields such as 'LOG'.26

Rice Implementation - org/kuali/rice/kns/service/impl/MaintenanceDocumentDictionaryServiceImpl.java

ViolationLine
These nested if statements could be combined557 - 560
Avoid unused method parameters such as 'businessObject'.633 - 650

Rice Implementation - org/kuali/rice/kns/service/impl/NamespaceWildcardAllowedAndOrStringExactMatchPermissionTypeServiceImpl.java

ViolationLine
These nested if statements could be combined61 - 63
These nested if statements could be combined71 - 73

Rice Implementation - org/kuali/rice/kns/service/impl/PersistenceServiceImpl.java

ViolationLine
Avoid unused private fields such as 'LOG'.35

Rice Implementation - org/kuali/rice/kns/service/impl/PersistenceServiceJpaImpl.java

ViolationLine
These nested if statements could be combined131 - 133
Avoid unused local variables such as 'refPkNames'.310

Rice Implementation - org/kuali/rice/kns/service/impl/PersistenceServiceOjbImpl.java

ViolationLine
These nested if statements could be combined407 - 409

Rice Implementation - org/kuali/rice/kns/service/impl/PersistenceStructureServiceJpaImpl.java

ViolationLine
These nested if statements could be combined551 - 553

Rice Implementation - org/kuali/rice/kns/service/impl/PersistenceStructureServiceOjbImpl.java

ViolationLine
These nested if statements could be combined582 - 584

Rice Implementation - org/kuali/rice/kns/service/impl/PostProcessorServiceImpl.java

ViolationLine
Avoid unused private fields such as 'dateTimeService'.54

Rice Implementation - org/kuali/rice/kns/service/impl/RiceApplicationConfigurationMediationServiceImpl.java

ViolationLine
These nested if statements could be combined205 - 207

Rice Implementation - org/kuali/rice/kns/service/impl/SessionDocumentServiceImpl.java

ViolationLine
Avoid unused local variables such as 'key'.258

Rice Implementation - org/kuali/rice/kns/uif/service/impl/ViewDictionaryServiceImpl.java

ViolationLine
These nested if statements could be combined52 - 57

Rice Implementation - org/kuali/rice/kns/util/OjbCollectionHelper.java

ViolationLine
Avoid empty catch blocks66 - 68
Avoid empty catch blocks108 - 110
Avoid unused method parameters such as 'origSource'.121 - 131

Rice Implementation - org/kuali/rice/kns/util/cache/ObjectCacheOSCacheImpl.java

ViolationLine
Avoid unused constructor parameters such as 'prop'.74 - 76
Avoid unused constructor parameters such as 'broker'.74 - 76
Avoid unused local variables such as 'cache'.83

Rice Implementation - org/kuali/rice/kns/util/properties/PropertyHolder.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.exception.PropertiesException'23

Rice Implementation - org/kuali/rice/kns/util/properties/PropertySource.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.exception.PropertiesException'20

Rice Implementation - org/kuali/rice/kns/web/format/DelegationTypeFormatter.java

ViolationLine
Avoid unused imports such as 'java.util.Arrays'21
Avoid unused imports such as 'java.util.List'22
Avoid unused imports such as 'org.kuali.rice.core.util.RiceKeyConstants'24

Rice Implementation - org/kuali/rice/kns/web/struts/action/AuthorizationExceptionAction.java

ViolationLine
Avoid unused method parameters such as 'form'.75 - 82

Rice Implementation - org/kuali/rice/kns/web/struts/action/KualiHelpAction.java

ViolationLine
Avoid unused local variables such as 'label'.315
Avoid unused local variables such as 'objectDescription'.316
Avoid unused local variables such as 'helpForm'.460

Rice Implementation - org/kuali/rice/kns/web/struts/action/KualiInquiryAction.java

ViolationLine
Avoid unused local variables such as 'kualiInquirable'.295

Rice Implementation - org/kuali/rice/kns/web/struts/action/KualiLookupAction.java

ViolationLine
Avoid empty if statements119 - 121
These nested if statements could be combined131 - 133
Avoid unused method parameters such as 'request'.162 - 166

Rice Implementation - org/kuali/rice/kns/web/struts/action/KualiMaintenanceDocumentAction.java

ViolationLine
These nested if statements could be combined237 - 254
Avoid empty catch blocks252
Avoid empty catch blocks794 - 796
Avoid empty catch blocks797 - 799
Avoid empty catch blocks800 - 802
These nested if statements could be combined835 - 838
Avoid unused local variables such as 'documentAuthorizer'.958
Avoid unused local variables such as 'newBo'.964
Avoid unused local variables such as 'maintenanceDocumentAuthorizer'.1000

Rice Implementation - org/kuali/rice/kns/web/struts/action/KualiPropertyMessageResources.java

ViolationLine
Avoid unused imports such as 'java.util.Properties'20

Rice Implementation - org/kuali/rice/kns/web/struts/action/KualiRequestProcessor.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.service.KNSServiceLocator'30
These nested if statements could be combined515 - 525
These nested if statements could be combined542 - 552

Rice Implementation - org/kuali/rice/kns/web/struts/form/AuthorizationExceptionForm.java

ViolationLine
No need to import a type that lives in the same package22

Rice Implementation - org/kuali/rice/kns/web/struts/form/BackdoorForm.java

ViolationLine
Avoid unused private fields such as 'targetName'.37

Rice Implementation - org/kuali/rice/kns/web/struts/form/DisplayInactivationBlockersForm.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.service.KNSServiceLocator'31

Rice Implementation - org/kuali/rice/kns/web/struts/pojo/PojoPropertyUtilsBean.java

ViolationLine
Avoid empty catch blocks367 - 368

Rice Implementation - org/kuali/rice/kns/web/taglib/html/KNSCheckboxTag.java

ViolationLine
Avoid unused imports such as 'org.apache.struts.taglib.TagUtils'22

Rice Implementation - org/kuali/rice/kns/web/taglib/html/KNSTextTag.java

ViolationLine
Avoid unused imports such as 'org.apache.struts.taglib.TagUtils'22

Rice Implementation - org/kuali/rice/kns/web/taglib/html/KNSTextareaTag.java

ViolationLine
Avoid unused imports such as 'org.apache.struts.taglib.TagUtils'22

Rice Implementation - org/kuali/rice/kns/workflow/WorkflowUtils.java

ViolationLine
Unnecessary final modifier in final class61 - 69
Unnecessary final modifier in final class71 - 79
Unnecessary final modifier in final class91 - 101
Unnecessary final modifier in final class110 - 112
Unnecessary final modifier in final class139 - 141

Rice Implementation - org/kuali/rice/kns/workflow/attribute/DataDictionaryQualifierResolver.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.service.KNSServiceLocator'28

Rice Implementation - org/kuali/rice/kns/workflow/attribute/DataDictionarySearchableAttribute.java

ViolationLine
Avoid empty catch blocks181 - 183
Avoid unused local variables such as 'boEntry'.434

Rice Implementation - org/kuali/rice/kns/workflow/attribute/KualiXmlAttributeHelper.java

ViolationLine
Avoid unused local variables such as 'docContent'.95
Avoid unused local variables such as 'name'.117
These nested if statements could be combined162 - 199
Avoid unused private methods such as 'getLastXPath(Element)'.449

Rice Implementation - org/kuali/rice/kns/workflow/postprocessor/KualiPostProcessor.java

ViolationLine
Avoid unused private fields such as 'LOG'.50

Rice Implementation - org/kuali/rice/kns/workflow/service/impl/KualiWorkflowDocumentImpl.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.exception.InvalidActionTakenException'31
Avoid unused imports such as 'org.kuali.rice.kew.exception.ResourceUnavailableException'32
These nested if statements could be combined280 - 282

Rice Implementation - org/kuali/rice/kns/workflow/service/impl/WorkflowAttributePropertyResolutionServiceImpl.java

ViolationLine
These nested if statements could be combined367 - 370

Rice Implementation - org/kuali/rice/kns/workflow/service/impl/WorkflowDocumentServiceImpl.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.exception.InvalidActionTakenException'28

Rice Implementation - org/kuali/rice/ksb/cache/RiceCacheAdministratorImpl.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.150

Rice Implementation - org/kuali/rice/ksb/cache/RiceDistributedCacheListener.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.65

Rice Implementation - org/kuali/rice/ksb/impl/bus/LocalService.java

ViolationLine
Avoid empty catch blocks115

Rice Implementation - org/kuali/rice/ksb/impl/registry/ServiceRegistryDaoOjb.java

ViolationLine
Avoid empty catch blocks138

Rice Implementation - org/kuali/rice/ksb/impl/registry/diff/ServiceRegistryDiffCalculator.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.ksb.api.registry.ServiceRegistry'20

Rice Implementation - org/kuali/rice/ksb/messaging/KSBHttpInvokerRequestExecutor.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.resourceloader.GlobalResourceLoader'32

Rice Implementation - org/kuali/rice/ksb/messaging/KSBHttpInvokerServiceExporter.java

ViolationLine
Overriding method merely calls super92 - 94

Rice Implementation - org/kuali/rice/ksb/messaging/MessageFetcher.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.ksb.util.KSBConstants.Config'23

Rice Implementation - org/kuali/rice/ksb/messaging/MessageServiceInvoker.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.77

Rice Implementation - org/kuali/rice/ksb/messaging/bam/BAMClientProxy.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.ksb.impl.registry.ServiceInfoBo'28

Rice Implementation - org/kuali/rice/ksb/messaging/bam/dao/impl/BAMDAOOjbImpl.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.ObjectDefinition'25

Rice Implementation - org/kuali/rice/ksb/messaging/bam/dao/impl/BAMDaoJpaImpl.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.reflect.ObjectDefinition'25

Rice Implementation - org/kuali/rice/ksb/messaging/config/KSBConfigurer.java

ViolationLine
These nested if statements could be combined271 - 273
These nested if statements could be combined276 - 278

Rice Implementation - org/kuali/rice/ksb/messaging/exceptionhandling/DefaultMessageExceptionHandler.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.143

Rice Implementation - org/kuali/rice/ksb/messaging/quartz/KSBSchedulerFactoryBean.java

ViolationLine
Avoid unused private fields such as 'transactionManager'.41
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.68

Rice Implementation - org/kuali/rice/ksb/messaging/quartz/QuartzConfigPropertiesFactoryBean.java

ViolationLine
These nested if statements could be combined62 - 64

Rice Implementation - org/kuali/rice/ksb/messaging/serviceconnectors/HttpInvokerConnector.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.139

Rice Implementation - org/kuali/rice/ksb/messaging/serviceconnectors/ResourceFacadeImpl.java

ViolationLine
Avoid importing anything from the package 'java.lang'20

Rice Implementation - org/kuali/rice/ksb/messaging/threadpool/KSBScheduledThreadPoolExecutor.java

ViolationLine
Avoid empty catch blocks48 - 50

Rice Implementation - org/kuali/rice/ksb/messaging/web/MessageQueueAction.java

ViolationLine
These nested if statements could be combined392 - 395

Rice Implementation - org/kuali/rice/ksb/security/admin/service/impl/JavaSecurityManagementServiceImpl.java

ViolationLine
Avoid empty catch blocks121 - 122
Don't create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN)214

Rice Implementation - org/kuali/rice/ksb/security/admin/web/JavaSecurityManagementAction.java

ViolationLine
Avoid empty catch blocks118

Rice Implementation - org/kuali/rice/ksb/security/admin/web/JavaSecurityManagementForm.java

ViolationLine
These nested if statements could be combined57 - 59

Rice Implementation - org/kuali/rice/ksb/service/KSBServiceLocator.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.ksb.api.messaging.MessageHelper'31

Rice Internal Test Tools - org/kuali/rice/test/BaselineTestCase.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.lifecycle.Lifecycle'19
These nested if statements could be combined97 - 99

Rice Internal Test Tools - org/kuali/rice/test/ClearDatabaseLifecycle.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.103

Rice Internal Test Tools - org/kuali/rice/test/RiceTestCase.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.lifecycle.BaseLifecycle'29
Avoid duplicate imports such as 'org.kuali.rice.core.api.lifecycle.Lifecycle'30

Rice Internal Test Tools - org/kuali/rice/test/TestHarnessServiceLocator.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.impl.resourceloader.SpringResourceLoader'19

Rice Internal Test Tools - org/kuali/rice/test/TestUtilities.java

ViolationLine
An empty statement (semicolon) not part of a loop146
Avoid empty catch blocks149 - 151

Rice Internal Test Tools - org/kuali/rice/test/TransactionalLifecycle.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.resourceloader.GlobalResourceLoader'20

Rice Internal Test Tools - org/kuali/rice/test/lifecycles/PerSuiteDataLoaderLifecycle.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.lifecycle.Lifecycle'16

Rice Internal Test Tools - org/kuali/rice/test/lifecycles/PerTestDataLoaderLifecycle.java

ViolationLine
Avoid duplicate imports such as 'org.kuali.rice.core.api.lifecycle.Lifecycle'16

Rice Internal Test Tools - org/kuali/rice/test/lifecycles/SQLDataLoaderLifecycle.java

ViolationLine
Overriding method merely calls super58 - 61

Rice KEW Framework - org/kuali/rice/kew/postprocessor/PostProcessorRemote.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.exception.ResourceUnavailableException'28

Rice KIM API - org/kuali/rice/kim/api/common/assignee/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'6
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'8

Rice KIM API - org/kuali/rice/kim/api/common/attribute/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'6
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'8

Rice KIM API - org/kuali/rice/kim/api/common/delegate/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'6
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'8

Rice KIM API - org/kuali/rice/kim/api/common/template/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'6
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'8

Rice KIM API - org/kuali/rice/kim/api/entity/address/EntityAddressContract.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.mo.common.Defaultable'18
Avoid unused imports such as 'org.kuali.rice.core.api.mo.common.active.Inactivatable'22

Rice KIM API - org/kuali/rice/kim/api/entity/address/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'20
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'22

Rice KIM API - org/kuali/rice/kim/api/entity/citizenship/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'19
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'21

Rice KIM API - org/kuali/rice/kim/api/entity/email/EntityEmail.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.entity.TypeContract'12
No need to import a type that lives in the same package13

Rice KIM API - org/kuali/rice/kim/api/entity/email/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'20
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'22

Rice KIM API - org/kuali/rice/kim/api/entity/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'19
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'21

Rice KIM API - org/kuali/rice/kim/api/entity/personal/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'20
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'22

Rice KIM API - org/kuali/rice/kim/api/entity/phone/EntityPhone.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.mo.common.active.InactivatableFromTo'19
Avoid unused imports such as 'org.kuali.rice.kim.api.entity.TypeContract'22

Rice KIM API - org/kuali/rice/kim/api/entity/phone/EntityPhoneContract.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.mo.common.Defaultable'4
Avoid unused imports such as 'org.kuali.rice.core.api.mo.common.active.Inactivatable'8

Rice KIM API - org/kuali/rice/kim/api/entity/phone/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'20
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'22

Rice KIM API - org/kuali/rice/kim/api/entity/principal/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'19
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'21

Rice KIM API - org/kuali/rice/kim/api/entity/privacy/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'19
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'21

Rice KIM API - org/kuali/rice/kim/api/entity/type/EntityTypeDataContract.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.entity.email.EntityEmail'9

Rice KIM API - org/kuali/rice/kim/api/entity/type/EntityTypeDataDefault.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.mo.ModelObjectComplete'7

Rice KIM API - org/kuali/rice/kim/api/entity/type/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'19
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'21

Rice KIM API - org/kuali/rice/kim/api/group/Group.java

ViolationLine
Avoid unused imports such as 'org.apache.commons.collections.CollectionUtils'19
Avoid unused imports such as 'org.kuali.rice.core.util.AttributeSet'28
Avoid unused imports such as 'org.kuali.rice.kim.api.common.attribute.KimAttributeData'29
Avoid unused imports such as 'org.kuali.rice.kim.api.common.attribute.KimAttributeDataContract'30
Avoid unused imports such as 'javax.xml.bind.annotation.XmlElementWrapper'37
Avoid unused imports such as 'java.util.ArrayList'41
Avoid unused imports such as 'java.util.List'43

Rice KIM API - org/kuali/rice/kim/api/group/GroupContract.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.common.attribute.KimAttributeDataContract'24
Avoid unused imports such as 'java.util.List'26

Rice KIM API - org/kuali/rice/kim/api/group/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'20
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'22

Rice KIM API - org/kuali/rice/kim/api/permission/PermissionService.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.util.jaxb.AttributeSetAdapter'19
Avoid unused imports such as 'java.util.HashMap'33

Rice KIM API - org/kuali/rice/kim/api/permission/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'20
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'22

Rice KIM API - org/kuali/rice/kim/api/person/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'20
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'22

Rice KIM API - org/kuali/rice/kim/api/responsibility/ResponsibilityService.java

ViolationLine
Avoid unused imports such as 'java.util.Map'32

Rice KIM API - org/kuali/rice/kim/api/responsibility/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'19
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'21

Rice KIM API - org/kuali/rice/kim/api/role/RoleUpdateService.java

ViolationLine
No need to import a type that lives in the same package28

Rice KIM API - org/kuali/rice/kim/api/role/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'20
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'22

Rice KIM API - org/kuali/rice/kim/api/type/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.KimConstants'6
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'8

Rice KIM API - org/kuali/rice/kim/bo/entity/dto/KimEntityDefaultInfo.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.entity.privacy.EntityPrivacyPreferencesContract'23

Rice KIM Framework - org/kuali/rice/kim/framework/type/KimDelegationTypeService.java

ViolationLine
Avoid unused imports such as 'java.util.List'18
Avoid unused imports such as 'org.kuali.rice.kim.bo.role.dto.DelegateInfo'21

Rice KIM Impl - org/kuali/rice/kim/impl/group/GroupDao.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kim.api.group.GroupContract'20

Rice KIM Impl - org/kuali/rice/kim/impl/group/GroupServiceImpl.java

ViolationLine
These nested if statements could be combined364 - 366

Rice KIM Impl - org/kuali/rice/kim/impl/permission/NextPermissionIdValuesFinder.java

ViolationLine
No need to import a type that lives in the same package18

Rice KIM Impl - org/kuali/rice/kim/impl/responsibility/NextResponsibilityIdValuesFinder.java

ViolationLine
No need to import a type that lives in the same package18

Rice KRAD Application Framework - org/kuali/rice/kns/service/PersistenceService.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.exception.ClassNotPersistableException'22

Rice KRAD Application Framework - org/kuali/rice/kns/service/PersistenceStructureService.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.exception.ClassNotPersistableException'24

Rice KRAD Application Framework - org/kuali/rice/krad/app/persistence/jpa/RiceLocalContainerEntityManagerFactoryBean.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.81
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.83
Avoid empty catch blocks86

Rice KRAD Web Framework - org/kuali/rice/kns/authorization/BusinessObjectAuthorizerBase.java

ViolationLine
Avoid unused private fields such as 'persistenceStructureService'.42

Rice KRAD Web Framework - org/kuali/rice/kns/authorization/BusinessObjectRestrictions.java

ViolationLine
Avoid unused imports such as 'java.util.Map'19
Avoid unused imports such as 'java.util.Set'20

Rice KRAD Web Framework - org/kuali/rice/kns/authorization/BusinessObjectRestrictionsBase.java

ViolationLine
Avoid unused imports such as 'java.util.HashSet'19
Avoid unused imports such as 'org.apache.commons.lang.StringUtils'23
Avoid unused imports such as 'org.kuali.rice.kns.util.KNSConstants'25

Rice KRAD Web Framework - org/kuali/rice/kns/authorization/FieldRestriction.java

ViolationLine
These nested if statements could be combined270 - 278
These nested if statements could be combined274 - 276

Rice KRAD Web Framework - org/kuali/rice/kns/bo/AdHocRouteWorkgroup.java

ViolationLine
Avoid unused imports such as 'javax.persistence.Column'18
Avoid unused imports such as 'javax.persistence.Id'19
Avoid unused imports such as 'javax.persistence.CascadeType'20

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/AttributeDefinition.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.uif.core.BindingInfo'46

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/DataDictionary.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.datadictionary.exception.CompletionException'38
Avoid unused imports such as 'org.kuali.rice.kns.datadictionary.exporter.StringMap'39
Avoid unused imports such as 'org.kuali.rice.kns.uif.core.Component'46
Avoid unused imports such as 'org.springframework.core.convert.ConversionService'53
Avoid unused local variables such as 'indexName'.131
These nested if statements could be combined575 - 603
Avoid empty catch blocks652 - 654

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/DataDictionaryIndexMapper.java

ViolationLine
Avoid empty catch blocks145 - 147
Avoid empty catch blocks163 - 164

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/FieldDefinition.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.service.KNSServiceLocator'25
These nested if statements could be combined271 - 273
These nested if statements could be combined277 - 279

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/InactivationBlockingDefinition.java

ViolationLine
These nested if statements could be combined49 - 53

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/InquirySectionDefinition.java

ViolationLine
Avoid unused imports such as 'org.apache.commons.lang.StringUtils'24

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/MaintainableCollectionDefinition.java

ViolationLine
These nested if statements could be combined123 - 125

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/MaintainableFieldDefinition.java

ViolationLine
These nested if statements could be combined193 - 195
These nested if statements could be combined199 - 201

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/WorkflowAttributes.java

ViolationLine
An empty statement (semicolon) not part of a loop38

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/control/ControlDefinitionBase.java

ViolationLine
Ensure you override both equals() and hashCode()410

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/control/LinkControlDefinition.java

ViolationLine
Avoid unused imports such as 'java.util.HashMap'19
Avoid unused imports such as 'java.util.List'20

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/parse/StringListConverter.java

ViolationLine
Avoid unused imports such as 'java.util.Map'24

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/uif/UifDictionaryIndex.java

ViolationLine
Avoid unused local variables such as 'componentBeans'.168

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/validation/CharacterLevelValidationPattern.java

ViolationLine
Avoid unused local variables such as 'regexString'.81

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/validation/DictionaryObjectAttributeValueReader.java

ViolationLine
Avoid empty catch blocks129 - 131

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/validation/MaintenanceDocumentAttributeValueReader.java

ViolationLine
These nested if statements could be combined93 - 95

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/validation/constraint/AlphaNumericPatternConstraint.java

ViolationLine
Overriding method merely calls super79 - 81

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/validation/constraint/BaseConstraint.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.25

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/validation/constraint/ValidCharactersPatternConstraint.java

ViolationLine
Overriding method merely calls super33 - 35

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/validation/constraint/provider/AttributeDefinitionConstraintProvider.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.datadictionary.validation.constraint.CollectionSizeConstraint'23

Rice KRAD Web Framework - org/kuali/rice/kns/datadictionary/validation/result/EntryValidationResult.java

ViolationLine
Avoid unused private fields such as 'entryName'.28

Rice KRAD Web Framework - org/kuali/rice/kns/document/Document.java

ViolationLine
Avoid unused imports such as 'java.util.Map'19
Avoid unused imports such as 'org.kuali.rice.kns.exception.ValidationException'31

Rice KRAD Web Framework - org/kuali/rice/kns/document/DocumentBase.java

ViolationLine
These nested if statements could be combined247 - 251
These nested if statements could be combined510 - 534

Rice KRAD Web Framework - org/kuali/rice/kns/document/MaintenanceDocumentBase.java

ViolationLine
Avoid unused imports such as 'java.util.LinkedHashMap'23
These nested if statements could be combined722 - 730
Avoid empty if statements748 - 755

Rice KRAD Web Framework - org/kuali/rice/kns/document/TransactionalDocumentBase.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.service.KNSServiceLocator'18
Avoid unused private fields such as 'LOG'.28

Rice KRAD Web Framework - org/kuali/rice/kns/document/authorization/DocumentAuthorizerBase.java

ViolationLine
These nested if statements could be combined121 - 126

Rice KRAD Web Framework - org/kuali/rice/kns/document/authorization/MaintenanceDocumentAuthorizer.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.bo.BusinessObject'22
No need to import a type that lives in the same package24

Rice KRAD Web Framework - org/kuali/rice/kns/document/authorization/MaintenanceDocumentPresentationController.java

ViolationLine
No need to import a type that lives in the same package22

Rice KRAD Web Framework - org/kuali/rice/kns/document/authorization/MaintenanceDocumentPresentationControllerBase.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.document.Document'22
Avoid unused imports such as 'org.kuali.rice.kns.workflow.service.KualiWorkflowDocument'26

Rice KRAD Web Framework - org/kuali/rice/kns/document/authorization/TransactionalDocumentAuthorizer.java

ViolationLine
Avoid unused imports such as 'java.util.Map'18

Rice KRAD Web Framework - org/kuali/rice/kns/document/authorization/TransactionalDocumentPresentationController.java

ViolationLine
Avoid unused imports such as 'java.util.List'18
Avoid unused imports such as 'java.util.Map'19

Rice KRAD Web Framework - org/kuali/rice/kns/document/authorization/TransactionalDocumentPresentationControllerBase.java

ViolationLine
Avoid unused imports such as 'java.util.ArrayList'18
Avoid unused imports such as 'java.util.List'20
Avoid unused private fields such as 'LOG'.31

Rice KRAD Web Framework - org/kuali/rice/kns/inquiry/InquiryAuthorizer.java

ViolationLine
Avoid unused imports such as 'java.util.Set'18
Avoid unused imports such as 'org.kuali.rice.kim.bo.Person'20
Avoid unused imports such as 'org.kuali.rice.kns.bo.BusinessObject'22

Rice KRAD Web Framework - org/kuali/rice/kns/inquiry/InquiryPresentationController.java

ViolationLine
Avoid unused imports such as 'java.util.Set'18
Avoid unused imports such as 'org.kuali.rice.kns.bo.BusinessObject'21

Rice KRAD Web Framework - org/kuali/rice/kns/lookup/AbstractLookupableHelperServiceImpl.java

ViolationLine
These nested if statements could be combined374 - 383
These nested if statements could be combined970 - 972
These nested if statements could be combined1018 - 1025
Avoid unused local variables such as 'fieldsForLookup'.1094

Rice KRAD Web Framework - org/kuali/rice/kns/lookup/HtmlData.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.service.KNSServiceLocator'30
Avoid unused private methods such as 'getBusinessObjectAuthorizationService()'.206

Rice KRAD Web Framework - org/kuali/rice/kns/lookup/KualiLookupableImpl.java

ViolationLine
Avoid unused private fields such as 'LOG'.39

Rice KRAD Web Framework - org/kuali/rice/kns/lookup/LookupResultsService.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.bo.SelectedObjectIds'25

Rice KRAD Web Framework - org/kuali/rice/kns/lookup/LookupUtils.java

ViolationLine
Avoid empty catch blocks134 - 136
These nested if statements could be combined483 - 502
These nested if statements could be combined556 - 558
Avoid unused local variables such as 'attributeRefName'.613
Avoid unused method parameters such as 'nestedObjectPrefix'.683 - 720

Rice KRAD Web Framework - org/kuali/rice/kns/lookup/keyvalues/PersistableBusinessObjectValuesFinder.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.service.KNSServiceLocatorWeb'30

Rice KRAD Web Framework - org/kuali/rice/kns/maintenance/KualiMaintainableImpl.java

ViolationLine
Avoid empty if statements471 - 477
These nested if statements could be combined494 - 497
Avoid empty if statements527 - 535
Avoid unused local variables such as 'cachedValues'.823
These nested if statements could be combined1414 - 1452
Avoid unused local variables such as 'catchme'.1426
Avoid unused local variables such as 'catchme'.1504

Rice KRAD Web Framework - org/kuali/rice/kns/maintenance/rules/MaintenanceDocumentRuleBase.java

ViolationLine
Avoid empty catch blocks140 - 142
These nested if statements could be combined1098 - 1100

Rice KRAD Web Framework - org/kuali/rice/kns/rule/event/SaveEvent.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.document.Document'18

Rice KRAD Web Framework - org/kuali/rice/kns/rules/DocumentRuleBase.java

ViolationLine
Avoid unused local variables such as 'docOrBoClass'.386

Rice KRAD Web Framework - org/kuali/rice/kns/service/InactivationBlockingDisplayService.java

ViolationLine
Avoid unused imports such as 'java.util.Collection'18

Rice KRAD Web Framework - org/kuali/rice/kns/uif/authorization/DocumentAuthorizerBase.java

ViolationLine
These nested if statements could be combined106 - 109

Rice KRAD Web Framework - org/kuali/rice/kns/uif/authorization/DocumentPresentationControllerBase.java

ViolationLine
Avoid empty catch blocks240 - 242

Rice KRAD Web Framework - org/kuali/rice/kns/uif/container/CollectionGroup.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.uif.util.ObjectPropertyUtils'30
These nested if statements could be combined115 - 121

Rice KRAD Web Framework - org/kuali/rice/kns/uif/container/CollectionGroupBuilder.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.213
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.285

Rice KRAD Web Framework - org/kuali/rice/kns/uif/container/LookupView.java

ViolationLine
Avoid unused private fields such as 'multipleValues'.60
Avoid unused private fields such as 'lookupCriteriaEnabled'.61
Avoid unused private fields such as 'supplementalActionsEnabled'.62
Avoid unused private fields such as 'ddExtraButton'.63
Avoid unused private fields such as 'headerBarEnabled'.64
Avoid unused private fields such as 'disableSearchButtons'.65

Rice KRAD Web Framework - org/kuali/rice/kns/uif/container/ViewIndex.java

ViolationLine
Avoid unused imports such as 'java.util.HashSet'20
Avoid unused imports such as 'java.util.List'21
Avoid unused imports such as 'java.util.Set'23
Avoid unused imports such as 'org.kuali.rice.kns.uif.field.Field'29
Avoid unused imports such as 'org.kuali.rice.kns.uif.field.GroupField'30
Avoid unused imports such as 'org.kuali.rice.kns.uif.util.ComponentUtils'31
These nested if statements could be combined184 - 188

Rice KRAD Web Framework - org/kuali/rice/kns/uif/core/Component.java

ViolationLine
Avoid unused imports such as 'org.springframework.util.MethodInvoker'26

Rice KRAD Web Framework - org/kuali/rice/kns/uif/core/ComponentBase.java

ViolationLine
These nested if statements could be combined238 - 245

Rice KRAD Web Framework - org/kuali/rice/kns/uif/core/MaintenanceActiveCollectionFilter.java

ViolationLine
Avoid empty if statements69 - 71

Rice KRAD Web Framework - org/kuali/rice/kns/uif/core/MethodInvokerConfig.java

ViolationLine
Overriding method merely calls super42 - 44

Rice KRAD Web Framework - org/kuali/rice/kns/uif/field/AttributeField.java

ViolationLine
Avoid unused imports such as 'org.apache.commons.lang.ClassUtils'21
Avoid unused private fields such as 'customValidatorClass'.75
These nested if statements could be combined308 - 312

Rice KRAD Web Framework - org/kuali/rice/kns/uif/field/AttributeQuery.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.util.KNSUtils'21
Avoid unused imports such as 'org.kuali.rice.kns.util.ObjectUtils'22
Avoid unused imports such as 'org.springframework.util.MethodInvoker'23

Rice KRAD Web Framework - org/kuali/rice/kns/uif/field/ErrorsField.java

ViolationLine
These nested if statements could be combined306 - 311

Rice KRAD Web Framework - org/kuali/rice/kns/uif/field/FieldBase.java

ViolationLine
Overriding method merely calls super66 - 68
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.96

Rice KRAD Web Framework - org/kuali/rice/kns/uif/field/LookupCriteriaAttributeField.java

ViolationLine
These nested if statements could be combined81 - 83

Rice KRAD Web Framework - org/kuali/rice/kns/uif/layout/BoxLayoutManager.java

ViolationLine
These nested if statements could be combined108 - 111

Rice KRAD Web Framework - org/kuali/rice/kns/uif/layout/TableLayoutManager.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.182

Rice KRAD Web Framework - org/kuali/rice/kns/uif/modifier/CompareFieldCreateModifier.java

ViolationLine
Avoid unused private fields such as 'LOG'.45

Rice KRAD Web Framework - org/kuali/rice/kns/uif/modifier/ComponentConvertModifier.java

ViolationLine
These nested if statements could be combined87 - 90

Rice KRAD Web Framework - org/kuali/rice/kns/uif/service/impl/AttributeQueryServiceImpl.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.services.CoreApiServiceLocator'5
Avoid unused imports such as 'org.kuali.rice.core.framework.services.CoreFrameworkServiceLocator'6
Avoid unused imports such as 'org.springframework.scheduling.quartz.SimpleTriggerBean'20
Avoid unused imports such as 'org.springframework.util.MethodInvoker'21
Avoid unused imports such as 'java.util.Set'30

Rice KRAD Web Framework - org/kuali/rice/kns/uif/service/impl/LookupViewHelperServiceImpl.java

ViolationLine
These nested if statements could be combined208 - 210
These nested if statements could be combined259 - 270
These nested if statements could be combined737 - 746

Rice KRAD Web Framework - org/kuali/rice/kns/uif/service/impl/ViewHelperServiceImpl.java

ViolationLine
Avoid empty if statements223 - 225

Rice KRAD Web Framework - org/kuali/rice/kns/uif/util/ClientValidationUtils.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.uif.UifConstants.ViewStatus'34
Avoid unused imports such as 'org.kuali.rice.kns.uif.container.PageGroup'35
Avoid empty if statements704 - 706

Rice KRAD Web Framework - org/kuali/rice/kns/uif/util/CloneUtils.java

ViolationLine
Avoid empty if statements75 - 77
Avoid empty if statements78 - 80
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.95

Rice KRAD Web Framework - org/kuali/rice/kns/uif/util/ComponentBeanPostProcessor.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.uif.container.View'19

Rice KRAD Web Framework - org/kuali/rice/kns/uif/util/ComponentUtils.java

ViolationLine
These nested if statements could be combined519 - 551
These nested if statements could be combined547 - 549

Rice KRAD Web Framework - org/kuali/rice/kns/uif/util/LookupInquiryUtils.java

ViolationLine
Avoid unused imports such as 'java.util.HashMap'20
Avoid unused imports such as 'org.hibernate.mapping.Component'27
Avoid unused imports such as 'org.kuali.rice.kns.uif.control.TextControl'39

Rice KRAD Web Framework - org/kuali/rice/kns/uif/util/ViewModelUtils.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.uif.core.Component'18
Avoid empty catch blocks129 - 131
Avoid empty catch blocks132 - 134
These nested if statements could be combined153 - 155

Rice KRAD Web Framework - org/kuali/rice/kns/uif/widget/QuickFinder.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.util.KNSUtils'26

Rice KRAD Web Framework - org/kuali/rice/kns/uif/widget/Suggest.java

ViolationLine
Avoid unused imports such as 'org.apache.commons.lang.StringUtils'18
Avoid unused imports such as 'org.kuali.rice.kns.uif.util.ComponentUtils'24
Avoid unused imports such as 'org.kuali.rice.kns.uif.util.ObjectPropertyUtils'25
Avoid unused imports such as 'org.kuali.rice.kns.util.ObjectUtils'26
Avoid unused imports such as 'java.util.Map'28

Rice KRAD Web Framework - org/kuali/rice/kns/util/ActionFormUtilMap.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.service.KNSServiceLocator'23
These nested if statements could be combined48 - 52

Rice KRAD Web Framework - org/kuali/rice/kns/util/ErrorContainer.java

ViolationLine
Avoid unused imports such as 'java.util.Set'23
No need to import a type that lives in the same package28
No need to import a type that lives in the same package29

Rice KRAD Web Framework - org/kuali/rice/kns/util/FieldUtils.java

ViolationLine
Avoid unused private methods such as 'containsIntermediateNull(Object,String)'.681
These nested if statements could be combined737 - 743
Avoid empty if statements951 - 954
These nested if statements could be combined1003 - 1005
Avoid unused local variables such as 'propertyName'.1142
Unnecessary final modifier in final class1392 - 1396
Unnecessary final modifier in final class1405 - 1407

Rice KRAD Web Framework - org/kuali/rice/kns/util/InactiveRecordsHidingUtils.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.83

Rice KRAD Web Framework - org/kuali/rice/kns/util/KNSUtils.java

ViolationLine
Avoid unused imports such as 'java.nio.channels.NonWritableChannelException'19
Unnecessary final modifier in final class46 - 61
Unnecessary final modifier in final class66 - 79
Unnecessary final modifier in final class88 - 94

Rice KRAD Web Framework - org/kuali/rice/kns/util/MaintenanceUtils.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.exception.WorkflowException'22
Unnecessary final modifier in final class160 - 173
Unnecessary final modifier in final class175 - 202
Unnecessary final modifier in final class227 - 229
Unnecessary final modifier in final class231 - 234

Rice KRAD Web Framework - org/kuali/rice/kns/util/MessageContainer.java

ViolationLine
No need to import a type that lives in the same package25
No need to import a type that lives in the same package26

Rice KRAD Web Framework - org/kuali/rice/kns/util/MessageList.java

ViolationLine
Avoid unused imports such as 'java.util.Collection'19
Avoid unused imports such as 'java.util.Iterator'20
Avoid unused imports such as 'java.util.List'21
Avoid unused imports such as 'java.util.ListIterator'22
No need to import a type that lives in the same package26

Rice KRAD Web Framework - org/kuali/rice/kns/util/ObjectUtils.java

ViolationLine
Avoid empty catch blocks242 - 244
Avoid empty catch blocks244 - 246
Avoid empty catch blocks297 - 299
Avoid empty catch blocks302 - 304
An empty statement (semicolon) not part of a loop595
These nested if statements could be combined825 - 827
These nested if statements could be combined915 - 917

Rice KRAD Web Framework - org/kuali/rice/kns/util/WebUtils.java

ViolationLine
Avoid unused local variables such as 'params'.395
Avoid unused local variables such as 'files'.413
These nested if statements could be combined495 - 498
These nested if statements could be combined546 - 549

Rice KRAD Web Framework - org/kuali/rice/kns/util/documentserializer/DocumentSerializationState.java

ViolationLine
Avoid unused imports such as 'java.util.Collection'19
Avoid unused imports such as 'org.kuali.rice.kns.bo.BusinessObject'22

Rice KRAD Web Framework - org/kuali/rice/kns/util/documentserializer/MaintenanceDocumentPropertySerializibilityEvaluator.java

ViolationLine
Avoid empty if statements66 - 68

Rice KRAD Web Framework - org/kuali/rice/kns/util/documentserializer/PropertySerializabilityEvaluatorBase.java

ViolationLine
These nested if statements could be combined112 - 114

Rice KRAD Web Framework - org/kuali/rice/kns/util/documentserializer/PropertySerializerTrie.java

ViolationLine
Avoid unused imports such as 'java.util.ArrayList'18
Avoid unused imports such as 'java.util.List'19

Rice KRAD Web Framework - org/kuali/rice/kns/web/spring/UifAnnotationMethodHandleAdapter.java

ViolationLine
These nested if statements could be combined41 - 44

Rice KRAD Web Framework - org/kuali/rice/kns/web/spring/UifControllerHandlerInterceptor.java

ViolationLine
Avoid unused private fields such as 'LOG'.44

Rice KRAD Web Framework - org/kuali/rice/kns/web/spring/UifServletRequestDataBinder.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.uif.UifConstants'27

Rice KRAD Web Framework - org/kuali/rice/kns/web/spring/UifViewBeanWrapper.java

ViolationLine
These nested if statements could be combined80 - 82
Avoid empty catch blocks153 - 155

Rice KRAD Web Framework - org/kuali/rice/kns/web/spring/controller/DocumentControllerBase.java

ViolationLine
Avoid empty catch blocks206 - 208

Rice KRAD Web Framework - org/kuali/rice/kns/web/spring/controller/UifControllerBase.java

ViolationLine
Avoid unused private fields such as 'sessionDocumentService'.78

Rice KRAD Web Framework - org/kuali/rice/kns/web/spring/form/LookupForm.java

ViolationLine
These nested if statements could be combined154 - 157
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.284

Rice KRAD Web Framework - org/kuali/rice/kns/web/spring/form/UifFormBase.java

ViolationLine
Avoid unused imports such as 'org.apache.commons.lang.StringUtils'26
Avoid unused imports such as 'org.kuali.rice.kns.uif.UifConstants'28

Rice KRAD Web Framework - org/kuali/rice/kns/web/struts/action/KualiAction.java

ViolationLine
Avoid unused private fields such as 'OUTPUT_ENCRYPTION_WARNING'.77
Avoid unused method parameters such as 'response'.242 - 253
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.532
These nested if statements could be combined618 - 620
Avoid unused method parameters such as 'response'.772 - 805

Rice KRAD Web Framework - org/kuali/rice/kns/web/struts/action/KualiDocumentActionBase.java

ViolationLine
These nested if statements could be combined1156 - 1172
Avoid empty catch blocks1295 - 1296
Avoid unused local variables such as 'newNote'.1464

Rice KRAD Web Framework - org/kuali/rice/kns/web/struts/action/KualiTransactionalDocumentActionBase.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.service.KNSServiceLocator'34

Rice KRAD Web Framework - org/kuali/rice/kns/web/struts/form/InquiryForm.java

ViolationLine
Avoid unused private fields such as 'inactiveRecordDisplay'.75

Rice KRAD Web Framework - org/kuali/rice/kns/web/struts/form/KualiDocumentFormBase.java

ViolationLine
These nested if statements could be combined350 - 352

Rice KRAD Web Framework - org/kuali/rice/kns/web/struts/form/KualiForm.java

ViolationLine
Overriding method merely calls super427 - 429

Rice KRAD Web Framework - org/kuali/rice/kns/web/struts/form/KualiMaintenanceForm.java

ViolationLine
These nested if statements could be combined118 - 152
These nested if statements could be combined190 - 193
These nested if statements could be combined196 - 199
Avoid unused local variables such as 'docTypeName'.454

Rice KRAD Web Framework - org/kuali/rice/kns/web/struts/form/LookupForm.java

ViolationLine
Avoid unused local variables such as 'ddService'.147
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.226
These nested if statements could be combined325 - 328

Rice KRAD Web Framework - org/kuali/rice/kns/web/struts/form/MultipleValueLookupForm.java

ViolationLine
Avoid unused private fields such as 'LOG'.38

Rice KRAD Web Framework - org/kuali/rice/kns/web/struts/form/QuestionPromptForm.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.service.KNSServiceLocator'24

Rice KRAD Web Framework - org/kuali/rice/kns/web/struts/pojo/PojoFormBase.java

ViolationLine
Avoid empty catch blocks185 - 187
Avoid unused method parameters such as 'requestParams'.241 - 259

Rice KRAD Web Framework - org/kuali/rice/kns/web/ui/FieldBridge.java

ViolationLine
These nested if statements could be combined245 - 247
These nested if statements could be combined267 - 269
These nested if statements could be combined488 - 490

Rice KRAD Web Framework - org/kuali/rice/kns/web/ui/Section.java

ViolationLine
These nested if statements could be combined192 - 194

Rice KRAD Web Framework - org/kuali/rice/kns/web/ui/SectionBridge.java

ViolationLine
Avoid unused private methods such as 'getBusinessObjectAuthorizationService()'.63
Avoid unused local variables such as 'row'.101
These nested if statements could be combined354 - 673

Rice KRAD Web Framework - org/kuali/rice/kns/workflow/service/KualiWorkflowDocument.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.dto.UserIdDTO'23
Avoid unused imports such as 'org.kuali.rice.kew.exception.InvalidActionTakenException'25
Avoid unused imports such as 'org.kuali.rice.kew.exception.ResourceUnavailableException'26

Rice KRAD Web Framework - org/kuali/rice/kns/workflow/service/WorkflowDocumentService.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kew.exception.ResourceUnavailableException'20

Rice KRMS API - org/kuali/rice/krms/api/repository/BuilderUtils.java

ViolationLine
Avoid unused imports such as 'java.lang.reflect.InvocationTargetException'18
Avoid unused imports such as 'org.kuali.rice.core.api.exception.RiceRuntimeException'26
Avoid unused imports such as 'org.kuali.rice.core.api.mo.ModelObjectComplete'28
Avoid unused private fields such as 'COULDNT_INVOKE_BUILDER_CREATE'.38

Rice KRMS API - org/kuali/rice/krms/api/repository/action/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'22

Rice KRMS API - org/kuali/rice/krms/api/repository/agenda/AgendaItem.java

ViolationLine
Avoid unused imports such as 'java.util.ArrayList'4
Avoid unused imports such as 'java.util.Arrays'5
Avoid unused imports such as 'java.util.Collections'7
Avoid unused imports such as 'java.util.List'8

Rice KRMS API - org/kuali/rice/krms/api/repository/agenda/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'22

Rice KRMS API - org/kuali/rice/krms/api/repository/context/ContextDefinition.java

ViolationLine
These nested if statements could be combined273 - 275
These nested if statements could be combined319 - 321

Rice KRMS API - org/kuali/rice/krms/api/repository/context/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'22

Rice KRMS API - org/kuali/rice/krms/api/repository/function/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'22

Rice KRMS API - org/kuali/rice/krms/api/repository/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'22

Rice KRMS API - org/kuali/rice/krms/api/repository/proposition/PropositionDefinition.java

ViolationLine
Avoid unused private fields such as 'rule'.208

Rice KRMS API - org/kuali/rice/krms/api/repository/proposition/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'22

Rice KRMS API - org/kuali/rice/krms/api/repository/rule/RuleDefinitionContract.java

ViolationLine
Avoid unused imports such as 'java.util.Set'5

Rice KRMS API - org/kuali/rice/krms/api/repository/rule/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'22

Rice KRMS API - org/kuali/rice/krms/api/repository/term/TermParameterDefinition.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.krms.api.repository.rule.RuleDefinition'36

Rice KRMS API - org/kuali/rice/krms/api/repository/term/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'22
Avoid unused imports such as 'org.kuali.rice.krms.api.repository.RepositoryConstants'24

Rice KRMS API - org/kuali/rice/krms/api/repository/type/KrmsTypeRepositoryService.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.krms.api.repository.RepositoryConstants.Namespaces'26

Rice KRMS API - org/kuali/rice/krms/api/repository/type/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'20
Avoid unused imports such as 'org.kuali.rice.krms.api.repository.RepositoryConstants'22

Rice KRMS Framework - org/kuali/rice/krms/framework/engine/BasicExecutionEnvironment.java

ViolationLine
Avoid unused constructor parameters such as 'termResolutionEngine'.26 - 46

Rice KRMS Framework - org/kuali/rice/krms/framework/engine/CollectionOfComparablesTermBasedProposition.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.krms.api.engine.TermResolutionException'8

Rice KRMS Framework - org/kuali/rice/krms/framework/engine/ComparableTermBasedProposition.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.krms.api.engine.TermResolutionException'9

Rice KRMS Framework - org/kuali/rice/krms/framework/engine/TermResolutionEngineImpl.java

ViolationLine
Avoid unused local variables such as 'parent'.176

Rice KRMS Framework - org/kuali/rice/krms/framework/engine/expression/TermExpression.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.krms.api.engine.TermResolutionException'20

Rice KRMS Framework - org/kuali/rice/krms/framework/engine/result/BasicResult.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.20

Rice KRMS Impl - org/kuali/rice/krms/impl/provider/repository/LazyAction.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.krms.api.repository.type.KrmsTypeDefinition'20

Rice KRMS Impl - org/kuali/rice/krms/impl/provider/repository/LazyProposition.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.krms.api.repository.type.KrmsTypeDefinition'23

Rice KRMS Impl - org/kuali/rice/krms/impl/provider/repository/RepositoryToEngineTranslator.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.krms.api.engine.Term'18
Avoid unused imports such as 'org.kuali.rice.krms.api.repository.term.TermDefinition'25

Rice KRMS Impl - org/kuali/rice/krms/impl/provider/repository/RepositoryToEngineTranslatorImpl.java

ViolationLine
Avoid unused private fields such as 'typeRepositoryService'.66

Rice KRMS Impl - org/kuali/rice/krms/impl/provider/repository/SimplePropositionTypeService.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.krms.api.engine.TermResolutionEngine'28
Avoid unused local variables such as 'parameterDefinition'.109

Rice KRMS Impl - org/kuali/rice/krms/impl/repository/ContextBoService.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.krms.api.repository.action.ActionDefinition'19
Avoid duplicate imports such as 'org.kuali.rice.krms.api.repository.context.ContextDefinition'21

Rice KRMS Impl - org/kuali/rice/krms/impl/repository/ContextBoServiceImpl.java

ViolationLine
Avoid unused local variables such as 'boToUpdate'.86

Rice KRMS Impl - org/kuali/rice/krms/impl/repository/KrmsAttributeDefinitionServiceImpl.java

ViolationLine
Avoid unused imports such as 'javax.swing.text.html.HTMLDocument.Iterator'26

Rice KRMS Impl - org/kuali/rice/krms/impl/repository/KrmsRepositoryServiceLocator.java

ViolationLine
Avoid unused imports such as 'javax.xml.namespace.QName'18
Avoid unused imports such as 'org.kuali.rice.kns.service.BusinessObjectService'22

Rice KRMS Impl - org/kuali/rice/krms/impl/repository/RepositoryServiceBase.java

ViolationLine
Avoid unused imports such as 'java.util.Collection'20
Avoid unused imports such as 'java.util.Collections'21
Avoid unused imports such as 'java.util.HashMap'22
Avoid unused imports such as 'java.util.Map'23
Avoid unused imports such as 'org.apache.commons.collections.CollectionUtils'25
Avoid unused imports such as 'org.apache.commons.lang.StringUtils'26

Rice KRMS Impl - org/kuali/rice/krms/impl/ui/EditorController.java

ViolationLine
Avoid empty if statements56 - 58

Rice KRMS Impl - org/kuali/rice/krms/impl/ui/EditorDocument.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.krms.framework.engine.AgendaTree'21

Rice KRMS Impl - org/kuali/rice/krms/impl/ui/EditorDocumentMaintainable.java

ViolationLine
Avoid empty if statements58 - 60
Overriding method merely calls super85 - 88
Overriding method merely calls super110 - 113
Overriding method merely calls super121 - 124

Rice KRMS Impl - org/kuali/rice/krms/impl/util/KRMSServiceLocatorInternal.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.kns.service.BusinessObjectService'24

Rice KSB API - org/kuali/rice/ksb/api/bus/ServiceDefinition.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.config.ConfigurationException'23

Rice KSB API - org/kuali/rice/ksb/api/bus/support/PropertyConditionalServiceBusExporter.java

ViolationLine
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.57
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.72
Avoid instantiating Boolean objects; reference Boolean.TRUE or Boolean.FALSE or call Boolean.valueOf() instead.74

Rice KSB API - org/kuali/rice/ksb/api/bus/support/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'22
Avoid unused imports such as 'org.kuali.rice.ksb.api.KsbApiConstants'24

Rice KSB API - org/kuali/rice/ksb/api/messaging/AsynchronousCall.java

ViolationLine
No need to import a type that lives in the same package23

Rice KSB API - org/kuali/rice/ksb/api/registry/ServiceInfoContract.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.api.CoreConstants'5

Rice KSB API - org/kuali/rice/ksb/api/registry/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'22
Avoid unused imports such as 'org.kuali.rice.ksb.api.KsbApiConstants'24

Rice Sample App - edu/sampleu/bookstore/bo/Account.java

ViolationLine
Avoid unused imports such as 'java.util.LinkedHashMap'3
Avoid unused imports such as 'org.kuali.rice.kns.bo.PersistableBusinessObjectBase'5

Rice Sample App - edu/sampleu/bookstore/bo/Book.java

ViolationLine
Avoid unused imports such as 'java.util.LinkedHashMap'8

Rice Sample App - edu/sampleu/bookstore/bo/BookOrder.java

ViolationLine
Avoid unused imports such as 'java.util.LinkedHashMap'3

Rice Sample App - edu/sampleu/bookstore/bo/BookstoreKimAttributes.java

ViolationLine
Avoid unused imports such as 'java.util.LinkedHashMap'6

Rice Sample App - edu/sampleu/bookstore/document/web/BookOrderAction.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.core.util.type.KualiPercent'11

Rice Sample App - edu/sampleu/financial/bo/AddressType.java

ViolationLine
Avoid unused imports such as 'java.util.LinkedHashMap'19

Rice Sample App - edu/sampleu/financial/bo/OwnershipType.java

ViolationLine
Avoid unused imports such as 'java.util.LinkedHashMap'19

Rice Sample App - edu/sampleu/financial/bo/PaymentTermType.java

ViolationLine
Avoid unused imports such as 'java.util.LinkedHashMap'20

Rice Sample App - edu/sampleu/financial/bo/ShippingPaymentTerms.java

ViolationLine
Avoid unused imports such as 'java.util.LinkedHashMap'19

Rice Sample App - edu/sampleu/financial/bo/VendorAddress.java

ViolationLine
Avoid unused imports such as 'java.util.LinkedHashMap'20
Avoid unused imports such as 'org.kuali.rice.kns.service.KNSServiceLocator'28
Avoid unused imports such as 'org.kuali.rice.kns.service.KNSServiceLocatorInternal'29
Avoid unused private fields such as 'LOG'.39

Rice Sample App - edu/sampleu/financial/bo/VendorDefaultAddress.java

ViolationLine
Avoid unused imports such as 'java.util.LinkedHashMap'19

Rice Sample App - edu/sampleu/financial/bo/VendorDetail.java

ViolationLine
Avoid unused imports such as 'java.util.LinkedHashMap'21
Avoid unused private fields such as 'LOG'.37
Avoid unused private fields such as 'vendorNumber'.41
Avoid unused private fields such as 'vendorSoldToNumber'.64
Avoid empty catch blocks177 - 179
Avoid empty catch blocks252 - 254

Rice Sample App - edu/sampleu/financial/bo/VendorGenericAttributes.java

ViolationLine
Avoid unused imports such as 'java.util.LinkedHashMap'18

Rice Sample App - edu/sampleu/financial/bo/VendorHeader.java

ViolationLine
Avoid unused imports such as 'java.util.LinkedHashMap'20

Rice Sample App - edu/sampleu/financial/bo/VendorType.java

ViolationLine
Avoid unused imports such as 'java.util.LinkedHashMap'19

Rice Sample App - edu/sampleu/travel/krad/form/UITestForm.java

ViolationLine
Avoid unused imports such as 'java.util.Date'18
Overriding method merely calls super91 - 93

Rice Sample App - edu/sampleu/travel/workflow/DestinationRuleAttribute.java

ViolationLine
Avoid unused private fields such as 'rows'.34

Rice Shared Data API - org/kuali/rice/shareddata/api/campus/package-info.java

ViolationLine
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'22
Avoid unused imports such as 'org.kuali.rice.shareddata.api.SharedDataConstants'24

Rice Shared Data API - org/kuali/rice/shareddata/api/country/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.shareddata.api.SharedDataConstants'22
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'24

Rice Shared Data API - org/kuali/rice/shareddata/api/county/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.shareddata.api.SharedDataConstants'22
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'24

Rice Shared Data API - org/kuali/rice/shareddata/api/postalcode/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.shareddata.api.SharedDataConstants'22
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'24

Rice Shared Data API - org/kuali/rice/shareddata/api/state/package-info.java

ViolationLine
Avoid unused imports such as 'org.kuali.rice.shareddata.api.SharedDataConstants'22
Avoid unused imports such as 'javax.xml.bind.annotation.XmlNsForm'24