ccdc7254409a8c4705a084618e5660c2efc9ae1d
Files Diff
- Added: 0
- Removed: 4
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getY() : int renamed to public getX() : int in class com.google.gwt.core.client.interop.MyJsInterface.Prototype | From | To | |
Rename Method public testJsPropertyNonGetterStyleSucceeds() : void renamed to public testJsPropertyIncorrectGetterStyleFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Rename Method public getY() : int renamed to public getX() : int in class com.google.gwt.core.client.interop.MyJsInterface | From | To | |
Rename Method public testJsPropertyFluentStyleSucceeds() : void renamed to public testJsPropertyNonGetterStyleFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Change Return Type | 1 | ||
Change Return Type void to Result in method public assertCompileSucceeds(code String, expectedWarnings String...) : Result in class com.google.gwt.dev.jjs.impl.OptimizerTestBase | From | To | |
Extract Method | 24 | ||
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testJsFunctionBuggyInterfaceFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testCollidingAccidentalOverrideHalfAndHalfFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testCollidingMethodExportsFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testCollidingSubclassFieldToFieldJsTypeFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testCollidingMethodToFieldJsTypeFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testJsFunctionMultipleInterfacesWithSameSignatureFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testCollidingAccidentalOverrideAbstractMethodFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testJsFunctionMultipleSuperInterfacesFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testCollidingTwoLayerSubclassFieldToFieldJsTypeFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testCollidingFieldExportsFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testCollidingAccidentalOverrideConcreteMethodFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testJsPropertyInNonJsTypeFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testCollidingSubclassMethodToMethodJsTypeFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testJsFunctionFromSuperClassAndSuperSuperInterfaceFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testJsPropertyInTransitiveNonJsTypeFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testCollidingSubclassFieldToMethodJsTypeFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testCollidingMethodToFieldExportsFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testJsFunctionFromSuperInterfaceAndSuperSuperSuperInterfaceFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testCollidingMethodToMethodJsTypeFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testMultiplePublicConstructorsExportFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testCollidingSubclassMethodToMethodTwoLayerInterfaceJsTypeFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testJsFunctionFromSuperClassAndSuperInterfaceFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testCollidingSubclassMethodToMethodInterfaceJsTypeFails() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To | |
Extract Method public assertBuggyFails(expectedErrors String...) : void extracted from public testJsFunctionJsTypeCollisionFails2() : void in class com.google.gwt.dev.jjs.impl.JsInteropRestrictionCheckerTest | From | To |