850490c52a466158dc18255dd1ac39b44c6b56ae
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 6 | ||
Pull Up Method public getPostUsed() : int from class com.tagtraum.perf.gcviewer.model.GCEvent to public getPostUsed() : int from class com.tagtraum.perf.gcviewer.model.AbstractGCEvent | From | To | |
Pull Up Method public getPreUsed() : int from class com.tagtraum.perf.gcviewer.model.GCEvent to public getPreUsed() : int from class com.tagtraum.perf.gcviewer.model.AbstractGCEvent | From | To | |
Pull Up Method public setPostUsed(postUsed int) : void from class com.tagtraum.perf.gcviewer.model.GCEvent to public setPostUsed(postUsed int) : void from class com.tagtraum.perf.gcviewer.model.AbstractGCEvent | From | To | |
Pull Up Method public setPreUsed(preUsed int) : void from class com.tagtraum.perf.gcviewer.model.GCEvent to public setPreUsed(preUsed int) : void from class com.tagtraum.perf.gcviewer.model.AbstractGCEvent | From | To | |
Pull Up Method public setTotal(total int) : void from class com.tagtraum.perf.gcviewer.model.GCEvent to public setTotal(total int) : void from class com.tagtraum.perf.gcviewer.model.AbstractGCEvent | From | To | |
Pull Up Method public getTotal() : int from class com.tagtraum.perf.gcviewer.model.GCEvent to public getTotal() : int from class com.tagtraum.perf.gcviewer.model.AbstractGCEvent | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type event : ShenandoahGCEvent to event : AbstractGCEvent<?> in method private addHeapDetailsToEvent(event AbstractGCEvent<?>, memoryString String) : void in class com.tagtraum.perf.gcviewer.imp.DataReaderShenandoah | From | To | |
Inline Method | 1 | ||
Inline Method private setEventTypes(event ShenandoahGCEvent, type AbstractGCEvent.Type) : void inlined to private parseShenandoahEvent(line String) : AbstractGCEvent<?> in class com.tagtraum.perf.gcviewer.imp.DataReaderShenandoah | From | To | |
Pull Up Attribute | 3 | ||
Pull Up Attribute private postUsed : int from class com.tagtraum.perf.gcviewer.model.GCEvent to private postUsed : int from class com.tagtraum.perf.gcviewer.model.AbstractGCEvent | From | To | |
Pull Up Attribute private total : int from class com.tagtraum.perf.gcviewer.model.GCEvent to private total : int from class com.tagtraum.perf.gcviewer.model.AbstractGCEvent | From | To | |
Pull Up Attribute private preUsed : int from class com.tagtraum.perf.gcviewer.model.GCEvent to private preUsed : int from class com.tagtraum.perf.gcviewer.model.AbstractGCEvent | From | To | |
Extract Method | 4 | ||
Extract Method private setPauseAndTimestamp(event AbstractGCEvent<?>, pause double, timestamp double) : void extracted from private parseShenandoahEvent(line String) : AbstractGCEvent<?> in class com.tagtraum.perf.gcviewer.imp.DataReaderShenandoah | From | To | |
Extract Method private updatePostConcurrentCycleUsedSizes(event ConcurrentGCEvent) : void extracted from public add(abstractEvent AbstractGCEvent<?>) : void in class com.tagtraum.perf.gcviewer.model.GCModel | From | To |