commons-dbutils
commons-dbutils copied to clipboard
Reducing the complexity of the mapColumnsToProperties method
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
-1: like the other PR, I don't see this as an improvement.
Ok, I was doing this quality analysis on the project and noticed this point that SonarQube complained about. Thanks for the feedback!