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 158439 - NullPointerException at org.netbeans.modules.refactoring.javascript.JsElementCtx.<init>
Summary: NullPointerException at org.netbeans.modules.refactoring.javascript.JsElement...
Status: RESOLVED DUPLICATE of bug 157755
Alias: None
Product: javascript
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@obsolete
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-12 09:51 UTC by Lukas Jungmann
Modified: 2009-07-01 13:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146223


Attachments
stacktrace (2.66 KB, text/plain)
2009-02-12 09:51 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2009-02-12 09:51:12 UTC
Build: NetBeans IDE Dev (Build 200902010201)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Linux, 2.6.27-11-generic, i386

User Comments:
jungi: -did find usages on unused (maybe also undefined) variable in a js file



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.refactoring.javascript.JsElementCtx.<init>(JsElementCtx.java:132)
        at org.netbeans.modules.refactoring.javascript.plugins.JsWhereUsedQueryPlugin$FindTask.findLocal(JsWhereUsedQueryPlugin.java:678)
        at org.netbeans.modules.refactoring.javascript.plugins.JsWhereUsedQueryPlugin$FindTask.findLocal(JsWhereUsedQueryPlugin.java:688)
        at org.netbeans.modules.refactoring.javascript.plugins.JsWhereUsedQueryPlugin$FindTask.findLocal(JsWhereUsedQueryPlugin.java:688)
        at org.netbeans.modules.refactoring.javascript.plugins.JsWhereUsedQueryPlugin$FindTask.findLocal(JsWhereUsedQueryPlugin.java:688)
        at org.netbeans.modules.refactoring.javascript.plugins.JsWhereUsedQueryPlugin$FindTask.findLocal(JsWhereUsedQueryPlugin.java:688)
Comment 1 Lukas Jungmann 2009-02-12 09:51:17 UTC
Created attachment 76902 [details]
stacktrace
Comment 2 martin_zmrhal 2009-07-01 13:24:46 UTC

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