f3f79b4955016563ae336bc69de0c171d7bbecd9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public maybeGetJsInteropType(x TypeDeclaration, jsPrototype String, interopType JInterfaceType.JsInteropType) : JInterfaceType.JsInteropType renamed to public maybeGetJsTypePrototype(x TypeDeclaration) : String in class com.google.gwt.dev.javac.JsInteropUtil | From | To | |
Rename Variable | 3 | ||
Rename Variable jsInterface : AnnotationBinding to jsType : AnnotationBinding in method public maybeGetJsTypePrototype(x TypeDeclaration) : String in class com.google.gwt.dev.javac.JsInteropUtil | From | To | |
Rename Variable isNative : boolean to value : String in method public maybeGetJsTypePrototype(x TypeDeclaration) : String in class com.google.gwt.dev.javac.JsInteropUtil | From | To | |
Rename Variable isNative : boolean to shouldExtend : boolean in method private checkClassImplementingJsType(type TypeDeclaration) : boolean in class com.google.gwt.dev.javac.JSORestrictionsChecker.JSORestrictionsVisitor | From | To | |
Change Return Type | 1 | ||
Change Return Type JInterfaceType.JsInteropType to String in method public maybeGetJsTypePrototype(x TypeDeclaration) : String in class com.google.gwt.dev.javac.JsInteropUtil | From | To | |
Change Variable Type | 1 | ||
Change Variable Type isNative : boolean to value : String in method public maybeGetJsTypePrototype(x TypeDeclaration) : String in class com.google.gwt.dev.javac.JsInteropUtil | From | To |