80a4feb515c075837e262927efcea9596a849534
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method protected addAllIds(ids List<? extends Number>) : void from class org.rapidoid.db.impl.DefaultDbCollection to protected initIds(initIds List<? extends Number>) : void from class org.rapidoid.db.impl.DbRelsCommons | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected initId(id long) : void extracted from public DefaultDbRef(db Db, holder Object, relation String, id long) in class org.rapidoid.db.impl.DefaultDbRef & moved to class org.rapidoid.db.impl.DbRelsCommons | From | To | |
Rename Parameter | 1 | ||
Rename Parameter ids : List<? extends Number> to initIds : List<? extends Number> in method protected initIds(initIds List<? extends Number>) : void in class org.rapidoid.db.impl.DbRelsCommons | From | To |