-
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
Fix S1144 FP: Nested types decorated with StructLayout attribute #9441
Fix S1144 FP: Nested types decorated with StructLayout attribute #9441
Conversation
b1ec68c
to
8820b50
Compare
0d9fc26
to
36a5bf5
Compare
@@ -54,18 +54,6 @@ | |||
"Uri": "https://github.com/SonarSource/sonar-dotnet/blob/master/analyzers/its/Projects/akka.net/src/core/Akka/Event/DeadLetterListener.cs#L255", | |||
"Location": "Line 255 Position 29-37" | |||
}, | |||
{ | |||
"Id": "S1144", |
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.
Both are FPs: private readonly
fields inside a type marked with the StructLayout
attribute.
Quality Gate passed for 'Sonar .NET Java Plugin'Issues Measures |
Quality Gate passed for 'SonarAnalyzer for .NET'Issues Measures |
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
Peach validation was successful: ~50 FP cases were eliminated. |
Fixes #9432