b678e454c583b023b843e86d28f3fcdb8ace1de6
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable n : Node to inheritsCall : Node in method private copyStaticProperty(staticProperty Node, subclassNameNode Node, subclassQname String, inheritsCall Node) : void in class com.google.javascript.jscomp.Es6ToEs3ClassSideInheritance | From | To | |
Extract Variable | 1 | ||
Extract Variable superclassQname : String in method private processInherits(inheritsCalls List<Node>) : void from class com.google.javascript.jscomp.Es6ToEs3ClassSideInheritance | From | To | |
Extract Method | 1 | ||
Extract Method private copyStaticProperty(staticProperty Node, subclassNameNode Node, subclassQname String, inheritsCall Node) : void extracted from private processInherits(inheritsCalls List<Node>) : void in class com.google.javascript.jscomp.Es6ToEs3ClassSideInheritance | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type staticProperties : Multimap<String,Node> to staticProperties : LinkedHashMap<String,LinkedHashSet<Node>> in class com.google.javascript.jscomp.Es6ToEs3ClassSideInheritance | From | To | |
Change Attribute Type staticMethods : Multimap<String,Node> to staticMethods : LinkedHashMap<String,LinkedHashSet<Node>> in class com.google.javascript.jscomp.Es6ToEs3ClassSideInheritance | From | To |