a8f38994ee1df37ea6eb22b3831bc3d8791f2d6e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public indexOfLastAggregate(method Method) : int renamed to public indexOfLastAggregator(method Method) : int in class org.junit.jupiter.params.aggregator.AggregationUtils | From | To | |
Rename Method public hasAggregate(method Method) : boolean renamed to public hasAggregator(method Method) : boolean in class org.junit.jupiter.params.aggregator.AggregationUtils | From | To | |
Rename Method public isAggregate(parameter Parameter) : boolean renamed to public isAggregator(parameter Parameter) : boolean in class org.junit.jupiter.params.aggregator.AggregationUtils | From | To | |
Rename Variable | 1 | ||
Rename Variable indexOfLastAggregate : int to indexOfLastAggregator : int in method public supportsParameter(parameterContext ParameterContext, extensionContext ExtensionContext) : boolean in class org.junit.jupiter.params.ParameterizedTestParameterResolver | From | To | |
Extract Variable | 1 | ||
Extract Variable parameters : Parameter[] in method public indexOfLastAggregator(method Method) : int from class org.junit.jupiter.params.aggregator.AggregationUtils | From | To |