Java Commons Collections removeAll
Edit January 1, 2014 Apache Commons Collections 4.0 was finally released on November 21, 2013, and contains a fix for this issue. Link to CollectionUtils.java Lines in question (1688 – 1691), with acknowledgement the method was previously broken: /* … * @since 4.0 (method existed in 3.2 but was completely broken) */ public static <E> … Read more