You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2011/06/14 10:50:47 UTC

[jira] [Created] (DERBY-5275) Remove empty, unused methods in client/am/Lob.java

Remove empty, unused methods in client/am/Lob.java
--------------------------------------------------

                 Key: DERBY-5275
                 URL: https://issues.apache.org/jira/browse/DERBY-5275
             Project: Derby
          Issue Type: Improvement
          Components: Network Client
    Affects Versions: 10.9.0.0
            Reporter: Knut Anders Hatlen
            Assignee: Knut Anders Hatlen
            Priority: Trivial


I noticed these two methods in client/am/Lob.java:

    void completeLocalRollback() {
        ;
    }

    void completeLocalCommit() {
        ;
    }

They are not called anywhere, and could be removed.

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

        

[jira] [Updated] (DERBY-5275) Remove empty, unused methods in client/am/Lob.java

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen updated DERBY-5275:
--------------------------------------

    Attachment: unused.diff

Attaching a patch that removes the methods.

> Remove empty, unused methods in client/am/Lob.java
> --------------------------------------------------
>
>                 Key: DERBY-5275
>                 URL: https://issues.apache.org/jira/browse/DERBY-5275
>             Project: Derby
>          Issue Type: Improvement
>          Components: Network Client
>    Affects Versions: 10.9.0.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>            Priority: Trivial
>         Attachments: unused.diff
>
>
> I noticed these two methods in client/am/Lob.java:
>     void completeLocalRollback() {
>         ;
>     }
>     void completeLocalCommit() {
>         ;
>     }
> They are not called anywhere, and could be removed.

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

        

[jira] [Closed] (DERBY-5275) Remove empty, unused methods in client/am/Lob.java

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen closed DERBY-5275.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.9.0.0

All the regression tests ran cleanly with these methods removed.

Committed revision 1135545.

> Remove empty, unused methods in client/am/Lob.java
> --------------------------------------------------
>
>                 Key: DERBY-5275
>                 URL: https://issues.apache.org/jira/browse/DERBY-5275
>             Project: Derby
>          Issue Type: Improvement
>          Components: Network Client
>    Affects Versions: 10.9.0.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>            Priority: Trivial
>             Fix For: 10.9.0.0
>
>         Attachments: unused.diff
>
>
> I noticed these two methods in client/am/Lob.java:
>     void completeLocalRollback() {
>         ;
>     }
>     void completeLocalCommit() {
>         ;
>     }
> They are not called anywhere, and could be removed.

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