13a6e364fbb35fc518580059a08a6dd2846c153b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 14 | ||
Parameterize Variable elements : ArrayList<Integer> to actual : Object in method private assertEqualsUsingSeed(seed long, expected Object, actual Object) : void in class com.google.common.collect.MinMaxPriorityQueueTest | From | To | |
Parameterize Variable perm : Collection<Integer> to startedWith : Collection<?> in method private assertEqualsUsingStartedWith(startedWith Collection<?>, expected Object, actual Object) : void in class com.google.common.collect.MinMaxPriorityQueueTest | From | To | |
Parameterize Variable elements : List<Integer> to actual : Object in method private assertEqualsUsingStartedWith(startedWith Collection<?>, expected Object, actual Object) : void in class com.google.common.collect.MinMaxPriorityQueueTest | From | To | |
Change Variable Type | 14 | ||
Change Variable Type elements : List<Integer> to actual : Object in method private assertEqualsUsingStartedWith(startedWith Collection<?>, expected Object, actual Object) : void in class com.google.common.collect.MinMaxPriorityQueueTest | From | To | |
Change Variable Type elements : ArrayList<Integer> to actual : Object in method private assertEqualsUsingSeed(seed long, expected Object, actual Object) : void in class com.google.common.collect.MinMaxPriorityQueueTest | From | To | |
Change Variable Type perm : Collection<Integer> to startedWith : Collection<?> in method private assertEqualsUsingStartedWith(startedWith Collection<?>, expected Object, actual Object) : void in class com.google.common.collect.MinMaxPriorityQueueTest | From | To | |
Extract Method | 14 | ||
Extract Method private assertEqualsUsingSeed(seed long, expected Object, actual Object) : void extracted from public testCorrectOrdering_mediumHeapsPollLast() : void in class com.google.common.collect.MinMaxPriorityQueueTest | From | To | |
Extract Method private assertEqualsUsingStartedWith(startedWith Collection<?>, expected Object, actual Object) : void extracted from public testExhaustive_pollAndPush() : void in class com.google.common.collect.MinMaxPriorityQueueTest | From | To | |
Extract Method private assertEqualsUsingSeed(seed long, expected Object, actual Object) : void extracted from public testCorrectOrdering_mediumHeapsPollFirst() : void in class com.google.common.collect.MinMaxPriorityQueueTest | From | To | |
Extract Method private assertEqualsUsingSeed(seed long, expected Object, actual Object) : void extracted from public testCorrectOrdering_smallHeapsPollLast() : void in class com.google.common.collect.MinMaxPriorityQueueTest | From | To | |
Extract Method private assertEqualsUsingSeed(seed long, expected Object, actual Object) : void extracted from public testCorrectOrdering_73ElementBug() : void in class com.google.common.collect.MinMaxPriorityQueueTest | From | To | |
Extract Method private assertEqualsUsingSeed(seed long, expected Object, actual Object) : void extracted from public testCorrectOrdering_smallHeapsPollFirst() : void in class com.google.common.collect.MinMaxPriorityQueueTest | From | To | |
Extract Method private assertEqualsUsingSeed(seed long, expected Object, actual Object) : void extracted from public testCorrectOrdering_randomAccess() : void in class com.google.common.collect.MinMaxPriorityQueueTest | From | To |