19b8e97c76110cbbc08888f94f665042bb54a8cf
Files Diff
- Added: 12
- Removed: 9
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type traceId : long to traceId : String in method public preInvoke(traceId String, sourceInterface String, sourceId String, targetInterface String, targetId String, methodId int, params Object[]) : void in class com.ea.orbit.samples.trace.sender.TraceSender | From | To | |
Change Parameter Type traceId : long to traceId : String in method public postInvoke(traceId String, result Object) : void in class com.ea.orbit.samples.trace.sender.TraceSender | From | To | |
Move Source Folder | 1 | ||
Move Source Folder actors/stage to actors/core | From | To | |
Rename Class | 1 | ||
Rename Class com.ea.orbit.actors.runtime.ExecutionCacheManager renamed to com.ea.orbit.actors.runtime.ResponseCaching | From | To | |
Move Class | 1 | ||
Move Class com.ea.orbit.actors.runtime.Execution.NullOutputStream moved to com.ea.orbit.actors.runtime.ResponseCaching.NullOutputStream | From | To | |
Rename Attribute | 1 | ||
Rename Attribute channel : DefaultPipeline to pipeline : DefaultPipeline in class com.ea.orbit.actors.Stage | From | To | |
Extract Variable | 2 | ||
Extract Variable id : Integer in method public getClassById(classId int) : Class<?> from class com.ea.orbit.actors.runtime.DefaultClassDictionary | From | To | |
Extract Variable handler : Handler in method public write(msg Object) : Task from class com.ea.orbit.actors.net.DefaultHandlerContext | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type traceMap : Cache<Long,TraceInfo> to traceMap : Cache<String,TraceInfo> in class com.ea.orbit.samples.trace.sender.TraceSender | From | To | |
Extract Method | 1 | ||
Extract Method public addHandler(handler Handler, name String) : void extracted from public addHandler(handler Handler) : void in class com.ea.orbit.actors.net.DefaultPipeline | From | To |