Re: Request for review: More cause-chaining for InternalError

2011-08-28 Thread Alan Bateman
Sebastian Sickelmann wrote: Yes. It's more a assiduity work*, then real complex. The only non trival stuff maybe ***src/share/classes/java/text/DecimalFormat.java* http://dict.leo.org/ende?lp=endep=Ci4HO3kMAAsearch=assiduitytrestr=0x8001 [0] in combination with

Some questions on 6312085: The for/in statement should support Iterators/Enumerations

2011-08-28 Thread Sebastian Sickelmann
Hi, i thought about what todo to enable the enhanced-for-loop for Iterators and Enumerations. And it seems to me that the main problem is that the used Iterator/Enumeration should not be used in other places( it should be private for the loop). As Iterable solves this through creating a new

Re: Request for review: 7084245: Update usages of InternalError to use exception chaining

2011-08-28 Thread David Holmes
On 29/08/2011 5:35 AM, Sebastian Sickelmann wrote: Hi, here is a webrev[1] for some cleanup that i want to integrated in tl-repositories. Alan Bateman had scanned the changes and gave me some good input[3] for further discussion here: The changes to java.util.concurrent should go through Doug