ValueWriter needs to use IndentityHash for tracking duplicate objects.
----------------------------------------------------------------------

                 Key: YOKO-341
                 URL: https://issues.apache.org/jira/browse/YOKO-341
             Project: Yoko - CORBA Server
          Issue Type: Bug
          Components: orb core
    Affects Versions: v1.0.0
            Reporter: Rick McGuire
         Assigned To: Rick McGuire
             Fix For: v1.0.0


The ValueWriter class keeps a table of objects that have already been written 
to the output stream.  This table is implemented with a Hashtable, which tracks 
using .equals() compares rather than object identity.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to