2f2641db0aa1d947b7be26fbe74dc3b29474ef84
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method public getNumBytesSent() : long from class org.jgroups.protocols.TP to public getNumBytesSent() : long from class org.jgroups.protocols.MsgStats | From | To | |
| Move Method public getNumBytesReceived() : long from class org.jgroups.protocols.TP to public getNumBytesReceived() : long from class org.jgroups.protocols.MsgStats | From | To | |
| Rename Variable | 1 | ||
| Rename Variable prot : Protocol to target : Object in method protected handleJmx(map Map<String,String>, input String) : void in class org.jgroups.JChannelProbeHandler | From | To | |
| Extract Class | 2 | ||
| Extract Class org.jgroups.tests.JmxTest.AdditionalInfo from class org.jgroups.protocols.TP | From | To | |
| Extract Class org.jgroups.protocols.MsgStats from class org.jgroups.protocols.TP | From | To | |
| Rename Attribute | 2 | ||
| Rename Attribute received_bcasts : long to bcasts_received : long in class org.jgroups.protocols.SEQUENCER2 | From | To | |
| Rename Attribute bcast_msgs : long to bcasts_sent : long in class org.jgroups.protocols.SEQUENCER2 | From | To | |
| Extract Variable | 2 | ||
| Extract Variable tmp : Map<String,Object> in method public dumpStats(protocol_name String, attrs List<String>) : Map<String,Object> from class org.jgroups.stack.ProtocolStack | From | To | |
| Extract Variable target : Object in method protected handleOperation(map Map<String,String>, operation String) : void from class org.jgroups.JChannelProbeHandler | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type prot : Protocol to target : Object in method protected handleJmx(map Map<String,String>, input String) : void in class org.jgroups.JChannelProbeHandler | From | To | |
| Extract Method | 1 | ||
| Extract Method protected getAttribute(name ObjectName, attr_name String) : Object extracted from protected getAttribute(attr_name String) : Object in class org.jgroups.tests.JmxTest | From | To |