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

Rename of a generic parameter is detected as incompatible change #44

Closed
lvc opened this issue Aug 22, 2017 · 1 comment
Closed

Rename of a generic parameter is detected as incompatible change #44

lvc opened this issue Aug 22, 2017 · 1 comment

Comments

@lvc
Copy link
Owner

lvc commented Aug 22, 2017

This is a false positive.

Class<A,B>.foo ( A p1, B p2 )

change to:

Class<C,D>.foo ( C p1, D p2 )
@lvc
Copy link
Owner Author

lvc commented Aug 23, 2017

Fixed by commit 9d78fb0 in master.

@lvc lvc closed this as completed Aug 23, 2017
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