720d817098199c66ccd42797d487cbe168a4ed52
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private fragmentsAreConsistent(thisFragment Fragment, thatFragment Fragment) : boolean renamed to private canReferenceAtomsFrom(thisFragment Fragment, thatFragment Fragment) : boolean in class com.google.gwt.dev.jjs.impl.codesplitter.ExclusivityMap | From | To | |
Rename Method public findAllMethodsInJavaScript() : Set<JMethod> renamed to public findAllMethodsStillInJavaScript() : Set<JMethod> in class com.google.gwt.dev.jjs.impl.codesplitter.FragmentExtractor | From | To | |
Rename Attribute | 1 | ||
Rename Attribute methodsInJavaScript : Set<JMethod> to methodsStillInJavaScript : Set<JMethod> in class com.google.gwt.dev.jjs.impl.codesplitter.CodeSplitter | From | To | |
Rename Parameter | 3 | ||
Rename Parameter exp : JExpression to expression : JExpression in method private classLiteralsIn(expression JExpression) : Set<JClassLiteral> in class com.google.gwt.dev.jjs.impl.codesplitter.ExclusivityMap | From | To | |
Rename Parameter methodsInJavaScript : Set<JMethod> to methodsStillInJavaScript : Set<JMethod> in method private fixUpLoadOrderDependenciesForMethods(logger TreeLogger, jprogram JProgram, methodsStillInJavaScript Set<JMethod>) : void in class com.google.gwt.dev.jjs.impl.codesplitter.ExclusivityMap | From | To | |
Rename Parameter methodsInJavaScript : Set<JMethod> to methodsStillInJavaScript : Set<JMethod> in method public fixUpLoadOrderDependencies(logger TreeLogger, jprogram JProgram, methodsStillInJavaScript Set<JMethod>) : void in class com.google.gwt.dev.jjs.impl.codesplitter.ExclusivityMap | From | To |