Stub constructor selection (related to GROOVY-9777)

2020-10-11 Thread Keegan Witt
Related to https://issues.apache.org/jira/browse/GROOVY-9777 that was noticed by someone last week, I'm thinking JavaStubGenerator.selectAccessibleConstructorFromSuper should select the closest matching parent constructor related to the number and type of parameters in the child. The code has a var

Re: Stub constructor selection (related to GROOVY-9777)

2020-10-11 Thread Jochen Theodorou
On 11.10.20 23:32, Keegan Witt wrote: Related to https://issues.apache.org/jira/browse/GROOVY-9777 that was noticed by someone last week, I'm thinking JavaStubGenerator.selectAccessibleConstructorFromSuper should select the closest matching parent constructor related to the number and type of par