You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Andrew Stitcher (JIRA)" <ji...@apache.org> on 2013/06/04 17:09:21 UTC

[jira] [Comment Edited] (QPID-4905) C++ Broker/common code needs tidying up of obsolete/unused code

    [ https://issues.apache.org/jira/browse/QPID-4905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13674469#comment-13674469 ] 

Andrew Stitcher edited comment on QPID-4905 at 6/4/13 3:09 PM:
---------------------------------------------------------------

framing::OutputHandler has a comment:
bq.   // TODO aconway 2007-08-29: Replace with FrameHandler.
and indeed the only function of the OutputHandler class is to change send() in the child classes into handle() in the parent class so we can remove OutputHandler completely and rename send()->handle() in the child classes.
                
      was (Author: astitcher):
    framing::OutputHandler has a comment:
bq.   // TODO aconway 2007-08-29: Replace with FrameHandler.
and indeed the only function of the OutputHandler class is to change send() in the child classes into handle() in the parent class so we can remove OutputHandler completely and rename send()->handle().
                  
> C++ Broker/common code needs tidying up of obsolete/unused code
> ---------------------------------------------------------------
>
>                 Key: QPID-4905
>                 URL: https://issues.apache.org/jira/browse/QPID-4905
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker, C++ Client
>            Reporter: Andrew Stitcher
>            Assignee: Andrew Stitcher
>
> There is quite a lot of code in the Qpid C++ code base that is vestigial (like your appendix). In the name of easier code maintenance we should remove it.
> I will detail some of the things I have found as comments to this JIRA, if they attract sufficient comment they can be broken out as subtasks to this issue. 

--
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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org