On Fri, 6 Mar 2026 00:09:22 GMT, Alexander Matveev <[email protected]> wrote:
> Why not same as `toString`. `toString()` returns the source string. `toComponentsString()` returns a version string constructed from components without the suffix. E.g.: for `0001.02.3+foo` toString() will return `0001.02.3+foo` and `toComponentsString()` will return `1.2.3` ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30080#discussion_r2893092305
