Java 7 and 8 features

2015-10-27 Thread Vinicius CorrĂȘa de Almeida
I analized some releases and i noticed that not using java 7 features like multi catch and in java 8 do not use lambda expressions and others features, so i came by this email to know why the developers not using this features?

Re: Java 7 and 8 features

2015-10-27 Thread Tyler Hobbs
We try to avoid rewriting large swaths of the codebase without a good reason. Instead, we take advantage of new language features when writing new code or refactoring old code. On Tue, Oct 27, 2015 at 11:03 AM, Vinicius CorrĂȘa de Almeida < viniciusc.almei...@gmail.com> wrote: > I analized some r