73366f48792a2703e3608195fc5c6c94e53ff3ac
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method protected addedRelTo(id long) : void from class org.rapidoid.db.impl.DbRelsCommons to public addedRelTo(id long) : void from class org.rapidoid.db.impl.DbRelChangesTracker | From | To | |
| Move Method protected removedRelTo(id long) : void from class org.rapidoid.db.impl.DbRelsCommons to public removedRelTo(id long) : void from class org.rapidoid.db.impl.DbRelChangesTracker | From | To | |
| Move Attribute | 2 | ||
| Move Attribute protected removedRelations : Set<Long> from class org.rapidoid.db.impl.DbRelsCommons to private removedRelations : Set<Long> from class org.rapidoid.db.impl.DbRelChangesTracker | From | To | |
| Move Attribute protected addedRelations : Set<Long> from class org.rapidoid.db.impl.DbRelsCommons to private addedRelations : Set<Long> from class org.rapidoid.db.impl.DbRelChangesTracker | From | To | |
| Extract Class | 1 | ||
| Extract Class org.rapidoid.db.impl.DbRelChangesTracker from class org.rapidoid.db.impl.DbRelsCommons | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter ids : Collection<Long> to retainIds : Collection<Long> in method protected retainIds(retainIds Collection<Long>) : boolean in class org.rapidoid.db.impl.DbRelsCommons | From | To | |
| Rename Parameter items : Collection<Long> to idsToAdd : Collection<Long> in method protected addIdsAt(index int, idsToAdd Collection<Long>) : boolean in class org.rapidoid.db.impl.DbRelsCommons | From | To |