e33c4ce41759501b5f27af4086b78673cd81f1c3
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 7 | ||
Change Parameter Type entity : ConfigEntity to entity : C in method public defaultFor(entity C) : StandardDbmsType in class com.speedment.core.config.model.parameters.StandardDbmsType | From | To | |
Change Parameter Type entity : ConfigEntity to entity : C in method public defaultFor(entity C) : OrderType in class com.speedment.core.config.model.parameters.OrderType | From | To | |
Change Parameter Type entity : ConfigEntity to entity : C in method public defaultFor(entity C) : ColumnCompressionType in class com.speedment.core.config.model.parameters.ColumnCompressionType | From | To | |
Change Parameter Type configEntity : ConfigEntity to configEntity : E in method protected findTableByName(configEntity E, optionalSchema Optional<Schema>, name String) : Table in class com.speedment.core.config.model.ConfigEntityUtil | From | To | |
Change Parameter Type entity : ConfigEntity to entity : C in method public defaultFor(entity C) : FieldStorageType in class com.speedment.core.config.model.parameters.FieldStorageType | From | To | |
Change Parameter Type entity : ConfigEntity to entity : C in method public defaultFor(entity C) : StorageEngineType in class com.speedment.core.config.model.parameters.StorageEngineType | From | To | |
Change Parameter Type configEntity : ConfigEntity to configEntity : E in method protected findColumnByName(configEntity E, optionalTable Optional<Table>, name String) : Column in class com.speedment.core.config.model.ConfigEntityUtil | From | To | |
Change Variable Type | 8 | ||
Change Variable Type consumerCasted : Consumer<ConfigEntity> to consumerCasted : Consumer<Node> in method public with(type Class<C>, consumer Consumer<C>) : T in class com.speedment.core.runtime.SpeedmentApplicationLifecycle | From | To | |
Change Variable Type consumerCasted : Consumer<ConfigEntity> to consumerCasted : Consumer<Node> in method public with(type Class<C>, name String, consumer Consumer<C>) : T in class com.speedment.core.runtime.SpeedmentApplicationLifecycle | From | To | |
Change Variable Type consumer : Consumer<ConfigEntity> to consumer : Consumer<Node> in method protected loadAndSetProject() : void in class com.speedment.core.runtime.SpeedmentApplicationLifecycle | From | To | |
Change Variable Type clazz : Class<? extends ConfigEntity> to clazz : Class<? extends Node> in method protected loadAndSetProject() : void in class com.speedment.core.runtime.SpeedmentApplicationLifecycle | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type withsNamed : List<Tuple3<Class<? extends ConfigEntity>,String,Consumer<ConfigEntity>>> to withsNamed : List<Tuple3<Class<? extends Node>,String,Consumer<? extends Node>>> in class com.speedment.core.runtime.SpeedmentApplicationLifecycle | From | To | |
Change Attribute Type withsAll : List<Tuple2<Class<? extends ConfigEntity>,Consumer<ConfigEntity>>> to withsAll : List<Tuple2<Class<? extends Node>,Consumer<Node>>> in class com.speedment.core.runtime.SpeedmentApplicationLifecycle | From | To |