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 109539 - Using "Show javadoc" from the context menu in an editor does not work reliably
Summary: Using "Show javadoc" from the context menu in an editor does not work reliably
Status: RESOLVED DUPLICATE of bug 111897
Alias: None
Product: java
Classification: Unclassified
Component: Javadoc (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker with 1 vote (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-12 17:21 UTC by mgoe
Modified: 2007-08-29 16:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Java source code to reproduce the problem (305 bytes, text/plain)
2007-07-12 17:24 UTC, mgoe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mgoe 2007-07-12 17:21:42 UTC
Using "Show javadoc" from the context menu in an editor does not work reliably.
Steps to reproduce:
- Open the source file attached to this report in an editor.
- Place the cursor in the word "String" in line 11.
- Select "Show Javadoc" from the context menu.
-> Beep, no browser with javadoc is shown
- Place the cursor in the word "HashSet" in line 15
- Select "Show Javadoc" from the context menu.
-> Browser with javadoc is shown

PS: The "docs/api" path to the javadoc for the used jdk has been added via the Tools>Java Platform Manager dialog.
Comment 1 mgoe 2007-07-12 17:24:34 UTC
Created attachment 45030 [details]
Java source code to reproduce the problem
Comment 2 mgoe 2007-07-12 17:29:08 UTC
I used netbeans 6 M10 and did not try other milestone builds so far.
Comment 3 Jan Pokorsky 2007-07-12 17:58:13 UTC
Reproducible, thanks for the report.
Comment 4 Jan Pokorsky 2007-08-29 16:28:05 UTC
already fixed

*** This issue has been marked as a duplicate of 111897 ***