1597a2a9e7e3723a8427c683917d7550eab8e829
Files Diff
- Added: 4
- Removed: 4
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method package anyClass() : void from class org.junit.gen5.engine.ClassFiltersTests to package anyClass() : void from class org.junit.gen5.engine.ClassFilterBuilderTests | From | To | |
| Move Method package classNameMatches() : void from class org.junit.gen5.engine.ClassFiltersTests to package classNameMatches() : void from class org.junit.gen5.engine.ClassFilterBuilderTests | From | To | |
| Rename Variable | 4 | ||
| Rename Variable filter : ClassFilter to combined : DiscoveryFilter<Class<?>> in method package allOfWithMultipleFiltersIsConjunction() : void in class org.junit.gen5.engine.CommonBuilderTests | From | To | |
| Rename Variable filter : ClassFilter to combined : DiscoveryFilter<Class<?>> in method package allOfWithSingleFilter() : void in class org.junit.gen5.engine.CommonBuilderTests | From | To | |
| Rename Variable filter : ClassFilter to combinedFilter : DiscoveryFilter<Object> in method package allOfWithoutFilter() : void in class org.junit.gen5.engine.CommonBuilderTests | From | To | |
| Rename Variable filter : ClassFilter to combined : DiscoveryFilter<Object> in method package allOfWithMultipleFiltersHasReadableDescription() : void in class org.junit.gen5.engine.CommonBuilderTests | From | To | |
| Extract Class | 1 | ||
| Extract Class org.junit.gen5.engine.ClassFilterBuilderTests from class org.junit.gen5.engine.ClassFiltersTests | From | To | |
| Rename Class | 1 | ||
| Rename Class org.junit.gen5.engine.ClassFiltersTests renamed to org.junit.gen5.engine.CommonBuilderTests | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type filter : ClassFilter to combinedFilter : DiscoveryFilter<Object> in method package allOfWithoutFilter() : void in class org.junit.gen5.engine.CommonBuilderTests | From | To | |
| Change Variable Type filter : ClassFilter to combined : DiscoveryFilter<Class<?>> in method package allOfWithSingleFilter() : void in class org.junit.gen5.engine.CommonBuilderTests | From | To | |
| Change Variable Type filter : ClassFilter to combined : DiscoveryFilter<Object> in method package allOfWithMultipleFiltersHasReadableDescription() : void in class org.junit.gen5.engine.CommonBuilderTests | From | To | |
| Change Variable Type filter : ClassFilter to combined : DiscoveryFilter<Class<?>> in method package allOfWithMultipleFiltersIsConjunction() : void in class org.junit.gen5.engine.CommonBuilderTests | From | To |