Implement calling static boolean methods #5

Closed
whereswaldon wants to merge 0 commits from whereswaldon/jni:master into master
Contributor

My last PR was based on an out-of-date branch, and I couldn't seem to make GOGS update the branch after I rebased. This is basically the same changeset, but without merge conflicts. Supercedes #4

My last PR was based on an out-of-date branch, and I couldn't seem to make GOGS update the branch after I rebased. This is basically the same changeset, but without merge conflicts. Supercedes #4
Owner

+jint _jni_CallStaticBooleanMethodA(JNIEnv *env, jclass cls, jmethodID method, jvalue *args) {

  • return (*env)->CallStaticBooleanMethodA(env, cls, method, args);
    +}

Shouldn't this return jboolean, not jint?

> +jint _jni_CallStaticBooleanMethodA(JNIEnv *env, jclass cls, jmethodID method, jvalue *args) { > + return (*env)->CallStaticBooleanMethodA(env, cls, method, args); > +} Shouldn't this return jboolean, not jint?
Author
Contributor

Closing as Gitea says this PR is "broken due to missing fork information"

Closing as Gitea says this PR is "broken due to missing fork information"
whereswaldon closed this pull request 2021-06-09 16:09:37 -04:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gmp/jni#5
No description provided.