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
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