89b5ea49a46946a08f9f4642641b2726683e5218
Files Diff
- Added: 3
- Removed: 3
- Renamed: 0
- Modified: 33
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type mbr : Address to mbrs : Collection<Address> in method package verifySuspect(mbrs Collection<Address>) : void in class org.jgroups.protocols.VERIFY_SUSPECT | From | To | |
Change Parameter Type requests : List<Request> to requests : Collection<Request> in method protected process(requests Collection<Request>) : void in class org.jgroups.protocols.pbcast.GMS | From | To | |
Change Parameter Type address : Address to addresses : Collection<Address> in method private onSuspect(addresses Collection<Address>) : void in class org.jgroups.protocols.pbcast.FLUSH | From | To | |
Move Method | 1 | ||
Move Method private process(requests List<Request>) : void from class org.jgroups.protocols.pbcast.GMS.ViewHandler to protected process(requests Collection<Request>) : void from class org.jgroups.protocols.pbcast.GMS | From | To | |
Rename Variable | 4 | ||
Rename Variable address : Address to addresses : Collection<Address> in method public down(evt Event) : Object in class org.jgroups.protocols.dns.DNS_PING | From | To | |
Rename Variable suspected : Address to suspects : Collection<Address> in method public up(evt Event) : Object in class org.jgroups.protocols.pbcast.GMS | From | To | |
Rename Variable suspect : Address to suspects : Collection<Address> in method public up(evt Event) : Object in class org.jgroups.protocols.VERIFY_SUSPECT_Test.ProtImpl | From | To | |
Rename Variable suspected_mbr : Address to s : Collection<Address> in method public up(evt Event) : Object in class org.jgroups.protocols.VERIFY_SUSPECT | From | To | |
Inline Method | 2 | ||
Inline Method protected closeClientSocket() : void inlined to public run() : void in class org.jgroups.protocols.FD_SOCK.ClientConnectionHandler | From | To | |
Inline Method protected closeClientSocket() : void inlined to protected stopThread(graceful boolean) : void in class org.jgroups.protocols.FD_SOCK.ClientConnectionHandler | From | To | |
Change Return Type | 1 | ||
Change Return Type ViewHandler to ViewHandler2 in method protected getViewHandler() : ViewHandler2 in class org.jgroups.protocols.pbcast.GMS | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable suspect : Address to suspects : List<Address> in method protected suspect(suspects List<Address>) : void in class org.jgroups.protocols.FD_ALL2 | From | To | |
Parameterize Variable suspect : Address to suspects : List<Address> in method protected suspect(suspects List<Address>) : void in class org.jgroups.protocols.FD_ALL | From | To | |
Change Variable Type | 6 | ||
Change Variable Type address : Address to addresses : Collection<Address> in method public down(evt Event) : Object in class org.jgroups.protocols.dns.DNS_PING | From | To | |
Change Variable Type suspect : Address to suspects : Collection<Address> in method public up(evt Event) : Object in class org.jgroups.protocols.VERIFY_SUSPECT_Test.ProtImpl | From | To | |
Change Variable Type suspect : Address to suspects : List<Address> in method protected suspect(suspects List<Address>) : void in class org.jgroups.protocols.FD_ALL2 | From | To | |
Change Variable Type suspected_mbr : Address to s : Collection<Address> in method public up(evt Event) : Object in class org.jgroups.protocols.VERIFY_SUSPECT | From | To | |
Change Variable Type suspected : Address to suspects : Collection<Address> in method public up(evt Event) : Object in class org.jgroups.protocols.pbcast.GMS | From | To | |
Change Variable Type suspect : Address to suspects : List<Address> in method protected suspect(suspects List<Address>) : void in class org.jgroups.protocols.FD_ALL | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type view_handler : ViewHandler to view_handler : ViewHandler2<Request> in class org.jgroups.protocols.pbcast.GMS | From | To | |
Rename Parameter | 3 | ||
Rename Parameter view_bundling : boolean to ignored : boolean in method public setViewBundling(ignored boolean) : void in class org.jgroups.protocols.pbcast.GMS | From | To | |
Rename Parameter mbr : Address to mbrs : Collection<Address> in method package verifySuspect(mbrs Collection<Address>) : void in class org.jgroups.protocols.VERIFY_SUSPECT | From | To | |
Rename Parameter address : Address to addresses : Collection<Address> in method private onSuspect(addresses Collection<Address>) : void in class org.jgroups.protocols.pbcast.FLUSH | From | To |