436fbd8ea9af93ac7691be06fc94f70f2ee8c866
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 5 | ||
| Rename Method public handle(tbase TBase<?,?>) : void renamed to public handleSimple(tBase TBase<?,?>) : void in class com.navercorp.pinpoint.collector.handler.AgentStatHandlerV2 | From | To | |
| Rename Method protected getHandler(tBase TBase<?,?>) : List<Handler> renamed to protected getSimpleHandler(tBase TBase<?,?>) : List<SimpleHandler> in class com.navercorp.pinpoint.collector.receiver.UdpDispatchHandler | From | To | |
| Rename Method protected getHandler(tBase TBase<?,?>) : List<Handler> renamed to protected getSimpleHandler(tBase TBase<?,?>) : List<SimpleHandler> in class com.navercorp.pinpoint.flink.receiver.TcpDispatchHandler | From | To | |
| Rename Method public handle(tBase TBase<?,?>) : void renamed to public handleSimple(tBase TBase<?,?>) : void in class com.navercorp.pinpoint.flink.receiver.AgentStatHandler | From | To | |
| Rename Method public handle(tbase TBase<?,?>) : void renamed to public handleSimple(tBase TBase<?,?>) : void in class com.navercorp.pinpoint.collector.handler.AgentEventHandler | From | To | |
| Change Return Type | 2 | ||
| Change Return Type List<Handler> to List<SimpleHandler> in method protected getSimpleHandler(tBase TBase<?,?>) : List<SimpleHandler> in class com.navercorp.pinpoint.flink.receiver.TcpDispatchHandler | From | To | |
| Change Return Type List<Handler> to List<SimpleHandler> in method protected getSimpleHandler(tBase TBase<?,?>) : List<SimpleHandler> in class com.navercorp.pinpoint.collector.receiver.UdpDispatchHandler | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type handlerList : List<Handler> to handlerList : List<SimpleHandler> in method protected getSimpleHandler(tBase TBase<?,?>) : List<SimpleHandler> in class com.navercorp.pinpoint.flink.receiver.TcpDispatchHandler | From | To | |
| Change Variable Type simpleHandlerList : List<Handler> to simpleHandlerList : List<SimpleHandler> in method protected getSimpleHandler(tBase TBase<?,?>) : List<SimpleHandler> in class com.navercorp.pinpoint.collector.receiver.UdpDispatchHandler | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter tbase : TBase<?,?> to tBase : TBase<?,?> in method public handleSimple(tBase TBase<?,?>) : void in class com.navercorp.pinpoint.collector.handler.SimpleHandler | From | To | |
| Rename Parameter tbase : TBase<?,?> to tBase : TBase<?,?> in method public handleSimple(tBase TBase<?,?>) : void in class com.navercorp.pinpoint.collector.handler.AgentEventHandler | From | To | |
| Rename Parameter tbase : TBase<?,?> to tBase : TBase<?,?> in method public handleSimple(tBase TBase<?,?>) : void in class com.navercorp.pinpoint.collector.handler.AgentStatHandlerV2 | From | To |