Skip to content

fix qualifier issue#338

Open
stephanenicolas wants to merge 1 commit into
masterfrom
sni/fix-qualifier-name-issue-328
Open

fix qualifier issue#338
stephanenicolas wants to merge 1 commit into
masterfrom
sni/fix-qualifier-name-issue-328

Conversation

@stephanenicolas
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Collaborator

dlemures commented Jul 2, 2019

RTM

@coveralls
Copy link
Copy Markdown

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.

3 participants