[jira] [Commented] (CLI-221) cli's with last option as list type values and have argument are not parsed correctly

2024-03-08 Thread Thomas Neidhart (Jira)
[ https://issues.apache.org/jira/browse/CLI-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17824873#comment-17824873 ] Thomas Neidhart commented on CLI-221: - I agree that the behavior is odd, but oth this bug is > 10 years

[jira] [Commented] (BCEL-311) ClassCastException in Verifier Pass 2

2020-02-13 Thread Thomas Neidhart (Jira)
[ https://issues.apache.org/jira/browse/BCEL-311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17036181#comment-17036181 ] Thomas Neidhart commented on BCEL-311: -- Running javap on the provided class produces this output:  

[jira] [Commented] (BCEL-310) ArrayIndexOutOfBounds in Verifier Pass 3A

2020-02-13 Thread Thomas Neidhart (Jira)
[ https://issues.apache.org/jira/browse/BCEL-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17036180#comment-17036180 ] Thomas Neidhart commented on BCEL-310: -- Running javap on the class file produces this output:  

[jira] [Commented] (BCEL-309) NegativeArraySizeException when Code attribute length is negative

2020-02-13 Thread Thomas Neidhart (Jira)
[ https://issues.apache.org/jira/browse/BCEL-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17036177#comment-17036177 ] Thomas Neidhart commented on BCEL-309: -- It is common practice to read the code_length value e.g. using

[jira] [Resolved] (MATH-959) Add HAC clustering algorithm

2017-01-22 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart resolved MATH-959. -- Resolution: Won't Fix Fix Version/s: (was: 4.0) > Add HAC clustering algorithm >

[jira] [Commented] (COLLECTIONS-587) commons-collections-3.2.2 does not compile under docker fedora21

2016-04-26 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15258590#comment-15258590 ] Thomas Neidhart commented on COLLECTIONS-587: - Commons Collections 3.X can not be

[jira] [Commented] (MATH-1314) RNG: Warn users about "seeding"

2016-02-14 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15146642#comment-15146642 ] Thomas Neidhart commented on MATH-1314: --- just ftr: the table in the package javadoc measures

[jira] [Commented] (MATH-1322) Negative integer seed for MersenneTwister is not working.

2016-02-09 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15139829#comment-15139829 ] Thomas Neidhart commented on MATH-1322: --- +1 for the patch. It does the same as the stdc++11 impl,

[jira] [Commented] (MATH-1315) MultiKMeansPlusPlusClusterer buggy for alternative evaluators

2016-01-10 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15091184#comment-15091184 ] Thomas Neidhart commented on MATH-1315: --- Indeed, you are right this has to be fixed. >

[jira] [Commented] (MATH-1171) clustering implementations have unnecessary overhead

2015-12-28 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15073100#comment-15073100 ] Thomas Neidhart commented on MATH-1171: --- In commit f0943a724, I have added an example for the

[jira] [Updated] (MATH-1171) clustering implementations have unnecessary overhead

2015-12-28 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart updated MATH-1171: -- Attachment: image_clustering_example.png Attached a screenshot of the image clustering example.

[jira] [Commented] (MATH-1305) Improve performance of nextBytes() method of BitsStreamGenerator and AbstractRandomGenerator

2015-12-21 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15066167#comment-15066167 ] Thomas Neidhart commented on MATH-1305: --- There is no need to use ">>>" instead of ">>" in this case.

[jira] [Commented] (MATH-1300) BitsStreamGenerator#nextBytes(byte[]) is wrong

2015-12-20 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15065695#comment-15065695 ] Thomas Neidhart commented on MATH-1300: --- The Random class does not guarantee that for any chunk size

[jira] [Commented] (VFS-228) Ant regression with ClassNotFoundException for DefaultLocalFileProvider

2015-12-14 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/VFS-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15056646#comment-15056646 ] Thomas Neidhart commented on VFS-228: - It is at least not reproducible anymore, so I would suggest to

[jira] [Commented] (COLLECTIONS-584) Deserializing an AbstractHashedMap expands the hash table exponentially

2015-12-14 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15056640#comment-15056640 ] Thomas Neidhart commented on COLLECTIONS-584: - The AbstractHashedMap class is not

[jira] [Commented] (COLLECTIONS-584) Deserializing an AbstractHashedMap expands the hash table exponentially

2015-12-14 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15056651#comment-15056651 ] Thomas Neidhart commented on COLLECTIONS-584: - the load factor is a *parameter* provided

[jira] [Resolved] (COLLECTIONS-584) Deserializing an AbstractHashedMap expands the hash table exponentially

2015-12-14 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart resolved COLLECTIONS-584. - Resolution: Invalid The threshold is a transient field that is either

[jira] [Commented] (VFS-228) Ant regression with ClassNotFoundException for DefaultLocalFileProvider

2015-12-11 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/VFS-228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15053656#comment-15053656 ] Thomas Neidhart commented on VFS-228: - The provided testcase works for me when changing the task uri to

[jira] [Commented] (VFS-393) The ls command allways returns the cached data

2015-12-11 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/VFS-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15053682#comment-15053682 ] Thomas Neidhart commented on VFS-393: - This can indeed happen as the list of children are cached for a

[jira] [Resolved] (VFS-143) Fix memory leak in DelegateFileObject in it's handling of listeners

2015-12-11 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/VFS-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart resolved VFS-143. - Resolution: Implemented Fix Version/s: 2.0 This has already been implemented in the 2.0

[jira] [Commented] (VFS-569) DefaultFileMonitor recursive file

2015-12-11 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/VFS-569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15053611#comment-15053611 ] Thomas Neidhart commented on VFS-569: - Direct children of a directory are always added, regardless of the

[jira] [Comment Edited] (VFS-393) The ls command allways returns the cached data

2015-12-11 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/VFS-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15053682#comment-15053682 ] Thomas Neidhart edited comment on VFS-393 at 12/11/15 11:15 PM: This can

[jira] [Commented] (VFS-512) LRUFilesCache grows arbitrarly

2015-12-11 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/VFS-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15053563#comment-15053563 ] Thomas Neidhart commented on VFS-512: - The LRUFilesCache does not release files that are attached. Now,

[jira] [Commented] (LANG-1077) [PATCH] StringUtils.ordinalIndexOf("aaaaaa", "aa", 2) != 3 in StringUtils

2015-12-11 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15053437#comment-15053437 ] Thomas Neidhart commented on LANG-1077: --- This code exists since a long time and looking at the

[jira] [Commented] (COLLECTIONS-580) Arbitrary remote code execution with InvokerTransformer

2015-12-07 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15046545#comment-15046545 ] Thomas Neidhart commented on COLLECTIONS-580: - The collections 2.x branch is not

[jira] [Resolved] (EMAIL-157) Sending an email from a Java TimerTask object doesn't work

2015-12-07 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart resolved EMAIL-157. --- Resolution: Cannot Reproduce > Sending an email from a Java TimerTask object doesn't work >

[jira] [Commented] (MATH-1169) Faster Percentile

2015-12-03 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15038673#comment-15038673 ] Thomas Neidhart commented on MATH-1169: --- The advantage of the current implementation is that the

[jira] [Resolved] (MATH-729) Add an implementation for Holt-Winters triple exponential smoothing

2015-12-03 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart resolved MATH-729. -- Resolution: Won't Fix Closing as this does not really fit into CM as pointed out by Gilles. >

[jira] [Resolved] (MATH-287) Add support for weighted descriptive statistics

2015-12-03 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart resolved MATH-287. -- Resolution: Implemented Weighted statistics have been implemented a long time ago. Further

[jira] [Resolved] (MATH-643) Rename RealVector.map* to RealVector.ebe* (mapAdd(...) to ebeAdd(...) and mapAddToSelf(...) to ebeAddToSelf(...) for instance

2015-12-03 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart resolved MATH-643. -- Resolution: Duplicate Should be discussed/fixed as part of MATH-765 > Rename RealVector.map* to

[jira] [Resolved] (MATH-608) Remove methods from RealMatrix Interface

2015-12-03 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart resolved MATH-608. -- Resolution: Duplicate Fix Version/s: (was: 4.0) Should be discussed as part of

[jira] [Commented] (COLLECTIONS-561) Add CollectionUtils#containsQuietly method

2015-12-03 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15038579#comment-15038579 ] Thomas Neidhart commented on COLLECTIONS-561: - I think the method is quite reasonable but

[jira] [Commented] (COLLECTIONS-580) Arbitrary remote code execution with InvokerTransformer

2015-12-02 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035999#comment-15035999 ] Thomas Neidhart commented on COLLECTIONS-580: - All 3.X releases and the 4.0 release are

[jira] [Closed] (COLLECTIONS-508) MultiMap's methods are not strongly typed even though the interface supports generics

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-508. --- > MultiMap's methods are not strongly typed even though the interface supports >

[jira] [Closed] (COLLECTIONS-556) Add an IdentityHashSet

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-556. --- > Add an IdentityHashSet > -- > > Key:

[jira] [Closed] (COLLECTIONS-565) Add support for NavigableSet interface

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-565. --- > Add support for NavigableSet interface > -- >

[jira] [Closed] (COLLECTIONS-511) CollectionUtils.bisect(...), this would be a combination of Select and SelectRejected

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-511. --- > CollectionUtils.bisect(...), this would be a combination of Select and >

[jira] [Closed] (COLLECTIONS-299) ExtendedProperties.convertProperties loses non-String values

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-299. --- > ExtendedProperties.convertProperties loses non-String values >

[jira] [Closed] (COLLECTIONS-531) Generic Wildcards specified in CollectionUtils#isEqualCollection(Collection, Collection, Equator) may throw ClassCastException in certain cases

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-531. --- > Generic Wildcards specified in CollectionUtils#isEqualCollection(Collection, >

[jira] [Closed] (COLLECTIONS-570) All decorators shall throw a NullPointerException if the decorated argument is null

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-570. --- > All decorators shall throw a NullPointerException if the decorated argument > is

[jira] [Closed] (COLLECTIONS-524) ListOrderedSet can have duplicates

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-524. --- > ListOrderedSet can have duplicates > -- > >

[jira] [Closed] (COLLECTIONS-571) Deprecate CollectionUtils.{synchronized, unmodifiable}Collection methods

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-571. --- > Deprecate CollectionUtils.{synchronized, unmodifiable}Collection methods >

[jira] [Closed] (COLLECTIONS-529) Add removeAll(Collection collection, Collection remove, Comparator comparator) and contains(Collection collection, E object, Comparator comparator) met

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-529. --- > Add removeAll(Collection collection, Collection remove, Comparator > comparator)

[jira] [Closed] (COLLECTIONS-426) performance problem in ListOrderedSet.retainAll()

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-426. --- > performance problem in ListOrderedSet.retainAll() >

[jira] [Closed] (COLLECTIONS-271) org.apache.commons.collections.ExtendedProperties#combine don't import string properly

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-271. --- > org.apache.commons.collections.ExtendedProperties#combine don't import string >

[jira] [Closed] (COLLECTIONS-576) MultiKey subclassing has deserialization problem since COLLECTIONS-266: either declare protected readResolve() or MultiKey must be final

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-576. --- > MultiKey subclassing has deserialization problem since COLLECTIONS-266: > either

[jira] [Closed] (COLLECTIONS-509) Clarify javadoc of CollectionBag

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-509. --- > Clarify javadoc of CollectionBag > > >

[jira] [Closed] (COLLECTIONS-220) Serialization/Deserialization doesn't work well with empty buffers.

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-220. --- > Serialization/Deserialization doesn't work well with empty buffers. >

[jira] [Closed] (COLLECTIONS-544) Undocumented performance issue in the retainAll method in CollectionUtils

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-544. --- > Undocumented performance issue in the retainAll method in CollectionUtils >

[jira] [Closed] (COLLECTIONS-471) Add a BoundedIterator which returns at most limit elements

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-471. --- > Add a BoundedIterator which returns at most limit elements >

[jira] [Closed] (COLLECTIONS-281) Change maven build to create Collections Test Framework jar

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-281. --- > Change maven build to create Collections Test Framework jar >

[jira] [Closed] (COLLECTIONS-234) Please provide nightly builds of collections_jdk5_branch

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-234. --- > Please provide nightly builds of collections_jdk5_branch >

[jira] [Closed] (COLLECTIONS-530) Rejecting items on predicate failure without throwing an Exception

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-530. --- > Rejecting items on predicate failure without throwing an Exception >

[jira] [Closed] (COLLECTIONS-562) Update minimum required java to 1.6

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-562. --- > Update minimum required java to 1.6 > --- > >

[jira] [Closed] (COLLECTIONS-538) ExtendedProperties causes AccessControlException when framework is called from a script

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-538. --- > ExtendedProperties causes AccessControlException when framework is called > from

[jira] [Closed] (COLLECTIONS-268) maven gets 301 error when attempting to download dependencies

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-268. --- > maven gets 301 error when attempting to download dependencies >

[jira] [Closed] (COLLECTIONS-534) Performance bug in CollectionBag::retainAll

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-534. --- > Performance bug in CollectionBag::retainAll >

[jira] [Closed] (COLLECTIONS-539) CircularFifoQueue: make 'isAtFullCapacity' method public

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-539. --- > CircularFifoQueue: make 'isAtFullCapacity' method public >

[jira] [Closed] (COLLECTIONS-442) A set of enhanced iterator classes donated by the Apache Jena project

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-442. --- > A set of enhanced iterator classes donated by the Apache Jena project >

[jira] [Closed] (COLLECTIONS-566) IteratorUtils.collatedIterator do not use natural ordering if no comparator was provided

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-566. --- > IteratorUtils.collatedIterator do not use natural ordering if no comparator > was

[jira] [Closed] (COLLECTIONS-522) Documentation example does not compile

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-522. --- > Documentation example does not compile > -- >

[jira] [Closed] (COLLECTIONS-464) Add FluentIterator / FluentIterable implementation

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-464. --- > Add FluentIterator / FluentIterable implementation >

[jira] [Closed] (COLLECTIONS-553) TransformedMultiValuedMap.equals() fails when comparing the value with itself

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-553. --- > TransformedMultiValuedMap.equals() fails when comparing the value with itself >

[jira] [Closed] (COLLECTIONS-555) Undefined NullPointerException in TreeBag.java

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-555. --- > Undefined NullPointerException in TreeBag.java >

[jira] [Closed] (COLLECTIONS-458) AbstractUntypedCollectionDecorator<E, D> is not used

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-458. --- > AbstractUntypedCollectionDecorator is not used >

[jira] [Closed] (COLLECTIONS-525) PatriciaTrie

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-525. --- > PatriciaTrie > > > Key: COLLECTIONS-525 >

[jira] [Closed] (COLLECTIONS-395) Request for UnBoundedLRUMap implementation with extra get method

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-395. --- > Request for UnBoundedLRUMap implementation with extra get method >

[jira] [Closed] (COLLECTIONS-558) ListOrderedSet#remove(int) should return E instead of Object

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-558. --- > ListOrderedSet#remove(int) should return E instead of Object >

[jira] [Closed] (COLLECTIONS-567) Add a MultiSet interface / implementations that do not violate the Collection contract

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-567. --- > Add a MultiSet interface / implementations that do not violate the Collection >

[jira] [Closed] (COLLECTIONS-550) Provide a simple way for creating an arbitrary String representation of a given Iterable

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-550. --- > Provide a simple way for creating an arbitrary String representation of a > given

[jira] [Closed] (COLLECTIONS-540) Duplication of code in CollectionUtils

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-540. --- > Duplication of code in CollectionUtils > -- >

[jira] [Closed] (COLLECTIONS-278) put() and putAll() don't update the getKeys() map

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-278. --- > put() and putAll() don't update the getKeys() map >

[jira] [Closed] (COLLECTIONS-572) Create real set operations for SetUtils

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-572. --- > Create real set operations for SetUtils > ---

[jira] [Closed] (COLLECTIONS-510) ReverseComparator does not compile under Java 8

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-510. --- > ReverseComparator does not compile under Java 8 >

[jira] [Closed] (COLLECTIONS-427) performance problem in SetUniqueList.retainAll()

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-427. --- > performance problem in SetUniqueList.retainAll() >

[jira] [Closed] (COLLECTIONS-503) IfTransformer

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-503. --- > IfTransformer > - > > Key: COLLECTIONS-503 >

[jira] [Closed] (COLLECTIONS-580) Arbitrary remote code execution with InvokerTransformer

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-580. --- > Arbitrary remote code execution with InvokerTransformer >

[jira] [Closed] (COLLECTIONS-557) LRUMap memory usage vs size

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-557. --- > LRUMap memory usage vs size > --- > > Key:

[jira] [Closed] (COLLECTIONS-536) (Code style) map.size() call in MapUtils.putAll()

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-536. --- > (Code style) map.size() call in MapUtils.putAll() >

[jira] [Closed] (COLLECTIONS-521) Typo in MultiMapKey's isEqualKey(entry, key1, key2)

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-521. --- > Typo in MultiMapKey's isEqualKey(entry, key1, key2) >

[jira] [Closed] (COLLECTIONS-506) Result of CollectionUtils are different between version 3.2.1 and version 4.0

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-506. --- > Result of CollectionUtils are different between version 3.2.1 and version 4.0 >

[jira] [Closed] (COLLECTIONS-238) ExtendedProperties.load() does not allow empty property values

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-238. --- > ExtendedProperties.load() does not allow empty property values >

[jira] [Closed] (COLLECTIONS-507) ComparatorUtils.chainedComparator(..) should not force the objects to implement Comparable

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-507. --- > ComparatorUtils.chainedComparator(..) should not force the objects to > implement

[jira] [Closed] (COLLECTIONS-516) NullPointerException in MapUtils.toProperties

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-516. --- > NullPointerException in MapUtils.toProperties >

[jira] [Closed] (COLLECTIONS-543) AbstractCollectionDecorator should not delegate equals and hashcode

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-543. --- > AbstractCollectionDecorator should not delegate equals and hashcode >

[jira] [Closed] (COLLECTIONS-364) DualTreeBidiMap.readObject() uses wrong comparator to create reverseMap

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-364. --- > DualTreeBidiMap.readObject() uses wrong comparator to create reverseMap >

[jira] [Closed] (COLLECTIONS-545) Undocumented performance issue in the removeAll method in CollectionUtils

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-545. --- > Undocumented performance issue in the removeAll method in CollectionUtils >

[jira] [Commented] (COLLECTIONS-557) LRUMap memory usage vs size

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030249#comment-15030249 ] Thomas Neidhart commented on COLLECTIONS-557: - Fix version is set to 4.1 and this

[jira] [Closed] (COLLECTIONS-582) Maven repository metadata of Commons Collections in bad condition

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-582. --- > Maven repository metadata of Commons Collections in bad condition >

[jira] [Closed] (COLLECTIONS-581) Deserialization and Apache Commons Collection

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-581?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-581. --- > Deserialization and Apache Commons Collection >

[jira] [Closed] (COLLECTIONS-165) Filtered Maps, Lists, and Sets

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-165. --- > Filtered Maps, Lists, and Sets > -- > >

[jira] [Closed] (COLLECTIONS-402) Inconsistent Javadoc comment and code in intersection(List list1,List list2)in org.apache.commons.collections.ListUtils

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-402. --- > Inconsistent Javadoc comment and code in intersection(List list1,List > list2)in

[jira] [Closed] (COLLECTIONS-279) LRUMap: moveToMRU is not invoked for new entry

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-279. --- > LRUMap: moveToMRU is not invoked for new entry >

[jira] [Closed] (COLLECTIONS-354) Add Collection utils from MINA: e.g. CopyOnWriteMap

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-354. --- > Add Collection utils from MINA: e.g. CopyOnWriteMap >

[jira] [Closed] (COLLECTIONS-403) Make AndPredicate, AnyPredicate etc. not final

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-403. --- > Make AndPredicate, AnyPredicate etc. not final >

[jira] [Closed] (COLLECTIONS-527) Please create a version commons-collections 3.x for jdk 8 compatibility

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-527. --- > Please create a version commons-collections 3.x for jdk 8 compatibility >

[jira] [Closed] (COLLECTIONS-374) Bug in class#BeanMap and TransformedBuffer with reproducible JUnit test

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-374. --- > Bug in class#BeanMap and TransformedBuffer with reproducible JUnit test >

[jira] [Closed] (COLLECTIONS-465) Add more static helper functions to IteratorUtils & CollectionUtils

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-465. --- > Add more static helper functions to IteratorUtils & CollectionUtils >

[jira] [Closed] (COLLECTIONS-443) Proposal for adding IndexedTreeMap to collections

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-443. --- > Proposal for adding IndexedTreeMap to collections >

[jira] [Closed] (COLLECTIONS-416) ListUtils.removeAll() is very slow

2015-11-27 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Neidhart closed COLLECTIONS-416. --- > ListUtils.removeAll() is very slow > -- > >

  1   2   3   4   5   6   7   8   9   10   >