-
Bug
-
Resolution: Won't Fix
-
P4
-
5.0
-
generic
-
generic
Name: eaC66865 Date: 09/05/2003
Given these hiearchies:
test/work/Anon1.java
/Anon2.java
test/data/specSrc/Anon1.java
/Anon2.java
Javadoc delivers both Anon1 (included) and Anon2 (not included)
when invoked a second time using Main.execute() with these
arguments:
-source 1.4
test/work/Anon1.java
Whereas it properly delivers only Anon1 (included) when
invoked the first time with these arguments:
-source 1.4
test/data/specSrc/Anon1.java
======================================================================