8cc6f79e36de51b41aad0ba8043c3cdfe603f03f
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 41
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 9 | ||
Rename Method private processOutputDirectory(root File, classPath List<? extends String>) : void renamed to private apply(root File, classPath List<? extends String>) : void in class net.bytebuddy.build.maven.ByteBuddyMojo | From | To | |
Rename Method private processOutputDirectory(root File, classPath Iterable<? extends File>) : void renamed to private apply(root File, classPath Iterable<? extends File>) : void in class net.bytebuddy.build.gradle.TransformationAction | From | To | |
Rename Method public ofClassPath() : TypePool renamed to public ofSystemLoader() : TypePool in class net.bytebuddy.pool.TypePool.Default.WithLazyResolution | From | To | |
Rename Method public ofClassPath() : TypePool renamed to public ofSystemLoader() : TypePool in class net.bytebuddy.pool.TypePool.ClassLoading | From | To | |
Rename Method public ofBootPath() : TypePool renamed to public ofBootLoader() : TypePool in class net.bytebuddy.pool.TypePool.ClassLoading | From | To | |
Rename Method public ofClassPath() : TypePool renamed to public ofSystemLoader() : TypePool in class net.bytebuddy.pool.TypePool.Default | From | To | |
Rename Method public ofClassPath() : ClassFileLocator renamed to public ofSystemLoader() : ClassFileLocator in class net.bytebuddy.dynamic.ClassFileLocator.ForClassLoader | From | To | |
Rename Method public ofClassPath() : ClassInjector renamed to public ofSystemLoader() : ClassInjector in class net.bytebuddy.dynamic.loading.ClassInjector.UsingUnsafe | From | To | |
Rename Method public ofBootstrapLoader() : ClassInjector renamed to public ofBootLoader() : ClassInjector in class net.bytebuddy.dynamic.loading.ClassInjector.UsingUnsafe | From | To | |
Rename Variable | 4 | ||
Rename Variable plugins : List<Plugin> to factories : List<Plugin.Factory> in method private apply(root File, classPath List<? extends String>) : void in class net.bytebuddy.build.maven.ByteBuddyMojo | From | To | |
Rename Variable byteBuddy : ByteBuddy to pluginEngine : Plugin.Engine in method private apply(root File, classPath Iterable<? extends File>) : void in class net.bytebuddy.build.gradle.TransformationAction | From | To | |
Rename Variable plugins : List<Plugin> to factories : List<Plugin.Factory> in method private apply(root File, classPath Iterable<? extends File>) : void in class net.bytebuddy.build.gradle.TransformationAction | From | To | |
Rename Variable byteBuddy : ByteBuddy to pluginEngine : Plugin.Engine in method private apply(root File, classPath List<? extends String>) : void in class net.bytebuddy.build.maven.ByteBuddyMojo | From | To | |
Inline Method | 3 | ||
Inline Method private transform(root File, entryPoint EntryPoint, classPath List<? extends String>, plugins List<Plugin>) : ResultBag inlined to private apply(root File, classPath List<? extends String>) : void in class net.bytebuddy.build.maven.ByteBuddyMojo | From | To | |
Inline Method private transform(root File, classPath Iterable<? extends File>, entryPoint EntryPoint, plugins List<Plugin>) : ResultBag inlined to private apply(root File, classPath Iterable<? extends File>) : void in class net.bytebuddy.build.gradle.TransformationAction | From | To | |
Move Attribute | 2 | ||
Move Attribute private CLASS_FILE_EXTENSION : String from class net.bytebuddy.build.gradle.TransformationAction to public CLASS_FILE_EXTENSION : String from class net.bytebuddy.build.Plugin.Engine | From | To | |
Move Attribute private CLASS_FILE_EXTENSION : String from class net.bytebuddy.build.maven.ByteBuddyMojo to public CLASS_FILE_EXTENSION : String from class net.bytebuddy.build.Plugin.Engine | From | To | |
Change Variable Type | 4 | ||
Change Variable Type plugins : List<Plugin> to factories : List<Plugin.Factory> in method private apply(root File, classPath Iterable<? extends File>) : void in class net.bytebuddy.build.gradle.TransformationAction | From | To | |
Change Variable Type byteBuddy : ByteBuddy to pluginEngine : Plugin.Engine in method private apply(root File, classPath List<? extends String>) : void in class net.bytebuddy.build.maven.ByteBuddyMojo | From | To | |
Change Variable Type plugins : List<Plugin> to factories : List<Plugin.Factory> in method private apply(root File, classPath List<? extends String>) : void in class net.bytebuddy.build.maven.ByteBuddyMojo | From | To | |
Change Variable Type byteBuddy : ByteBuddy to pluginEngine : Plugin.Engine in method private apply(root File, classPath Iterable<? extends File>) : void in class net.bytebuddy.build.gradle.TransformationAction | From | To |