87622185992324946b15dccf08ecff629c280ae0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public resolve(bridgeTarget MethodDescription, instrumentedType TypeDescription) : Record renamed to public of(instrumentedType TypeDescription, bridgeTarget MethodDescription) : Record in class net.bytebuddy.dynamic.scaffold.TypeWriter.MethodPool.Record.ForDeclaredMethod.OfVisibilityBridge | From | To | |
Move Method | 1 | ||
Move Method protected getAppenderFactory() : MethodAttributeAppender.Factory from class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Entry to protected getAppenderFactory() : MethodAttributeAppender.Factory from class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default.Prepared.Entry | From | To | |
Rename Variable | 1 | ||
Rename Variable method : Method to foo : Method in method public testVisibilityBridge() : void in class net.bytebuddy.dynamic.scaffold.subclass.SubclassDynamicTypeBuilderTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type implementations : LinkedHashMap<MethodDescription,Entry> to implementations : LinkedHashMap<MethodDescription,Prepared.Entry> in method public prepare(instrumentedType InstrumentedType, methodGraphCompiler MethodGraph.Compiler, methodFilter LatentMethodMatcher) : MethodRegistry.Prepared in class net.bytebuddy.dynamic.scaffold.MethodRegistry.Default | From | To |