4e464fb18f3a43fd5269c8aad6183ef768ea280e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getReadWrite() : Function<ReadWriteEntryView<K,V>,V> renamed to public returnReadWriteGet() : Function<ReadWriteEntryView<K,V>,V> in class org.infinispan.util.functional.MarshallableFunctionalInterfaces | From | To | |
| Rename Method public findReadWrite() : Function<ReadWriteEntryView<K,V>,Optional<V>> renamed to public returnReadWriteFind() : Function<ReadWriteEntryView<K,V>,Optional<V>> in class org.infinispan.util.functional.MarshallableFunctionalInterfaces | From | To | |
| Change Return Type | 4 | ||
| Change Return Type ReadCommittedEntry to ImmutableReadWriteView in method public readObject(input ObjectInput) : ImmutableReadWriteView in class org.infinispan.functional.impl.EntryViews.ImmutableReadWriteViewExternalizer | From | To | |
| Change Return Type Set<Class<? extends ReadCommittedEntry>> to Set<Class<? extends ImmutableReadWriteView>> in method public getTypeClasses() : Set<Class<? extends ImmutableReadWriteView>> in class org.infinispan.functional.impl.EntryViews.ImmutableReadWriteViewExternalizer | From | To | |
| Change Return Type V to Optional<V> in method public apply(rw ReadWriteEntryView<K,V>) : Optional<V> in class org.infinispan.util.functional.MarshallableFunctionalInterfaces.ReturnReadWriteFind | From | To | |
| Change Return Type Optional<V> to V in method public apply(rw ReadWriteEntryView<K,V>) : V in class org.infinispan.util.functional.MarshallableFunctionalInterfaces.ReturnReadWriteGet | From | To | |
| Rename Class | 8 | ||
| Rename Class org.infinispan.functional.impl.EntryViews.CacheEntryReadWriteEntryView renamed to org.infinispan.functional.impl.EntryViews.EntryBackedReadWriteView | From | To | |
| Rename Class org.infinispan.util.functional.MarshallableFunctionalInterfaces.GetReadWrite renamed to org.infinispan.util.functional.MarshallableFunctionalInterfaces.ReturnReadWriteFind | From | To | |
| Rename Class org.infinispan.functional.impl.EntryViews.ReadViewMetadata renamed to org.infinispan.functional.impl.EntryViews.StaticReadOnlyView | From | To | |
| Rename Class org.infinispan.functional.impl.EntryViews.CacheEntryWriteEntryView renamed to org.infinispan.functional.impl.EntryViews.EntryBackedWriteOnlyView | From | To | |
| Rename Class org.infinispan.functional.impl.EntryViews.NoValueView renamed to org.infinispan.functional.impl.EntryViews.NoValueReadOnlyView | From | To | |
| Rename Class org.infinispan.util.functional.MarshallableFunctionalInterfaces.FindReadWrite renamed to org.infinispan.util.functional.MarshallableFunctionalInterfaces.ReturnReadWriteGet | From | To | |
| Rename Class org.infinispan.functional.impl.EntryViews.CacheEntryReadEntryView renamed to org.infinispan.functional.impl.EntryViews.EntryBackedReadOnlyView | From | To | |
| Rename Class org.infinispan.functional.impl.EntryViews.PreviousReadWriteEntryView renamed to org.infinispan.functional.impl.EntryViews.EntryAndPreviousReadWriteView | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.infinispan.container.entries.ReadCommittedEntry.Externalizer moved and renamed to org.infinispan.functional.impl.EntryViews.ImmutableReadWriteViewExternalizer | From | To | |
| Move Class | 1 | ||
| Move Class org.infinispan.util.functional.MarshallableFunctionalInterfaces.FindReadWrite.Externalizer0 moved to org.infinispan.util.functional.MarshallableFunctionalInterfaces.SetValueReturnView.Externalizer0 | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute READ_COMMITTED_ENTRY : int to IMMUTABLE_STATIC_READ_WRITE_VIEW : int in class org.infinispan.marshall.core.Ids | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type value : Object to value : Optional<Object> in method public readObject(input ObjectInput) : ImmutableReadWriteView in class org.infinispan.functional.impl.EntryViews.ImmutableReadWriteViewExternalizer | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type INSTANCE : FindReadWrite to INSTANCE : ReturnReadWriteGet in class org.infinispan.util.functional.MarshallableFunctionalInterfaces.ReturnReadWriteGet | From | To | |
| Change Attribute Type INSTANCE : GetReadWrite to INSTANCE : ReturnReadWriteFind in class org.infinispan.util.functional.MarshallableFunctionalInterfaces.ReturnReadWriteFind | From | To |