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

fix qualifier issue #338

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

stephanenicolas
Copy link
Owner

@stephanenicolas stephanenicolas commented Jul 2, 2019

There was a little thing wrong in the case of a qualifier being an internal class. The compiler was using getName() from the annotation processing API which translates, not into getName() at runtime time but getCanonicalName().

Tests have been updated, and the API is more complete to use qualifiers to getInstance/Provider/Lazy using TP.

@dlemures
Copy link
Collaborator

dlemures commented Jul 2, 2019

RTM

@stephanenicolas stephanenicolas force-pushed the sni/fix-qualifier-name-issue-328 branch from 24a9a78 to 9296709 Compare July 2, 2019 23:31
@stephanenicolas
Copy link
Owner Author

@dlemures can you re-check it please? The new version is much cleaner. The initial tests were not in the right test class.

@dlemures
Copy link
Collaborator

dlemures commented Jul 2, 2019

RTM

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 95.335% when pulling 9296709 on sni/fix-qualifier-name-issue-328 into 54476ca on master.

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

Successfully merging this pull request may close these issues.

None yet

3 participants