9cec138570b75c498cf68f0349aeed7acd81e177
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public checkStarvation() : void renamed to public detectStarvation() : boolean in class org.apache.ignite.internal.util.StripedExecutor | From | To | |
| Rename Variable | 1 | ||
| Rename Variable completedCnt : long to lastStartedTs : long in method public detectStarvation() : boolean in class org.apache.ignite.internal.util.StripedExecutor | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to boolean in method public detectStarvation() : boolean in class org.apache.ignite.internal.util.StripedExecutor | From | To | |
| Extract Method | 1 | ||
| Extract Method public detectStarvation() : boolean extracted from public checkStarvation() : void in class org.apache.ignite.internal.StripedExecutorMXBeanAdapter | From | To |