qorelanguage / qore

Qore Programming Language
GNU General Public License v2.0
61 stars 10 forks source link

module-jni: errors importing Qore methods with varargs into Java #4883

Closed davidnich closed 5 months ago

davidnich commented 5 months ago

a Object[] argument is added unconditionally to the Java method, instead the method needs to be imported twice, one with, once without, as the arguments are always optional in Qore