ef079cf311015f66bb32da76693e63829a5408b9
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public numQueuedMessages() : int renamed to public queueSize() : int in class org.jgroups.protocols.ASYM_ENCRYPT | From | To | |
| Rename Variable | 1 | ||
| Rename Variable tmpKeyServer : Address to old_key_server : Address in method protected handleView(v View) : void in class org.jgroups.protocols.ASYM_ENCRYPT | From | To | |
| Inline Method | 1 | ||
| Inline Method protected becomeKeyServer(tmpKeyServer Address, left_mbrs boolean) : void inlined to protected handleView(v View) : void in class org.jgroups.protocols.ASYM_ENCRYPT | From | To | |
| Change Return Type | 2 | ||
| Change Return Type void to boolean in method public retainAll(members List<Address>) : boolean in class org.jgroups.util.ResponseCollector | From | To | |
| Change Return Type void to boolean in method public add(member Address, data T) : boolean in class org.jgroups.util.ResponseCollector | From | To | |
| Extract Method | 1 | ||
| Extract Method public byteArrayToHexString(b byte[], offset int, length int) : String extracted from public byteArrayToHexString(b byte[]) : String in class org.jgroups.util.Util | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter key_srv : Address to ks : Address in method public keyServerAddr(ks Address) : ASYM_ENCRYPT in class org.jgroups.protocols.ASYM_ENCRYPT | From | To | |
| Rename Parameter newKeyServer : Address to old_key_server : Address in method protected handleNewKeyServer(old_key_server Address, merge_view boolean, left_mbrs boolean) : void in class org.jgroups.protocols.ASYM_ENCRYPT | From | To | |
| Rename Parameter newKeyServer : Address to old_keyserver : Address in method protected keyServerChanged(old_keyserver Address) : boolean in class org.jgroups.protocols.ASYM_ENCRYPT | From | To |