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 247553 - UnsupportedOperationException at java.util.AbstractList.add
Summary: UnsupportedOperationException at java.util.AbstractList.add
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Pavek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-29 12:38 UTC by Tomas Pavek
Modified: 2014-10-01 02:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212313


Attachments
stacktrace (403 bytes, text/plain)
2014-09-29 12:38 UTC, Tomas Pavek
Details
stacktrace (403 bytes, text/plain)
2014-09-29 12:53 UTC, Tomas Pavek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Pavek 2014-09-29 12:38:26 UTC
Build: NetBeans IDE Dev (Build ODCS-391-on-20140924)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
tpavek: Expanded Builds for an ODCS projects that has no builds.




Stacktrace: 
java.lang.UnsupportedOperationException
   at java.util.AbstractList.add(AbstractList.java:148)
   at java.util.AbstractList.add(AbstractList.java:108)
   at org.netbeans.modules.team.server.ui.common.BuildListNode.createChildren(BuildListNode.java:97)
   at org.netbeans.modules.team.commons.treelist.TreeListNode$ChildrenLoader$1.run(TreeListNode.java:365)
   at java.lang.Thread.run(Thread.java:724)
Comment 1 Tomas Pavek 2014-09-29 12:38:28 UTC
Created attachment 149590 [details]
stacktrace
Comment 2 Tomas Pavek 2014-09-29 12:53:12 UTC
Created attachment 149592 [details]
stacktrace

Expanded Builds in Team window for an ODCS project without builds (even without a build service).
Comment 3 Tomas Pavek 2014-09-29 12:58:43 UTC
http://hg.netbeans.org/core-main/rev/02675f151ab5
Comment 4 Quality Engineering 2014-10-01 02:51:07 UTC
Integrated into 'main-silver', will be available in build *201410010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/02675f151ab5
User: Tomas Pavek <tpavek@netbeans.org>
Log: #247553: don't try to add New Build action node if the project has no build service