ce5ab478dcda9067ec6bc6ba8bc891250fe49d25
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public isChildable() : boolean renamed to public isChildInterface() : boolean in class com.speedment.orm.config.model.aspects.Node | From | To | |
Rename Method public isChildable() : boolean renamed to public isParentInterface() : boolean in class com.speedment.orm.config.model.aspects.Parent | From | To | |
Pull Up Method | 1 | ||
Pull Up Method public setType(dbmsTypeName String) : void from class com.speedment.orm.config.model.impl.DbmsImpl to public setType(dbmsTypeName String) : void from class com.speedment.orm.config.model.parameters.DbmsTypeable | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type parent : Childable to entity : Child in method public streamFor(entity Child) : Stream<OrderType> in class com.speedment.orm.config.model.parameters.OrderType | From | To | |
Change Parameter Type configEntity : Parentable<?> to configEntity : Child<?> in method public act(item T, configEntity Child<?>) : void in class com.speedment.orm.code.model.java.DefaultJavaClassTranslator.Builder | From | To | |
Change Parameter Type parent : Childable to parent : Parent in method public put(parent Parent, child C) : Optional<C> in class com.speedment.orm.config.model.impl.ChildHolder | From | To | |
Change Parameter Type parent : Childable to parent : Parent in method public remove(parent Parent, child C) : Optional<C> in class com.speedment.orm.config.model.impl.ChildHolder | From | To | |
Change Return Type | 2 | ||
Change Return Type ChildHolder<Parentable<Table>> to ChildHolder<Child<Table>> in method public getChildren() : ChildHolder<Child<Table>> in class com.speedment.orm.config.model.impl.TableImpl | From | To | |
Change Return Type Stream<? extends Childable> to Stream<? extends Parent> in method public ancestors() : Stream<? extends Parent> in class com.speedment.orm.config.model.aspects.Node | From | To | |
Rename Class | 2 | ||
Rename Class com.speedment.orm.config.model.aspects.Parentable renamed to com.speedment.orm.config.model.aspects.Child | From | To | |
Rename Class com.speedment.orm.config.model.aspects.Childable renamed to com.speedment.orm.config.model.aspects.Parent | From | To | |
Change Variable Type | 1 | ||
Change Variable Type s : Stream<? extends Childable> to s : Stream<? extends Parent> in method public traversalOf(childClass Class<T>) : Stream<T> in class com.speedment.orm.config.model.aspects.Parent | From | To | |
Extract Interface | 1 | ||
Extract Interface com.speedment.orm.config.model.parameters.DbmsTypeable from classes [com.speedment.orm.config.model.Dbms] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type children : ChildHolder<Parentable<Table>> to children : ChildHolder<Child<Table>> in class com.speedment.orm.config.model.impl.TableImpl | From | To | |
Rename Parameter | 2 | ||
Rename Parameter parent : Childable to entity : Child in method public streamFor(entity Child) : Stream<OrderType> in class com.speedment.orm.config.model.parameters.OrderType | From | To | |
Rename Parameter parent : C to entity : C in method package streamFor(stream Stream<E>, predicate Predicate<E>, entity C, ableClass Class<?>) : Stream<E> in class com.speedment.orm.config.model.parameters.EnumHelper.Hidden | From | To |