6853fdae704644a22dc77cd54bbc312db2501c27
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type ExecutableList<?> to ExecutableList<T> in method package abstract get(instance ActionQueue) : ExecutableList<T> in class org.hibernate.engine.spi.ActionQueue.ListProvider | From | To | |
Change Return Type ExecutableList<?> to ExecutableList<T> in method package abstract init(instance ActionQueue) : ExecutableList<T> in class org.hibernate.engine.spi.ActionQueue.ListProvider | From | To | |
Rename Class | 1 | ||
Rename Class org.hibernate.engine.spi.ExecutableListTest renamed to org.hibernate.engine.spi.SortedExecutableListTest | From | To | |
Move Class | 1 | ||
Move Class org.hibernate.engine.spi.ExecutableListTest.AnExecutable moved to org.hibernate.engine.spi.NonSortedExecutableListTest.AnExecutable | From | To | |
Extract Method | 1 | ||
Extract Method private isOrderUpdatesEnabled() : boolean extracted from public sortCollectionActions() : void in class org.hibernate.engine.spi.ActionQueue | From | To |