This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 62083 - Broken links in javadoc
Summary: Broken links in javadoc
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks: 62058
  Show dependency tree
 
Reported: 2005-08-10 16:22 UTC by Marian Mirilovic
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
broken links (1.02 KB, text/plain)
2005-08-10 16:22 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2005-08-10 16:22:41 UTC
Please fix broken links in javadoc (see attachment - sources from sources
09/08/2005 ).
For more details see issue 62058.
Comment 1 Marian Mirilovic 2005-08-10 16:22:57 UTC
Created attachment 23669 [details]
broken links
Comment 2 Jan Becicka 2005-08-11 10:38:49 UTC

*** This issue has been marked as a duplicate of 62107 ***
Comment 3 Marian Mirilovic 2005-08-11 10:49:59 UTC
funny life...

If you once read attachments, I am sure you find different logs, with different
list of broken links, in different parts of your code.

Probably short explanation, I've been asked to file separate issues against
parts of documentation. So I hope you'll fix all borken links, not just links
reported in issue 62107.

Now I would like to read your explanation, why did you close this (and others)
as duplicate of issue 62107? 
Please give me at least few words, thanks in advance. You know, I am just curious.
Comment 4 Marian Mirilovic 2005-08-17 08:44:05 UTC
Thanks for explanation
Comment 5 Martin Matula 2005-08-19 18:20:16 UTC
Seems to happen due to the fact that the javadoc infrastructure tries to be too
smart and automatically generates links to javadoc of modules that do not have
any (e.g. javax.jmi.reflect). I don't see this described anywhere. I don't know
how to fix this. Reassigning to nbbuild.
Comment 6 Jesse Glick 2005-08-19 22:07:35 UTC
Note that java/javacore/arch/arch-javacore.xml still has

    <li><api name="JMI" type="import" category="standard" group="java"
url="http://java.sun.com/products/jmi"/></li>
    <li><api name="JavaLanguageModelAPI" type="import" category="official"
group="java" url="@org-netbeans-jmi-javamodel@"/></li>
    <li><api name="MDRAPI" type="import" category="official" group="java"
url="@org-netbeans-api-mdr@"/></li>
    <li><api name="ClassfileModule" type="import" category="friend" group="java"
url="@org-netbeans-modules-classfile@"/></li>
    <li><api name="OpenAPIs" type="import" category="official" group="java"/></li>
    <li><api name="LoadersAPI" group="java" type="import" category="official"
url="@org-openide-loaders@"/></li>

which can probably be deleted and replaced by the default impl.

*** This issue has been marked as a duplicate of 62090 ***
Comment 7 Jaroslav Tulach 2005-08-25 17:57:27 UTC
This is very likely not duplicate. As described in issue 62090 I have added  
the description of what to do with <defaultanswer/>.  I have updated the docs:     
http://www.netbeans.org/source/browse/openide/www/tutorial/api.html?r1=1.48&r2=1.49     
So I believe there is a way to fix the problem on your side.     
  
Comment 8 Martin Matula 2005-08-25 18:37:13 UTC
This was fixed together with issue 62090.
Comment 9 Marian Mirilovic 2005-08-26 12:31:20 UTC
verified in NB.dev(200508251800)
Comment 10 Quality Engineering 2007-09-20 12:01:29 UTC
Reorganization of java component