RFR: 8335267: [XWayland] move screencast tokens from .awt to .java folder [v2]
Phil Race
prr at openjdk.org
Mon Jul 29 18:57:37 UTC 2024
On Fri, 26 Jul 2024 10:56:06 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:
>> Trivial fix to move the screencast token storage file from `~/.awt/robot/screencast-tokens.properties` to `~/.java/robot/screencast-tokens.properties`, where it should be.
>> Old location is still valid and will only be used if there is a file in the old location and the new location does not have it.
>>
>> Along with the fix `@SuppressWarnings("removal")` is moved to individual items as it was done in [JFX](https://github.com/openjdk/jfx/pull/1490).
>
> Alexander Zvegintsev has updated the pull request incrementally with one additional commit since the last revision:
>
> copy from secondary location
I've tested various combinations on Ubuntu 24.04
- .awt present, no .java : gets copied correctly and works
- .java present, .awt : works
- .java present, no .awt : works
- no .java, no .awt : gets created in .java
-------------
Marked as reviewed by prr (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/20234#pullrequestreview-2205753628
More information about the client-libs-dev
mailing list