7db1ae77d42c5f6b5b2100d8915c74462e56734a
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public __disabled__testJsType3DimArray_castedFromNativeWithACall() : void renamed to public testJsType3DimArray_castFromNativeWithACall() : void in class com.google.gwt.core.client.interop.JsTypeArrayTest | From | To | |
Rename Method public __disabled__testObjectArray_castedFromNative() : void renamed to public testObjectArray_castFromNative() : void in class com.google.gwt.core.client.interop.JsTypeArrayTest | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type arrayType : JClassType to arrayType : JType in method public JsonArray(sourceInfo SourceInfo, arrayType JType, expressions List<JExpression>) in class com.google.gwt.dev.jjs.ast.js.JsonArray | From | To | |
Change Parameter Type expressions : Iterable<JExpression> to expressions : List<JExpression> in method public JsonArray(sourceInfo SourceInfo, arrayType JType, expressions List<JExpression>) in class com.google.gwt.dev.jjs.ast.js.JsonArray | From | To | |
Change Parameter Type jsoType : JClassType to arrayType : JType in method public resolve(arrayType JType) : void in class com.google.gwt.dev.jjs.ast.js.JsonArray | From | To | |
Change Parameter Type arrayType : JClassType to arrayType : JType in method public JsonArray(sourceInfo SourceInfo, arrayType JType, expressions JExpression...) in class com.google.gwt.dev.jjs.ast.js.JsonArray | From | To | |
Move Method | 1 | ||
Move Method package isJavaArray(src Object) : boolean from class com.google.gwt.lang.Cast to package isJavaArray(src Object) : boolean from class com.google.gwt.lang.Array | From | To | |
Change Return Type | 1 | ||
Change Return Type JClassType to JType in method public getType() : JType in class com.google.gwt.dev.jjs.ast.js.JsonArray | From | To | |
Rename Attribute | 1 | ||
Rename Attribute CAST_IS_JAVA_ARRAY : String to ARRAY_IS_JAVA_ARRAY : String in class com.google.gwt.dev.jjs.ast.RuntimeConstants | From | To | |
Change Variable Type | 1 | ||
Change Variable Type array : Object[] to array : SimpleJsTypeReturnForMultiDimArray[] in method public testObjectArray_castFromNative() : void in class com.google.gwt.core.client.interop.JsTypeArrayTest | From | To | |
Extract Variable | 1 | ||
Extract Variable initializers : List<JExpression> in method public endVisit(x JNewArray, ctx Context) : void from class com.google.gwt.dev.jjs.impl.ArrayNormalizer.ArrayVisitor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type arrayType : JClassType to arrayType : JType in class com.google.gwt.dev.jjs.ast.js.JsonArray | From | To | |
Rename Parameter | 1 | ||
Rename Parameter jsoType : JClassType to arrayType : JType in method public resolve(arrayType JType) : void in class com.google.gwt.dev.jjs.ast.js.JsonArray | From | To |