ed56d880956a1f1c2b9a7fa79acd211e6bbd7ab7
Files Diff
- Added: 28
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 1 | ||
| Pull Up Method public writeObject(output ObjectOutput, instant Instant) : void from class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer to public writeObject(output ObjectOutput, object T) : void from class org.wildfly.clustering.marshalling.spi.LongExternalizer | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type instant : Instant to duration : Duration in method public writeObject(output ObjectOutput, duration Duration) : void in class org.wildfly.clustering.marshalling.spi.time.DurationExternalizer | From | To | |
| Change Parameter Type instant : Instant to object : T in method public writeObject(output ObjectOutput, object T) : void in class org.wildfly.clustering.marshalling.spi.LongExternalizer | From | To | |
| Move Method | 1 | ||
| Move Method public writeObject(output ObjectOutput, instant Instant) : void from class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer to public writeObject(output ObjectOutput, duration Duration) : void from class org.wildfly.clustering.marshalling.spi.time.DurationExternalizer | From | To | |
| Extract Class | 10 | ||
| Extract Class org.wildfly.clustering.marshalling.spi.IntExternalizer from class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer | From | To | |
| Extract Class org.wildfly.clustering.marshalling.spi.util.AtomicBooleanExternalizer from class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer | From | To | |
| Extract Class org.wildfly.clustering.marshalling.spi.net.URLExternalizer from class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer | From | To | |
| Extract Class org.wildfly.clustering.marshalling.spi.EnumExternalizer from class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer | From | To | |
| Extract Class org.wildfly.clustering.marshalling.spi.StringExternalizer from class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer | From | To | |
| Extract Class org.wildfly.clustering.marshalling.spi.time.DurationExternalizer from class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer | From | To | |
| Extract Class org.wildfly.clustering.marshalling.spi.time.PeriodExternalizer from class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer | From | To | |
| Extract Class org.wildfly.clustering.marshalling.spi.time.YearMonthExternalizer from class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer | From | To | |
| Extract Class org.wildfly.clustering.marshalling.spi.time.LocalDateTimeExternalizer from class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer | From | To | |
| Extract Class org.wildfly.clustering.marshalling.spi.time.MonthDayExternalizer from class org.wildfly.clustering.marshalling.spi.time.InstantExternalizer | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.wildfly.clustering.marshalling.spi.LongExternalizer from classes [org.wildfly.clustering.marshalling.spi.time.InstantExternalizer] | From | To | |
| Extract Method | 2 | ||
| Extract Method private loadExternalizers(loader ClassLoader) : Stream<Externalizer> extracted from public ExternalizerObjectTable(loader ClassLoader) in class org.wildfly.clustering.marshalling.jboss.ExternalizerObjectTable | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter instant : Instant to object : T in method public writeObject(output ObjectOutput, object T) : void in class org.wildfly.clustering.marshalling.spi.LongExternalizer | From | To | |
| Rename Parameter instant : Instant to duration : Duration in method public writeObject(output ObjectOutput, duration Duration) : void in class org.wildfly.clustering.marshalling.spi.time.DurationExternalizer | From | To |