Refactor QuerySplitter
----------------------
Key: HHH-6720
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6720
Project: Hibernate Core
Issue Type: Improvement
Reporter: Guilherme Silveira
QuerySplitter has a high cyclo complexity and therefore it's easy to be afraid of
touching it as there are many branches, local variables and cases. Refactoring, extracting
methods and removing useless variables and logic branches will make it easier to
understand and allow us to refactor even further (maybe adding objects instead of only
strings).
https://github.com/guilhermesilveira/hibernate-core/commit/8783b1da902837...
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira