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

Avoid serializing 0-argument super calls in constructors #142

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

nimakarimipour
Copy link
Member

@nimakarimipour nimakarimipour commented Feb 16, 2023

This PR prevents scanner to serialize generated constructor calls to super class with 0 arguments. These calls cannot have any impact on triggering new errors (they have no argument or return value). Preventing this, will reduce the output significantly and removes noises from unit tests.

@nimakarimipour nimakarimipour changed the title Update scanner for serializing constructors calls Avoid serializing 0-argument in super constructor Feb 17, 2023
@nimakarimipour nimakarimipour added the low priority Low priority task label Feb 17, 2023
@nimakarimipour nimakarimipour changed the title Avoid serializing 0-argument in super constructor Avoid serializing 0-argument super calls in constructors Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority Low priority task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant