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 256417 - IllegalArgumentException: frame method different than variable's method
Summary: IllegalArgumentException: frame method different than variable's method
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-06 15:04 UTC by gholmer
Modified: 2015-11-09 13:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220123


Attachments
stacktrace (2.22 KB, text/plain)
2015-11-06 15:04 UTC, gholmer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gholmer 2015-11-06 15:04:27 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Linux

User Comments:
gholmer: "Silent exception" reported; this exception was triggered when trying to report that one.

jag: Hit the "step" button while debugging




Stacktrace: 
java.lang.IllegalArgumentException: frame method different than variable's method
   at com.sun.tools.jdi.LocalVariableImpl.isVisible(LocalVariableImpl.java:123)
   at org.netbeans.modules.debugger.jpda.jdi.LocalVariableWrapper.isVisible(LocalVariableWrapper.java:426)
   at org.netbeans.modules.debugger.jpda.models.ObjectLocalVariable.setValue(ObjectLocalVariable.java:188)
   at org.netbeans.modules.debugger.jpda.models.AbstractVariable.setValue(AbstractVariable.java:258)
   at org.netbeans.modules.debugger.jpda.ui.models.VariablesTableModel.setValueAt(VariablesTableModel.java:414)
   at org.netbeans.spi.viewmodel.Models$DelegatingTableModel.setValueAt(Models.java:2347)
Comment 1 gholmer 2015-11-06 15:04:29 UTC
Created attachment 157189 [details]
stacktrace
Comment 2 Martin Entlicher 2015-11-09 13:02:11 UTC
Some uncommitted property editor was likely opened in Variables view.
All changes to variable values should be committed before a debugger action runs.