80b4296bc76cfeca6b1e9757f537e84ab50871d3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method private matchesPattern(className String) : boolean extracted from public apply(className String) : FilterResult in class org.junit.platform.engine.discovery.IncludeClassNameFilter | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type filters : Collection<? extends Filter<T>> to filters : Collection<Filter<T>> in class org.junit.platform.engine.CompositeFilter | From | To |