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 258193 - InternalError at org.netbeans.modules.debugger.jpda.models.AbstractVariable.setValue
Summary: InternalError at org.netbeans.modules.debugger.jpda.models.AbstractVariable.s...
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: 2016-03-01 11:05 UTC by shredder121
Modified: 2016-03-01 11:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 63208


Attachments
stacktrace (1.86 KB, text/plain)
2016-03-01 11:05 UTC, shredder121
Details

Note You need to log in before you can comment on or make changes to this bug.
Description shredder121 2016-03-01 11:05:38 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: Change value of local variable (parameter) in java RT function call

GUEST: changing a long variable in debug mode

GUEST: Changing value of a String local variable in debugger

shredder121: Trying to set a variable directly in the Variables table.




Stacktrace: 
java.lang.InternalError
   at org.netbeans.modules.debugger.jpda.models.AbstractVariable.setValue(AbstractVariable.java:358)
   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)
   at org.netbeans.modules.debugger.jpda.ui.models.NumericDisplayFilter.setValueAt(NumericDisplayFilter.java:169)
   at org.netbeans.spi.viewmodel.Models$CompoundTableModel.setValueAt(Models.java:1527)
Comment 1 shredder121 2016-03-01 11:05:40 UTC
Created attachment 158685 [details]
stacktrace