3ecd294d80b02fccd6216523354b28c29b5c54a6
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public addPhases(phase T) : void renamed to public addPhase(phase AbstractGCEvent<?>) : void in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent | From | To | |
Rename Method public getGcEventCauses() : Map<String,DoubleData> renamed to public getGcEventPhases() : Map<String,DoubleData> in class com.tagtraum.perf.gcviewer.model.GCModel | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type phase : T to phase : AbstractGCEvent<?> in method public addPhase(phase AbstractGCEvent<?>) : void in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent | From | To | |
Change Return Type | 1 | ||
Change Return Type List<T> to List<AbstractGCEvent<?>> in method public getPhases() : List<AbstractGCEvent<?>> in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent | From | To | |
Rename Attribute | 4 | ||
Rename Attribute gcCausesTable : DoubleDataMapTable to gcPhasesTable : DoubleDataMapTable in class com.tagtraum.perf.gcviewer.view.ModelDetailsPanel | From | To | |
Rename Attribute gcEventCauses : Map<String,DoubleData> to gcEventPhases : Map<String,DoubleData> in class com.tagtraum.perf.gcviewer.model.GCModel | From | To | |
Rename Attribute gcCauses : List<AbstractGCEvent<?>> to gcPhases : List<AbstractGCEvent<?>> in class com.tagtraum.perf.gcviewer.model.GCModel | From | To | |
Rename Attribute gcCausesModel : DoubleDataMapModel to gcPhasesModel : DoubleDataMapModel in class com.tagtraum.perf.gcviewer.view.ModelDetailsPanel | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type phases : List<T> to phases : List<AbstractGCEvent<?>> in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent | From | To |