5ef8d933914351143068209841eeb2a0de35e8e7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package readSomethingWithAUnicodeEscape() : void renamed to package testEmptyInput() : void in class com.github.javaparser.UnicodeEscapeProcessingProviderTest | From | To | |
Rename Method package readFromAnEmptyProvider() : void renamed to package testBadUnicodeEscape0() : void in class com.github.javaparser.UnicodeEscapeProcessingProviderTest | From | To | |
Rename Variable | 3 | ||
Rename Variable read : int to direct : int in method private read(source String) : String in class com.github.javaparser.UnicodeEscapeProcessingProviderTest | From | To | |
Rename Variable written : int to ch : int in method public read(buffer char[], offset int, len int) : int in class com.github.javaparser.UnicodeEscapeProcessingProvider | From | To | |
Change Return Type | 1 | ||
Change Return Type void to int in method private fillBuffer() : int in class com.github.javaparser.UnicodeEscapeProcessingProvider | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private EOF : int in class com.github.javaparser.UnicodeEscapeProcessingProvider | From | To | |
Rename Attribute | 1 | ||
Rename Attribute bufline : int[] to _len : int in class com.github.javaparser.UnicodeEscapeProcessingProvider | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type bufline : int[] to _len : int in class com.github.javaparser.UnicodeEscapeProcessingProvider | From | To | |
Extract Method | 4 | ||
Extract Method private read(source String) : String extracted from package readSomethingWithAUnicodeEscape() : void in class com.github.javaparser.UnicodeEscapeProcessingProviderTest | From | To | |
Extract Method private digit(ch int) : int extracted from public read(buffer char[], offset int, len int) : int in class com.github.javaparser.UnicodeEscapeProcessingProvider | From | To | |
Extract Method private read(source String) : String extracted from package readFromAnEmptyProvider() : void in class com.github.javaparser.UnicodeEscapeProcessingProviderTest | From | To | |
Extract Method private nextOutputChar() : int extracted from public read(buffer char[], offset int, len int) : int in class com.github.javaparser.UnicodeEscapeProcessingProvider | From | To | |
Rename Parameter | 1 | ||
Rename Parameter dstream : Provider to input : Provider in method public UnicodeEscapeProcessingProvider(input Provider) in class com.github.javaparser.UnicodeEscapeProcessingProvider | From | To |