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

Summary: NullPointerException at org.netbeans.modules.java.editor.hyperlink.JavaHyperlinkProvider.performClickAction
Product: java Reporter: rjdkolb
Component: EditorAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178672
Attachments: stacktrace

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.