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 209001 - Error when trying to add javadoc
Summary: Error when trying to add javadoc
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 209048 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-02-29 14:12 UTC by KhArtNJava
Modified: 2012-10-24 16:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
With exception from IDE Build 201202260400 (79.05 KB, application/octet-stream)
2012-02-29 14:24 UTC, KhArtNJava
Details
Without exception from IDE Build 201202280400 (68.58 KB, application/octet-stream)
2012-02-29 14:25 UTC, KhArtNJava
Details

Note You need to log in before you can comment on or make changes to this bug.
Description KhArtNJava 2012-02-29 14:12:58 UTC
Hello.
For example Java code:
import org.openide.nodes.Node;
import org.openide.windows.TopComponent;
Node[] nodes = TopComponent.getRegistry().getActivatedNodes();
When I press ctrl + space I want to see JavaDoc, but there are no default JavaDoc, but showing "Add JavaDoc".
I pressed "Add JavaDoc" and I have add JavaDoc as URL 
http://bits.netbeans.org/dev/javadoc/
After that IDE have show exception 
http://statistics.netbeans.org/analytics/exception.do?id=562840
Now, when I again press ctrl + space, IDE again shows "JavaDoc not found", but now there are no button "Add JavaDoc".
How to add JavaDoc from 
http://bits.netbeans.org/dev/javadoc/
to the IDE and why in first time IDE showed exception on JavaDoc adding?
Comment 1 KhArtNJava 2012-02-29 14:24:22 UTC
Created attachment 116204 [details]
With exception from IDE Build 201202260400

With exception
Comment 2 KhArtNJava 2012-02-29 14:25:57 UTC
Created attachment 116205 [details]
Without exception from IDE Build 201202280400

Without exception from IDE Build 201202280400
Comment 3 Dusan Balek 2012-03-23 14:01:40 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/448efaa36b97
Comment 4 Quality Engineering 2012-03-24 11:04:52 UTC
Integrated into 'main-golden', will be available in build *201203240400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/448efaa36b97
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #209001: Error when trying to add javadoc - fixed.
Comment 5 Dusan Balek 2012-04-02 13:06:31 UTC
*** Bug 209048 has been marked as a duplicate of this bug. ***