33a97c3ba00824f89ee29cb4f01dd872e8ad12cc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private populateSummary() : void renamed to private populatePassSummary() : void in class com.google.javascript.jscomp.PerformanceTracker | From | To | |
Rename Variable | 2 | ||
Rename Variable tmpSummary : HashMap<String,Stats> to tmpPassSummary : HashMap<String,Stats> in method private populatePassSummary() : void in class com.google.javascript.jscomp.PerformanceTracker | From | To | |
Rename Variable outputString : String to report : String in method public testOutputFormat() : void in class com.google.javascript.jscomp.PerformanceTrackerTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute summary : ImmutableMap<String,Stats> to passSummary : ImmutableMap<String,Stats> in class com.google.javascript.jscomp.PerformanceTracker | From | To | |
Extract Method | 1 | ||
Extract Method private extractReport(tracker PerformanceTracker) : String extracted from public testOutputFormat() : void in class com.google.javascript.jscomp.PerformanceTrackerTest | From | To |