3751bafdf491d499461b2d71cdc0a99fdf8c2aa9
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method private parseManagedLedgerInfoFromText(data byte[]) : ManagedLedgerInfo inlined to private parseManagedLedgerInfo(data byte[]) : ManagedLedgerInfo in class org.apache.bookkeeper.mledger.impl.MetaStoreImplZookeeper | From | To | |
Inline Method private parseManagedCursorInfoFromText(data byte[]) : ManagedCursorInfo inlined to private parseManagedCursorInfo(data byte[]) : ManagedCursorInfo in class org.apache.bookkeeper.mledger.impl.MetaStoreImplZookeeper | From | To | |
Change Variable Type | 4 | ||
Change Variable Type value : Pair<String,Integer> to value : Pair<byte[],Integer> in method public getData(path String, watcher Watcher, cb DataCallback, ctx Object) : void in class org.apache.zookeeper.MockZooKeeper | From | To | |
Change Variable Type value : Pair<String,Integer> to value : Pair<byte[],Integer> in method public getData(path String, watcher Watcher, stat Stat) : byte[] in class org.apache.zookeeper.MockZooKeeper | From | To | |
Change Variable Type parentData : String to parentData : byte[] in method public create(path String, data byte[], acl List<ACL>, createMode CreateMode) : String in class org.apache.zookeeper.MockZooKeeper | From | To | |
Change Variable Type value : Pair<String,Integer> to value : Pair<byte[],Integer> in method public getData(path String, watch boolean, cb DataCallback, ctx Object) : void in class org.apache.zookeeper.MockZooKeeper | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type tree : TreeMap<String,Pair<String,Integer>> to tree : TreeMap<String,Pair<byte[],Integer>> in class org.apache.zookeeper.MockZooKeeper | From | To |