[jira] [Updated] (COLLECTIONS-802) ReferenceMap iterator remove violates contract

2022-04-24 Thread Ben Manes (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Manes updated COLLECTIONS-802: -- Attachment: ApacheMapTest-1.java > ReferenceMap iterator remove violates contract >

[jira] [Commented] (COLLECTIONS-802) ReferenceMap iterator remove violates contract

2022-04-24 Thread Ben Manes (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17527209#comment-17527209 ] Ben Manes commented on COLLECTIONS-802: --- Thanks! Can you run {{ApacheMapTest}} locally then to

[jira] [Comment Edited] (COLLECTIONS-802) ReferenceMap iterator remove violates contract

2022-04-22 Thread Ben Manes (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17526562#comment-17526562 ] Ben Manes edited comment on COLLECTIONS-802 at 4/22/22 5:01 PM:

[jira] [Comment Edited] (COLLECTIONS-802) ReferenceMap iterator remove violates contract

2022-04-22 Thread Ben Manes (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17526562#comment-17526562 ] Ben Manes edited comment on COLLECTIONS-802 at 4/22/22 5:00 PM:

[jira] [Commented] (COLLECTIONS-802) ReferenceMap iterator remove violates contract

2022-04-22 Thread Ben Manes (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17526562#comment-17526562 ] Ben Manes commented on COLLECTIONS-802: --- Caffeine's

[jira] [Commented] (COLLECTIONS-802) ReferenceMap iterator remove violates contract

2022-04-22 Thread Ben Manes (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17526546#comment-17526546 ] Ben Manes commented on COLLECTIONS-802: --- To clarify, the attached ApacheMapTest is a JUnit-3

[jira] [Updated] (COLLECTIONS-802) ReferenceMap iterator remove violates contract

2021-12-30 Thread Ben Manes (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Manes updated COLLECTIONS-802: -- Description: Out of curiosity I ran Guava's testlib Map tests against the Apache types.

[jira] [Updated] (COLLECTIONS-802) ReferenceMap iterator remove violates contract

2021-12-30 Thread Ben Manes (Jira)
[ https://issues.apache.org/jira/browse/COLLECTIONS-802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Manes updated COLLECTIONS-802: -- Summary: ReferenceMap iterator remove violates contract (was: ReferenceMap iterator

[jira] [Created] (COLLECTIONS-802) ReferenceMap iterator remove may fail

2021-12-30 Thread Ben Manes (Jira)
Ben Manes created COLLECTIONS-802: - Summary: ReferenceMap iterator remove may fail Key: COLLECTIONS-802 URL: https://issues.apache.org/jira/browse/COLLECTIONS-802 Project: Commons Collections

[jira] [Created] (TEXT-166) FuzzyScore JavaDoc mistake

2019-06-13 Thread Ben Manes (JIRA)
Ben Manes created TEXT-166: -- Summary: FuzzyScore JavaDoc mistake Key: TEXT-166 URL: https://issues.apache.org/jira/browse/TEXT-166 Project: Commons Text Issue Type: Task Reporter: Ben

[jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-12-20 Thread Ben Manes (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15764911#comment-15764911 ] Ben Manes commented on JCS-119: --- Perfect. You might want to drop the embedded copy of ConcurrentHashMapV8. That

[jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-12-19 Thread Ben Manes (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15762145#comment-15762145 ] Ben Manes commented on JCS-119: --- I don't think so. I know a few Apache projects copied it into their

[jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-12-18 Thread Ben Manes (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15759353#comment-15759353 ] Ben Manes commented on JCS-119: --- You are welcome to integrate the code, as it is under the Apache License. The

[jira] [Commented] (JCS-119) replace synchronized blocks by java locks or concurrenhashmap

2016-02-15 Thread Ben Manes (JIRA)
[ https://issues.apache.org/jira/browse/JCS-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15148178#comment-15148178 ] Ben Manes commented on JCS-119: --- Since JDK6 update 22, the advise to prefer ReentrantLock over synchronized no