dead link in Javadoc

J

Jacob

If I have

package my.package;
public A implements B {}

and

package my.package;
/* package */ interface B {}

and then generate Javadoc for the public (-public) interface of
my.package, I don't get B documented (as requested) and I do get
A nicely documented but with the "All Implemented Interfaces"
link pointing to the (non-existent) documentation of B. I.e. a
dead link.

I am not sure what I'd expect under "All Implemented Interfaces".
Probably empty as "B" is not (public) visible, but possibly
including B but without the hypertext link.

Am I missing something?

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,522
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top