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 251647

Summary: UnsupportedOperationException: Not supported yet.
Product: javascript Reporter: Vladimir Riha <vriha>
Component: Node.js DebuggerAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal CC: elennaro
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215155
Attachments: stacktrace

Description Vladimir Riha 2015-04-04 13:43:54 UTC
Build: NetBeans IDE Dev (Build 201504040001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
vriha: reviewing variable in expandable tooltip in NodeJS debugger

elennaro: debugging node.js code




Stacktrace: 
java.lang.UnsupportedOperationException: Not supported yet.
   at org.netbeans.modules.javascript.v8debug.vars.models.VariablesModel.setValueAt(VariablesModel.java:432)
   at org.netbeans.spi.viewmodel.Models$DelegatingTableModel.setValueAt(Models.java:2347)
   at org.netbeans.spi.viewmodel.Models$CompoundModel.setValueAt(Models.java:4603)
   at org.netbeans.modules.viewmodel.TreeModelNode$MyProperty.setTheValue(TreeModelNode.java:2168)
   at org.netbeans.modules.viewmodel.TreeModelNode$MyProperty.access$2800(TreeModelNode.java:1829)
   at org.netbeans.modules.viewmodel.TreeModelNode$MyProperty$2.run(TreeModelNode.java:2159)
Comment 1 Vladimir Riha 2015-04-04 13:43:56 UTC
Created attachment 153038 [details]
stacktrace
Comment 2 Martin Entlicher 2015-09-01 09:44:28 UTC
Fixed by changeset:   291340:edb393708c44
http://hg.netbeans.org/core-main/rev/edb393708c44
Comment 3 Quality Engineering 2015-09-02 05:16:50 UTC
Integrated into 'main-silver', will be available in build *201509020320* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/edb393708c44
User: mentlicher@netbeans.org
Log: #251647: Support the setValueAt().