|
Change Parameter Type parent : AbstractDocumentProperty to parent : AbstractDocumentProperty<?> in method public DefaultDocumentProperty(parent AbstractDocumentProperty<?>, key String) in class com.speedment.internal.ui.config.DefaultDocumentProperty |
From |
To |
|
Change Parameter Type identifier : FieldIdentifier to identifier : FieldIdentifier<ENTITY> in method public ReferenceForeignKeyFieldImpl(identifier FieldIdentifier<ENTITY>, getter Getter<ENTITY,V>, setter Setter<ENTITY,V>, finder Finder<ENTITY,FK>, typeMapper TypeMapper<D,V>, unique boolean) in class com.speedment.internal.core.field.ReferenceForeignKeyFieldImpl |
From |
To |
|
Change Parameter Type identifier : FieldIdentifier to identifier : FieldIdentifier<ENTITY> in method public ReferenceFieldImpl(identifier FieldIdentifier<ENTITY>, getter Getter<ENTITY,V>, setter Setter<ENTITY,V>, typeMapper TypeMapper<D,V>, unique boolean) in class com.speedment.internal.core.field.ReferenceFieldImpl |
From |
To |
|
Change Parameter Type list : ObservableList<AbstractDocumentProperty> to list : ObservableList<AbstractDocumentProperty<?>> in method private addListeners(key String, list ObservableList<AbstractDocumentProperty<?>>) : ObservableList<AbstractDocumentProperty<?>> in class com.speedment.internal.ui.config.AbstractDocumentProperty |
From |
To |
|
Change Parameter Type identifier : FieldIdentifier to identifier : FieldIdentifier<ENTITY> in method public ComparableFieldImpl(identifier FieldIdentifier<ENTITY>, getter Getter<ENTITY,V>, setter Setter<ENTITY,V>, typeMapper TypeMapper<D,V>, unique boolean) in class com.speedment.internal.core.field.ComparableFieldImpl |
From |
To |
|
Change Parameter Type fieldIdentifier : FieldIdentifier to fieldIdentifier : FieldIdentifier<?> in method public fullNameOf(fieldIdentifier FieldIdentifier<?>) : String in class com.speedment.db.DatabaseNamingConvention |
From |
To |
|
Change Parameter Type identifier : FieldIdentifier to identifier : FieldIdentifier<ENTITY> in method public StringFieldImpl(identifier FieldIdentifier<ENTITY>, getter Getter<ENTITY,String>, setter Setter<ENTITY,String>, typeMapper TypeMapper<D,String>, unique boolean) in class com.speedment.internal.core.field.StringFieldImpl |
From |
To |
|
Change Return Type FieldIdentifier to FieldIdentifier<ENTITY> in method public getIdentifier() : FieldIdentifier<ENTITY> in class com.speedment.internal.core.field.ReferenceForeignKeyFieldImpl |
From |
To |
|
Change Return Type FieldIdentifier to FieldIdentifier<ENTITY> in method public getIdentifier() : FieldIdentifier<ENTITY> in class com.speedment.internal.core.field.ReferenceFieldImpl |
From |
To |
|
Change Return Type ComponentConstructor to ComponentConstructor<?> in method private componentConstructor(component Component) : ComponentConstructor<?> in class com.speedment.internal.core.runtime.SpeedmentImpl |
From |
To |
|
Change Return Type ObservableList<AbstractDocumentProperty> to ObservableList<AbstractDocumentProperty<?>> in method private addListeners(key String, list ObservableList<AbstractDocumentProperty<?>>) : ObservableList<AbstractDocumentProperty<?>> in class com.speedment.internal.ui.config.AbstractDocumentProperty |
From |
To |
|
Change Return Type DbmsMutator to DbmsMutator<Dbms> in method public mutator() : DbmsMutator<Dbms> in class com.speedment.internal.core.platform.component.impl.DocumentPropertyComponentImplTest.AlternativeDbms |
From |
To |
|
Change Return Type FieldIdentifier to FieldIdentifier<ENTITY> in method public getIdentifier() : FieldIdentifier<ENTITY> in class com.speedment.internal.core.field.ComparableFieldImpl |
From |
To |
|
Change Return Type FieldIdentifier to FieldIdentifier<ENTITY> in method public getIdentifier() : FieldIdentifier<ENTITY> in class com.speedment.internal.core.field.StringFieldImpl |
From |
To |