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

Reducing the complexity of the fillStatement method #282

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Matheus-maas
Copy link

Checking the fillStatement method on line 303 with SonarQube showed CodeSmell, it seems that it considered a high complexity. I made these changes by fragmenting this method into smaller ones, to reduce complexity

Checking the fillStatement method on line 303 with SonarQube showed CodeSmell, it seems that it considered a high complexity. I made these changes by fragmenting this method into smaller ones, to reduce complexity
Copy link
Member

@garydgregory garydgregory left a comment

Choose a reason for hiding this comment

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

-1: I don't see how this is better than what we have now. It might even make or worse 🤔

@Matheus-maas
Copy link
Author

Matheus-maas commented Jun 23, 2024

Ok, I was doing this quality analysis on the project and noticed this point that SonarQube complained about. Thanks for the feedback!

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