Another minor japi change

2006-02-15 Thread Stuart Ballard
I just found and partially fixed a longstanding bug in japi - it was ignoring members declared in non-public superclasses. Apparently these members *are* accessible. I noticed this because the comparison between jdk14 and jdk15 was reporting a bunch of methods in StringBuffer as missing, because

Re: Another minor japi change

2006-02-15 Thread Stuart Ballard
False alarm (temporarily), this change doesn't seem to have actually worked. I'll look into it later when I have more time. Stuart. On 2/15/06, Stuart Ballard [EMAIL PROTECTED] wrote: I just found and partially fixed a longstanding bug in japi - it was ignoring members declared in non-public