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

apply-abi-change-to results in an error #41

Closed
MatthewTPage opened this issue Jul 17, 2017 · 2 comments
Closed

apply-abi-change-to results in an error #41

MatthewTPage opened this issue Jul 17, 2017 · 2 comments
Labels

Comments

@MatthewTPage
Copy link

When I use the apply-abi-change-to mutation, I get an error because the method it adds is non-static, but is referenced statically.

I've fixed this on my own version of the repo by adding a "STATIC" modifier to ApplyAbiChangeToJavaSourceFileMutator.java line 34, and it works fine.

@josh-burton
Copy link

I'm also getting the same error.

@oehme oehme added the bug label Mar 14, 2018
@oehme
Copy link
Contributor

oehme commented Jul 4, 2018

Fixed by f7bb981

@oehme oehme closed this as completed Jul 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants