9f6758630453fcfa373c98034edb99b3a45f1ddb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private offsetValue(line int, column int) : CharSequence renamed to private appendOffsetValue(out Appendable, line int, column int) : void in class com.google.debugging.sourcemap.SourceMapGeneratorV3 | From | To | |
Change Return Type | 1 | ||
Change Return Type CharSequence to void in method private appendOffsetValue(out Appendable, line int, column int) : void in class com.google.debugging.sourcemap.SourceMapGeneratorV3 | From | To | |
Extract Variable | 1 | ||
Extract Variable size : int in method private addSourcesContentMap(out Appendable) : void from class com.google.debugging.sourcemap.SourceMapGeneratorV3 | From | To | |
Extract Method | 2 | ||
Extract Method private appendFieldStart(out Appendable, name String, first boolean) : void extracted from private appendFirstField(out Appendable, name String, value CharSequence) : void in class com.google.debugging.sourcemap.SourceMapGeneratorV3 | From | To | |
Extract Method private appendFieldStart(out Appendable, name String, first boolean) : void extracted from private appendField(out Appendable, name String, value CharSequence) : void in class com.google.debugging.sourcemap.SourceMapGeneratorV3 | From | To |