55d1272d0e12108ea7c2599f2da925e391dd404c
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type coll : RspCollector to req : Request in method public sendUnicastRequest(target Address, msg Message, req Request) : void in class org.jgroups.blocks.RequestCorrelator | From | To | |
| Rename Variable | 5 | ||
| Rename Variable coll : RspCollector to req : Request in method public receiveMessage(msg Message) : boolean in class org.jgroups.blocks.RequestCorrelator | From | To | |
| Rename Variable coll : RspCollector to req : Request in method public setSiteUnreachable(site String) : void in class org.jgroups.blocks.RequestCorrelator | From | To | |
| Rename Variable coll : RspCollector to req : Request in method public receiveView(new_view View) : void in class org.jgroups.blocks.RequestCorrelator | From | To | |
| Rename Variable coll : RspCollector to req : Request in method public stop() : void in class org.jgroups.blocks.RequestCorrelator | From | To | |
| Rename Variable coll : RspCollector to req : Request in method public receiveSuspect(mbr Address) : void in class org.jgroups.blocks.RequestCorrelator | From | To | |
| Inline Method | 1 | ||
| Inline Method private addEntry(id long, coll RspCollector) : void inlined to public sendUnicastRequest(target Address, msg Message, req Request) : void in class org.jgroups.blocks.RequestCorrelator | From | To | |
| Move Attribute | 2 | ||
| Move Attribute protected REQUEST_ID : AtomicLong from class org.jgroups.blocks.Request to protected REQUEST_ID : AtomicLong from class org.jgroups.blocks.RequestCorrelator | From | To | |
| Move Attribute protected req_id : long from class org.jgroups.blocks.Request to public req_id : long from class org.jgroups.blocks.RequestCorrelator.Header | From | To | |
| Merge Parameter | 1 | ||
| Merge Parameter [requestId : long, coll : RspCollector] to req : Request in method public sendRequest(dest_mbrs Collection<Address>, msg Message, req Request, options RequestOptions) : void in class org.jgroups.blocks.mux.MuxRequestCorrelator | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute id : long to req_id : long in class org.jgroups.blocks.RequestCorrelator.Header | From | To | |
| Change Variable Type | 6 | ||
| Change Variable Type coll : RspCollector to req : Request in method public receiveMessage(msg Message) : boolean in class org.jgroups.blocks.RequestCorrelator | From | To | |
| Change Variable Type coll : RspCollector to req : Request in method public setSiteUnreachable(site String) : void in class org.jgroups.blocks.RequestCorrelator | From | To | |
| Change Variable Type coll : RspCollector to req : Request in method public receiveView(new_view View) : void in class org.jgroups.blocks.RequestCorrelator | From | To | |
| Change Variable Type coll : RspCollector to req : Request in method public stop() : void in class org.jgroups.blocks.RequestCorrelator | From | To | |
| Change Variable Type coll : RspCollector to req : Request in method public receiveSuspect(mbr Address) : void in class org.jgroups.blocks.RequestCorrelator | From | To | |
| Change Variable Type entry : Map.Entry<Long,RspCollector> to entry : Map.Entry<Long,Request> in method public handleProbe(keys String...) : Map<String,String> in class org.jgroups.blocks.RequestCorrelator.MyProbeHandler | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type requests : ConcurrentMap<Long,RspCollector> to requests : ConcurrentMap<Long,Request> in class org.jgroups.blocks.RequestCorrelator | From | To | |
| Rename Parameter | 4 | ||
| Rename Parameter id : long to req_id : long in method public Header(type byte, req_id long, corr_id short) in class org.jgroups.blocks.RequestCorrelator.Header | From | To | |
| Rename Parameter local_addr : Address to a : Address in method public setLocalAddress(a Address) : void in class org.jgroups.blocks.RequestCorrelator | From | To | |
| Rename Parameter id : short to corr_id : short in method public RequestCorrelator(corr_id short, transport Protocol, handler RequestHandler, local_addr Address) in class org.jgroups.blocks.RequestCorrelator | From | To | |
| Rename Parameter coll : RspCollector to req : Request in method public sendUnicastRequest(target Address, msg Message, req Request) : void in class org.jgroups.blocks.RequestCorrelator | From | To |