0fe5fe6642413550b1a0296ebd45745855bfa7af
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type filter : Predicate<Prop> to selector : PropertySelector in method public select(selector PropertySelector) : BeanProperties in class org.rapidoid.prop.BeanProperties | From | To | |
Move Class | 1 | ||
Move Class org.rapidoid.util.BeanProperties moved to org.rapidoid.prop.BeanProperties | From | To | |
Rename Attribute | 1 | ||
Rename Attribute relPropFilter : Predicate<Prop> to relPropSelector : PropertySelector in class org.rapidoid.inmem.InMem | From | To | |
Extract Method | 1 | ||
Extract Method private prop(prop Prop) : BeanProperty extracted from public propertyOf(beanType Class<?>, property String) : Property in class org.rapidoid.model.Models | From | To | |
Change Attribute Type | 6 | ||
Change Attribute Type SEARCHABLE_PROPS : Predicate<Prop> to SEARCHABLE_PROPS : PropertyFilter in class org.rapidoid.inmem.InMem | From | To | |
Change Attribute Type relPropFilter : Predicate<Prop> to relPropSelector : PropertySelector in class org.rapidoid.inmem.InMem | From | To | |
Change Attribute Type names : Collection<String> to names : List<String> in class org.rapidoid.prop.BeanProperties | From | To | |
Change Attribute Type props : Collection<Prop> to props : List<Prop> in class org.rapidoid.prop.BeanProperties | From | To | |
Change Attribute Type DB_REL_PROPS : Predicate<Prop> to DB_REL_PROPS : PropertyFilter in class org.rapidoid.db.DbHelper | From | To | |
Change Attribute Type selections : Map<Predicate<Prop>,BeanProperties> to selections : Map<PropertySelector,BeanProperties> in class org.rapidoid.prop.BeanProperties | From | To | |
Rename Parameter | 1 | ||
Rename Parameter filter : Predicate<Prop> to selector : PropertySelector in method public select(selector PropertySelector) : BeanProperties in class org.rapidoid.prop.BeanProperties | From | To |