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 198302 - NullPointerException at org.netbeans.modules.java.editor.hyperlink.JavaHyperlinkProvider.performClickAction
Summary: NullPointerException at org.netbeans.modules.java.editor.hyperlink.JavaHyperl...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-04 06:48 UTC by rjdkolb
Modified: 2011-05-05 06:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178672


Attachments
stacktrace (2.73 KB, text/plain)
2011-05-04 06:48 UTC, rjdkolb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rjdkolb 2011-05-04 06:48:50 UTC
Build: NetBeans IDE 7.0 (Build 201104080000)
VM: Java HotSpot(TM) 64-Bit Server VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.java.editor.hyperlink.JavaHyperlinkProvider.performClickAction(JavaHyperlinkProvider.java:91)
   at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.performAction(HyperlinkOperation.java:268)
   at org.netbeans.lib.editor.hyperlink.HyperlinkOperation.mouseClicked(HyperlinkOperation.java:434)
   at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:253)
   at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:252)
   at java.awt.Component.processMouseEvent(Component.java:6292)
Comment 1 rjdkolb 2011-05-04 06:48:55 UTC
Created attachment 108094 [details]
stacktrace
Comment 2 Dusan Balek 2011-05-04 08:41:45 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/ebc4abfa4f66
Comment 3 Quality Engineering 2011-05-05 06:06:02 UTC
Integrated into 'main-golden', will be available in build *201105050000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ebc4abfa4f66
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #198302: NullPointerException at org.netbeans.modules.java.editor.hyperlink.JavaHyperlinkProvider.performClickAction - fixed.