-
Notifications
You must be signed in to change notification settings - Fork 231
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
Implement early bail-out #5405
Merged
costin-zaharia-sonarsource
merged 0 commits into
costin/SafeSyntaxWalker
from
costin/exit-early-cs
Feb 18, 2022
Merged
Implement early bail-out #5405
costin-zaharia-sonarsource
merged 0 commits into
costin/SafeSyntaxWalker
from
costin/exit-early-cs
Feb 18, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
costin-zaharia-sonarsource
force-pushed
the
costin/exit-early-cs
branch
from
February 17, 2022 14:35
8337b32
to
d16b204
Compare
costin-zaharia-sonarsource
force-pushed
the
costin/exit-early-cs
branch
2 times, most recently
from
February 17, 2022 16:38
a7d33a1
to
0fb50c6
Compare
costin-zaharia-sonarsource
changed the title
Implement early bail-out for CSharp
Implement early bail-out
Feb 17, 2022
pavel-mikula-sonarsource
requested changes
Feb 18, 2022
analyzers/src/SonarAnalyzer.CSharp/SymbolicExecution/Roslyn/LocksReleasedAllPaths.cs
Outdated
Show resolved
Hide resolved
analyzers/src/SonarAnalyzer.CSharp/SymbolicExecution/Roslyn/LocksReleasedAllPaths.cs
Outdated
Show resolved
Hide resolved
analyzers/src/SonarAnalyzer.VisualBasic/SymbolicExecution/Roslyn/LocksReleasedAllPaths.cs
Outdated
Show resolved
Hide resolved
...rs/src/SonarAnalyzer.Common/SymbolicExecution/Roslyn/RuleChecks/LocksReleasedAllPathsBase.cs
Outdated
Show resolved
Hide resolved
...rs/src/SonarAnalyzer.Common/SymbolicExecution/Roslyn/RuleChecks/LocksReleasedAllPathsBase.cs
Outdated
Show resolved
Hide resolved
...yzer.UnitTest/TestCases/SymbolicExecution/Roslyn/LocksReleasedAllPaths.Monitor.Conditions.cs
Outdated
Show resolved
Hide resolved
...rs/src/SonarAnalyzer.Common/SymbolicExecution/Roslyn/RuleChecks/LocksReleasedAllPathsBase.cs
Outdated
Show resolved
Hide resolved
costin-zaharia-sonarsource
force-pushed
the
costin/exit-early-cs
branch
4 times, most recently
from
February 18, 2022 10:20
d3ebb2e
to
c5ac8dc
Compare
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! |
costin-zaharia-sonarsource
changed the base branch from
master
to
costin/SafeSyntaxWalker
February 18, 2022 11:02
costin-zaharia-sonarsource
force-pushed
the
costin/exit-early-cs
branch
from
February 18, 2022 11:02
c5ac8dc
to
27b77ab
Compare
costin-zaharia-sonarsource
force-pushed
the
costin/exit-early-cs
branch
from
February 18, 2022 11:09
27b77ab
to
fa5de87
Compare
costin-zaharia-sonarsource
force-pushed
the
costin/SafeSyntaxWalker
branch
from
February 18, 2022 11:12
5c94cb7
to
e5d0a79
Compare
costin-zaharia-sonarsource
force-pushed
the
costin/SafeSyntaxWalker
branch
from
February 18, 2022 11:15
e5d0a79
to
e3909a4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #5375