-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8346603: Cleanup Metacity.ThemeGetter class #22292
Conversation
👋 Welcome back aturbanov! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
@turbanoff The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
@turbanoff This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
I don't know off the top of my head exactly what should be done here, but it seems odd to refactor obsolete code. And I am curious how you tested the change ? |
@turbanoff This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
@turbanoff This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
There is opportunity to remove redundant nested class
Metacity.ThemeGetter
. It was introduced in the SecurityManager era to handle privileged call. Now (after https://github.com/openjdk/jdk/pull/22186/files#diff-5e3ecade1f409333dfba477b64039f86887d1febbff517407835fcac17a77b2a) it's not the case and we can remove it.It simplifies and streamlines logic.
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/22292/head:pull/22292
$ git checkout pull/22292
Update a local copy of the PR:
$ git checkout pull/22292
$ git pull https://git.openjdk.org/jdk.git pull/22292/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 22292
View PR using the GUI difftool:
$ git pr show -t 22292
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/22292.diff
Using Webrev
Link to Webrev Comment