e7261b7ce829c3d62a7dcf95127c6d83ee896323
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 22
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public openCursor(cursorName String, initialPosition InitialPosition) : ManagedCursor extracted from public openCursor(cursorName String) : ManagedCursor in class org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl | From | To | |
Extract Method public asyncOpenCursor(cursorName String, initialPosition InitialPosition, callback OpenCursorCallback, ctx Object) : void extracted from public asyncOpenCursor(cursorName String, callback OpenCursorCallback, ctx Object) : void in class org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl | From | To |