Re: svn commit: r1801108 - in /subversion/trunk/subversion/bindings/javahl/native: Array.cpp CreateJ.cpp Iterator.cpp OperationContext.cpp RemoteSession.cpp RevisionRangeList.cpp
From: Philip Martin <philip_at_codematters.co.uk>
Date: Thu, 06 Jul 2017 22:03:19 +0100
philip_at_apache.org writes:
> Author: philip
I've upgraded my JDK and it produced all these warnings. I'm not sure
jobject Iterator::next() const
JNIEnv* env = JNIUtil::getEnv();
static jmethodID next_mid = 0;
however similar code in Iterator::hasNext() doesn't need the check, at
bool Iterator::hasNext() const
JNIEnv* env = JNIUtil::getEnv();
static jmethodID hasNext_mid = 0;
Both functions are used by the testsuite but only Iterator::next()
-- PhilipReceived on 2017-07-06 23:03:26 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.