Point lambdafications in java.io
Brian Goetz
brian.goetz at oracle.com
Tue Jun 18 12:22:38 PDT 2013
I am not sure we have the same understanding of the word "can't" :)
This is definitely a valid concern (thanks for raising it!), but it's a
long way from there to "can't."
I have to assume this warning is not enabled by default in most IDEs?
On 6/18/2013 2:30 PM, Remi Forax wrote:
> On 06/18/2013 06:05 PM, Brian Goetz wrote:
>> Should we consider moving AutoCloseable up to Stream and friends, and
>> get rid of CloseableStream?
>
> We can't, IDE and other static analysis tools emit a warning if you
> don't close an AutoCloseable
> (with a try-with-resources or not).
>
> Rémi
>
More information about the lambda-libs-spec-experts
mailing list