a152104620f808676411e2fbe069914311a7df21
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type d : double to l : long in method public Pair(i int, l long) in class tachyon.master.next.IndexedSetTest.Pair | From | To | |
| Rename Variable | 4 | ||
| Rename Variable doubles : List<Double> to longs : List<Long> in method public getTest() : void in class tachyon.master.next.IndexedSetTest | From | To | |
| Rename Variable d : int to l : long in method public before() : void in class tachyon.master.next.IndexedSetTest | From | To | |
| Rename Variable d : int to l : long in method public containsTest() : void in class tachyon.master.next.IndexedSetTest | From | To | |
| Rename Variable d : int to l : long in method public removeByFieldTest() : void in class tachyon.master.next.IndexedSetTest | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute mDoubleIndex : IndexedSet.FieldIndex<Pair> to mLongIndex : IndexedSet.FieldIndex<Pair> in class tachyon.master.next.IndexedSetTest | From | To | |
| Rename Attribute mDouble : double to mLong : long in class tachyon.master.next.IndexedSetTest.Pair | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type d : int to l : long in method public removeByFieldTest() : void in class tachyon.master.next.IndexedSetTest | From | To | |
| Change Variable Type doubles : List<Double> to longs : List<Long> in method public getTest() : void in class tachyon.master.next.IndexedSetTest | From | To | |
| Change Variable Type d : int to l : long in method public before() : void in class tachyon.master.next.IndexedSetTest | From | To | |
| Change Variable Type d : int to l : long in method public containsTest() : void in class tachyon.master.next.IndexedSetTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type mDouble : double to mLong : long in class tachyon.master.next.IndexedSetTest.Pair | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public longValue() : long extracted from public before() : void in class tachyon.master.next.IndexedSetTest & moved to class tachyon.master.next.IndexedSetTest.Pair | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter d : double to l : long in method public Pair(i int, l long) in class tachyon.master.next.IndexedSetTest.Pair | From | To |