Re: svn commit: r1103838 - in /subversion/trunk/subversion/bindings/javahl/native: Prompter.cpp Prompter.h
From: Mark Phippard <markphip_at_gmail.com>
Date: Mon, 16 May 2011 15:06:39 -0400
On Mon, May 16, 2011 at 2:50 PM, <markphip_at_apache.org> wrote:
Hyrum,
I did a simple audit of the JavaHL C++ code after this. Basically I
"env->FindClass(JAVA_PACKAGE"
These are the only two remaining suspicious items. Could you take a look?
Revision.cpp (line 161):
JNIEnv *env = JNIUtil::getEnv();
And SVNRepos.cpp (line 638):
JNIEnv *env = JNIUtil::getEnv();
In both cases, those items are now in the "types" package. Attaching
-- Thanks Mark Phippard http://markphip.blogspot.com/
|
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.