-
Notifications
You must be signed in to change notification settings - Fork 39
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
Introduce DuplicateAnnotationAttributeListing
#1070
base: master
Are you sure you want to change the base?
Introduce DuplicateAnnotationAttributeListing
#1070
Conversation
3498b54
to
1734b84
Compare
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
1734b84
to
3f3ae86
Compare
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
Quality Gate passedIssues Measures |
Mutation testing report by Pitest. Review any surviving mutants by inspecting the line comments under Files changed. |
* listings of each nested annotation will be the visited through the {@link | ||
* AnnotationTreeMatcher}. | ||
*/ | ||
private static ImmutableSet<Tree> getNonDuplicateEntries( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In theory, this method will flag duplicates of different types with the same name. In practice, that should not happen since listings are of the same type.
#1044
Suggested commit message 🎉