Open GoogleCodeExporter opened 8 years ago
I'm having a similar problem without doclava. I know that makes this comment
out of place, but it might be useful information if you're trying to
troubleshoot doclava and it's actually a general problem with Eclipse.
Some fields are unaffected - I tested KeyEvent.VK_* and BufferedImage.TYPE_*
for static fields and the width field of a Rectangle, and all loaded the proper
Javadocs on rollover. However, method rollovers still show the same error,
'Note: This element has no attached source...'
Using:
Eclipse Kepler (Service Release 2)
JDK 1.8 -- error replicated using both the included Javadocs and an
independently downloaded Javadoc (zipped and unzipped).
Also attempted compliance level 1.7, 1.6, etc. -- the error was NOT replicated!
Only 1.8 produces this error.
Original comment by Sobe...@gmail.com
on 26 Nov 2014 at 8:56
Replicated in Luna SR1 (4.4.1) with doclava 1.0.6. Eclipse can find the
javadoc for classes but not methods.
Cannot replicate with standard javadoc. Eclipse can find the javadoc for
methods in the android-async-http library, for example.
I tried changing the compliance levels of both the test library and the project
using it. No effect.
Original comment by kjk...@gmail.com
on 5 Mar 2015 at 6:05
Original issue reported on code.google.com by
jdONeill...@gmail.com
on 2 Oct 2013 at 7:29