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

Warn about usage of with(Matcher<<BoxedNativeType>>) #85

Open
olibye opened this issue Jan 28, 2016 · 0 comments
Open

Warn about usage of with(Matcher<<BoxedNativeType>>) #85

olibye opened this issue Jan 28, 2016 · 0 comments

Comments

@olibye
Copy link
Member

olibye commented Jan 28, 2016

The original source code support for that had to be moved from java to generated code as the java compiler no longer supports overloaded methods that overlap e.g.
...with(Object) ...with(Boolean)

The code that supports this in 2.8.X is generated with ASM and may not be supported in future run times.

Need to warn people to migrate to withInt withBoolean type methods.

Which sucks.

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