You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "James Carman (JIRA)" <ji...@apache.org> on 2012/09/13 22:03:09 UTC

[jira] [Created] (DBCP-392) Remove Occurrences of Multiple Statements on One Line

James Carman created DBCP-392:
---------------------------------

             Summary: Remove Occurrences of Multiple Statements on One Line
                 Key: DBCP-392
                 URL: https://issues.apache.org/jira/browse/DBCP-392
             Project: Commons Dbcp
          Issue Type: Improvement
    Affects Versions: 1.4
            Reporter: James Carman
            Priority: Minor


The DelegatingConnection class has many methods that are one-liners, but it's actually multiple statements.  When debugging, it can make it appear as if the code is being executed twice (it did to me) at first glance.  If it's multiple statements, we should use multiple lines of code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira