tabulapdf / tabula-java

Extract tables from PDF files
MIT License
1.77k stars 412 forks source link

small refactoring, in order to solve some code smells #528

Closed StylianosBairamis closed 6 months ago

StylianosBairamis commented 1 year ago

Hi, iam currently learning about code smells, i have used the tool JDeodorant to find some code smells and refactor them. I have simply broke down a method to smaller one and moved an inner class to other class. I hope i helpt :)