Matheus_Maas
Matheus_Maas
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,...
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...
I added an explicit check for resultSet.next(). If there are no more rows, a NoSuchElementException exception is thrown. And I also updated the documentation to include the behavior when there...