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 213891 - org.netbeans.api.debugger.jpda.InvalidExpressionException: Can not evaluate expression - parsing failed.
Summary: org.netbeans.api.debugger.jpda.InvalidExpressionException: Can not evaluate e...
Status: RESOLVED INCOMPLETE
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-10 01:01 UTC by misterm
Modified: 2012-06-11 06:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 189271


Attachments
stacktrace (2.51 KB, text/plain)
2012-06-10 01:01 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2012-06-10 01:01:07 UTC
Build: NetBeans IDE Dev (Build 20120605-c3373d5f4299)
VM: Java HotSpot(TM) Client VM, 16.2-b04, Java(TM) SE Runtime Environment, 1.6.0_19-b04
OS: Windows 7

Stacktrace: 
org.netbeans.api.debugger.jpda.InvalidExpressionException: Can not evaluate expression - parsing failed.
   at org.netbeans.modules.debugger.jpda.projects.EditorContextImpl.parseExpression(EditorContextImpl.java:1929)
   at sun.reflect.GeneratedMethodAccessor141.invoke(GeneratedMethodAccessor141.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.netbeans.modules.debugger.jpda.EditorContextBridge$CompoundContextProvider.parseExpression(EditorContextBridge.java:371)
   at sun.reflect.GeneratedMethodAccessor140.invoke(GeneratedMethodAccessor140.java:0)
Comment 1 misterm 2012-06-10 01:01:17 UTC
Created attachment 120605 [details]
stacktrace
Comment 2 Martin Entlicher 2012-06-10 09:14:43 UTC
It can not be expected, that Java debugger will evaluate Scala expressions.
What were you debugging? Was it a Java code? Can you provide steps to reproduce, please?
Comment 3 Quality Engineering 2012-06-11 06:27:29 UTC
Integrated into 'main-golden', will be available in build *201206110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4ee03928f250
User: mentlicher@netbeans.org
Log: #213891: Add URL to the failed parsing message.