b6c3bc363f489efbdb960de28d611149db611141
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 3 | ||
Change Variable Type val : byte to val : int in method public testDuplicateMarshallerIds() : void in class org.infinispan.marshall.DuplicateIdTest | From | To | |
Change Variable Type e : Map.Entry<Byte,Set<String>> to e : Map.Entry<Integer,Set<String>> in method public testDuplicateMarshallerIds() : void in class org.infinispan.marshall.DuplicateIdTest | From | To | |
Change Variable Type dupes : Map<Byte,Set<String>> to dupes : Map<Integer,Set<String>> in method public testDuplicateMarshallerIds() : void in class org.infinispan.marshall.DuplicateIdTest | From | To |