|
Change Variable Type testInstance : ImmutableTable<Character,Integer,String> to testInstance : Table<Character,Integer,String> in method public testRemove() : void in class com.google.common.collect.AbstractImmutableTableTest |
From |
To |
|
Change Variable Type testInstance : ImmutableTable<Character,Integer,String> to testInstance : Table<Character,Integer,String> in method public testClear() : void in class com.google.common.collect.AbstractImmutableTableTest |
From |
To |
|
Change Variable Type rangeSet : ImmutableRangeSet<Integer> to rangeSet : RangeSet<Integer> in method public testRemoveAllUnsupported() : void in class com.google.common.collect.ImmutableRangeSetTest |
From |
To |
|
Change Variable Type bimap : ImmutableBiMap<String,Integer> to bimap : BiMap<String,Integer> in method public testForcePut() : void in class com.google.common.collect.ImmutableBiMapTest.BiMapSpecificTests |
From |
To |
|
Change Variable Type testInstance : ImmutableTable<Character,Integer,String> to testInstance : Table<Character,Integer,String> in method public testPutAll() : void in class com.google.common.collect.AbstractImmutableTableTest |
From |
To |
|
Change Variable Type rangeSet : ImmutableRangeSet<Integer> to rangeSet : RangeSet<Integer> in method public testAddAllUnsupported() : void in class com.google.common.collect.ImmutableRangeSetTest |
From |
To |
|
Change Variable Type testInstance : ImmutableTable<Character,Integer,String> to testInstance : Table<Character,Integer,String> in method public testPut() : void in class com.google.common.collect.AbstractImmutableTableTest |
From |
To |
|
Change Variable Type rangeSet : ImmutableRangeSet<Integer> to rangeSet : RangeSet<Integer> in method public testAddUnsupported() : void in class com.google.common.collect.ImmutableRangeSetTest |
From |
To |
|
Change Variable Type rangeSet : ImmutableRangeSet<Integer> to rangeSet : RangeSet<Integer> in method public testRemoveUnsupported() : void in class com.google.common.collect.ImmutableRangeSetTest |
From |
To |