RFR(XS): 8160457: VersionProps.versionNumbers() is broken

Volker Simonis volker.simonis at gmail.com
Wed Jun 29 08:12:27 UTC 2016


Thanks everybody for the quick reviews. I've checked in the fix with
Claes' suggestion to replace 'prevIndex = ++index' by 'prevIndex =
index + 1' which seems indeed a little clearer and left the
refactoring and test creation for a follow up change.

Regards,
Volker


On Tue, Jun 28, 2016 at 6:33 PM, Iris Clark <iris.clark at oracle.com> wrote:
> Hi, Volker.
>
>> http://cr.openjdk.java.net/~simonis/webrevs/2016/8160457/
>
> I think this change is fine.
>
> Thanks,
> iris


More information about the core-libs-dev mailing list