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

Split out JNI helper methods and errors #32

Merged
merged 1 commit into from
Jan 12, 2017
Merged

Conversation

nmittler
Copy link
Contributor

JNIHelp is no longer needed. Also with the introduction of JniUtil, moving over utility methods from JniConstants.

@nmittler nmittler requested a review from kruton January 11, 2017 21:49
objectArrayClass = findClass(env, "[Ljava/lang/Object;");
outputStreamClass = findClass(env, "java/io/OutputStream");
stringClass = findClass(env, "java/lang/String");
byteArrayClass = JniUtil::findClass(env, "[B");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has this gone through clang-format? Looks like there is an extra space here.

@nmittler
Copy link
Contributor Author

@kruton PTAL

I've applied clang-format to all files except for NativeCrypto (the diff would likely be huge).

JNIHelp is no longer needed. Also with the introduction of JniUtil, moving over utility methods from JniConstants.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants