1da251cc09aea358cede66e65856a960ced2db04
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method private testMethodReferencesWithGenericTypeParameters(some Some<T>, t1 T, t2 T, combine MyFunction2<T,T,T>) : void renamed to private testMethodReference_genericTypeParameters(some Some<T>, t1 T, t2 T, combine MyFunction2<T,T,T>) : void in class com.google.gwt.dev.jjs.test.Java8Test | From | To | |
Rename Method public testMethodReferenceWithGenericTypeParameters() : void renamed to public testMethodReference_genericTypeParameters() : void in class com.google.gwt.dev.jjs.test.Java8Test | From | To | |
Rename Method public testMethodReferenceImplementedInSuperclass() : void renamed to public testMethodReference_implementedInSuperclass() : void in class com.google.gwt.dev.jjs.test.Java8Test | From | To |