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

S3655: "In" method params #7006

Merged

Conversation

antonioaversa
Copy link
Contributor

@antonioaversa antonioaversa commented Mar 29, 2023

Part 7 of task 6 of #6794

Previous task: #7000

Addresses:

  • comments received on S3655: Boxing #6996 on commits already merged into feature/SE, reviewed twice due to a change of base branch as explained here;
  • comment received offline on S3655: Deconstruction and null forgiving operator #6962 (comment): 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.

@antonioaversa antonioaversa changed the base branch from master to Antonio/S3655-cs9-cs10-syntax-step6-6 March 29, 2023 14:11
@antonioaversa antonioaversa mentioned this pull request Mar 29, 2023
@antonioaversa antonioaversa changed the title S3655: General fixes S3655: "In" method params Mar 29, 2023
@antonioaversa antonioaversa force-pushed the Antonio/S3655-cs9-cs10-syntax-step6-6 branch from 4cf35c7 to 008e632 Compare March 30, 2023 06:55
}
}

class AClassWithStaticValueProperty

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:

Suggested change
class AClassWithStaticValueProperty
class StaticValue

@antonioaversa antonioaversa force-pushed the Antonio/S3655-cs9-cs10-syntax-step6-6 branch from c9ab91c to 32b0d1e Compare March 30, 2023 11:59
@antonioaversa antonioaversa force-pushed the Antonio/S3655-cs9-cs10-syntax-step6-6 branch from 8856033 to 74ea7d5 Compare March 31, 2023 11:47
@antonioaversa antonioaversa force-pushed the Antonio/S3655-cs9-cs10-syntax-step6-7 branch from 2bd97e4 to 2006f8e Compare March 31, 2023 11:50
@antonioaversa antonioaversa force-pushed the Antonio/S3655-cs9-cs10-syntax-step6-6 branch from 74ea7d5 to 2dea496 Compare March 31, 2023 12:07
@antonioaversa antonioaversa force-pushed the Antonio/S3655-cs9-cs10-syntax-step6-7 branch from 2006f8e to ab806fa Compare March 31, 2023 12:07
Base automatically changed from Antonio/S3655-cs9-cs10-syntax-step6-6 to feature/SE March 31, 2023 12:27
@antonioaversa antonioaversa force-pushed the Antonio/S3655-cs9-cs10-syntax-step6-7 branch 3 times, most recently from 13cd855 to 267e7fd Compare April 4, 2023 10:13
@antonioaversa antonioaversa marked this pull request as ready for review April 4, 2023 10:18
Copy link
Contributor

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.

Base automatically changed from feature/SE to master April 4, 2023 13:05
@antonioaversa antonioaversa force-pushed the Antonio/S3655-cs9-cs10-syntax-step6-7 branch from 9fceacf to b9ec45d Compare April 4, 2023 13:45
@sonarcloud
Copy link

sonarcloud bot commented Apr 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Apr 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Contributor

Choose a reason for hiding this comment

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

LGTM

@martin-strecker-sonarsource martin-strecker-sonarsource merged commit 2fd0144 into master Apr 5, 2023
@martin-strecker-sonarsource martin-strecker-sonarsource deleted the Antonio/S3655-cs9-cs10-syntax-step6-7 branch April 5, 2023 08:59
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.

2 participants