ad577a466708dc6fa7d9b6080020f70471cac430
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type dummy : Void to resultValue : DATA in method public CommonResult(resultValue DATA, resultException OperationCancellation) in class melnorme.utilbox.core.fntypes.CommonResult | From | To | |
Change Parameter Type dummy : Void to resultValue : DATA in method public CommonResult(resultValue DATA, resultException CommonException) in class melnorme.utilbox.core.fntypes.CommonResult | From | To | |
Extract Method | 1 | ||
Extract Method protected createResult(resultValue VALUE, resultException EXC) : Result<VALUE,EXC> extracted from public ConcurrentlyDerivedResult() in class melnorme.lang.utils.concurrency.ConcurrentlyDerivedResult | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method protected createResult(resultValue VALUE, resultException EXC) : Result<VALUE,EXC> extracted from protected createNewData() : Result<VALUE,EXC> in class melnorme.lang.utils.concurrency.ConcurrentlyDerivedResult.ResultUpdateTask & moved to class melnorme.lang.utils.concurrency.ConcurrentlyDerivedResult | From | To | |
Extract And Move Method protected createResult(resultValue SourceFileStructure, resultException CommonException) : Result<SourceFileStructure,CommonException> extracted from protected createNewData() : Result<VALUE,EXC> in class melnorme.lang.utils.concurrency.ConcurrentlyDerivedResult.ResultUpdateTask & moved to class melnorme.lang.ide.core.engine.SourceModelManager.StructureInfo | From | To | |
Rename Parameter | 2 | ||
Rename Parameter dummy : Void to resultValue : DATA in method public CommonResult(resultValue DATA, resultException OperationCancellation) in class melnorme.utilbox.core.fntypes.CommonResult | From | To | |
Rename Parameter dummy : Void to resultValue : DATA in method public CommonResult(resultValue DATA, resultException CommonException) in class melnorme.utilbox.core.fntypes.CommonResult | From | To |