54d14c4912e87cbbdbe441883ba07af6ef47eba1
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 2 | ||
Rename Attribute ID_SMALL : int to SMALL_ARRAY_MAX : int in class org.infinispan.marshall.core.Primitives | From | To | |
Rename Attribute ID_MEDIUM : int to MEDIUM_ARRAY_MAX : int in class org.infinispan.marshall.core.Primitives | From | To | |
Extract Variable | 1 | ||
Extract Variable pkgName : String in method public isAllowed(clazz Class<?>) : boolean from class org.infinispan.marshall.core.ExternallyMarshallable | From | To | |
Extract Interface | 1 | ||
Extract Interface org.infinispan.marshall.VersionAwareMarshallerTest.I from classes [org.infinispan.marshall.VersionAwareMarshallerTest.Pojo] | From | To | |
Inline Variable | 1 | ||
Inline Variable pkg : String in method package isAllowed(obj Object) : boolean from class org.infinispan.marshall.core.ExternallyMarshallable | From | To | |
Extract Method | 4 | ||
Extract Method private writeRawUnknown(obj Object, out BytesObjectOutput) : void extracted from private writeUnknown(obj Object, out BytesObjectOutput) : void in class org.infinispan.marshall.core.GlobalMarshaller | From | To | |
Extract Method public isAllowed(clazz Class<?>) : boolean extracted from package isAllowed(obj Object) : boolean in class org.infinispan.marshall.core.ExternallyMarshallable | From | To | |
Extract Method package writeRawPrimitive(obj Object, out BytesObjectOutput, id int) : void extracted from package writePrimitive(obj Object, out BytesObjectOutput, id int) : void in class org.infinispan.marshall.core.Primitives | From | To | |
Extract Method package readRawPrimitive(in BytesObjectInput, subId int) : Object extracted from package readPrimitive(in BytesObjectInput) : Object in class org.infinispan.marshall.core.Primitives | From | To |