Submitted On 11-APR-2005
BartJGeraci
I can confirm the problem is still there under 1.5.0_02
Submitted On 15-JUN-2005
vk121322
testing
Submitted On 27-JUN-2005
jpmrst
The evaluation mentions that workaround exists: but the workaround assumes that the two classes/interfaces be defined in the same file. If both are public, and in separate files, then it can be less feasible when using an IDE, ant, etc. to specify the order files are loaded, and in large projects difficult even to figure out which classes are interacting this way.
Submitted On 23-AUG-2005
rptmaestro
As you are considering backporting this fix into Tiger, I strongly encourage you to do so because manual compilation of an entire library to ensure that one class file is compiled in proper order is a very poor workaround for a production system.
Submitted On 07-SEP-2005
jpmrst
Is it even possible to specify that order for javadoc?
I'm getting the same exception in javadoc as I do in
javac, and the workaround I use for javac (which is
just to run the compiler a second time, which happens
to work in my case) doesn't work under javadoc.
Submitted On 14-OCT-2005
I got the same problem (exception) with JDK 1.5.0_05. Fortunately, that error does not occur under eclipse (3.1.*).
We have a large project and it would be nice to have this bug fixed. Otherwise I have to check over 2000 classes, where that bug might occur.
Submitted On 07-JAN-2006
AlexLamSL
can't wait until b67 comes out - I'm totally stuck in my project just because of this problem (and the workaround does NOT work for me in that particular case...)
Submitted On 16-JUN-2006
pedantic_compilation
The problem still exists in 1.5.0_07 and 1.6 beta2 (build 1.6.0-beta-b59g).
Submitted On 17-JUN-2006
pedantic_compilation
Correction: In the real 1.6 beta 2 (build 1.6.0-beta2-b86), this bug doesn't exist. However, bug 6292765, still exists.
Submitted On 12-OCT-2007
Peter__Lawrey
This bug still exists in 1.5.0_10 & 11
Submitted On 12-OCT-2007
Peter__Lawrey
And 1.5.0_12. Unfortunately this bug does indicate which class it failed on. :(
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|