commons-dbutils
commons-dbutils copied to clipboard
Reducing the complexity of the fillStatement method
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
Ok, I was doing this quality analysis on the project and noticed this point that SonarQube complained about. Thanks for the feedback!