638aee4a79ffa627ecda726c8f6b125964c2192d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method private assertSmallestCoveringDependency(expected JSModule, graph JSModuleGraph, modules JSModule...) : void renamed to private assertSmallestCoveringSubtree(expected JSModule, graph JSModuleGraph, parentTree JSModule, modules JSModule...) : void in class com.google.javascript.jscomp.JSModuleGraphTest | From | To | |
Rename Method private assertSmallestCoveringDependency(expected JSModule, graph JSModuleGraph, modules BitSet) : void renamed to private assertSmallestCoveringSubtree(expected JSModule, graph JSModuleGraph, parentTree JSModule, modules BitSet) : void in class com.google.javascript.jscomp.JSModuleGraphTest | From | To | |
Rename Method public getSmallestCoveringDependency(dependentModules BitSet) : JSModule renamed to public getSmallestCoveringSubtree(parentTree JSModule, dependentModules BitSet) : JSModule in class com.google.javascript.jscomp.JSModuleGraph | From | To | |
Rename Method private moveCode() : void renamed to private moveDeclarationStatementGroupIfPossible(dsg DeclarationStatementGroup) : void in class com.google.javascript.jscomp.CrossModuleCodeMotion | From | To | |
Rename Variable | 1 | ||
Rename Variable declaringStatement : TopLevelStatement to statement : TopLevelStatement in method private moveDeclarationStatementGroupIfPossible(dsg DeclarationStatementGroup) : void in class com.google.javascript.jscomp.CrossModuleCodeMotion | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable info : NamedInfo to dsg : DeclarationStatementGroup in method private moveDeclarationStatementGroupIfPossible(dsg DeclarationStatementGroup) : void in class com.google.javascript.jscomp.CrossModuleCodeMotion | From | To | |
Rename Attribute | 1 | ||
Rename Attribute moduleVarParentMap : Map<JSModule,Node> to moduleInsertionPointMap : Map<JSModule,Node> in class com.google.javascript.jscomp.CrossModuleCodeMotion | From | To | |
Extract Variable | 3 | ||
Extract Variable yEqualsX : TopLevelStatement in method public testTopLevelStatements() : void from class com.google.javascript.jscomp.CrossModuleReferenceCollectorTest | From | To | |
Extract Variable candidatePlusTransitiveDeps : BitSet in method public getSmallestCoveringSubtree(parentTree JSModule, dependentModules BitSet) : JSModule from class com.google.javascript.jscomp.JSModuleGraph | From | To | |
Extract Variable zEqualsXMinusY : TopLevelStatement in method public testTopLevelStatements() : void from class com.google.javascript.jscomp.CrossModuleReferenceCollectorTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type info : NamedInfo to dsg : DeclarationStatementGroup in method private moveDeclarationStatementGroupIfPossible(dsg DeclarationStatementGroup) : void in class com.google.javascript.jscomp.CrossModuleCodeMotion | From | To |