8357fc07fcfff8767c775ed14408897267c68519
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private testConsts(js String, constants String...) : void renamed to private assertConsts(js String, expectations Expectation...) : void in class com.google.javascript.jscomp.InferConstsTest | From | To | |
| Rename Method private testNotConsts(js String, constants String...) : void renamed to private assertNotConsts(js String, names String...) : void in class com.google.javascript.jscomp.InferConstsTest | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type constants : String... to expectations : Expectation... in method private assertConsts(js String, expectations Expectation...) : void in class com.google.javascript.jscomp.InferConstsTest | From | To | |
| Change Parameter Type names : String[] to names : ImmutableList<String> in method package FindConstants(names ImmutableList<String>) in class com.google.javascript.jscomp.InferConstsTest.FindConstants | From | To | |
| Rename Variable | 1 | ||
| Rename Variable name : String to expectation : Expectation in method private assertConsts(js String, expectations Expectation...) : void in class com.google.javascript.jscomp.InferConstsTest | From | To | |
| Inline Method | 1 | ||
| Inline Method private testInferConstsHelper(constExpected boolean, js String, constants String...) : void inlined to private assertConsts(js String, expectations Expectation...) : void in class com.google.javascript.jscomp.InferConstsTest | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute foundNodes : Set<String> to inferredNodes : Set<String> in class com.google.javascript.jscomp.InferConstsTest.FindConstants | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type name : String to expectation : Expectation in method private assertConsts(js String, expectations Expectation...) : void in class com.google.javascript.jscomp.InferConstsTest | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type names : String[] to names : ImmutableList<String> in class com.google.javascript.jscomp.InferConstsTest.FindConstants | From | To | |
| Change Attribute Type names : String[] to names : ImmutableList<String> in class com.google.javascript.jscomp.InferConstsTest | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter constants : String... to names : String... in method private assertNotConsts(js String, names String...) : void in class com.google.javascript.jscomp.InferConstsTest | From | To | |
| Rename Parameter constants : String... to expectations : Expectation... in method private assertConsts(js String, expectations Expectation...) : void in class com.google.javascript.jscomp.InferConstsTest | From | To |