7170b37eb110350f815b8f6e96225226caea38ed
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public hasMovableEntitySelectionFilter() : boolean renamed to public hasEffectiveMovableEntitySelectionFilter() : boolean in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor | From | To | |
Rename Method public getMovableEntitySelectionFilter() : SelectionFilter renamed to public getEffectiveMovableEntitySelectionFilter() : SelectionFilter in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor | From | To | |
Rename Variable | 1 | ||
Rename Variable superEntityDescriptor : EntityDescriptor<Solution_> to entityDescriptor : EntityDescriptor<Solution_> in method private linkInherited(potentialEntityClass Class<?>) : void in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor | From | To | |
Rename Parameter | 1 | ||
Rename Parameter investigateClass : Class<?> to potentialEntityClass : Class<?> in method private linkInherited(potentialEntityClass Class<?>) : void in class org.optaplanner.core.impl.domain.entity.descriptor.EntityDescriptor | From | To |