|
Pull Up Method public traversalOf(childClass Class<T>) : Stream<T> from class com.speedment.orm.config.model.aspects.Parent to public getParent(parentClass Class<P>) : Optional<P> from class com.speedment.orm.config.model.aspects.Node |
From |
To |
|
Pull Up Method public setUp() : void from class com.speedment.orm.code.model.java.entity.EntityTranslatorTest to public setUp() : void from class com.speedment.orm.code.model.java.SimpleModelTest |
From |
To |
|
Pull Up Method public setUp() : void from class com.speedment.orm.code.model.java.MainGeneratorTest to public setUp() : void from class com.speedment.orm.code.model.java.SimpleModelTest |
From |
To |
|
Pull Up Method public setParent(parent ForeignKey) : void from class com.speedment.orm.config.model.impl.ForeignKeyColumnImpl to public setParent(parent P) : void from class com.speedment.orm.config.model.aspects.Child |
From |
To |
|
Pull Up Method public setParent(parent Project) : void from class com.speedment.orm.config.model.impl.DbmsImpl to public setParent(parent P) : void from class com.speedment.orm.config.model.aspects.Child |
From |
To |
|
Pull Up Method public setParent(parent Index) : void from class com.speedment.orm.config.model.impl.IndexColumnImpl to public setParent(parent P) : void from class com.speedment.orm.config.model.aspects.Child |
From |
To |
|
Pull Up Method public setParent(parent Table) : void from class com.speedment.orm.config.model.impl.ColumnImpl to public setParent(parent P) : void from class com.speedment.orm.config.model.aspects.Child |
From |
To |
|
Pull Up Method public setParent(parent Table) : void from class com.speedment.orm.config.model.impl.ForeignKeyImpl to public setParent(parent P) : void from class com.speedment.orm.config.model.aspects.Child |
From |
To |
|
Pull Up Method public setParent(parent Table) : void from class com.speedment.orm.config.model.impl.IndexImpl to public setParent(parent P) : void from class com.speedment.orm.config.model.aspects.Child |
From |
To |
|
Change Parameter Type parent : Parent to parent : Parent<?> in method public put(parent Parent<?>, child Child<?>) : Optional<Child<?>> in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Parameter Type parent : Parent to parent : Parent<?> in method public remove(parent Parent<?>, child Child<?>) : Optional<Child<?>> in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Parameter Type entity : Child 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 clazz : Class to clazz : Class<?> in method private valueOfClass(clazz Class<?>) : int in class com.speedment.orm.config.model.impl.TableImpl |
From |
To |
|
Change Parameter Type parent : Project to parent : P in method public setParent(parent P) : void in class com.speedment.orm.config.model.aspects.Child |
From |
To |
|
Change Parameter Type child : C to child : Child<?> in method public put(parent Parent<?>, child Child<?>) : Optional<Child<?>> in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Parameter Type parent : ForeignKey to parent : P in method public setParent(parent P) : void in class com.speedment.orm.config.model.aspects.Child |
From |
To |
|
Change Parameter Type childClass : Class<T> to parentClass : Class<P> in method public getParent(parentClass Class<P>) : Optional<P> in class com.speedment.orm.config.model.aspects.Node |
From |
To |
|
Change Parameter Type parent : Table to parent : P in method public setParent(parent P) : void in class com.speedment.orm.config.model.aspects.Child |
From |
To |
|
Change Parameter Type parent : Index to parent : P in method public setParent(parent P) : void in class com.speedment.orm.config.model.aspects.Child |
From |
To |
|
Change Parameter Type parent : ProjectManager to parent : P in method public setParent(parent P) : void in class com.speedment.orm.config.model.aspects.Child |
From |
To |
|
Change Parameter Type clazz : Class<T> to clazz : Class<C> in method public streamOf(clazz Class<C>) : Stream<C> in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Parameter Type clazz : Class<C> to clazz : Class<?> in method protected aquireList(clazz Class<?>) : List<BiConsumer<T,C>> in class com.speedment.orm.code.model.java.DefaultJavaClassTranslator.Builder |
From |
To |
|
Change Parameter Type child : C to child : Child<?> in method public contains(child Child<?>) : boolean in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Parameter Type child : C to child : Child<?> in method public remove(parent Parent<?>, child Child<?>) : Optional<Child<?>> in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Parameter Type parent : Schema to parent : P in method public setParent(parent P) : void in class com.speedment.orm.config.model.aspects.Child |
From |
To |
|
Change Parameter Type comparator : Comparator<Class> to comparator : Comparator<Class<?>> in method public ChildHolder(comparator Comparator<Class<?>>) in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Parameter Type parent : Dbms to parent : P in method public setParent(parent P) : void in class com.speedment.orm.config.model.aspects.Child |
From |
To |
|
Change Parameter Type childClass : Class<C> to childClass : Class<?> in method private ensureMap(childClass Class<?>) : Map<String,Child<?>> in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Return Type ChildHolder<Schema> to ChildHolder in method public getChildren() : ChildHolder in class com.speedment.orm.config.model.impl.DbmsImpl |
From |
To |
|
Change Return Type ChildHolder<C> to ChildHolder in method public getChildren() : ChildHolder in class com.speedment.orm.config.model.aspects.Parent |
From |
To |
|
Change Return Type ChildHolder<Child<Table>> to ChildHolder in method public getChildren() : ChildHolder in class com.speedment.orm.config.model.impl.TableImpl |
From |
To |
|
Change Return Type Stream<C> to Stream<Child<?>> in method public stream() : Stream<Child<?>> in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Return Type Optional<C> to Optional<Child<?>> in method public put(parent Parent<?>, child Child<?>) : Optional<Child<?>> in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Return Type Stream<T> to Stream<C> in method public streamOf(clazz Class<C>) : Stream<C> in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Return Type ChildHolder<ForeignKeyColumn> to ChildHolder in method public getChildren() : ChildHolder in class com.speedment.orm.config.model.impl.ForeignKeyImpl |
From |
To |
|
Change Return Type Optional<C> to Optional<Child<?>> in method public remove(parent Parent<?>, child Child<?>) : Optional<Child<?>> in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Return Type ChildHolder<Dbms> to ChildHolder in method public getChildren() : ChildHolder in class com.speedment.orm.config.model.impl.ProjectImpl |
From |
To |
|
Change Return Type ChildHolder<IndexColumn> to ChildHolder in method public getChildren() : ChildHolder in class com.speedment.orm.config.model.impl.IndexImpl |
From |
To |
|
Change Return Type ChildHolder<Project> to ChildHolder in method public getChildren() : ChildHolder in class com.speedment.orm.config.model.impl.ProjectManagerImpl |
From |
To |
|
Change Return Type ChildHolder<Table> to ChildHolder in method public getChildren() : ChildHolder in class com.speedment.orm.config.model.impl.SchemaImpl |
From |
To |
|
Change Return Type Map<String,C> to Map<String,Child<?>> in method private ensureMap(childClass Class<?>) : Map<String,Child<?>> in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Return Type Stream<T> to Optional<P> in method public getParent(parentClass Class<P>) : Optional<P> in class com.speedment.orm.config.model.aspects.Node |
From |
To |
|
Change Attribute Type children : ChildHolder<Child<Table>> to children : ChildHolder in class com.speedment.orm.config.model.impl.TableImpl |
From |
To |
|
Change Attribute Type nameNumbers : Map<Class,AtomicInteger> to nameNumbers : Map<Class<?>,AtomicInteger> in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Attribute Type children : Map<Class,Map<String,C>> to children : Map<Class<?>,Map<String,Child<?>>> in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Attribute Type children : ChildHolder<Dbms> to children : ChildHolder in class com.speedment.orm.config.model.impl.ProjectImpl |
From |
To |
|
Change Attribute Type ordinalNumbers : Map<Class,AtomicInteger> to ordinalNumbers : Map<Class<?>,AtomicInteger> in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Attribute Type CLASS_COMPARATOR : Comparator<Class> to CLASS_COMPARATOR : Comparator<Class<?>> in class com.speedment.orm.config.model.impl.TableImpl |
From |
To |
|
Change Attribute Type children : ChildHolder<ForeignKeyColumn> to children : ChildHolder in class com.speedment.orm.config.model.impl.ForeignKeyImpl |
From |
To |
|
Change Attribute Type map : Map<Class<? extends Node>,List<BiConsumer<T,? extends Node>>> to map : Map<Class<?>,List<BiConsumer<T,? extends Node>>> in class com.speedment.orm.code.model.java.DefaultJavaClassTranslator.Builder |
From |
To |
|
Change Attribute Type children : ChildHolder<Project> to children : ChildHolder in class com.speedment.orm.config.model.impl.ProjectManagerImpl |
From |
To |
|
Change Attribute Type children : ChildHolder<Table> to children : ChildHolder in class com.speedment.orm.config.model.impl.SchemaImpl |
From |
To |
|
Change Attribute Type children : ChildHolder<IndexColumn> to children : ChildHolder in class com.speedment.orm.config.model.impl.IndexImpl |
From |
To |
|
Change Attribute Type CLASS_COMPARATOR : Comparator<Class> to CLASS_COMPARATOR : Comparator<Class<?>> in class com.speedment.orm.config.model.impl.ChildHolder |
From |
To |
|
Change Attribute Type children : ChildHolder<Schema> to children : ChildHolder in class com.speedment.orm.config.model.impl.DbmsImpl |
From |
To |