3d2478ad5cba479efcd74c090e2028ae33d276fe
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Map<String,Collection<JMethod>> to Multimap<String,JMethod> in method private findAllSetters(fieldType JClassType) : Multimap<String,JMethod> in class com.google.gwt.uibinder.rebind.model.OwnerFieldClass | From | To | |
Change Variable Type | 1 | ||
Change Variable Type allSetters : Map<String,Collection<JMethod>> to allSetters : Multimap<String,JMethod> in method private findSetters(fieldType JClassType) : void in class com.google.gwt.uibinder.rebind.model.OwnerFieldClass | From | To |