8c4aad45ef4516861eeb326226b63b8ab79f3be8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method package personAggregatorsRegisteredViaCustomAnnotation(person1 Person, person2 Person) : void renamed to package personAggregatorAndAddressAggregator(person Person, address Address) : void in class org.junit.jupiter.params.aggregator.AggregatorIntegrationTests | From | To | |
| Change Return Type | 2 | ||
| Change Return Type Object to Map<String,Integer> in method public aggregateArguments(accessor ArgumentsAccessor, context ParameterContext) : Map<String,Integer> in class org.junit.jupiter.params.aggregator.AggregatorIntegrationTests.MapAggregator | From | To | |
| Change Return Type Object to Person in method public aggregateArguments(accessor ArgumentsAccessor, context ParameterContext) : Person in class org.junit.jupiter.params.aggregator.AggregatorIntegrationTests.PersonAggregator | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter person1 : Person to person : Person in method package personAggregatorAndAddressAggregator(person Person, address Address) : void in class org.junit.jupiter.params.aggregator.AggregatorIntegrationTests | From | To |