-
Notifications
You must be signed in to change notification settings - Fork 22
Do not dispose Graphics2D field in finalizer #16
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
|
The report from eclipsefdn/eca seems to be triggered by using different emails in the commit messages:
Since it the email is listed as both "covered" and "not found" we may need to ask for help. @ktgw0316 have you signed the https://www.eclipse.org/legal/eca/ thing? Does your profile have the [email protected] email address listed? |
|
@pstankie you are listed as a contributor on the eclipsefdn repo. We have an issue with the eclipsefdn/eca bot both accepting and rejecting the email address "arctica0316@gmil DOT com". |
Yes, but I haven't connected my GitHub account to the Eclipse account. I've just connected it. |
7a4850a to
85095f4
Compare
|
Thanks @ktgw0316 that resolved the check! |
jodygarnett
left a comment
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.
Revisit this change after JAI-Ext merged, check if still required.
|
JAI-Ext merged, please reopen if this problem still remains in 0.9.1 release. |
There is an error in GraphicsJAI when one attempts to create a GraphicsJAI from an existing Graphics2D. If the GraphicsJAI goes out of scope it can ruin the original Graphics2D and causes some method invokations, such as g2d.fill(shape), to be ignored.
This bug was reported as JAI_CORE-96.