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 - UnsupportedOperationException: Not supported yet.
Summary: UnsupportedOperationException: Not supported yet.
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-04 13:43 UTC by Vladimir Riha
Modified: 2015-09-02 05:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215155


Attachments
stacktrace (7.78 KB, text/plain)
2015-04-04 13:43 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
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().