1becf14d1bed6680b534b6d05fa663debc43978d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public with(fallback LocationStrategy) : LocationStrategy renamed to public withFallbackTo(locationStrategy LocationStrategy) : LocationStrategy in class net.bytebuddy.agent.builder.AgentBuilder.LocationStrategy.ForClassLoader | From | To | |
| Rename Variable | 1 | ||
| Rename Variable bootModules : File to bootPath : File in method public ofBootPath() : ClassFileLocator in class net.bytebuddy.dynamic.ClassFileLocator.ForModuleFile | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable bootModules : File to bootPath : File in method public ofBootPath(bootPath File) : ClassFileLocator in class net.bytebuddy.dynamic.ClassFileLocator.ForModuleFile | From | To | |
| Extract Method | 2 | ||
| Extract Method public ofClassPath(classPath String) : ClassFileLocator extracted from public ofClassPath() : ClassFileLocator in class net.bytebuddy.dynamic.ClassFileLocator.ForJarFile | From | To | |
| Extract Method public ofBootPath(bootPath File) : ClassFileLocator extracted from public ofBootPath() : ClassFileLocator in class net.bytebuddy.dynamic.ClassFileLocator.ForModuleFile | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter fallback : LocationStrategy to locationStrategy : LocationStrategy in method public withFallbackTo(locationStrategy LocationStrategy) : LocationStrategy in class net.bytebuddy.agent.builder.AgentBuilder.LocationStrategy.ForClassLoader | From | To |