7adf590106826b9e4432cfeee06acdc0ccff8c6e
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private trackProcIds(procId long) : void renamed to private trackProcId(procId long) : void in class org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureMap | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type procs : Procedure[] to procs : Procedure<?>[] in method private assertUpdated(tracker ProcedureStoreTracker, procs Procedure<?>[], updatedProcs int[], nonUpdatedProcs int[]) : void in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore | From | To | |
Change Parameter Type procs : Procedure[] to procs : Procedure<?>[] in method private assertDeleted(tracker ProcedureStoreTracker, procs Procedure<?>[], deletedProcs int[], nonDeletedProcs int[]) : void in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore | From | To | |
Rename Variable | 3 | ||
Rename Variable runnablesCount : int to runnableCount : int in method private loadProcedures(procIter ProcedureIterator, abortOnCorruption boolean) : void in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor | From | To | |
Rename Variable corruptedCount : int to waitingCount : int in method private loadProcedures(procIter ProcedureIterator, abortOnCorruption boolean) : void in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor | From | To | |
Rename Variable waitingSet : Set<Procedure<TEnvironment>> to waitingTimeoutList : List<Procedure<TEnvironment>> in method private loadProcedures(procIter ProcedureIterator, abortOnCorruption boolean) : void in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor | From | To | |
Change Return Type | 2 | ||
Change Return Type Procedure[] to Procedure<Void>[] in method protected execute(env Void) : Procedure<Void>[] in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore.TestSequentialProcedure | From | To | |
Change Return Type boolean to void in method public remove(procId long) : void in class org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureMap | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureMap.EntryIterator moved and renamed to org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureTree.Iter | From | To | |
Change Variable Type | 14 | ||
Change Variable Type child2 : Procedure[] to child2 : Procedure<?>[] in method public testLoad() : void in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore | From | To | |
Change Variable Type waitingSet : Set<Procedure<TEnvironment>> to waitingTimeoutList : List<Procedure<TEnvironment>> in method private loadProcedures(procIter ProcedureIterator, abortOnCorruption boolean) : void in class org.apache.hadoop.hbase.procedure2.ProcedureExecutor | From | To | |
Change Variable Type proc2 : Procedure to proc2 : Procedure<?> in method public testRollAndRemove() : void in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore | From | To | |
Change Variable Type procs : Procedure[] to procs : Procedure<?>[] in method public testWalCleanerNoHoles() : void in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore | From | To | |
Change Variable Type proc0 : Procedure to proc0 : Procedure<?> in method public testNoTrailerDoubleRestart() : void in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore | From | To | |
Change Variable Type proc1 : Procedure to proc1 : Procedure<?> in method public testRollAndRemove() : void in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore | From | To | |
Change Variable Type procs : Procedure[] to procs : Procedure<?>[] in method public testWalCleanerSequentialClean() : void in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore | From | To | |
Change Variable Type proc1 : Procedure to proc1 : Procedure<?> in method public testLoad() : void in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore | From | To | |
Change Variable Type procs : Procedure[] to procs : Procedure<?>[] in method public testCorruptedTrailersRebuild() : void in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore | From | To | |
Change Variable Type proc2 : Procedure to proc2 : Procedure<?> in method public testLoad() : void in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore | From | To | |
Change Variable Type proc2 : Procedure to proc2 : Procedure<?> in method public testNoTrailerDoubleRestart() : void in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore | From | To | |
Change Variable Type procs : Procedure[] to procs : Procedure<?>[] in method public testWalCleanerWithEmptyRolls() : void in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore | From | To | |
Change Variable Type proc : Procedure to proc : Procedure<?> in method public testCorruptedProcedures() : void in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore | From | To | |
Change Variable Type proc1 : Procedure to proc1 : Procedure<?> in method public testNoTrailerDoubleRestart() : void in class org.apache.hadoop.hbase.procedure2.store.wal.TestWALProcedureStore | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type current : Entry to current : ProtoAndProc in class org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureTree.Iter | From | To | |
Rename Parameter | 1 | ||
Rename Parameter procProto : ProcedureProtos.Procedure to proc : ProcedureProtos.Procedure in method public add(proc ProcedureProtos.Procedure) : void in class org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureMap | From | To |