dzitkowskik / mini-dos

Project for Distributed Operating Systems at Warsaw University of Technology (Mathematics and Computer Science department) Winter 2015
Apache License 2.0
0 stars 0 forks source link

Duplicated Code - SQLStatementVisitor #74

Closed dzitkowskik closed 8 years ago

dzitkowskik commented 8 years ago

Remove duplicated code in SQLStatementVisitor class implementation. There are many blocks of code which are very similar or even equal in many visit functions, for example "Check final result" or "Get results". They all can be replaced another method. Please get rid of code duplicates!