Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

module-jni: abstract Qore methods are imported incorrectly into Java #4282

Closed
davidnich opened this issue Jul 13, 2021 · 0 comments
Closed

Comments

@davidnich
Copy link
Contributor

abstract methods are marked as vararg methods, when they are not

@davidnich davidnich added this to the 1.0.1 milestone Jul 13, 2021
@davidnich davidnich self-assigned this Jul 13, 2021
@davidnich davidnich added this to To do in Qore Development via automation Jul 13, 2021
davidnich added a commit that referenced this issue Jul 13, 2021
davidnich added a commit that referenced this issue Jul 13, 2021
davidnich added a commit to qorelanguage/module-jni that referenced this issue Jul 13, 2021
…o Java; Java methods are no longer marked as taking trailing vararg arguments

refs qorelanguage/qore#4091 fixed importing Qore classes with multiple inheritance into Java; methods from other non-primary base classes are now also imported into the dynamic Java class
davidnich added a commit to qorelanguage/module-jni that referenced this issue Jul 13, 2021
#159)

* refs #4282 fixed importing abstract Qore methods into Java; Java methods are no longer marked as taking trailing vararg arguments

* refs qorelanguage/qore#4282 fixed importing abstract Qore methods into Java; Java methods are no longer marked as taking trailing vararg arguments
refs qorelanguage/qore#4091 fixed importing Qore classes with multiple inheritance into Java; methods from other non-primary base classes are now also imported into the dynamic Java class
Qore Development automation moved this from To do to Done Jul 14, 2021
davidnich added a commit to qorelanguage/module-jni that referenced this issue Jul 14, 2021
* refs #4282 fixed importing abstract Qore methods into Java; Java methods are no longer marked as taking trailing vararg arguments

* refs qorelanguage/qore#4282 fixed importing abstract Qore methods into Java; Java methods are no longer marked as taking trailing vararg arguments
refs qorelanguage/qore#4091 fixed importing Qore classes with multiple inheritance into Java; methods from other non-primary base classes are now also imported into the dynamic Java class

* refs qorelanguage/qore#4286 fixed static method calls of imported Qore methods in Java; the calling context is now set correctly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant