d725e8b5c5d48113bb1342cbd6123938d277beba
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Class | 1 | ||
Move Class org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhaseTest.TestdataSolutionPartitioner moved to org.optaplanner.core.impl.partitionedsearch.TestdataSolutionPartitioner | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable e : IllegalStateException to ex : Throwable in method private findCauseOrFail(ex Throwable, cause Class<? extends Throwable>, msgSubstring String) : void in class org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhaseTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type solver : DefaultSolver<TestdataSolution> to solver : Solver<TestdataSolution> in method public exceptionPropagation() : void in class org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhaseTest | From | To | |
Change Variable Type e : IllegalStateException to ex : Throwable in method private findCauseOrFail(ex Throwable, cause Class<? extends Throwable>, msgSubstring String) : void in class org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhaseTest | From | To | |
Extract Method | 1 | ||
Extract Method private findCauseOrFail(ex Throwable, cause Class<? extends Throwable>) : void extracted from public exceptionPropagation() : void in class org.optaplanner.core.impl.partitionedsearch.DefaultPartitionedSearchPhaseTest | From | To |