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 120891 - NullPointerException at org.netbeans.modules.gsf.browser.AstViewer$CListener.caretUpdate
Summary: NullPointerException at org.netbeans.modules.gsf.browser.AstViewer$CListener....
Status: RESOLVED WONTFIX
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Erno Mononen
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-01 19:37 UTC by sreimers
Modified: 2009-12-21 06:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 10233


Attachments
stacktrace (2.92 KB, text/plain)
2007-11-01 19:37 UTC, sreimers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sreimers 2007-11-01 19:37:20 UTC
Build: NetBeans IDE Dev (Build 20071101155758)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-ea-b03
OS: Windows XP, 5.1, x86

User Comments: 
Editing a *.nbs for python support. Each clicking into the editor triggers the exception.
Comment 1 sreimers 2007-11-01 19:37:24 UTC
Created attachment 52303 [details]
stacktrace
Comment 2 Torbjorn Norbye 2007-11-01 19:44:24 UTC
This is coming from the gsf/tools module, which isn't part of 6.0 - it's a diagnostic tool for debugging GSF. 

If you close the AST viewer (the GSF one, which is unrelated to NBS support - I think Schliemann/GLF has its own) the
problem should go away.  (The problem here is that the caret listener isn't updated when the source is reparsed, but I
haven't bothered debugging this since it's not a general purpose tool.)
Comment 3 sreimers 2007-11-01 20:40:42 UTC
Hmm, I just see one AST viewer (comming with gsf). I just installed a daily and downloaded the Common Scripting Language
Development Tool. I think I remember a plugin called "Generic Language Framework Studio" but I can't find it on the
Updatecenters. I can see it in the sources so I will try to build by hand, but maybe I am looking in the wrong places.
Thanks for the hint.
Comment 4 Torbjorn Norbye 2007-11-01 20:43:39 UTC
Yes, I think you've looking for languages/studio, and it doesn't appear to be included in the daily alpha builds cluster
anymore (or in any other cluster for that matter) - so you'll need to build from source.
Comment 5 Petr Jiricka 2008-02-08 13:51:46 UTC
Since this is a rare use case, and there is a workaround, I think this is a P4.
Comment 6 Quality Engineering 2009-12-21 06:39:43 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team