df15ae18fd0270ccc85c353600b1c8fcc10fae69
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 10
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public baselineConfiguration() : DistributedBaselineConfiguration renamed to public isBaselineAutoAdjustEnabled() : boolean in class org.apache.ignite.internal.cluster.IgniteClusterAsyncImpl | From | To | |
| Rename Method public baselineConfiguration() : DistributedBaselineConfiguration renamed to public isBaselineAutoAdjustEnabled() : boolean in class org.apache.ignite.IgniteCluster | From | To | |
| Rename Variable | 2 | ||
| Rename Variable bc : DistributedBaselineConfiguration to cl : IgniteCluster in method public testBaselineAutoAdjustmentSettings() : void in class org.apache.ignite.util.GridCommandHandlerTest | From | To | |
| Rename Variable softTimeout : long to timeout : long in method public testBaselineAutoAdjustmentSettings() : void in class org.apache.ignite.util.GridCommandHandlerTest | From | To | |
| Change Return Type | 2 | ||
| Change Return Type DistributedBaselineConfiguration to boolean in method public isBaselineAutoAdjustEnabled() : boolean in class org.apache.ignite.internal.cluster.IgniteClusterAsyncImpl | From | To | |
| Change Return Type DistributedBaselineConfiguration to boolean in method public isBaselineAutoAdjustEnabled() : boolean in class org.apache.ignite.IgniteCluster | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type bc : DistributedBaselineConfiguration to cl : IgniteCluster in method public testBaselineAutoAdjustmentSettings() : void in class org.apache.ignite.util.GridCommandHandlerTest | From | To |