-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Java/C#: exclude parameterless constructors from DataFlowTargetApi
#11624
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
Java/C#: exclude parameterless constructors from DataFlowTargetApi
#11624
Conversation
DataFlowTargetApi
|
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.
The changes looks good, but I have added some comments for refactoring and testing.
Thanks again for the review! 🙂 I've addressed your comments, let me know if anything else needs to be adjusted. |
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.
Yes, this is excellent!
@jcogs33 : I have just merged some renaming including the renaming of some of the testcases, which has lead to some merge conflicts in this PR. |
4f943c5
to
22f8d97
Compare
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.
Excellent work!
DCA looks good. Both Java and C# shows a good reduction in the number of generated neutral models! |
Description
This PR updates
DataFlowTargetApi
to exclude parameterless constructors.Consideration
Same as for #11623:
(cc @michaelnebel)