75a1857439f564e7b5b59dbbd220dac8bdde4ecb
Files Diff
- Added: 108
- Removed: 26
- Renamed: 0
- Modified: 77
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private setRoleName(roleName String) : void renamed to public CaseRoleInstanceImpl(roleName String, roleAssignments Collection<OrganizationalEntity>) in class org.jbpm.casemgmt.impl.model.instance.CaseRoleInstanceImpl | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type processInstanceId : long to commentId : String in method public CaseCommentCommand(commentId String, author String, updatedText String) in class org.jbpm.casemgmt.impl.command.CaseCommentCommand | From | To | |
Rename Variable | 1 | ||
Rename Variable kieSession : KieSession to ksession : KieSession in method public execute(context Context) : Void in class org.jbpm.casemgmt.impl.command.CaseCommentCommand | From | To | |
Change Return Type | 8 | ||
Change Return Type void to long in method private executeSubProcess(ksession StatefulKnowledgeSessionImpl, processId String, parameters Map<String,Object>, processInstance ProcessInstance, subProcessNodeInstance SubProcessNodeInstance) : long in class org.jbpm.workflow.instance.node.DynamicUtils | From | To | |
Change Return Type Object to Void in method public execute(context Context) : Void in class org.jbpm.casemgmt.impl.command.CaseCommentCommand | From | To | |
Change Return Type Collection<RoleAssignment> to Collection<OrganizationalEntity> in method public getRoleAssignments() : Collection<OrganizationalEntity> in class org.jbpm.casemgmt.impl.model.instance.CaseRoleInstanceImpl | From | To | |
Change Return Type Collection<RoleAssignment> to Collection<OrganizationalEntity> in method public getRoleAssignments() : Collection<OrganizationalEntity> in class org.jbpm.casemgmt.api.model.instance.CaseRoleInstance | From | To | |
Change Return Type long to String in method public getId() : String in class org.jbpm.casemgmt.impl.model.instance.CaseMilestoneInstanceImpl | From | To | |
Change Return Type void to long in method public addDynamicSubProcess(processInstance ProcessInstance, ksession KieRuntime, processId String, parameters Map<String,Object>) : long in class org.jbpm.workflow.instance.node.DynamicUtils | From | To | |
Change Return Type void to long in method public addDynamicSubProcess(dynamicContext DynamicNodeInstance, ksession KieRuntime, processId String, parameters Map<String,Object>) : long in class org.jbpm.workflow.instance.node.DynamicUtils | From | To | |
Change Return Type void to long in method public internalAddDynamicSubProcess(processInstance WorkflowProcessInstance, dynamicContext DynamicNodeInstance, ksession KieRuntime, processId String, parameters Map<String,Object>) : long in class org.jbpm.workflow.instance.node.DynamicUtils | From | To | |
Move And Rename Class | 6 | ||
Move And Rename Class org.jbpm.casemgmt.role.impl.RoleImpl moved and renamed to org.jbpm.casemgmt.impl.model.CaseRoleImpl | From | To | |
Move And Rename Class org.jbpm.test.casemgmt.SetNodeNameCommand moved and renamed to org.jbpm.casemgmt.impl.command.CaseCommentCommand | From | To | |
Move And Rename Class org.jbpm.casemgmt.role.RoleInstance moved and renamed to org.jbpm.casemgmt.api.model.instance.CaseRoleInstance | From | To | |
Move And Rename Class org.jbpm.casemgmt.role.impl.RoleInstanceImpl moved and renamed to org.jbpm.casemgmt.impl.model.instance.CaseRoleInstanceImpl | From | To | |
Move And Rename Class org.jbpm.casemgmt.CaseMgmtCaseFileTest.ProductInfo moved and renamed to org.jbpm.casemgmt.impl.model.instance.CaseMilestoneInstanceImpl | From | To | |
Move And Rename Class org.jbpm.casemgmt.role.Role moved and renamed to org.jbpm.casemgmt.api.model.CaseRole | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.jbpm.casemgmt.impl.command.CaseCommand from classes [org.jbpm.casemgmt.impl.command.CaseCommentCommand] | From | To | |
Rename Attribute | 3 | ||
Rename Attribute oldName : String to updatedText : String in class org.jbpm.casemgmt.impl.command.CaseCommentCommand | From | To | |
Rename Attribute processInstanceId : long to commentId : String in class org.jbpm.casemgmt.impl.command.CaseCommentCommand | From | To | |
Rename Attribute newName : String to author : String in class org.jbpm.casemgmt.impl.command.CaseCommentCommand | From | To | |
Extract Variable | 4 | ||
Extract Variable context : Context<?> in method public internalTrigger(from NodeInstance, type String) : void from class org.jbpm.workflow.instance.node.SubProcessNodeInstance | From | To | |
Extract Variable context : Context<?> in method public setState(state int, outcome String) : void from class org.jbpm.workflow.instance.impl.WorkflowProcessInstanceImpl | From | To | |
Extract Variable context : Context<?> in method public signalEvent(type String, event Object) : void from class org.jbpm.process.instance.ProcessRuntimeImpl.StartProcessEventListener | From | To | |
Extract Variable context : Context<?> in method public cancel() : void from class org.jbpm.workflow.instance.node.SubProcessNodeInstance | From | To | |
Extract Interface | 1 | ||
Extract Interface org.jbpm.casemgmt.api.model.instance.CaseMilestoneInstance from classes [org.jbpm.casemgmt.impl.model.instance.CaseMilestoneInstanceImpl] | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type roleAssignments : Map<String,RoleAssignment> to roleAssignments : Collection<OrganizationalEntity> in class org.jbpm.casemgmt.impl.model.instance.CaseRoleInstanceImpl | From | To | |
Change Attribute Type processInstanceId : long to commentId : String in class org.jbpm.casemgmt.impl.command.CaseCommentCommand | From | To | |
Change Attribute Type id : long to id : String in class org.jbpm.casemgmt.impl.model.instance.CaseMilestoneInstanceImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter processInstanceId : long to commentId : String in method public CaseCommentCommand(commentId String, author String, updatedText String) in class org.jbpm.casemgmt.impl.command.CaseCommentCommand | From | To |