523f467d939d80e2bc162e1f47be497109783061
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private addInclude(filename String) : void renamed to private startInclude(filename String) : void in class org.apache.hadoop.conf.TestConfiguration | From | To | |
| Rename Variable | 2 | ||
| Rename Variable source : LinkedList<String> to confSource : LinkedList<String> in method private loadResource(properties Properties, wrapper Resource, quiet boolean) : Resource in class org.apache.hadoop.conf.Configuration | From | To | |
| Rename Variable field : Element to reader : XMLStreamReader2 in method private loadResource(properties Properties, wrapper Resource, quiet boolean) : Resource in class org.apache.hadoop.conf.Configuration | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Document to XMLStreamReader in method private parse(url URL) : XMLStreamReader in class org.apache.hadoop.conf.Configuration | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type field : Element to reader : XMLStreamReader2 in method private loadResource(properties Properties, wrapper Resource, quiet boolean) : Resource in class org.apache.hadoop.conf.Configuration | From | To | |
| Extract Variable | 1 | ||
| Extract Variable classpathResource : Resource in method private loadResource(properties Properties, wrapper Resource, quiet boolean) : Resource from class org.apache.hadoop.conf.Configuration | From | To |