65614ec932fec200184faa03b6cc3a77dfae2c4f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type step : Step... to step : Step.Factory... in method public executing(step Step.Factory...) : Factory in class net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Factory | From | To | |
Change Parameter Type steps : List<Step> to steps : List<Step.Factory> in method public executing(steps List<Step.Factory>) : Factory in class net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Factory | From | To | |
Move Method | 2 | ||
Move Method public executing(steps List<Step>) : Chain from class net.bytebuddy.asm.MemberSubstitution.Substitution.Chain to public executing(steps List<Step.Factory>) : Factory from class net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Factory | From | To | |
Move Method public executing(step Step...) : Chain from class net.bytebuddy.asm.MemberSubstitution.Substitution.Chain to public executing(step Step.Factory...) : Factory from class net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Factory | From | To | |
Change Return Type | 4 | ||
Change Return Type Chain to Chain.Factory in method public withDefaultAssigner() : Chain.Factory in class net.bytebuddy.asm.MemberSubstitution.Substitution.Chain | From | To | |
Change Return Type Chain to Factory in method public executing(steps List<Step.Factory>) : Factory in class net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Factory | From | To | |
Change Return Type Chain to Factory in method public executing(step Step.Factory...) : Factory in class net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Factory | From | To | |
Change Return Type Chain to Chain.Factory in method public with(assigner Assigner, typing Assigner.Typing) : Chain.Factory in class net.bytebuddy.asm.MemberSubstitution.Substitution.Chain | From | To | |
Extract Class | 1 | ||
Extract Class net.bytebuddy.asm.MemberSubstitution.Substitution.Chain.Factory from class net.bytebuddy.asm.MemberSubstitution.Substitution.Chain | From | To |