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

removed prefix from suppression strings and added suppression tests #20

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

Conversation

sgoldfed
Copy link
Owner

No description provided.

@ghost ghost assigned cgruber Aug 23, 2013
@@ -41,39 +42,73 @@ public void setN(int n) {}
* A class in which a single javax.inject.Qualifier annotation is on the class, on a constructor,
* on a field, on a method, and on a method parameter.
*/
@Foo
@Foo1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you change all of these to @Foo1?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey sorry for the delay--I forgot to change my email settings to my personal account so didn't get the updates. Before I had the suppression tests, in the negative cases there was only a need to have one qualifier(and one BindingAnnotation) so I called it @Foo. But. when I added the suppression tests, I needed two qualifiers so that I could put two on and suppress the warnings. So I added a second qualifier and instead of having one named @Foo, I used @Foo1 and @Foo2. In the old tests where I only needed one qualifier, I used @Foo1.

@cgruber
Copy link
Collaborator

cgruber commented Aug 26, 2013

Other than one question in a test, this is pretty awesome.

@sgoldfed
Copy link
Owner Author

PTAL

@cgruber cgruber removed their assignment Feb 19, 2020
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.

2 participants