[
https://issues.apache.org/jira/browse/CLEREZZA-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsuyoshi Ito reopened CLEREZZA-306:
-----------------------------------
the following is not working anymore:
A page is conntected to the current resource:
val page: CollectedIter[RichGraphNode] = res/publishing("page");
but page.length returns NOT 1 instead the length is greater than 1
(if I use ( res/publishing("page")).length the correct value is returned.
before that fix, the correct result was returned when using page.length
> ConcurrentModificationException with
> org.apache.clerezza.rdf.scala.utils.CollectedIter
> --------------------------------------------------------------------------------------
>
> Key: CLEREZZA-306
> URL: https://issues.apache.org/jira/browse/CLEREZZA-306
> Project: Clerezza
> Issue Type: Bug
> Reporter: Reto Bachmann-Gmür
> Assignee: Reto Bachmann-Gmür
>
> CollectedIter lazily exapnds an underlying iterator, if the mGraph from which
> the iteartor originates from is modified a ConcurrentModificationException
> occurs.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.