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 161706 - NullPointerException at org.netbeans.modules.scala.debugger.projects.EditorContextImpl.parseExpression
Summary: NullPointerException at org.netbeans.modules.scala.debugger.projects.EditorCo...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ dcaoyuan
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-01 21:56 UTC by bblfish
Modified: 2009-05-06 14:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 72237


Attachments
stacktrace (1.89 KB, text/plain)
2009-04-01 21:56 UTC, bblfish
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bblfish 2009-04-01 21:56:29 UTC
Build: NetBeans IDE Dev (Build 200903310200)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
GUEST: Hit continue in the debugger

bblfish: Trying to debug a remote web server application.
only two files have break points: one a jsp, the other a java app.
No scala btw...

egiraudy: Occured while querying a JSP with an active breakpoint in it

GUEST: Started a glassfish 3 debug session.

GUEST: double left clicked on a local variable in an attempt to set a watch.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.scala.debugger.projects.EditorContextImpl.parseExpression(EditorContextImpl.java:1468)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.netbeans.modules.debugger.jpda.EditorContextBridge$CompoundContextProvider.parseExpression(EditorContextBridge.java:365)
Comment 1 bblfish 2009-04-01 21:56:34 UTC
Created attachment 79245 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-04-02 13:11:48 UTC
This issue has already 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=72237