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

SyntaxFacade: fix the order of parameters in IsKnownAttributeType #6838

Merged

Conversation

antonioaversa
Copy link
Contributor

Relates to #6760

#6760 has introduced a new method IsKnownAttribute in SyntaxFacade for the needs of #6703.

This PR does cleanup of #6760, fixing the order of parameters of the new API, to conform to code conventions.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 1, 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

@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 1, 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

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@antonioaversa
Copy link
Contributor Author

@martin-strecker-sonarsource I have tried to apply your suggestion given here, but it gets very complex very quickly since the new TAttributeSyntax type parameters would need to be declared in a lot of places, leading to a lot of changes.

@antonioaversa antonioaversa marked this pull request as ready for review March 1, 2023 17:12
@martin-strecker-sonarsource martin-strecker-sonarsource merged commit 9715c02 into master Mar 2, 2023
@martin-strecker-sonarsource martin-strecker-sonarsource deleted the Antonio/facade-isknown-attribute-cleanup branch March 2, 2023 07:55
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