-
-
Notifications
You must be signed in to change notification settings - Fork 351
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
bug in getType of X.class when X is primitive #371
Comments
What is "short.class"? |
Here is the expected behavior
|
monperrus
changed the title
bug in isPrimitive
bug in getType of X.class when X is primitive
Oct 16, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"short.class".getType().isPrimitive() returns true, it should return false because it is a Class object
same bug for int.class, etc.
The text was updated successfully, but these errors were encountered: