-
Notifications
You must be signed in to change notification settings - Fork 229
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
S3655: "In" method params #7006
S3655: "In" method params #7006
Conversation
4cf35c7
to
008e632
Compare
.../tests/SonarAnalyzer.UnitTest/TestCases/SymbolicExecution/Roslyn/EmptyNullableValueAccess.cs
Outdated
Show resolved
Hide resolved
.../tests/SonarAnalyzer.UnitTest/TestCases/SymbolicExecution/Roslyn/EmptyNullableValueAccess.cs
Outdated
Show resolved
Hide resolved
} | ||
} | ||
|
||
class AClassWithStaticValueProperty |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is quite a mouth full:
class AClassWithStaticValueProperty | |
class StaticValue |
.../tests/SonarAnalyzer.UnitTest/TestCases/SymbolicExecution/Roslyn/EmptyNullableValueAccess.cs
Outdated
Show resolved
Hide resolved
.../tests/SonarAnalyzer.UnitTest/TestCases/SymbolicExecution/Roslyn/EmptyNullableValueAccess.cs
Outdated
Show resolved
Hide resolved
.../tests/SonarAnalyzer.UnitTest/TestCases/SymbolicExecution/Roslyn/EmptyNullableValueAccess.cs
Outdated
Show resolved
Hide resolved
.../tests/SonarAnalyzer.UnitTest/TestCases/SymbolicExecution/Roslyn/EmptyNullableValueAccess.cs
Outdated
Show resolved
Hide resolved
c9ab91c
to
32b0d1e
Compare
8856033
to
74ea7d5
Compare
2bd97e4
to
2006f8e
Compare
74ea7d5
to
2dea496
Compare
2006f8e
to
ab806fa
Compare
13cd855
to
267e7fd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can clean-up the in
test cases a bit.
.../tests/SonarAnalyzer.UnitTest/TestCases/SymbolicExecution/Roslyn/EmptyNullableValueAccess.cs
Outdated
Show resolved
Hide resolved
9fceacf
to
b9ec45d
Compare
Kudos, SonarCloud Quality Gate passed! |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Part 7 of task 6 of #6794
Previous task: #7000
Addresses:
feature/SE
, reviewed twice due to a change of base branch as explained here;The idea was to assert all (again) is to be sure that the pairing (left vs. right) doesn't go out of sync. That would ensure that it works, and that it works for a good reason. In theory, the pairing could go out of sync somewhere and it could end up as a green test by coincidence.