5413f254e3c81e90a86d5f7acee6824e9b10e72d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 2 | ||
Push Down Method public AndroidClassLoadingStrategy(privateDirectory File) from class net.bytebuddy.android.AndroidClassLoadingStrategy to public Wrapping(privateDirectory File) from class net.bytebuddy.android.AndroidClassLoadingStrategy.Wrapping | From | To | |
Push Down Method public AndroidClassLoadingStrategy(privateDirectory File) from class net.bytebuddy.android.AndroidClassLoadingStrategy to public Injecting(privateDirectory File) from class net.bytebuddy.android.AndroidClassLoadingStrategy.Injecting | From | To | |
Rename Variable | 4 | ||
Rename Variable loaded : Map<TypeDescription,Class<?>> to result : Map<TypeDescription,Class<?>> in method public testProcessing() : void in class net.bytebuddy.android.AndroidClassLoadingStrategyTest | From | To | |
Rename Variable types : Map<String,Class<?>> to loaded : Map<TypeDescription,Class<?>> in method public testProcessing() : void in class net.bytebuddy.android.AndroidClassLoadingStrategyTest | From | To | |
Rename Variable zipFile : File to jar : File in method public load(classLoader ClassLoader, types Map<TypeDescription,byte[]>) : Map<TypeDescription,Class<?>> in class net.bytebuddy.android.AndroidClassLoadingStrategy | From | To | |
Rename Variable runTest : Button to runTestWrapping : Button in method public onCreate(savedInstanceState Bundle) : void in class net.bytebuddy.android.test.TestActivity | From | To | |
Change Variable Type | 1 | ||
Change Variable Type types : Map<String,Class<?>> to loaded : Map<TypeDescription,Class<?>> in method public testProcessing() : void in class net.bytebuddy.android.AndroidClassLoadingStrategyTest | From | To |