34c53312bc33e3d0d388c96592356f4b3ba1790b
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type classCreator : AbstractGeneratorClassCreator to classCreator : ConstantsWithLookupImplCreator in method public LookupMethodCreator(classCreator ConstantsWithLookupImplCreator, returnType JType) in class com.google.gwt.i18n.rebind.LookupMethodCreator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type c : AbstractMethodCreator to c : LookupMethodCreator in method protected emitMethodBody(logger TreeLogger, method JMethod, locale GwtLocale) : void in class com.google.gwt.i18n.rebind.ConstantsWithLookupImplCreator | From | To | |
Extract Method | 1 | ||
Extract Method package getLookupMethodCreator(name String) : LookupMethodCreator extracted from protected emitMethodBody(logger TreeLogger, method JMethod, locale GwtLocale) : void in class com.google.gwt.i18n.rebind.ConstantsWithLookupImplCreator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type namesToMethodCreators : Map<String,AbstractMethodCreator> to namesToMethodCreators : Map<String,LookupMethodCreator> in class com.google.gwt.i18n.rebind.ConstantsWithLookupImplCreator | From | To |