364b844542f3642b84167e9e7eeba069262268e2
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 6 | ||
Move Method public objectFromObjectStream(in ObjectInput) : Object from class org.infinispan.marshall.core.VersionAwareMarshaller to public objectFromObjectStream(in ObjectInput) : Object from class org.infinispan.marshall.core.GlobalMarshaller | From | To | |
Move Method public isMarshallable(o Object) : boolean from class org.infinispan.marshall.core.VersionAwareMarshaller to public isMarshallable(o Object) : boolean from class org.infinispan.marshall.core.GlobalMarshaller | From | To | |
Move Method public objectToObjectStream(obj Object, out ObjectOutput) : void from class org.infinispan.marshall.core.VersionAwareMarshaller to public objectToObjectStream(obj Object, out ObjectOutput) : void from class org.infinispan.marshall.core.GlobalMarshaller | From | To | |
Move Method protected objectToBuffer(obj Object, estimatedSize int) : ByteBuffer from class org.infinispan.marshall.core.VersionAwareMarshaller to protected objectToBuffer(obj Object, estimatedSize int) : ByteBuffer from class org.infinispan.marshall.core.GlobalMarshaller | From | To | |
Move Method public finishObjectOutput(oo ObjectOutput) : void from class org.infinispan.marshall.core.VersionAwareMarshaller to public finishObjectOutput(oo ObjectOutput) : void from class org.infinispan.marshall.core.GlobalMarshaller | From | To | |
Move Method public finishObjectInput(oi ObjectInput) : void from class org.infinispan.marshall.core.VersionAwareMarshaller to public finishObjectInput(oi ObjectInput) : void from class org.infinispan.marshall.core.GlobalMarshaller | From | To | |
Change Return Type | 2 | ||
Change Return Type AbstractDelegatingMarshaller to StreamingMarshaller in method private getMarshaller() : StreamingMarshaller in class org.infinispan.marshall.multiversion.MultiPojoVersionMarshallTest | From | To | |
Change Return Type AbstractDelegatingMarshaller to StreamingMarshaller in method public extractGlobalMarshaller(cm EmbeddedCacheManager) : StreamingMarshaller in class org.infinispan.test.TestingUtil | From | To | |
Move Attribute | 5 | ||
Move Attribute private defaultMarshaller : JBossMarshaller from class org.infinispan.marshall.core.VersionAwareMarshaller to private defaultMarshaller : JBossMarshaller from class org.infinispan.marshall.core.GlobalMarshaller | From | To | |
Move Attribute private extTable : ExternalizerTable from class org.infinispan.marshall.core.VersionAwareMarshaller to private extTable : ExternalizerTable from class org.infinispan.marshall.core.GlobalMarshaller | From | To | |
Move Attribute private log : Log from class org.infinispan.marshall.core.VersionAwareMarshaller to private log : Log from class org.infinispan.marshall.core.GlobalMarshaller | From | To | |
Move Attribute private globalCfg : GlobalConfiguration from class org.infinispan.marshall.core.VersionAwareMarshaller to private globalCfg : GlobalConfiguration from class org.infinispan.marshall.core.GlobalMarshaller | From | To | |
Move Attribute private trace : boolean from class org.infinispan.marshall.core.VersionAwareMarshaller to private trace : boolean from class org.infinispan.marshall.core.GlobalMarshaller | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type marshaller : AbstractDelegatingMarshaller to marshaller : StreamingMarshaller in class org.infinispan.marshall.multiversion.MultiPojoVersionMarshallTest | From | To | |
Change Attribute Type marshaller : AbstractDelegatingMarshaller to marshaller : StreamingMarshaller in class org.infinispan.marshall.VersionAwareMarshallerTest | From | To |