<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - ConcurrentModificationException</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Sat, 18 May 2013 08:55:09 -0400</pubDate>


    <item>

        <title>iterators and mods</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=28684</link>

        

        
            <description><![CDATA[Thanks!!!<br><br>You are right but i have found a easier solution: just adding synchronized and using vector instead of ArrayList(it's unsynchronized).<br><br>&nbsp;It works fine ;)]]></description>
        

        <pubDate>Tue, 14 Sep 2004 05:16:33 -0400</pubDate>

        

        <jf:creationDate>Tue, 14 Sep 2004 05:16:33 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 14 Sep 2004 05:16:33 -0400</jf:modificationDate>
        <jf:date>Sep 14, 2004</jf:date>
        <jf:author>?lvaro Le?n</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>iterators and mods</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=28684</link>

        

        
            <description><![CDATA[You are probably using an iterator in the &quot;getAllSubchannels()&quot; method call. Iterators will fail if the collection is &quot;changed&quot;. You should probably change your code so that the data structure that gets modified is not the one you...]]></description>
        

        <pubDate>Mon, 13 Sep 2004 13:07:48 -0400</pubDate>

        

        <jf:creationDate>Mon, 13 Sep 2004 13:07:48 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 13 Sep 2004 13:07:48 -0400</jf:modificationDate>
        <jf:date>Sep 13, 2004</jf:date>
        <jf:author>bruce goldstein</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>ConcurrentModificationException</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=28684</link>

        

        
            <description><![CDATA[I always get the same Exception when i try to execute a normal recursive code as follow:<br><br>public List getCanalesUsuario(Channel channel,boolean excludeParent) throws Exception<br>{<br>&nbsp;ArrayList list = new ArrayList();<br><br>&nbsp;if...]]></description>
        

        <pubDate>Mon, 13 Sep 2004 12:20:05 -0400</pubDate>

        

        <jf:creationDate>Mon, 13 Sep 2004 12:20:05 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 13 Sep 2004 12:20:05 -0400</jf:modificationDate>
        <jf:date>Sep 13, 2004</jf:date>
        <jf:author>?lvaro Le?n</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>



</channel>
</rss>

