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 198775 - UnsupportedOperationException at java.util.AbstractCollection.add
Summary: UnsupportedOperationException at java.util.AbstractCollection.add
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-20 18:17 UTC by Vladimir Voskresensky
Modified: 2011-05-25 10:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 178954


Attachments
stacktrace (570 bytes, text/plain)
2011-05-20 18:17 UTC, Vladimir Voskresensky
Details
stacktrace (570 bytes, text/plain)
2011-05-20 18:26 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2011-05-20 18:17:22 UTC
Build: NetBeans IDE 7.0.1 Dev (Build 20110520-473979db499b)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: SunOS

User Comments:
vv159170: debugging two sessions




Stacktrace: 
java.lang.UnsupportedOperationException
   at java.util.AbstractCollection.add(AbstractCollection.java:221)
   at java.util.AbstractCollection.addAll(AbstractCollection.java:305)
   at org.netbeans.modules.viewmodel.TreeModelHyperNode$HyperModelChildren$HyperRefreshingInfo.mergeWith(TreeModelHyperNode.java:371)
   at org.netbeans.modules.viewmodel.TreeModelNode$TreeModelChildren.run(TreeModelNode.java:1262)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Vladimir Voskresensky 2011-05-20 18:17:26 UTC
Created attachment 108422 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2011-05-20 18:26:37 UTC
Created attachment 108423 [details]
stacktrace

debugging two threads
Comment 3 Martin Entlicher 2011-05-24 15:16:31 UTC
Fixed by changeset:   194547:2c3bf9cab141
http://hg.netbeans.org/main/rev/2c3bf9cab141
Comment 4 Martin Entlicher 2011-05-24 15:28:00 UTC
Pushed to release701 as changeset:   199104:8e88f7ac1eb7
Comment 5 Quality Engineering 2011-05-25 10:48:48 UTC
Integrated into 'main-golden', will be available in build *201105250400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2c3bf9cab141
User: mentlicher@netbeans.org
Log: #198775 Merging of non-modifiable sets solved.