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

False positive source compatibility error with varargs #51

Open
lbergelson opened this issue Sep 7, 2018 · 0 comments
Open

False positive source compatibility error with varargs #51

lbergelson opened this issue Sep 7, 2018 · 0 comments

Comments

@lbergelson
Copy link

I noticed an issue where it claims something isn't source compatible when it actually is.

public int getValue() {...}  

public int getValue(Object... objects){ ... }

This change is binary incompatible, but it should be source compatible since you can still invoke it with no arguments.

@lbergelson lbergelson changed the title False positive source compatibility problem False positive source compatibility error with varargs Sep 7, 2018
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

No branches or pull requests

1 participant