1895bd38ee3f7653ecec69a29d639efc9dcf112b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method private setGCResourceList(resourceNames String[]) : void renamed to private getResourceUrlString(resources String[]) : List<String> in class com.tagtraum.perf.gcviewer.view.model.GCResourceGroup | From | To | |
| Rename Method public constructorList() : void renamed to public testGCResourceGroup_List() : void in class com.tagtraum.perf.gcviewer.view.model.TestGCResourceGroup | From | To | |
| Rename Variable | 1 | ||
| Rename Variable resourceName : String to resource : String in method private getResourceUrlString(resources String[]) : List<String> in class com.tagtraum.perf.gcviewer.view.model.GCResourceGroup | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to List<String> in method private getResourceUrlString(resources String[]) : List<String> in class com.tagtraum.perf.gcviewer.view.model.GCResourceGroup | From | To | |
| Extract Attribute | 1 | ||
| Extract Attribute public RESOURCE_SEPARATOR : String in class com.tagtraum.perf.gcviewer.view.model.GCResourceGroup | From | To | |
| Extract Method | 1 | ||
| Extract Method private getGcResourcesForSeries() : ArrayList<GCResource> extracted from public openAsSeries() : void in class com.tagtraum.perf.gcviewer.ctrl.impl.TestGCModelLoaderController | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type gcResourceList : List<GCResource> to gcResourceList : List<String> in class com.tagtraum.perf.gcviewer.view.model.GCResourceGroup | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter resourceNames : String[] to resources : String[] in method private getResourceUrlString(resources String[]) : List<String> in class com.tagtraum.perf.gcviewer.view.model.GCResourceGroup | From | To |