12e730e8bfed7e2ebf0d74cee79b593f77046795
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected getCaseAuditEventListner(manager InternalRuntimeManager, commandService TransactionalCommandService) : CaseEventListener renamed to protected getCaseAuditEventListener(manager InternalRuntimeManager, commandService TransactionalCommandService) : CaseEventListener in class org.jbpm.casemgmt.impl.event.CaseConfigurationDeploymentListener | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type caseFileData : List<CaseFileDataLog> to caseFileData : List<CaseFileData> in method public AuditCaseInstanceData(caseId String, caseFileData List<CaseFileData>, caseRoleAssignments List<CaseRoleAssignmentLog>) in class org.jbpm.casemgmt.impl.model.AuditCaseInstanceData | From | To | |
Change Parameter Type caseFileData : List<CaseFileDataLog> to caseFileData : List<CaseFileData> in method public setCaseFileData(caseFileData List<CaseFileData>) : void in class org.jbpm.casemgmt.impl.model.AuditCaseInstanceData | From | To | |
Change Parameter Type caseFileData : List<CaseFileDataLog> to caseFileData : List<CaseFileData> in method public AuditCaseInstanceData(processInstanceId Long, caseId String, caseFileData List<CaseFileData>, caseRoleAssignments List<CaseRoleAssignmentLog>) in class org.jbpm.casemgmt.impl.model.AuditCaseInstanceData | From | To | |
Change Return Type | 2 | ||
Change Return Type List<CaseFileDataLog> to List<CaseFileData> in method protected updateCaseFileItems(event CaseEvent, addedData Map<String,Object>, caseId String, caseDefinitionId String, user String) : List<CaseFileData> in class org.jbpm.casemgmt.impl.jms.AsyncCaseInstanceAuditEventProducer | From | To | |
Change Return Type List<CaseFileDataLog> to List<CaseFileData> in method public getCaseFileData() : List<CaseFileData> in class org.jbpm.casemgmt.impl.model.AuditCaseInstanceData | From | To | |
Rename Attribute | 1 | ||
Rename Attribute taskVariableIndexers : ServiceLoader<ProcessVariableIndexer> to processVariableIndexers : ServiceLoader<ProcessVariableIndexer> in class org.jbpm.process.audit.variable.ProcessIndexerManager | From | To | |
Change Variable Type | 7 | ||
Change Variable Type logs : List<CaseFileDataLog> to logs : List<CaseFileData> in method protected updateCaseFileItems(event CaseEvent, addedData Map<String,Object>, caseId String, caseDefinitionId String, user String) : List<CaseFileData> in class org.jbpm.casemgmt.impl.jms.AsyncCaseInstanceAuditEventProducer | From | To | |
Change Variable Type caseFileDataLogs : List<CaseFileDataLog> to caseFileDataLogs : List<CaseFileData> in method public afterCaseStarted(event CaseStartEvent) : void in class org.jbpm.casemgmt.impl.jms.AsyncCaseInstanceAuditEventProducer | From | To | |
Change Variable Type logs : List<CaseFileDataLog> to logs : List<CaseFileData> in method public afterCaseDataAdded(event CaseDataEvent) : void in class org.jbpm.casemgmt.impl.jms.AsyncCaseInstanceAuditEventProducer | From | To | |
Change Variable Type logs : List<CaseFileDataLog> to logs : List<CaseFileData> in method public afterCaseDataRemoved(event CaseDataEvent) : void in class org.jbpm.casemgmt.impl.jms.AsyncCaseInstanceAuditEventProducer | From | To | |
Change Variable Type insert : List<CaseFileDataLog> to insert : List<CaseFileData> in method public afterCaseStarted(event CaseStartEvent) : void in class org.jbpm.casemgmt.impl.audit.CaseInstanceAuditEventListener | From | To | |
Change Variable Type caseFileData : CaseFileDataLog to caseFileData : CaseFileData in method public onMessage(message Message) : void in class org.jbpm.casemgmt.impl.jms.AsyncCaseInstanceAuditEventReceiver | From | To | |
Change Variable Type logs : List<CaseFileDataLog> to logs : List<CaseFileData> in method public afterCaseReopen(event CaseReopenEvent) : void in class org.jbpm.casemgmt.impl.jms.AsyncCaseInstanceAuditEventProducer | From | To | |
Extract Interface | 1 | ||
Extract Interface org.jbpm.casemgmt.api.audit.CaseFileData from classes [org.jbpm.casemgmt.impl.audit.CaseFileDataLog] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type caseFileData : List<CaseFileDataLog> to caseFileData : List<CaseFileData> in class org.jbpm.casemgmt.impl.model.AuditCaseInstanceData | From | To |