-
Notifications
You must be signed in to change notification settings - Fork 71
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 negative: change in default parameter type #136
Comments
Looks like we shouldn't ignore the synthetic accessors for default values. AFAIR synthetic accessors are generally ignored because they cannot be called across compilation units but this is not the case here. |
I would be happy to fix this in the upcoming days. |
@szeiger Go ahead, I didn't start my fix. 😉 |
szeiger
added a commit
to szeiger/migration-manager
that referenced
this issue
Nov 23, 2016
They are called from other compilation units and their names can change when a new overload is added to a method with default values. Fixes lightbend-labs#136.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version 1
Version 2
Client
Error
Note
See sbt/contraband#48 for more context.
The text was updated successfully, but these errors were encountered: