96205056e79a366bc4d89e3ae2c94a747bc49066
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private testMissingRequireCall(js String, warningText String) : void renamed to private testMissingRequireStrict(js String, warningText String) : void in class com.google.javascript.jscomp.MissingRequireTest | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable required : String to namespace : String in method private visitGoogRequire(namespace String, googRequireCall Node, parent Node) : void in class com.google.javascript.jscomp.CheckRequiresForConstructors | From | To | |
Rename Attribute | 1 | ||
Rename Attribute MISSING_REQUIRE_CALL_WARNING : DiagnosticType to MISSING_REQUIRE_STRICT_WARNING : DiagnosticType in class com.google.javascript.jscomp.CheckRequiresForConstructors | From | To | |
Extract Method | 1 | ||
Extract Method private visitGoogRequire(namespace String, googRequireCall Node, parent Node) : void extracted from private visitCallNode(t NodeTraversal, call Node, parent Node) : void in class com.google.javascript.jscomp.CheckRequiresForConstructors | From | To | |
Rename Parameter | 1 | ||
Rename Parameter call : Node to googRequireCall : Node in method private visitGoogRequire(namespace String, googRequireCall Node, parent Node) : void in class com.google.javascript.jscomp.CheckRequiresForConstructors | From | To |