Skip to content

Conversation

@pavel-mikula-sonarsource
Copy link
Contributor

Fixes #9485

Base automatically changed from Pavel/S3247-02-IsAs to master June 28, 2024 09:21
@pavel-mikula-sonarsource pavel-mikula-sonarsource marked this pull request as ready for review June 28, 2024 09:31
Copy link
Contributor

@sebastien-marichal sebastien-marichal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

_ = (Fruit)f.Property; // Secondary
}

if(LocalProperty is Fruit) // Noncompliant
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick, missing space:

Suggested change
if(LocalProperty is Fruit) // Noncompliant
if (LocalProperty is Fruit) // Noncompliant

@pavel-mikula-sonarsource pavel-mikula-sonarsource enabled auto-merge (squash) June 28, 2024 12:53
@sonarqubecloud
Copy link

@sonarqubecloud
Copy link

@sebastien-marichal
Copy link
Contributor

sebastien-marichal commented Jul 1, 2024

Peach validation revealed FNs: #9491 created.

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.

Fix S3247 FP: Should not report on member access objects

2 participants