08ada25d17a44f3e1f1e9b4daf7b9344baa0dbe7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public visit(msg Message, batch MessageBatch) : Message renamed to public apply(msg Message, batch MessageBatch) : Message in class org.jgroups.protocols.ENCRYPT.Decrypter | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type visitor : Visitor<T> to visitor : BiFunction<Message,MessageBatch,T> in method public map(visitor BiFunction<Message,MessageBatch,T>) : Collection<T> in class org.jgroups.util.MessageBatch | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type total_size_visitor : Visitor<Long> to total_size_visitor : BiFunction<Message,MessageBatch,Long> in class org.jgroups.util.MessageBatch | From | To | |
Change Attribute Type length_visitor : Visitor<Integer> to length_visitor : BiFunction<Message,MessageBatch,Integer> in class org.jgroups.util.MessageBatch | From | To | |
Change Attribute Type print_numbers : MessageBatch.Visitor<Integer> to print_numbers : BiFunction<Message,MessageBatch,Integer> in class org.jgroups.tests.MessageBatchTest | From | To |