|
Change Parameter Type filter : Filter<Message> to filter : Predicate<Message> in method public MessageBatch(dest Address, sender Address, cluster_name AsciiString, multicast boolean, msgs Collection<Message>, filter Predicate<Message>) in class org.jgroups.util.MessageBatch |
From |
To |
|
Change Parameter Type action : Consumer to action : Consumer<RouterStub> in method public forAny(action Consumer<RouterStub>) : void in class org.jgroups.stack.RouterStubManager |
From |
To |
|
Change Parameter Type key : Object to key : K in method public _remove(key K, value V) : boolean in class org.jgroups.blocks.ReplicatedHashMap.SynchronizedReplicatedMap |
From |
To |
|
Change Parameter Type filter : Filter<T> to filter : Predicate<T> in method public Remover(nullify boolean, max_results int, filter Predicate<T>) in class org.jgroups.util.Table.Remover |
From |
To |
|
Change Parameter Type filter : Filter<Message> to filter : Predicate<Message> in method public replace(filter Predicate<Message>, replacement Message, match_all boolean) : MessageBatch in class org.jgroups.util.MessageBatch |
From |
To |
|
Change Parameter Type value : Object to value : V in method public _remove(key K, value V) : boolean in class org.jgroups.blocks.ReplicatedHashMap.SynchronizedReplicatedMap |
From |
To |
|
Change Parameter Type value : Object to value : V in method public _remove(key K, value V) : boolean in class org.jgroups.blocks.ReplicatedMap |
From |
To |
|
Change Parameter Type filter : Filter<T> to filter : Predicate<T> in method public removeMany(processing AtomicBoolean, nullify boolean, max_results int, filter Predicate<T>) : List<T> in class org.jgroups.util.Table |
From |
To |
|
Change Parameter Type key : Object to key : K in method public _remove(key K) : V in class org.jgroups.blocks.ReplicatedHashMap.SynchronizedReplicatedMap |
From |
To |
|
Change Parameter Type filter : Filter<Message> to filter : Predicate<Message> in method public remove(filter Predicate<Message>) : MessageBatch in class org.jgroups.util.MessageBatch |
From |
To |
|
Change Parameter Type value : Object to value : V in method public _remove(key K, value V) : boolean in class org.jgroups.blocks.ReplicatedHashMap |
From |
To |
|
Change Parameter Type key : Object to key : K in method public _remove(key K) : V in class org.jgroups.blocks.ReplicatedMap |
From |
To |
|
Change Parameter Type key : Object to key : K in method public _remove(key K, value V) : boolean in class org.jgroups.blocks.ReplicatedHashMap |
From |
To |
|
Change Parameter Type remove_filter : Filter<T> to remove_filter : Predicate<T> in method public add(seqno long, element T, remove_filter Predicate<T>) : boolean in class org.jgroups.util.Table |
From |
To |
|
Change Parameter Type key : Object to key : K in method public _remove(key K) : V in class org.jgroups.blocks.ReplicatedHashMap |
From |
To |
|
Change Parameter Type remove_filter : Filter<T> to remove_filter : Predicate<T> in method protected _add(seqno long, element T, check_if_resize_needed boolean, remove_filter Predicate<T>) : boolean in class org.jgroups.util.Table |
From |
To |
|
Change Parameter Type key : Object to key : K in method public _remove(key K, value V) : boolean in class org.jgroups.blocks.ReplicatedMap |
From |
To |
|
Rename Variable msg : Message to ignored : Message in method public testIterator6() : void in class org.jgroups.tests.MessageBatchTest |
From |
To |
|
Rename Variable msg : Message to ignored : Message in method public testIterationWithAddition() : void in class org.jgroups.tests.MessageBatchTest |
From |
To |
|
Rename Variable name : String to n : String in method public readFrom(in DataInput) : void in class org.jgroups.protocols.RELAY.ViewData |
From |
To |
|
Rename Variable msg : Message to ignored : Message in method public testIterator8() : void in class org.jgroups.tests.MessageBatchTest |
From |
To |
|
Rename Variable msg : Message to ignored : Message in method public testIterator2() : void in class org.jgroups.tests.MessageBatchTest |
From |
To |
|
Rename Variable msg : Message to ignored : Message in method public testIteratorOnEmptyBatch() : void in class org.jgroups.tests.MessageBatchTest |
From |
To |
|
Rename Variable result : Result to res : Result in method protected displayResults() : void in class org.jgroups.tests.perf.MPerfRpc |
From |
To |
|
Change Variable Type protocol_configs : Vector<ProtocolConfiguration> to protocol_configs : List<ProtocolConfiguration> in method public testDefaultAssignment() : void in class org.jgroups.tests.ProtocolConfigurationTest |
From |
To |
|
Change Variable Type protocol_configs : Vector<ProtocolConfiguration> to protocol_configs : List<ProtocolConfiguration> in method public testIPVersionCheckingConsistentVersion() : void in class org.jgroups.tests.InetAddressChecksTest |
From |
To |
|
Change Variable Type protocols : Vector<Protocol> to protocols : List<Protocol> in method public testIPVersionCheckingConsistentVersion() : void in class org.jgroups.tests.InetAddressChecksTest |
From |
To |
|
Change Variable Type all_stocks : Hashtable to all_stocks : Map<String,Float> in method public actionPerformed(e ActionEvent) : void in class org.jgroups.demos.QuoteClient |
From |
To |
|
Change Variable Type dests : Vector<Address> to dests : List<Address> in method public testTwoChannelsWithInitialMulticast() : void in class org.jgroups.tests.Deadlock2Test |
From |
To |
|
Change Variable Type protocol_configs : Vector<ProtocolConfiguration> to protocol_configs : List<ProtocolConfiguration> in method public testConfigurableObject() : void in class org.jgroups.tests.ProtocolConfigurationTest |
From |
To |
|
Change Variable Type protocols : Vector<Protocol> to protocols : List<Protocol> in method public testDefaultAssignment() : void in class org.jgroups.tests.ProtocolConfigurationTest |
From |
To |
|
Change Variable Type protocol_configs : Vector<ProtocolConfiguration> to protocol_configs : List<ProtocolConfiguration> in method public testIPVersionCheckingNoConsistentVersion() : void in class org.jgroups.tests.InetAddressChecksTest |
From |
To |
|
Change Variable Type protocols : Vector<Protocol> to protocols : List<Protocol> in method public testConfigurableObject() : void in class org.jgroups.tests.ProtocolConfigurationTest |
From |
To |
|
Change Variable Type protocols : Vector<Protocol> to protocols : List<Protocol> in method public testIPVersionCheckingNoConsistentVersion() : void in class org.jgroups.tests.InetAddressChecksTest |
From |
To |
|
Change Attribute Type stocks : Hashtable to stocks : Map<String,Float> in class org.jgroups.demos.QuoteServer |
From |
To |
|
Change Attribute Type dont_loopback_filter : Filter<Message> to dont_loopback_filter : Predicate<Message> in class org.jgroups.tests.TableTest |
From |
To |
|
Change Attribute Type filter : Filter<T> to filter : Predicate<T> in class org.jgroups.util.Table.Remover |
From |
To |
|
Change Attribute Type dont_loopback_filter : Filter<Message> to dont_loopback_filter : Predicate<Message> in class org.jgroups.protocols.UNICAST3 |
From |
To |
|
Change Attribute Type no_dummy_and_no_oob_delivered_msgs_and_no_dont_loopback_msgs : Filter<Message> to no_dummy_and_no_oob_delivered_msgs_and_no_dont_loopback_msgs : Predicate<Message> in class org.jgroups.protocols.pbcast.NAKACK2 |
From |
To |
|
Change Attribute Type dont_loopback_filter : Filter<Message> to dont_loopback_filter : Predicate<Message> in class org.jgroups.protocols.pbcast.NAKACK2 |
From |
To |
|
Change Attribute Type drop_oob_and_dont_loopback_msgs_filter : Filter<Message> to drop_oob_and_dont_loopback_msgs_filter : Predicate<Message> in class org.jgroups.protocols.UNICAST3 |
From |
To |