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 180406 - UnsupportedOperationException at java.util.AbstractList.remove
Summary: UnsupportedOperationException at java.util.AbstractList.remove
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-08 02:05 UTC by Jindrich Sedek
Modified: 2010-02-09 04:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 164964


Attachments
stacktrace (1.71 KB, text/plain)
2010-02-08 02:05 UTC, Jindrich Sedek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2010-02-08 02:05:43 UTC
Build: NetBeans IDE Dev (Build 201002080200)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b06
OS: Linux

Stacktrace: 
java.lang.UnsupportedOperationException
   at java.util.AbstractList.remove(AbstractList.java:144)
   at java.util.AbstractList$Itr.remove(AbstractList.java:360)
   at org.netbeans.modules.maven.classpath.SourceClassPathImpl.createPath(SourceClassPathImpl.java:78)
   at org.netbeans.modules.maven.classpath.AbstractProjectClassPathImpl.getPath(AbstractProjectClassPathImpl.java:150)
   at org.netbeans.modules.maven.classpath.AbstractProjectClassPathImpl.getResources(AbstractProjectClassPathImpl.java:136)
   at org.netbeans.api.java.classpath.ClassPath.entries(ClassPath.java:304)
Comment 1 Jindrich Sedek 2010-02-08 02:05:47 UTC
Created attachment 93948 [details]
stacktrace
Comment 2 Jindrich Sedek 2010-02-08 02:35:29 UTC
reproducible very often while openning maven web apps
Comment 3 Milos Kleint 2010-02-08 03:26:16 UTC
http://hg.netbeans.org/core-main/rev/ed6605a9a9a4
Comment 4 Quality Engineering 2010-02-08 21:43:36 UTC
Integrated into 'main-golden', will be available in build *201002090200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ed6605a9a9a4
User: Milos Kleint <mkleint@netbeans.org>
Log: #180406 make the list a modifiable list.
Comment 5 Jindrich Sedek 2010-02-09 04:42:58 UTC
verified.
NetBeans IDE Dev (Build 201002090200)