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 165894 - NullPointerException at org.netbeans.modules.editor.NbToolTip$Request.run
Summary: NullPointerException at org.netbeans.modules.editor.NbToolTip$Request.run
Status: RESOLVED DUPLICATE of bug 165347
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-24 12:27 UTC by Michal Mocnak
Modified: 2009-05-25 11:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151628


Attachments
stacktrace (2.08 KB, text/plain)
2009-05-24 12:27 UTC, Michal Mocnak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2009-05-24 12:27:41 UTC
Build: NetBeans IDE Dev (Build 200905220201)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.26-2-amd64, amd64

User Comments:
kahatlen: Ctrl-mouse1 on a method call to go to the method definition.

nagyz: alt+tabbing between windows..



Stacktrace: 
org.openide.util.RequestProcessor$Item: task failed due to: java.lang.NullPointerException
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:267)
        at org.netbeans.modules.editor.NbToolTip.buildTip(NbToolTip.java:292)
        at org.netbeans.modules.editor.NbToolTip.buildToolTip(NbToolTip.java:109)
        at org.netbeans.modules.editor.NbEditorKit$NbBuildToolTipAction.actionPerformed(NbEditorKit.java:615)
        at org.netbeans.editor.BaseAction.actionPerformed(BaseAction.java:325)
        at org.openide.awt.AlwaysEnabledAction.actionPerformed(AlwaysEnabledAction.java:115)
Comment 1 Michal Mocnak 2009-05-24 12:27:52 UTC
Created attachment 82703 [details]
stacktrace
Comment 2 Vitezslav Stejskal 2009-05-25 11:58:58 UTC

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