-
Notifications
You must be signed in to change notification settings - Fork 115
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
Use equinox preferences APIs in RefreshManager class #497 #695
Use equinox preferences APIs in RefreshManager class #497 #695
Conversation
Test Results 42 files ±0 42 suites ±0 53m 19s ⏱️ - 3m 2s For more details on these failures, see this check. Results for commit 2acca52. ± Comparison against base commit 229beea. ♻️ This comment has been updated with latest results. |
f5df33b
to
d269de5
Compare
6928922
to
a79e451
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the adaptation! The change looks good to me.
@lathapatil Could you address the minor comment concerning the copyright information update? And after that, is the PR ready to merge from your side?
@@ -12,9 +12,11 @@ | |||
* IBM - Initial API and implementation | |||
* Christoph Läubrich - Issue #84 - RefreshManager access ResourcesPlugin.getWorkspace in the init phase | |||
* - Issue #97 - RefreshManager.manageAutoRefresh calls ResourcesPlugin.getWorkspace before the Workspace is fully open | |||
* Latha Patil(ETAS GmbH) - GitHub Issue #497- Get rid of deprecated org.eclipse.core.runtime.Preferences in platform code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding the contribution information is optional. If you want to keep it, please also change the year in the first line from 2022 to 2023.
Nitpicky: I would prefer to format the copyright line consistent with the existing ones, i.e., only containing "Issue ..." instead of "GitHub Issue ...".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review . I will adopt the changes and provide for re-review
12b1f53
to
22bf85b
Compare
Looks good, thanks! One final thing: Could you please squash the two commits into a single one, @lathapatil? |
…#497 Replacing deprecated Preferences API usage with modern Equinox Preferences API. Partially fixes eclipse-platform#497 Updated copyright header as per review comments Squash Commits
22bf85b
to
2acca52
Compare
Its done ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failing test is unrelated and already documented in #596.
Replacing deprecated Preferences API usage with modern Equinox Preferences API.
Partially fixes
#497