|
Push Down Method public getDefaultValue() : Object from class org.rapidoid.prop.Prop to public getDefaultValue() : Object from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public getField() : Field from class org.rapidoid.prop.Prop to public getField() : Field from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public init() : void from class org.rapidoid.prop.Prop to public init() : void from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public getGetter() : Method from class org.rapidoid.prop.Prop to public getGetter() : Method from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method private convert(value Object, toType Class<?>) : Object from class org.rapidoid.prop.Prop to private convert(value Object, toType Class<?>) : Object from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public typeArgsCount() : int from class org.rapidoid.prop.Prop to public typeArgsCount() : int from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public getGenericType() : ParameterizedType from class org.rapidoid.prop.Prop to public getGenericType() : ParameterizedType from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public getSetter() : Method from class org.rapidoid.prop.Prop to public getSetter() : Method from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public hashCode() : int from class org.rapidoid.prop.Prop to public hashCode() : int from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public getName() : String from class org.rapidoid.prop.Prop to public getName() : String from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public typeArg(index int) : Class<?> from class org.rapidoid.prop.Prop to public typeArg(index int) : Class<?> from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public setGetter(getter Method) : void from class org.rapidoid.prop.Prop to public setGetter(getter Method) : void from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public toString() : String from class org.rapidoid.prop.Prop to public toString() : String from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public setDefaultValue(defaultValue Object) : void from class org.rapidoid.prop.Prop to public setDefaultValue(defaultValue Object) : void from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public Prop(name String, field Field, readOnly boolean) from class org.rapidoid.prop.Prop to public BeanProp(name String, field Field, readOnly boolean) from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public set(obj Object, value Object) : void from class org.rapidoid.prop.Prop to public set(target Object, value Object) : void from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public isReadOnly() : boolean from class org.rapidoid.prop.Prop to public isReadOnly() : boolean from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public get(obj Object, defaultValue T) : T from class org.rapidoid.prop.Prop to public get(target Object, defaultValue T) : T from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public setReadOnly(readOnly boolean) : void from class org.rapidoid.prop.Prop to public setReadOnly(readOnly boolean) : void from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public Prop(name String) from class org.rapidoid.prop.Prop to public BeanProp(name String) from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public setSetter(setter Method) : void from class org.rapidoid.prop.Prop to public setSetter(setter Method) : void from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public equals(obj Object) : boolean from class org.rapidoid.prop.Prop to public equals(obj Object) : boolean from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public setField(field Field) : void from class org.rapidoid.prop.Prop to public setField(field Field) : void from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public getTypeKind() : TypeKind from class org.rapidoid.prop.Prop to public getTypeKind() : TypeKind from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public get(obj Object) : T from class org.rapidoid.prop.Prop to public get(target Object) : T from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Method public getType() : Class<?> from class org.rapidoid.prop.Prop to public getType() : Class<?> from class org.rapidoid.prop.BeanProp |
From |
To |
|
Pull Up Method public editableProperties(propertyNames String...) : List<Property> from class org.rapidoid.model.impl.BeanItem to public editableProperties(propertyNames String...) : List<Property> from class org.rapidoid.model.impl.AbstractItem |
From |
To |
|
Pull Up Method public value() : Object from class org.rapidoid.model.impl.BeanItem to public value() : Object from class org.rapidoid.model.impl.AbstractItem |
From |
To |
|
Pull Up Method public get(property String) : T from class org.rapidoid.model.impl.BeanItem to public get(property String) : T from class org.rapidoid.model.impl.AbstractItem |
From |
To |
|
Pull Up Method public set(property String, propValue Object) : void from class org.rapidoid.model.impl.MapItem to public set(property String, propValue Object) : void from class org.rapidoid.model.impl.AbstractItem |
From |
To |
|
Pull Up Method public id() : String from class org.rapidoid.model.impl.MapItem to public id() : String from class org.rapidoid.model.impl.AbstractItem |
From |
To |
|
Pull Up Method public uri() : String from class org.rapidoid.model.impl.BeanItem to public uri() : String from class org.rapidoid.model.impl.AbstractItem |
From |
To |
|
Pull Up Method public set(property String, propValue Object) : void from class org.rapidoid.model.impl.BeanItem to public set(property String, propValue Object) : void from class org.rapidoid.model.impl.AbstractItem |
From |
To |
|
Pull Up Method public readableProperties(propertyNames String...) : List<Property> from class org.rapidoid.model.impl.BeanItem to public readableProperties(propertyNames String...) : List<Property> from class org.rapidoid.model.impl.AbstractItem |
From |
To |
|
Pull Up Method public properties(propertyNames String...) : List<Property> from class org.rapidoid.model.impl.BeanItem to public properties(propertyNames String...) : List<Property> from class org.rapidoid.model.impl.AbstractItem |
From |
To |
|
Pull Up Method public uri() : String from class org.rapidoid.model.impl.MapItem to public uri() : String from class org.rapidoid.model.impl.AbstractItem |
From |
To |
|
Pull Up Method public get(property String) : T from class org.rapidoid.model.impl.MapItem to public get(property String) : T from class org.rapidoid.model.impl.AbstractItem |
From |
To |
|
Pull Up Method public editableProperties(propertyNames String...) : List<Property> from class org.rapidoid.model.impl.MapItem to public editableProperties(propertyNames String...) : List<Property> from class org.rapidoid.model.impl.AbstractItem |
From |
To |
|
Pull Up Method public id() : String from class org.rapidoid.model.impl.BeanItem to public id() : String from class org.rapidoid.model.impl.AbstractItem |
From |
To |
|
Pull Up Method public readableProperties(propertyNames String...) : List<Property> from class org.rapidoid.model.impl.MapItem to public readableProperties(propertyNames String...) : List<Property> from class org.rapidoid.model.impl.AbstractItem |
From |
To |
|
Pull Up Method public properties(propertyNames String...) : List<Property> from class org.rapidoid.model.impl.MapItem to public properties(propertyNames String...) : List<Property> from class org.rapidoid.model.impl.AbstractItem |
From |
To |
|
Change Parameter Type beanType : Class<?> to target : Object in method public editablePropertiesOf(target Object, propertyNames String...) : List<Property> in class org.rapidoid.model.Models |
From |
To |
|
Change Parameter Type beanType : Class<?> to target : Object in method public readablePropertiesOf(target Object, propertyNames String...) : List<Property> in class org.rapidoid.model.Models |
From |
To |
|
Change Parameter Type beanType : Class<?> to target : Object in method public propertiesOf(target Object, propertyNames String...) : List<Property> in class org.rapidoid.model.Models |
From |
To |
|
Change Parameter Type properties : Map<String,Prop> to properties : Map<String,? extends Prop> in method public BeanProperties(properties Map<String,? extends Prop>) in class org.rapidoid.prop.BeanProperties |
From |
To |
|
Push Down Attribute private typeKind : TypeKind from class org.rapidoid.prop.Prop to private typeKind : TypeKind from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Attribute private getter : Method from class org.rapidoid.prop.Prop to private getter : Method from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Attribute private field : Field from class org.rapidoid.prop.Prop to private field : Field from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Attribute private readOnly : boolean from class org.rapidoid.prop.Prop to private readOnly : boolean from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Attribute private defaultValue : Object from class org.rapidoid.prop.Prop to private defaultValue : Object from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Attribute private type : Class<?> from class org.rapidoid.prop.Prop to private type : Class<?> from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Attribute private setter : Method from class org.rapidoid.prop.Prop to private setter : Method from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Attribute private name : String from class org.rapidoid.prop.Prop to private name : String from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Attribute private genericType : ParameterizedType from class org.rapidoid.prop.Prop to private genericType : ParameterizedType from class org.rapidoid.prop.BeanProp |
From |
To |
|
Push Down Attribute private declaringType : Class<?> from class org.rapidoid.prop.Prop to private declaringType : Class<?> from class org.rapidoid.prop.BeanProp |
From |
To |
|
Rename Parameter obj : Object to target : Object in method public get(target Object, defaultValue T) : T in class org.rapidoid.prop.Prop |
From |
To |
|
Rename Parameter obj : Object to target : Object in method public set(target Object, value Object) : void in class org.rapidoid.prop.BeanProp |
From |
To |
|
Rename Parameter obj : Object to target : Object in method public get(target Object) : T in class org.rapidoid.prop.BeanProp |
From |
To |
|
Rename Parameter obj : Object to target : Object in method public set(target Object, value Object) : void in class org.rapidoid.prop.Prop |
From |
To |
|
Rename Parameter beanType : Class<?> to target : Object in method public propertiesOf(target Object, propertyNames String...) : List<Property> in class org.rapidoid.model.Models |
From |
To |
|
Rename Parameter beanType : Class<?> to target : Object in method public readablePropertiesOf(target Object, propertyNames String...) : List<Property> in class org.rapidoid.model.Models |
From |
To |
|
Rename Parameter obj : Object to target : Object in method public get(target Object, defaultValue T) : T in class org.rapidoid.prop.BeanProp |
From |
To |
|
Rename Parameter obj : Object to target : Object in method public get(target Object) : T in class org.rapidoid.prop.Prop |
From |
To |
|
Rename Parameter object : Object to value : Object in method public BeanItem(value Object) in class org.rapidoid.model.impl.BeanItem |
From |
To |
|
Rename Parameter beanType : Class<?> to target : Object in method public editablePropertiesOf(target Object, propertyNames String...) : List<Property> in class org.rapidoid.model.Models |
From |
To |