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

Fix JVM signatures for the java.lang.Class methods. #138

Merged
merged 1 commit into from
Feb 6, 2015

Conversation

tonyfinn
Copy link
Contributor

@tonyfinn tonyfinn commented Jan 3, 2015

The methods defined in the Class class contain semicolons at the end of the signatures for methods which return primitives, while these are only required after class names. As a result, a JVM error occurs when attempting to call any of the affected methods.

The methods defined in the Class class contain semicolons at the end of the signatures for methods which return primitives, while these are only required after class names. As a result, a JVM error occurs when attempting to call any of the affected methods.
@tonyfinn
Copy link
Contributor Author

tonyfinn commented Jan 3, 2015

This failed the tests because the master branch was previously already failing the tests, as far as I can tell: #137

@tonyfinn tonyfinn changed the title Fix JVM signatures for the java.lang.Class method. Fix JVM signatures for the java.lang.Class methods. Jan 27, 2015
@tito
Copy link
Member

tito commented Feb 6, 2015

Looks good, thanks!

tito added a commit that referenced this pull request Feb 6, 2015
Fix JVM signatures for the java.lang.Class methods.
@tito tito merged commit 8258390 into kivy:master Feb 6, 2015
@remram44 remram44 mentioned this pull request Mar 13, 2015
tito added a commit that referenced this pull request Mar 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants