73a214a59280d95b66c2a25ebe2fdfe898a7cd29
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type position : Position to positions : Iterable<Position> in method public delete(positions Iterable<Position>) : void in class org.apache.bookkeeper.mledger.impl.ManagedCursorImpl | From | To | |
Extract Method | 2 | ||
Extract Method public asyncDelete(positions Iterable<Position>, callback AsyncCallbacks.DeleteCallback, ctx Object) : void extracted from public asyncDelete(pos Position, callback AsyncCallbacks.DeleteCallback, ctx Object) : void in class org.apache.bookkeeper.mledger.impl.ManagedCursorImpl | From | To | |
Extract Method public delete(positions Iterable<Position>) : void extracted from public delete(position Position) : void in class org.apache.bookkeeper.mledger.impl.ManagedCursorImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter position : Position to positions : Iterable<Position> in method public delete(positions Iterable<Position>) : void in class org.apache.bookkeeper.mledger.impl.ManagedCursorImpl | From | To |