[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6720) Refactor QuerySplitter

Guilherme Silveira (JIRA) noreply at atlassian.com
Mon Oct 10 12:13:19 EDT 2011


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/8783b1da902837aa41e2608ed41128d3e38c7fa4

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list