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 267933 - NoSuchMethodException: org.netbeans.modules.debugger.jpda.projectsui.EditorContextImpl.interpretOrCompileCode(java.lang.String, java.lang.String, int, com.sun.source.util.TreePathScanner, com.sun.sour
Summary: NoSuchMethodException: org.netbeans.modules.debugger.jpda.projectsui.EditorCo...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-07 20:07 UTC by Maksim Khramov
Modified: 2017-01-09 06:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226031


Attachments
stacktrace (1.67 KB, text/plain)
2016-09-07 20:07 UTC, Maksim Khramov
Details
stacktrace (1.67 KB, text/plain)
2016-09-10 23:54 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2016-09-07 20:07:01 UTC
Build: NetBeans IDE Dev (Build 201607270002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 10

User Comments:
emiddio: debugging

emiddio: debugging

GUEST: please resolve this issue.

GUEST: While debugging through Java source code

mkhramov: Debug java project




Stacktrace: 
java.lang.NoSuchMethodException: org.netbeans.modules.debugger.jpda.projectsui.EditorContextImpl.interpretOrCompileCode(java.lang.String, java.lang.String, int, com.sun.source.util.TreePathScanner, com.sun.source.util.TreePathScanner, java.lang.Object, boolean, java.util.function.Function, org.netbeans.spi.debugger.jpda.SourcePathProvider)
   at java.lang.Class.getMethod(Class.java:1786)
   at org.netbeans.modules.debugger.jpda.EditorContextBridge.interpretOrCompileCode(EditorContextBridge.java:159)
   at org.netbeans.modules.debugger.jpda.expr.TreeEvaluator.evaluate(TreeEvaluator.java:199)
   at org.netbeans.modules.debugger.jpda.JavaEvaluator.evaluateIn(JavaEvaluator.java:162)
   at org.netbeans.modules.debugger.jpda.JavaEvaluator.evaluate(JavaEvaluator.java:107)
   at org.netbeans.modules.debugger.jpda.expr.EvaluatorExpression$AssociatedExpression.evaluate(EvaluatorExpression.java:90)
Comment 1 Maksim Khramov 2016-09-07 20:07:04 UTC
Created attachment 161953 [details]
stacktrace
Comment 2 Exceptions Reporter 2016-09-10 23:54:49 UTC
Created attachment 161993 [details]
stacktrace

j
Comment 3 Martin Entlicher 2016-09-12 12:29:04 UTC
This was caused by a partial modules update from the update center.
All spec. versions were increased after 8.2 branching, that will also fix this inconsistency.
Comment 4 rifki_razick 2017-01-09 06:00:10 UTC
Will this fix be available in the mvn repo at http://bits.netbeans.org/nexus/content/groups/netbeans/org/netbeans/modules/org-netbeans-modules-debugger-jpda/RELEASE82/ ?

My platform application still seems to be getting the jar containing the bug. I'm using RELEASE82 in all my poms.