-
Notifications
You must be signed in to change notification settings - Fork 106
Replace usages of new Image(device, width, height) #2116
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
Conversation
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.
I tested by:
- Activating the breadcrumb for Java
- Renaming a method
I wasn't able to test the change in SignatureStylingColorPreferenceMenuItem
though, I have no styling enhancements installed.
Nevertheless, the change in the code looks good.
LGTM, thank you! ✔️
Now we need the approval of a committer (@iloveeclipse / @jjohnstn ?)
I just rebased on |
2077e68
to
f63dc5e
Compare
I just rebased on @jjohnstn / @iloveeclipse would you kindly review and merge? |
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.
Looks good. We have an issue with Jenkins at the moment so there will be a delay in merging.
@jjohnstn the check failure is because Tycho 4.0.13-SNAPSHOT is picked up from the EF infrastructure and therefore currently not available. Error: Plugin org.eclipse.tycho:tycho-versions-plugin:4.0.13-SNAPSHOT or one of its dependencies could not be resolved:
Error: The following artifacts could not be resolved: org.eclipse.tycho:tycho-versions-plugin:pom:4.0.13-SNAPSHOT (absent): org.eclipse.tycho:tycho-versions-plugin:pom:4.0.13-SNAPSHOT failed to transfer from https://repo.eclipse.org/content/repositories/tycho-snapshots/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of tycho-snapshots has elapsed or updates are forced. Original error: Could not transfer artifact org.eclipse.tycho:tycho-versions-plugin:pom:4.0.13-SNAPSHOT from/to tycho-snapshots (https://repo.eclipse.org/content/repositories/tycho-snapshots/): status code: 403, reason phrase: Forbidden (403) This workaround was added 1 day after the check failure and it lets the check use Tycho 4.0.12, which is picked up from maven central. Long story short: can you please re-trigger the check and see if the 403 error goes away? |
Replacing it with imageGcDrawer
Oh, I have write permissions in |
Replacing it with imageGcDrawer constructor Image(device, imageGcDrawer, width, height). Later Image(device, width, height) is set to be deprecated.
Requires
Author checklist