RFR 8037106: Optimize Arrays.asList(...).forEach (original) (raw)
mark.reinhold at oracle.com mark.reinhold at oracle.com
Mon Mar 17 16:08:02 UTC 2014
- Previous message: RFR 8037106: Optimize Arrays.asList(...).forEach
- Next message: RFR 8037106: Optimize Arrays.asList(...).forEach
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2014/3/17 1:41 -0700, paul.sandoz at oracle.com:
On Mar 15, 2014, at 12:17 AM, Ulf Zibis <Ulf.Zibis at CoSoCo.de> wrote:
...
I more like the given style with less spaces: 3854 for (int i=0; i<a.length; i++) It better visualizes the 3 parts of the for statement. Subjectively that irritates my eyes :-) non-subjectively it is inconsistently applied.
It's also, well, just plain wrong.
- Mark
- Previous message: RFR 8037106: Optimize Arrays.asList(...).forEach
- Next message: RFR 8037106: Optimize Arrays.asList(...).forEach
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]