[infinispan-issues] [JBoss JIRA] (ISPN-8970) Cache.(entrySet|keySet|values).stream.iterator shouldn't support remove
William Burns (JIRA)
issues at jboss.org
Tue Mar 20 20:08:00 EDT 2018
[ https://issues.jboss.org/browse/ISPN-8970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
William Burns updated ISPN-8970:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/5859
> Cache.(entrySet|keySet|values).stream.iterator shouldn't support remove
> -----------------------------------------------------------------------
>
> Key: ISPN-8970
> URL: https://issues.jboss.org/browse/ISPN-8970
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.2.0.Final
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 9.2.1.Final
>
>
> The iterator remove method is completely unnecessary and adds additional wrapping and complexity to all stream objects. We should remove this completely. The Cache.(entrySet|keySet|values).iterator is the only ones that should support remove on the iterator.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list