16e993e768f1c314aa5edbc40881fd1fa488bbb7
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type factory : IntFunction<T> to factory : Function<C,T> in method protected MapExternalizer(targetClass Class<?>, factory Function<C,T>) in class org.wildfly.clustering.marshalling.spi.util.MapExternalizer | From | To | |
Inline Method | 2 | ||
Inline Method package writeMap(output ObjectOutput, map T) : void inlined to public writeObject(output ObjectOutput, map T) : void in class org.wildfly.clustering.marshalling.spi.util.MapExternalizer | From | To | |
Inline Method package readMap(input ObjectInput, map T, size int) : T inlined to public readObject(input ObjectInput) : T in class org.wildfly.clustering.marshalling.spi.util.MapExternalizer | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type factory : IntFunction<T> to factory : Function<C,T> in class org.wildfly.clustering.marshalling.spi.util.MapExternalizer | From | To |