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

Move createErrorToSubclass method to subclass #246

Merged
merged 2 commits into from
Oct 3, 2024

Conversation

nimakarimipour
Copy link
Member

@nimakarimipour nimakarimipour commented Oct 3, 2024

This PR is a cleanup that is required before the upcoming major PR that adds support for taint checker inference.

Method checker#createErrorToSubclass is only used in subclass instance. This PR moves the declaration to the subclass that uses this method and removes it from the super class.

@nimakarimipour nimakarimipour added the refactoring/simplification Refactoring Simplification label Oct 3, 2024
@nimakarimipour nimakarimipour self-assigned this Oct 3, 2024
@nimakarimipour nimakarimipour merged commit c493546 into master Oct 3, 2024
7 checks passed
@nimakarimipour nimakarimipour deleted the nimak/movecreateErrorToSubclass branch October 3, 2024 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring/simplification Refactoring Simplification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant