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 mapColumnsToProperties method #284

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

Conversation

Matheus-maas
Copy link

Checking the mapColumnsToProperties method on line 220 with SonarQube showed a CodeSmell considered to be of high complexity. I made these changes by fragmenting this method into smaller ones, to reduce complexity

Checking the mapColumnsToProperties method on line 220 with SonarQube showed a CodeSmell considered to be of high complexity. I made these changes by fragmenting this method into smaller ones, to reduce complexity
@garydgregory
Copy link
Member

-1: like the other PR, I don't see this as an improvement.

@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