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.

@github-actions github-actions bot added this to In progress in Best Kanban Mar 1, 2023
@antonioaversa antonioaversa added the Type: Improvement Making existing code better. label Mar 1, 2023
@sonarcloud
Copy link

sonarcloud 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

@sonarcloud
Copy link

sonarcloud 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

@github-actions github-actions bot moved this from In progress to Review in progress in Best Kanban Mar 1, 2023
@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
Best Kanban automation moved this from Review in progress to Validate Peach Mar 2, 2023
@martin-strecker-sonarsource martin-strecker-sonarsource deleted the Antonio/facade-isknown-attribute-cleanup branch March 2, 2023 07:55
@antonioaversa antonioaversa moved this from Validate Peach to Done in Best Kanban Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Improvement Making existing code better.
Projects
Best Kanban
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants