This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: security files
> As to the NPEs, if you've got a simple test case, we'd like to see it.
It would require me to have the ability to *understand* these SSH implementations.
I will try to read up on the SSH2 protocol so that I could more or less know what's
going on.
But even then, we're dealing here with loads of reflection calls, factory
blueprints/patterns and deep dependency trees... j2ssh even manages to add Xerces
dependencies everywhere to do SSH2 things in XML factories, I guess. It's really
difficult to pinpoint something anywhere ...
I'm still looking for a source tree that is "naturally" debuggable. After that, it
will be much easier to submit examples of problems that could relate to GCJ. I'll
make sure to do so, if I run into such problem.