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

BufferedImage DefaultRandomGenerator Unknown image type ReflectionException #113

Closed
panosgit opened this issue Mar 6, 2018 · 2 comments
Closed
Assignees
Milestone

Comments

@panosgit
Copy link

panosgit commented Mar 6, 2018

when a class with
BufferedImage.
the DefaultRandomGenerator causes Unknown image type
causing ReflectionException.
Could you please check?

com.openpojo.reflection.exception.ReflectionException
at com.openpojo.reflection.exception.ReflectionException.getInstance(ReflectionException.java:51)
at com.openpojo.reflection.impl.PojoMethodImpl.invoke(PojoMethodImpl.java:86)
at com.openpojo.reflection.construct.InstanceFactory.doGetInstance(InstanceFactory.java:119)
at com.openpojo.reflection.construct.InstanceFactory.getInstance(InstanceFactory.java:75)
at com.openpojo.reflection.construct.InstanceFactory.getLeastCompleteInstance(InstanceFactory.java:103)
at com.openpojo.random.impl.DefaultRandomGenerator.doGenerate(DefaultRandomGenerator.java:63)

Caused by: java.lang.IllegalArgumentException: Unknown image type -881485859
at java.awt.image.BufferedImage.(BufferedImage.java:501)
... 48 more

@oshoukry oshoukry self-assigned this Mar 7, 2018
oshoukry added a commit that referenced this issue Mar 9, 2018
@oshoukry oshoukry added this to the 0.8.10 milestone Mar 9, 2018
@oshoukry
Copy link
Member

oshoukry commented Mar 9, 2018

Fixed in 0.8.10.

@oshoukry oshoukry closed this as completed Mar 9, 2018
@panosgit
Copy link
Author

panosgit commented Mar 9, 2018

Verified ! Thank you 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants