e8af9d2c2cc7af85862bbfd19ff5df86104292e8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method private loadMethod(anyName String) : Optional<Method> from class org.junit.gen5.engine.TestPlanSpecification to public loadMethod(fullyQualifiedMethodName String) : Optional<Method> from class org.junit.gen5.commons.util.ReflectionUtils | From | To | |
| Extract Method | 1 | ||
| Extract Method private basePackagePath() : String extracted from private allSourceDirsForPackage() : List<File> in class org.junit.gen5.commons.util.ClasspathScanner | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter anyName : String to fullyQualifiedMethodName : String in method public loadMethod(fullyQualifiedMethodName String) : Optional<Method> in class org.junit.gen5.commons.util.ReflectionUtils | From | To |