You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "David Bertoni (JIRA)" <xe...@xml.apache.org> on 2005/04/21 20:27:29 UTC

[jira] Created: (XERCESC-1410) RefHashTableOf should have an accessor for its fCount data member

RefHashTableOf should have an accessor for its fCount data member
-----------------------------------------------------------------

         Key: XERCESC-1410
         URL: http://issues.apache.org/jira/browse/XERCESC-1410
     Project: Xerces-C++
        Type: Improvement
  Components: Utilities  
    Versions: 2.6.0    
    Reporter: David Bertoni
 Assigned to: David Bertoni 
 Attachments: patch.txt

There are numerous places in the code where it's necessary to create an enumerator to find out how many elements are in a particular RefHashTableOf instance.  These could be simplified by exposing this data member.

I am attaching a patch for comments.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Resolved: (XERCESC-1410) RefHashTableOf should have an accessor for its fCount data member

Posted by "David Bertoni (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESC-1410?page=all ]
     
David Bertoni resolved XERCESC-1410:
------------------------------------

     Resolution: Fixed
    Fix Version: Nightly build (please specify the date)

> RefHashTableOf should have an accessor for its fCount data member
> -----------------------------------------------------------------
>
>          Key: XERCESC-1410
>          URL: http://issues.apache.org/jira/browse/XERCESC-1410
>      Project: Xerces-C++
>         Type: Improvement
>   Components: Utilities
>     Versions: 2.6.0
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>      Fix For: Nightly build (please specify the date)
>  Attachments: patch.txt
>
> There are numerous places in the code where it's necessary to create an enumerator to find out how many elements are in a particular RefHashTableOf instance.  These could be simplified by exposing this data member.
> I am attaching a patch for comments.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (XERCESC-1410) RefHashTableOf should have an accessor for its fCount data member

Posted by "Alberto Massari (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESC-1410?page=comments#action_63475 ]
     
Alberto Massari commented on XERCESC-1410:
------------------------------------------

The patch looks fine to me.

Alberto

> RefHashTableOf should have an accessor for its fCount data member
> -----------------------------------------------------------------
>
>          Key: XERCESC-1410
>          URL: http://issues.apache.org/jira/browse/XERCESC-1410
>      Project: Xerces-C++
>         Type: Improvement
>   Components: Utilities
>     Versions: 2.6.0
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>  Attachments: patch.txt
>
> There are numerous places in the code where it's necessary to create an enumerator to find out how many elements are in a particular RefHashTableOf instance.  These could be simplified by exposing this data member.
> I am attaching a patch for comments.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (XERCESC-1410) RefHashTableOf should have an accessor for its fCount data member

Posted by "David Bertoni (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESC-1410?page=all ]
     
David Bertoni closed XERCESC-1410:
----------------------------------


> RefHashTableOf should have an accessor for its fCount data member
> -----------------------------------------------------------------
>
>          Key: XERCESC-1410
>          URL: http://issues.apache.org/jira/browse/XERCESC-1410
>      Project: Xerces-C++
>         Type: Improvement
>   Components: Utilities
>     Versions: 2.6.0
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>      Fix For: Nightly build (please specify the date)
>  Attachments: patch.txt
>
> There are numerous places in the code where it's necessary to create an enumerator to find out how many elements are in a particular RefHashTableOf instance.  These could be simplified by exposing this data member.
> I am attaching a patch for comments.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (XERCESC-1410) RefHashTableOf should have an accessor for its fCount data member

Posted by "David Bertoni (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESC-1410?page=all ]

David Bertoni updated XERCESC-1410:
-----------------------------------

    Attachment: patch.txt

> RefHashTableOf should have an accessor for its fCount data member
> -----------------------------------------------------------------
>
>          Key: XERCESC-1410
>          URL: http://issues.apache.org/jira/browse/XERCESC-1410
>      Project: Xerces-C++
>         Type: Improvement
>   Components: Utilities
>     Versions: 2.6.0
>     Reporter: David Bertoni
>     Assignee: David Bertoni
>  Attachments: patch.txt
>
> There are numerous places in the code where it's necessary to create an enumerator to find out how many elements are in a particular RefHashTableOf instance.  These could be simplified by exposing this data member.
> I am attaching a patch for comments.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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