728bf7f6988e13f17f03d2e3a4037b7238c4fd45
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type obj : FairCallQueue to obj : FairCallQueue<? extends Schedulable> in method public setDelegate(obj FairCallQueue<? extends Schedulable>) : void in class org.apache.hadoop.ipc.FairCallQueue.MetricsProxy | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type q : BlockingQueue to q : BlockingQueue<E> in method public size() : int in class org.apache.hadoop.ipc.FairCallQueue | From | To | |
| Change Variable Type obj : FairCallQueue to obj : FairCallQueue<? extends Schedulable> in method public getOverflowedCalls() : long[] in class org.apache.hadoop.ipc.FairCallQueue.MetricsProxy | From | To | |
| Change Variable Type obj : FairCallQueue to obj : FairCallQueue<? extends Schedulable> in method public getQueueSizes() : int[] in class org.apache.hadoop.ipc.FairCallQueue.MetricsProxy | From | To | |
| Change Variable Type q : BlockingQueue to q : BlockingQueue<E> in method public remainingCapacity() : int in class org.apache.hadoop.ipc.FairCallQueue | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type delegate : WeakReference<FairCallQueue> to delegate : WeakReference<FairCallQueue<? extends Schedulable>> in class org.apache.hadoop.ipc.FairCallQueue.MetricsProxy | From | To |