FindBugs Bug Detector Report

The following document contains the results of FindBugs Report

FindBugs Version is 1.3.9

Threshold is medium

Effort is min

Summary

ClassesBugsErrorsMissing Classes
32410414

Files

ClassBugs
org.kuali.student.common.ui.server.gwt.AbstractDataService3
org.kuali.student.core.authorization.ui.server.gwt.AuthorizationRpcGwtServlet1
org.kuali.student.core.comments.ui.client.widgets.commenttool.CommentTool4
org.kuali.student.core.comments.ui.client.widgets.commenttool.CommentTool$111
org.kuali.student.core.comments.ui.client.widgets.decisiontool.DecisionPanel4
org.kuali.student.core.comments.ui.client.widgets.decisiontool.DecisionPanel$RationaleRow1
org.kuali.student.core.comments.ui.client.widgets.decisiontool.FieldAscendingRowComparator1
org.kuali.student.core.comments.ui.client.widgets.decisiontool.FieldDescendingRowComparator1
org.kuali.student.core.comments.ui.server.CommentRpcGwtServlet1
org.kuali.student.core.document.ui.client.widgets.documenttool.DocumentTool1
org.kuali.student.core.document.ui.client.widgets.documenttool.DocumentTool$3$1$1$11
org.kuali.student.core.document.ui.client.widgets.documenttool.DocumentTool$62
org.kuali.student.core.document.ui.server.upload.UploadServlet4
org.kuali.student.core.document.ui.server.upload.UploadServlet$DocumentProgressListener1
org.kuali.student.core.organization.assembly.OrgOrgRelationAssembler3
org.kuali.student.core.organization.assembly.OrgPersonRelationAssembler1
org.kuali.student.core.organization.assembly.OrgPositionRestrictionAssembler2
org.kuali.student.core.organization.assembly.OrgProposalAssembler6
org.kuali.student.core.organization.ui.client.mvc.controller.OrgProposalController1
org.kuali.student.core.organization.ui.client.mvc.view.CommonConfigurer1
org.kuali.student.core.organization.ui.client.mvc.view.OrgPositionTypePicker1
org.kuali.student.core.organization.ui.client.mvc.view.OrgTree1
org.kuali.student.core.organization.ui.client.mvc.view.OrgTree$11
org.kuali.student.core.organization.ui.client.view.OrgEntryPoint1
org.kuali.student.core.organization.ui.server.gwt.OrgRpcGwtServlet4
org.kuali.student.core.organization.ui.theme.standard.client.OrgCssImpl1
org.kuali.student.core.rice.authorization.CollaboratorHelper6
org.kuali.student.core.statement.ui.client.widgets.rules.ReqCompEditWidget1
org.kuali.student.core.statement.ui.client.widgets.rules.RuleExpressionEditor1
org.kuali.student.core.statement.ui.client.widgets.rules.RuleExpressionParser1
org.kuali.student.core.statement.ui.client.widgets.rules.RuleInfo2
org.kuali.student.core.statement.ui.client.widgets.rules.RulePreviewWidget1
org.kuali.student.core.statement.ui.client.widgets.rules.RulePreviewWidget$SubRuleInfo1
org.kuali.student.core.statement.ui.client.widgets.rules.RuleTableManipulationWidget3
org.kuali.student.core.statement.ui.client.widgets.rules.RuleTableManipulationWidget$71
org.kuali.student.core.statement.ui.client.widgets.rules.RulesUtil1
org.kuali.student.core.statement.ui.client.widgets.rules.StatementVO2
org.kuali.student.core.statement.ui.client.widgets.rules.Token7
org.kuali.student.core.statement.ui.client.widgets.table.ExpressionNode1
org.kuali.student.core.statement.ui.client.widgets.table.Node2
org.kuali.student.core.statement.ui.client.widgets.table.SectionTable2
org.kuali.student.core.workflow.ui.client.views.CollaboratorSectionView1
org.kuali.student.core.workflow.ui.client.widgets.WorkflowUtilities3
org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet19

org.kuali.student.common.ui.server.gwt.AbstractDataService

BugCategoryDetailsLinePriority
org.kuali.student.common.ui.server.gwt.AbstractDataService.isAuthorized(PermissionType, Map) has Boolean return type and returns explicit nullBAD_PRACTICENP_BOOLEAN_RETURN_NULL189Medium
Possible null pointer dereference of proposalInfo in org.kuali.student.common.ui.server.gwt.AbstractDataService.isAuthorized(PermissionType, Map)CORRECTNESSNP_NULL_ON_SOME_PATH212Medium
Nullcheck of proposalInfo at line 216 of value previously dereferenced in org.kuali.student.common.ui.server.gwt.AbstractDataService.isAuthorized(PermissionType, Map)CORRECTNESSRCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE212Medium

org.kuali.student.core.authorization.ui.server.gwt.AuthorizationRpcGwtServlet

BugCategoryDetailsLinePriority
Class org.kuali.student.core.authorization.ui.server.gwt.AuthorizationRpcGwtServlet defines non-transient non-serializable instance field permissionServiceBAD_PRACTICESE_BAD_FIELDMedium

org.kuali.student.core.comments.ui.client.widgets.commenttool.CommentTool

BugCategoryDetailsLinePriority
Unread field: org.kuali.student.core.comments.ui.client.widgets.commenttool.CommentTool.buttonPanelPERFORMANCEURF_UNREAD_FIELD112Medium
Unread field: org.kuali.student.core.comments.ui.client.widgets.commenttool.CommentTool.referenceAttributesPERFORMANCEURF_UNREAD_FIELD595Medium
Unread field: org.kuali.student.core.comments.ui.client.widgets.commenttool.CommentTool.viewEnumPERFORMANCEURF_UNREAD_FIELD91Medium
Unread field: org.kuali.student.core.comments.ui.client.widgets.commenttool.CommentTool.viewNamePERFORMANCEURF_UNREAD_FIELD90Medium

org.kuali.student.core.comments.ui.client.widgets.commenttool.CommentTool$11

BugCategoryDetailsLinePriority
Dead store to warning in org.kuali.student.core.comments.ui.client.widgets.commenttool.CommentTool$11.onFailure(Throwable)STYLEDLS_DEAD_LOCAL_STORE446Medium

org.kuali.student.core.comments.ui.client.widgets.decisiontool.DecisionPanel

BugCategoryDetailsLinePriority
Unread field: org.kuali.student.core.comments.ui.client.widgets.decisiontool.DecisionPanel.decisionTypeKeyPERFORMANCEURF_UNREAD_FIELD73Medium
Unused field: org.kuali.student.core.comments.ui.client.widgets.decisiontool.DecisionPanel.proposalNameHeaderPERFORMANCEUUF_UNUSED_FIELDMedium
Unused field: org.kuali.student.core.comments.ui.client.widgets.decisiontool.DecisionPanel.titlePERFORMANCEUUF_UNUSED_FIELDMedium
Unused field: org.kuali.student.core.comments.ui.client.widgets.decisiontool.DecisionPanel.titlePanelPERFORMANCEUUF_UNUSED_FIELDMedium

org.kuali.student.core.comments.ui.client.widgets.decisiontool.DecisionPanel$RationaleRow

BugCategoryDetailsLinePriority
Should org.kuali.student.core.comments.ui.client.widgets.decisiontool.DecisionPanel$RationaleRow be a _static_ inner class?PERFORMANCESIC_INNER_SHOULD_BE_STATIC227Medium

org.kuali.student.core.comments.ui.client.widgets.decisiontool.FieldAscendingRowComparator

BugCategoryDetailsLinePriority
org.kuali.student.core.comments.ui.client.widgets.decisiontool.FieldAscendingRowComparator implements Comparator but not SerializableBAD_PRACTICESE_COMPARATOR_SHOULD_BE_SERIALIZABLE446Medium

org.kuali.student.core.comments.ui.client.widgets.decisiontool.FieldDescendingRowComparator

BugCategoryDetailsLinePriority
org.kuali.student.core.comments.ui.client.widgets.decisiontool.FieldDescendingRowComparator implements Comparator but not SerializableBAD_PRACTICESE_COMPARATOR_SHOULD_BE_SERIALIZABLE466Medium

org.kuali.student.core.comments.ui.server.CommentRpcGwtServlet

BugCategoryDetailsLinePriority
Class org.kuali.student.core.comments.ui.server.CommentRpcGwtServlet defines non-transient non-serializable instance field identityServiceBAD_PRACTICESE_BAD_FIELDMedium

org.kuali.student.core.document.ui.client.widgets.documenttool.DocumentTool

BugCategoryDetailsLinePriority
Unread field: org.kuali.student.core.document.ui.client.widgets.documenttool.DocumentTool.refDocRelationTypeKey; should this field be static?PERFORMANCESS_SHOULD_BE_STATIC86Medium

org.kuali.student.core.document.ui.client.widgets.documenttool.DocumentTool$3$1$1$1

BugCategoryDetailsLinePriority
integral division result cast to double or float in org.kuali.student.core.document.ui.client.widgets.documenttool.DocumentTool$3$1$1$1.addFileProgress(FileStatus)STYLEICAST_IDIV_CAST_TO_DOUBLE232Medium

org.kuali.student.core.document.ui.client.widgets.documenttool.DocumentTool$6

BugCategoryDetailsLinePriority
instanceof will always return true in org.kuali.student.core.document.ui.client.widgets.documenttool.DocumentTool$6.onSuccess(List), since all org.kuali.student.common.ui.client.configurable.mvc.views.VerticalSectionView are instances of org.kuali.student.common.ui.client.configurable.mvc.views.SectionViewSTYLEBC_VACUOUS_INSTANCEOF431Medium
Method org.kuali.student.core.document.ui.client.widgets.documenttool.DocumentTool$6.onSuccess(List) concatenates strings using + in a loopPERFORMANCESBSC_USE_STRINGBUFFER_CONCATENATION427Medium

org.kuali.student.core.document.ui.server.upload.UploadServlet

BugCategoryDetailsLinePriority
Possible null pointer dereference of createdDoc in org.kuali.student.core.document.ui.server.upload.UploadServlet.doPost(HttpServletRequest, HttpServletResponse)CORRECTNESSNP_NULL_ON_SOME_PATH179Medium
Exception is caught when Exception is not thrown in org.kuali.student.core.document.ui.server.upload.UploadServlet.doPost(HttpServletRequest, HttpServletResponse)STYLEREC_CATCH_EXCEPTION199Medium
Class org.kuali.student.core.document.ui.server.upload.UploadServlet defines non-transient non-serializable instance field LOGBAD_PRACTICESE_BAD_FIELDMedium
Class org.kuali.student.core.document.ui.server.upload.UploadServlet defines non-transient non-serializable instance field documentServiceBAD_PRACTICESE_BAD_FIELDMedium

org.kuali.student.core.document.ui.server.upload.UploadServlet$DocumentProgressListener

BugCategoryDetailsLinePriority
Should org.kuali.student.core.document.ui.server.upload.UploadServlet$DocumentProgressListener be a _static_ inner class?PERFORMANCESIC_INNER_SHOULD_BE_STATIC57Medium

org.kuali.student.core.organization.assembly.OrgOrgRelationAssembler

BugCategoryDetailsLinePriority
Dead store to parentRelations in org.kuali.student.core.organization.assembly.OrgOrgRelationAssembler.get(String)STYLEDLS_DEAD_LOCAL_STORE77Medium
Dead store to relations in org.kuali.student.core.organization.assembly.OrgOrgRelationAssembler.get(String)STYLEDLS_DEAD_LOCAL_STORE76Medium
Dead store to validationResults in org.kuali.student.core.organization.assembly.OrgOrgRelationAssembler.save(Data)STYLEDLS_DEAD_LOCAL_STORE110Medium

org.kuali.student.core.organization.assembly.OrgPersonRelationAssembler

BugCategoryDetailsLinePriority
Dead store to relations in org.kuali.student.core.organization.assembly.OrgPersonRelationAssembler.get(String)STYLEDLS_DEAD_LOCAL_STORE77Medium

org.kuali.student.core.organization.assembly.OrgPositionRestrictionAssembler

BugCategoryDetailsLinePriority
Dead store to positions in org.kuali.student.core.organization.assembly.OrgPositionRestrictionAssembler.get(String)STYLEDLS_DEAD_LOCAL_STORE73Medium
Dead store to validationResults in org.kuali.student.core.organization.assembly.OrgPositionRestrictionAssembler.save(Data)STYLEDLS_DEAD_LOCAL_STORE103Medium

org.kuali.student.core.organization.assembly.OrgProposalAssembler

BugCategoryDetailsLinePriority
Dead store to positions in org.kuali.student.core.organization.assembly.OrgProposalAssembler.get(String)STYLEDLS_DEAD_LOCAL_STORE108High
Dead store to relations in org.kuali.student.core.organization.assembly.OrgProposalAssembler.get(String)STYLEDLS_DEAD_LOCAL_STORE109High
Dead store to orgInfo in org.kuali.student.core.organization.assembly.OrgProposalAssembler.get(String)STYLEDLS_DEAD_LOCAL_STORE107Medium
Dead store to relationData in org.kuali.student.core.organization.assembly.OrgProposalAssembler.save(Data)STYLEDLS_DEAD_LOCAL_STORE183Medium
Dead store to validationResults in org.kuali.student.core.organization.assembly.OrgProposalAssembler.save(Data)STYLEDLS_DEAD_LOCAL_STORE153Medium
org.kuali.student.core.organization.assembly.OrgProposalAssembler.ORG_PROPOSAL_DATA_TYPE isn't final but should beMALICIOUS_CODEMS_SHOULD_BE_FINAL61High

org.kuali.student.core.organization.ui.client.mvc.controller.OrgProposalController

BugCategoryDetailsLinePriority
Dead store to orgInfoPath in org.kuali.student.core.organization.ui.client.mvc.controller.OrgProposalController.setButtonPermission()STYLEDLS_DEAD_LOCAL_STORE343Medium

org.kuali.student.core.organization.ui.client.mvc.view.CommonConfigurer

BugCategoryDetailsLinePriority
Unread field: org.kuali.student.core.organization.ui.client.mvc.view.CommonConfigurer.WITH_DIVIDERPERFORMANCEURF_UNREAD_FIELD56Medium

org.kuali.student.core.organization.ui.client.mvc.view.OrgPositionTypePicker

BugCategoryDetailsLinePriority
Unused field: org.kuali.student.core.organization.ui.client.mvc.view.OrgPositionTypePicker.orgPosTypeListPERFORMANCEUUF_UNUSED_FIELDMedium

org.kuali.student.core.organization.ui.client.mvc.view.OrgTree

BugCategoryDetailsLinePriority
Dead store to lbl in new org.kuali.student.core.organization.ui.client.mvc.view.OrgTree()STYLEDLS_DEAD_LOCAL_STORE57High

org.kuali.student.core.organization.ui.client.mvc.view.OrgTree$1

BugCategoryDetailsLinePriority
Dead store to orgName in org.kuali.student.core.organization.ui.client.mvc.view.OrgTree$1.onOpen(OpenEvent)STYLEDLS_DEAD_LOCAL_STORE66Medium

org.kuali.student.core.organization.ui.client.view.OrgEntryPoint

BugCategoryDetailsLinePriority
Unread field: org.kuali.student.core.organization.ui.client.view.OrgEntryPoint.contentPERFORMANCEURF_UNREAD_FIELD44Medium

org.kuali.student.core.organization.ui.server.gwt.OrgRpcGwtServlet

BugCategoryDetailsLinePriority
Class org.kuali.student.core.organization.ui.server.gwt.OrgRpcGwtServlet defines non-transient non-serializable instance field LOGBAD_PRACTICESE_BAD_FIELDMedium
Class org.kuali.student.core.organization.ui.server.gwt.OrgRpcGwtServlet defines non-transient non-serializable instance field identityServiceNonCachedBAD_PRACTICESE_BAD_FIELDMedium
Class org.kuali.student.core.organization.ui.server.gwt.OrgRpcGwtServlet defines non-transient non-serializable instance field serviceBAD_PRACTICESE_BAD_FIELDMedium

org.kuali.student.core.organization.ui.theme.standard.client.OrgCssImpl

BugCategoryDetailsLinePriority
Method org.kuali.student.core.organization.ui.theme.standard.client.OrgCssImpl.getCssString() concatenates strings using + in a loopPERFORMANCESBSC_USE_STRINGBUFFER_CONCATENATION31Medium

org.kuali.student.core.rice.authorization.CollaboratorHelper

BugCategoryDetailsLinePriority
Exception is caught when Exception is not thrown in org.kuali.student.core.rice.authorization.CollaboratorHelper.getCollaborators(String, String, String)STYLEREC_CATCH_EXCEPTION199Medium
Class org.kuali.student.core.rice.authorization.CollaboratorHelper defines non-transient non-serializable instance field identityServiceBAD_PRACTICESE_BAD_FIELDMedium
Class org.kuali.student.core.rice.authorization.CollaboratorHelper defines non-transient non-serializable instance field permissionServiceBAD_PRACTICESE_BAD_FIELDMedium
Class org.kuali.student.core.rice.authorization.CollaboratorHelper defines non-transient non-serializable instance field roleUpdateServiceBAD_PRACTICESE_BAD_FIELDMedium
Class org.kuali.student.core.rice.authorization.CollaboratorHelper defines non-transient non-serializable instance field simpleDocServiceBAD_PRACTICESE_BAD_FIELDMedium
Class org.kuali.student.core.rice.authorization.CollaboratorHelper defines non-transient non-serializable instance field workflowUtilityServiceBAD_PRACTICESE_BAD_FIELDMedium

org.kuali.student.core.statement.ui.client.widgets.rules.ReqCompEditWidget

BugCategoryDetailsLinePriority
Unread field: org.kuali.student.core.statement.ui.client.widgets.rules.ReqCompEditWidget.NO_SELECTION_TEXT; should this field be static?PERFORMANCESS_SHOULD_BE_STATIC51Medium

org.kuali.student.core.statement.ui.client.widgets.rules.RuleExpressionEditor

BugCategoryDetailsLinePriority
Unread field: org.kuali.student.core.statement.ui.client.widgets.rules.RuleExpressionEditor.ruleChangedPERFORMANCEURF_UNREAD_FIELD54Medium

org.kuali.student.core.statement.ui.client.widgets.rules.RuleExpressionParser

BugCategoryDetailsLinePriority
Possible null pointer dereference of tokenList in org.kuali.student.core.statement.ui.client.widgets.rules.RuleExpressionParser.checkCondition(List, List, int, List)CORRECTNESSNP_NULL_ON_SOME_PATH221Medium

org.kuali.student.core.statement.ui.client.widgets.rules.RuleInfo

BugCategoryDetailsLinePriority
Useless control flow in org.kuali.student.core.statement.ui.client.widgets.rules.RuleInfo.statementVOIsDegroupAble(List, List)STYLEUCF_USELESS_CONTROL_FLOW202Medium
Uninitialized read of statementVO in new org.kuali.student.core.statement.ui.client.widgets.rules.RuleInfo()CORRECTNESSUR_UNINIT_READ31Medium

org.kuali.student.core.statement.ui.client.widgets.rules.RulePreviewWidget

BugCategoryDetailsLinePriority
Possible null pointer dereference of RulePreviewWidget.stmtTreeInfo in org.kuali.student.core.statement.ui.client.widgets.rules.RulePreviewWidget.displayRule()CORRECTNESSNP_NULL_ON_SOME_PATH84High

org.kuali.student.core.statement.ui.client.widgets.rules.RulePreviewWidget$SubRuleInfo

BugCategoryDetailsLinePriority
Should org.kuali.student.core.statement.ui.client.widgets.rules.RulePreviewWidget$SubRuleInfo be a _static_ inner class?PERFORMANCESIC_INNER_SHOULD_BE_STATIC255Medium

org.kuali.student.core.statement.ui.client.widgets.rules.RuleTableManipulationWidget

BugCategoryDetailsLinePriority
Unread field: org.kuali.student.core.statement.ui.client.widgets.rules.RuleTableManipulationWidget.isOperatorCheckedPERFORMANCEURF_UNREAD_FIELD69Medium
Unread field: org.kuali.student.core.statement.ui.client.widgets.rules.RuleTableManipulationWidget.separator1PERFORMANCEURF_UNREAD_FIELD51Medium
Unread field: org.kuali.student.core.statement.ui.client.widgets.rules.RuleTableManipulationWidget.separator2PERFORMANCEURF_UNREAD_FIELD52Medium

org.kuali.student.core.statement.ui.client.widgets.rules.RuleTableManipulationWidget$7

BugCategoryDetailsLinePriority
Method call in org.kuali.student.core.statement.ui.client.widgets.rules.RuleTableManipulationWidget$7.onClick(ClickEvent) passes null for nonnull parameter of RuleTableManipulationWidget.redraw(StatementTreeViewInfo, boolean, Boolean)CORRECTNESSNP_NULL_PARAM_DEREF245High

org.kuali.student.core.statement.ui.client.widgets.rules.RulesUtil

BugCategoryDetailsLinePriority
Private method org.kuali.student.core.statement.ui.client.widgets.rules.RulesUtil.clone(ReqComponentTypeInfo) is never calledPERFORMANCEUPM_UNCALLED_PRIVATE_METHOD167Medium

org.kuali.student.core.statement.ui.client.widgets.rules.StatementVO

BugCategoryDetailsLinePriority
Possible null pointer dereference of parent in org.kuali.student.core.statement.ui.client.widgets.rules.StatementVO.doSimplify(StatementVO, StatementVO)CORRECTNESSNP_NULL_ON_SOME_PATH706Medium
Nullcheck of statementVO at line 781 of value previously dereferenced in org.kuali.student.core.statement.ui.client.widgets.rules.StatementVO.doConvertToExpression(StringBuilder, StatementVO, boolean)CORRECTNESSRCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE779Medium

org.kuali.student.core.statement.ui.client.widgets.rules.Token

BugCategoryDetailsLinePriority
Method org.kuali.student.core.statement.ui.client.widgets.rules.Token.hashCode() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) insteadPERFORMANCEDM_NUMBER_CTOR107Medium
org.kuali.student.core.statement.ui.client.widgets.rules.Token.And isn't final but should beMALICIOUS_CODEMS_SHOULD_BE_FINAL20Medium
org.kuali.student.core.statement.ui.client.widgets.rules.Token.Condition isn't final but should beMALICIOUS_CODEMS_SHOULD_BE_FINAL24Medium
org.kuali.student.core.statement.ui.client.widgets.rules.Token.EndParenthesis isn't final but should beMALICIOUS_CODEMS_SHOULD_BE_FINAL23Medium
org.kuali.student.core.statement.ui.client.widgets.rules.Token.Or isn't final but should beMALICIOUS_CODEMS_SHOULD_BE_FINAL21Medium
org.kuali.student.core.statement.ui.client.widgets.rules.Token.StartParenthesis isn't final but should beMALICIOUS_CODEMS_SHOULD_BE_FINAL22Medium

org.kuali.student.core.statement.ui.client.widgets.table.ExpressionNode

BugCategoryDetailsLinePriority
org.kuali.student.core.statement.ui.client.widgets.table.ExpressionNode.clone() does not call super.clone()BAD_PRACTICECN_IDIOM_NO_SUPER_CALL20Medium

org.kuali.student.core.statement.ui.client.widgets.table.Node

BugCategoryDetailsLinePriority
org.kuali.student.core.statement.ui.client.widgets.table.Node.clone() does not call super.clone()BAD_PRACTICECN_IDIOM_NO_SUPER_CALL25Medium
Unused field: org.kuali.student.core.statement.ui.client.widgets.table.Node.idPERFORMANCEUUF_UNUSED_FIELDMedium

org.kuali.student.core.statement.ui.client.widgets.table.SectionTable

BugCategoryDetailsLinePriority
Dead store to rf in org.kuali.student.core.statement.ui.client.widgets.table.SectionTable.applyDataRowStyles()STYLEDLS_DEAD_LOCAL_STORE87Medium
new org.kuali.student.core.statement.ui.client.widgets.table.SectionTable(Object[][]) may expose internal representation by storing an externally mutable object into SectionTable.rowDataMALICIOUS_CODEEI_EXPOSE_REP242Medium

org.kuali.student.core.workflow.ui.client.views.CollaboratorSectionView

BugCategoryDetailsLinePriority
Method org.kuali.student.core.workflow.ui.client.views.CollaboratorSectionView.refreshCollaboratorsTable() invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) insteadPERFORMANCEDM_NUMBER_CTOR490Medium

org.kuali.student.core.workflow.ui.client.widgets.WorkflowUtilities

BugCategoryDetailsLinePriority
Unread field: org.kuali.student.core.workflow.ui.client.widgets.WorkflowUtilities.loadedPERFORMANCEURF_UNREAD_FIELD140Medium
Unused field: org.kuali.student.core.workflow.ui.client.widgets.WorkflowUtilities.approveSaveActionEventPERFORMANCEUUF_UNUSED_FIELDMedium
Unused field: org.kuali.student.core.workflow.ui.client.widgets.WorkflowUtilities.startWorkflowSaveActionEventPERFORMANCEUUF_UNUSED_FIELDMedium

org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet

BugCategoryDetailsLinePriority
Possible null pointer dereference of stdResp in org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet.acknowledgeDocumentWithId(String)CORRECTNESSNP_NULL_ON_SOME_PATH52Medium
Possible null pointer dereference of stdResp in org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet.adhocRequest(String, String, StudentWorkflowConstants$ActionRequestType, String)CORRECTNESSNP_NULL_ON_SOME_PATH77Medium
Possible null pointer dereference of stdResp in org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet.adhocRequest(String, String, StudentWorkflowConstants$ActionRequestType, String)CORRECTNESSNP_NULL_ON_SOME_PATH83Medium
Possible null pointer dereference of stdResp in org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet.adhocRequest(String, String, StudentWorkflowConstants$ActionRequestType, String)CORRECTNESSNP_NULL_ON_SOME_PATH89Medium
Possible null pointer dereference of stdResp in org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet.approveDocumentWithId(String)CORRECTNESSNP_NULL_ON_SOME_PATH108Medium
Possible null pointer dereference of stdResp in org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet.blanketApproveDocumentWithId(String)CORRECTNESSNP_NULL_ON_SOME_PATH126Medium
Possible null pointer dereference of stdResp in org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet.cancelDocumentWithId(String)CORRECTNESSNP_NULL_ON_SOME_PATH454Medium
Possible null pointer dereference of stdResp in org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet.disapproveDocumentWithId(String)CORRECTNESSNP_NULL_ON_SOME_PATH146Medium
Possible null pointer dereference of stdResp in org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet.fyiDocumentWithId(String)CORRECTNESSNP_NULL_ON_SOME_PATH164Medium
Possible null pointer dereference of docResponse in org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet.getDataIdFromWorkflowId(String)CORRECTNESSNP_NULL_ON_SOME_PATH383Medium
Possible null pointer dereference of stdResp in org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet.returnDocumentWithId(String, String)CORRECTNESSNP_NULL_ON_SOME_PATH209Medium
Possible null pointer dereference of stdResp in org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet.submitDocumentWithId(String)CORRECTNESSNP_NULL_ON_SOME_PATH432Medium
Possible null pointer dereference of stdResp in org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet.withdrawDocumentWithId(String)CORRECTNESSNP_NULL_ON_SOME_PATH191Medium
Exception is caught when Exception is not thrown in org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet.getActionsRequested(String)STYLEREC_CATCH_EXCEPTION320Medium
Class org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet defines non-transient non-serializable instance field LOGBAD_PRACTICESE_BAD_FIELDMedium
Class org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet defines non-transient non-serializable instance field identityServiceBAD_PRACTICESE_BAD_FIELDMedium
Class org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet defines non-transient non-serializable instance field simpleDocServiceBAD_PRACTICESE_BAD_FIELDMedium
Class org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet defines non-transient non-serializable instance field workflowUtilityServiceBAD_PRACTICESE_BAD_FIELDMedium
Method org.kuali.student.core.workflow.ui.server.gwt.WorkflowRpcGwtServlet.getActionsRequested(String) makes inefficient use of keySet iterator instead of entrySet iteratorPERFORMANCEWMI_WRONG_MAP_ITERATOR246Medium