ccb608b562e3b235b78c0d71b1d1d95dad8c0aae
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getDecisionResult(name String) : Object renamed to public getDecisionResultById(id String) : DMNDecisionResult in class org.kie.dmn.core.api.DMNResult | From | To | |
| Rename Method public getDecisionResult(name String) : Object renamed to public getDecisionResultById(id String) : DMNDecisionResult in class org.kie.dmn.core.impl.DMNResultImpl | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type value : Object to result : DMNDecisionResult in method public setDecisionResult(id String, result DMNDecisionResult) : void in class org.kie.dmn.core.impl.DMNResultImpl | From | To | |
| Change Return Type | 5 | ||
| Change Return Type Map<String,Object> to List<DMNDecisionResult> in method public getDecisionResults() : List<DMNDecisionResult> in class org.kie.dmn.core.impl.DMNResultImpl | From | To | |
| Change Return Type Object to DMNDecisionResult in method public getDecisionResultById(id String) : DMNDecisionResult in class org.kie.dmn.core.api.DMNResult | From | To | |
| Change Return Type Object to DMNDecisionResult in method public getDecisionResultById(id String) : DMNDecisionResult in class org.kie.dmn.core.impl.DMNResultImpl | From | To | |
| Change Return Type Map<String,Object> to List<DMNDecisionResult> in method public getDecisionResults() : List<DMNDecisionResult> in class org.kie.dmn.core.api.DMNResult | From | To | |
| Change Return Type void to DMNMessage in method public addMessage(severity DMNMessage.Severity, message String, sourceId String) : DMNMessage in class org.kie.dmn.core.impl.DMNResultImpl | From | To | |
| Extract Variable | 1 | ||
| Extract Variable msg : DMNMessageImpl in method public addMessage(severity DMNMessage.Severity, message String, sourceId String) : DMNMessage from class org.kie.dmn.core.impl.DMNResultImpl | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type decisionResults : Map<String,Object> to decisionResults : Map<String,DMNDecisionResult> in class org.kie.dmn.core.impl.DMNResultImpl | From | To | |
| Rename Parameter | 4 | ||
| Rename Parameter value : Object to result : DMNDecisionResult in method public setDecisionResult(id String, result DMNDecisionResult) : void in class org.kie.dmn.core.impl.DMNResultImpl | From | To | |
| Rename Parameter name : String to id : String in method public getDecisionResultById(id String) : DMNDecisionResult in class org.kie.dmn.core.api.DMNResult | From | To | |
| Rename Parameter name : String to id : String in method public getDecisionResultById(id String) : DMNDecisionResult in class org.kie.dmn.core.impl.DMNResultImpl | From | To | |
| Rename Parameter name : String to id : String in method public setDecisionResult(id String, result DMNDecisionResult) : void in class org.kie.dmn.core.impl.DMNResultImpl | From | To |