[jira] [Updated] (PYLUCENE-47) Type matching in methods with same number of arguments

2019-04-19 Thread JIRA
[ https://issues.apache.org/jira/browse/PYLUCENE-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Petrus Hyvönen updated PYLUCENE-47: --- Attachment: (was: pylucene-47-2.patch) > Type matching in methods with same number of ar

[jira] [Updated] (PYLUCENE-47) Type matching in methods with same number of arguments

2019-04-19 Thread JIRA
[ https://issues.apache.org/jira/browse/PYLUCENE-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Petrus Hyvönen updated PYLUCENE-47: --- Attachment: pylucene-47-including-constructors.patch > Type matching in methods with same nu

[jira] [Updated] (PYLUCENE-47) Type matching in methods with same number of arguments

2019-04-19 Thread JIRA
[ https://issues.apache.org/jira/browse/PYLUCENE-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Petrus Hyvönen updated PYLUCENE-47: --- Attachment: (was: pylucene-47-3.patch) > Type matching in methods with same number of ar

[jira] [Updated] (PYLUCENE-47) Type matching in methods with same number of arguments

2019-04-19 Thread JIRA
[ https://issues.apache.org/jira/browse/PYLUCENE-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Petrus Hyvönen updated PYLUCENE-47: --- Attachment: build_and_wrap_Test_parameters_v3.zip > Type matching in methods with same numbe

Re: [jira] [Commented] (PYLUCENE-47) Type matching in methods with same number of arguments

2019-04-19 Thread Petrus Hyvönen
Hi, I uploaded a patch that now also uses the rank function for constructors as well as a testcase. I need to think a bit on the Interface stuff and how this matches the class tests. A java class implements a specific set of interfaces I think, so in the "class" hierarchy we don't need to conside