Good news for the staunch defenders of checked exceptions :) with this and also ARM blocks, the amount of boilerplate code necessary to handle exceptions (either checked or unchecked) will be significantly reduced. Remarkably in the more complex cases, e.g. a method that must use multiple resources and multiple exceptions of each resource, currently needing nested try/catch blocks and multiple catch's for each of these blocks. ARM + multi-catch will "fix" Java exceptions, for those who tend to judge language features with line count as a primary criterion.
A+ Osvaldo On 3 maio, 23:42, Reinier Zwitserloot <[email protected]> wrote: > I guess Joe Darcy had some extra time on his hands. > > http://mail.openjdk.java.net/pipermail/coin-dev/2010-May/002747.html > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/javaposse?hl=en. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
