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 148745 - Change in Platform Javadoc not propagated to Help > Javadoc Index Search / References
Summary: Change in Platform Javadoc not propagated to Help > Javadoc Index Search / Re...
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: rmichalsky
URL:
Keywords:
Depends on:
Blocks: 138543
  Show dependency tree
 
Reported: 2008-09-30 13:57 UTC by rmichalsky
Modified: 2009-11-02 11:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rmichalsky 2008-09-30 13:57:29 UTC
Have Nb Platform without Javadoc and add javadoc in NB Platform Manager - Help > Javadoc Index Search and References are
not updated. Also causes issue #138543.

Fix requires changes to behavior of org.netbeans.api.java.queries.JavadocForBinaryQuery - it should allow
JavadocForBinaryQueryImplementation#findJavadoc to return empty result instead of null (now it would break further
search) and propagate changes in these empty results.

Once this is fixed, change in issue #138543 should be reverted.
Comment 1 Jesse Glick 2008-09-30 14:11:07 UTC
I guess the fix in issue #138543 would be to add nbm.needsrestart=true? If so, this is probably a P4.

AFAIK the problem appears only if you had the project open _first_, then installed the module. If you install the module
and then open the project you do not seem to need a restart.
Comment 2 rmichalsky 2008-09-30 14:56:24 UTC
Yes, API Documentation module will require restart, which is kind of odd, but you're probably right, this is rather P4
since other use cases are rare.

I tried opening and creating projects and javadoc didn't show up. Maybe other actions or in different order trigger
javadoc index refresh.
Comment 3 rmichalsky 2008-11-24 15:07:16 UTC
Not into 7.0 or next release. Feel free to reopen if more important than it seems.
Comment 4 Quality Engineering 2009-11-02 11:04:07 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX