c2be53fbc5280571acbd0a21c28655dd6b9bb294
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 2 | ||
Parameterize Variable length : int to end : int in method private getSourcePosition(start int, end int) : SourcePosition in class com.google.devtools.j2objc.javac.TreeConverter | From | To | |
Parameterize Variable startPosition : int to start : int in method private getSourcePosition(start int, end int) : SourcePosition in class com.google.devtools.j2objc.javac.TreeConverter | From | To | |
Extract Method | 1 | ||
Extract Method private getSourcePosition(start int, end int) : SourcePosition extracted from private getPosition(node JCTree) : SourcePosition in class com.google.devtools.j2objc.javac.TreeConverter | From | To |