fa5af790fc86b8bde261a19152eb222d61458333
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getInlineSourceMap() : String renamed to public getSourceMapURL() : String in class com.google.javascript.jscomp.parsing.parser.Parser | From | To | |
Rename Variable | 1 | ||
Rename Variable path : String to originalPath : String in method public getSourceMapping(sourceName String, lineNumber int, columnNumber int) : OriginalMapping in class com.google.javascript.jscomp.Compiler | From | To | |
Move Attribute | 2 | ||
Move Attribute private BASE64_URL_PREFIX : String from class com.google.javascript.jscomp.parsing.parser.Parser to private BASE64_URL_PREFIX : String from class com.google.javascript.jscomp.SourceMapResolver | From | To | |
Extract Attribute | 2 | ||
Extract Attribute private errorCount : int in class com.google.javascript.jscomp.CompilerTest.TestErrorManager | From | To | |
Extract Attribute private warningCount : int in class com.google.javascript.jscomp.CompilerTest.TestErrorManager | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute url : String to sourceMapURL : String in method public recordComment(type Comment.Type, range SourceRange, value String) : void in class com.google.javascript.jscomp.parsing.parser.Parser.CommentRecorder | From | To | |
Rename Attribute | 1 | ||
Rename Attribute sourceMap : String to sourceMapURL : String in class com.google.javascript.jscomp.parsing.ParserRunner.ParseResult | From | To | |
Rename Parameter | 1 | ||
Rename Parameter sourceMap : String to sourceMapURL : String in method public ParseResult(ast Node, comments List<Comment>, features FeatureSet, sourceMapURL String) in class com.google.javascript.jscomp.parsing.ParserRunner.ParseResult | From | To |