c44f4bc69b8c6ace0252c2b337f87678584b84cc
Files Diff
- Added: 6
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type binaryRepresentations : Map<String,byte[]> to binaryRepresentations : Map<TypeDescription,byte[]> in method public ofTypes(binaryRepresentations Map<TypeDescription,byte[]>) : Source in class net.bytebuddy.build.Plugin.Engine.Source.InMemory | From | To | |
Change Variable Type | 1 | ||
Change Variable Type entry : Map.Entry<String,byte[]> to entry : Map.Entry<TypeDescription,byte[]> in method public ofTypes(binaryRepresentations Map<TypeDescription,byte[]>) : Source in class net.bytebuddy.build.Plugin.Engine.Source.InMemory | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public ofTypes(type Class<?>...) : Source extracted from public testSimpleTransformation() : void in class net.bytebuddy.build.PluginEngineDefaultTest & moved to class net.bytebuddy.build.Plugin.Engine.Source.InMemory | From | To | |
Extract And Move Method public ofTypes(type Class<?>...) : Source extracted from public testSimpleTransformationIgnored() : void in class net.bytebuddy.build.PluginEngineDefaultTest & moved to class net.bytebuddy.build.Plugin.Engine.Source.InMemory | From | To |