qpid-tool schema descriptions repeated / duplicated
---------------------------------------------------

                 Key: QPID-3442
                 URL: https://issues.apache.org/jira/browse/QPID-3442
             Project: Qpid
          Issue Type: Bug
          Components: Tools
    Affects Versions: 0.10
         Environment: Linux version 2.6.18-194.32.1.el5 
(mockbu...@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 
4.1.2-48)) #1 SMP Wed Jan 5 17:52:25 EST 2011
Python 2.4.3


Linux version 2.6.32-5-amd64 (Debian 2.6.32-35) (da...@debian.org) (gcc version 
4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue Jun 14 09:42:28 UTC 2011
Python 2.6.6
            Reporter: Paul Colby
            Priority: Minor


It seems that when qpid-tool displays a schema element with no description, it 
repeats the previous element's description (if any) instead.

For example:
{code}
qpid: schema connection
Object Class: Table Class: 
org.apache.qpid.broker:connection:_data(1cb21a64-b290-c47d-40bc-5ea42cffd7c7)
    Element            Type          Access      Unit  Notes      Description
    
=================================================================================================================================
    vhostRef           reference     ReadCreate        index
    address            short-string  ReadCreate        index
    incoming           boolean       ReadCreate
    SystemConnection   boolean       ReadCreate                   
Infrastucture/ Inter-system connection (Cluster, Federation, ...)
    federationLink     boolean       ReadOnly                     Is this a 
federation link
    authIdentity       short-string  ReadOnly                     authId of 
connection if authentication enabled
    remoteProcessName  long-string   ReadOnly          optional   Name of 
executable running as remote client
    remotePid          uint32        ReadOnly          optional   Process ID of 
remote client
    remoteParentPid    uint32        ReadOnly          optional   Parent 
Process ID of remote client
    shadow             boolean       ReadOnly                     True for 
shadow connections
    closing            boolean                                    True for 
shadow connections
    framesFromClient   uint64                                     True for 
shadow connections
    framesToClient     uint64                                     True for 
shadow connections
    bytesFromClient    uint64                                     True for 
shadow connections
    bytesToClient      uint64                                     True for 
shadow connections
    msgsFromClient     uint64                                     True for 
shadow connections
    msgsToClient       uint64                                     True for 
shadow connections

  Method: close
qpid:
{code}

If this example, you can see that the {{shadow}} element's description ("{{True 
for shadow connections}}") has been repeated for all elements after it.

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

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

Reply via email to