884deefc636e6425837ded28c094922143424113
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable locationTokenMap : ImmutableSortedMap.Builder<Integer,Token> to tokenLocations : ImmutableRangeMap.Builder<Integer,Token> in method public JavaInput(text String) in class com.google.googlejavaformat.java.JavaInput | From | To | |
Rename Variable entry : Map.Entry<Integer,? extends Input.Token> to token : Input.Token in method private hasJavaDoc(bodyDeclaration BodyDeclaration) : boolean in class com.google.googlejavaformat.java.JavaInputAstVisitor | From | To | |
Change Return Type | 2 | ||
Change Return Type NavigableMap<Integer,? extends Token> to ImmutableRangeMap<Integer,? extends Token> in method public abstract getPositionTokenMap() : ImmutableRangeMap<Integer,? extends Token> in class com.google.googlejavaformat.Input | From | To | |
Change Return Type NavigableMap<Integer,Token> to ImmutableRangeMap<Integer,Token> in method public getPositionTokenMap() : ImmutableRangeMap<Integer,Token> in class com.google.googlejavaformat.java.JavaInput | From | To | |
Change Variable Type | 2 | ||
Change Variable Type locationTokenMap : ImmutableSortedMap.Builder<Integer,Token> to tokenLocations : ImmutableRangeMap.Builder<Integer,Token> in method public JavaInput(text String) in class com.google.googlejavaformat.java.JavaInput | From | To | |
Change Variable Type entry : Map.Entry<Integer,? extends Input.Token> to token : Input.Token in method private hasJavaDoc(bodyDeclaration BodyDeclaration) : boolean in class com.google.googlejavaformat.java.JavaInputAstVisitor | From | To | |
Extract Variable | 2 | ||
Extract Variable range : Range<Integer> in method public getFormatReplacements(iRangeSet0 RangeSet<Integer>) : ImmutableList<Replacement> from class com.google.googlejavaformat.java.JavaOutput | From | To | |
Extract Variable length : Integer in method private characterRanges(input String) : RangeSet<Integer> from class com.google.googlejavaformat.java.FormatFileCallable | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type positionTokenMap : ImmutableSortedMap<Integer,Token> to positionTokenMap : ImmutableRangeMap<Integer,Token> in class com.google.googlejavaformat.java.JavaInput | From | To |