jOOQ / jOOL

jOOλ - The Missing Parts in Java 8 jOOλ improves the JDK libraries in areas where the Expert Group's focus was elsewhere. It adds tuple support, function support, and a lot of additional functionality around sequential Streams. The JDK 8's main efforts (default methods, lambdas, and the Stream API) were focused around maintaining backwards compatibility and implementing a functional API for parallelism.
http://www.jooq.org/products
Apache License 2.0
2.08k stars 167 forks source link

Issue with Collect method override in Collectable #184

Closed johnmcclean closed 8 years ago

johnmcclean commented 8 years ago

In jool 0.9.9 - See screen grab from Eclipse - the error message is

  "The method collect(Collector<Object,capture#1-of ?,List<Object>>) is undefined for the type Seq<String>"

I'm not sure if this only happens in Eclipse or more generally, I think it is worth fixing either way (should be fixable by moving the default collect implementations into Seq).

screen shot 2016-01-14 at 5 00 51 pm

Eclipse build info

Eclipse IDE for Java Developers

Version: Luna Service Release 2 (4.4.2) Build id: 20150219-0600

lukaseder commented 8 years ago

I'm suspecting an Eclipse bug here. There had been tons of these in recent releases. I suggest upgrading to Eclipse 4.5.1