On 2016-06-27 16:36, Remi Forax wrote:
BTW, i don't know why you're using Integerr.parseInt() when for the build numbers in Version.parse() but Integer.valueOf() in version().
Oops, but since we're boxing in both cases we end up with the same bytecode. I'll make the arbitrary choice and use parseInt consistently.
Thanks! /Claes