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

fix: deadstore FP where use happens after first return statement #72

Merged
merged 3 commits into from
Aug 19, 2022

Conversation

coolhill
Copy link
Contributor

@coolhill coolhill commented Aug 18, 2022

Pull request description

  • Fixes FP in dead-store where a defined variable is used after the first return statement.

Fixes issues

@coolhill coolhill requested a review from fcasal August 18, 2022 20:56
@fcasal fcasal merged commit 00d8496 into main Aug 19, 2022
@dguido dguido deleted the deadstore-fix branch December 15, 2022 23:52
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.

False positive for dead-store rule
2 participants