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 S1854 FN: Proper support of try/catch statements #4940

Closed
pavel-mikula-sonarsource opened this issue Sep 30, 2021 · 0 comments · Fixed by #9450
Closed

Fix S1854 FN: Proper support of try/catch statements #4940

pavel-mikula-sonarsource opened this issue Sep 30, 2021 · 0 comments · Fixed by #9450
Assignees
Labels
Area: C# C# rules related issues. Area: CFG/SE CFG and SE related issues. Type: False Negative Rule is NOT triggered when it should be.
Milestone

Comments

@pavel-mikula-sonarsource
Copy link
Contributor

Many try/catch scenarios are currently muted by MutedSyntaxWalker.

We need to update our LVA to properly support all possible paths there to be able to remove the muting logic.

@pavel-mikula-sonarsource pavel-mikula-sonarsource added Area: C# C# rules related issues. Area: CFG/SE CFG and SE related issues. Type: False Negative Rule is NOT triggered when it should be. labels Sep 30, 2021
@pavel-mikula-sonarsource pavel-mikula-sonarsource changed the title Fix S1854 FN: Proper support to try/catch statemens Fix S1854 FN: Proper support of try/catch statemens Sep 30, 2021
@pavel-mikula-sonarsource pavel-mikula-sonarsource changed the title Fix S1854 FN: Proper support of try/catch statemens Fix S1854 FN: Proper support of try/catch statements Sep 30, 2021
@pavel-mikula-sonarsource pavel-mikula-sonarsource added this to the 9.28 milestone Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: C# C# rules related issues. Area: CFG/SE CFG and SE related issues. Type: False Negative Rule is NOT triggered when it should be.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants