Skip to content
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

Complete rendering for Signature Attribute #1277

Closed
eparovyshnaya opened this issue Feb 6, 2024 · 0 comments · Fixed by #1278
Closed

Complete rendering for Signature Attribute #1277

eparovyshnaya opened this issue Feb 6, 2024 · 0 comments · Fixed by #1278
Assignees
Labels
component::operator (obsolete) Eclipse Passage Operator RCP (LOC)
Milestone

Comments

@eparovyshnaya
Copy link
Contributor

Signature attribute does not supply representative icon, and thus can fail tree rendering

java.lang.NullPointerException: Cannot invoke "org.eclipse.swt.graphics.Image.getImageData()" because "image" is null
at org.eclipse.emf.edit.ui.provider.ComposedImageDescriptor.getSize(ExtendedImageRegistry.java:407)
at org.eclipse.jface.resource.CompositeImageDescriptor.getImageData(CompositeImageDescriptor.java:367)
at org.eclipse.swt.internal.DPIUtil.validateAndGetImageDataAtZoom(DPIUtil.java:408)
at org.eclipse.swt.graphics.Image.(Image.java:717)
at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:341)
at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:290)
at org.eclipse.jface.resource.ImageDescriptor.createImage(ImageDescriptor.java:268)
at org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry.getImage(ExtendedImageRegistry.java:185)
at org.eclipse.emf.edit.ui.provider.ExtendedImageRegistry.getImageDescriptor(ExtendedImageRegistry.java:205)
at org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction.objectToImageDescriptor(StaticSelectionCommandAction.java:245)
at org.eclipse.emf.edit.ui.action.StaticSelectionCommandAction.configureAction(StaticSelectionCommandAction.java:173)
at org.eclipse.emf.edit.ui.action.CreateChildAction.(CreateChildAction.java:47)
at org.eclipse.emf.edit.ui.action.CreateChildAction.(CreateChildAction.java:57)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component::operator (obsolete) Eclipse Passage Operator RCP (LOC)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant