-
Notifications
You must be signed in to change notification settings - Fork 220
Fix suppressWarnings #3072
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
base: master
Are you sure you want to change the base?
Fix suppressWarnings #3072
Conversation
This pull request changes some projects for the first time in this development cycle.
An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patch
Further information are available in Common Build Issues - Missing version increments. |
b69745f
to
f0fd6fd
Compare
f0fd6fd
to
23ed5bf
Compare
The PR adds 6 new warnings. It doesn't look like this is the correct change. |
23ed5bf
to
1edaa01
Compare
Yeah, I am checking this. |
8714113
to
5896ff3
Compare
5896ff3
to
b81f21e
Compare
@@ -27,7 +27,7 @@ | |||
* {@code org.eclipse.e4.ui.workbench.modeling.EModelService#findMatchingElements(org.eclipse.e4.ui.model.application.MApplicationElement, String, Class)} | |||
* instead. | |||
*/ | |||
@Deprecated(forRemoval = true, since = "2025-03 (removal in 2027-03 or later)") | |||
//@Deprecated(forRemoval = true, since = "2025-03 (removal in 2027-03 or later)") |
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.
This is totally wrong thing to do as it has been deprecated for a very good reason.
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.
@akurtakov Sorry for pushing this,I was only testing the CI errors, and to see why the compiler throws a new warning during the build.; it was just for investigation.
Remove 'deprecation' from @SuppressWarnings as it triggers an extra warning.