RFR: JDK-8307807 Replace use of System.getProperty("os.name") with PlatformUtil calls [v4]
Carl Döbbelin
duke at openjdk.org
Thu May 11 17:38:07 UTC 2023
> Replaced querying of `System.getProperty("os.name")` to check for OS with the use of the methods provided by `PlatformUtils`
Carl Döbbelin has updated the pull request incrementally with one additional commit since the last revision:
removed unneeded idea xml and imports, fixed line breaks in module info
-------------
Changes:
- all: https://git.openjdk.org/jfx/pull/1132/files
- new: https://git.openjdk.org/jfx/pull/1132/files/91ac5783..adff6534
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jfx&pr=1132&range=03
- incr: https://webrevs.openjdk.org/?repo=jfx&pr=1132&range=02-03
Stats: 5 lines in 2 files changed: 1 ins; 3 del; 1 mod
Patch: https://git.openjdk.org/jfx/pull/1132.diff
Fetch: git fetch https://git.openjdk.org/jfx.git pull/1132/head:pull/1132
PR: https://git.openjdk.org/jfx/pull/1132
More information about the openjfx-dev
mailing list