You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Brian Minchau (JIRA)" <xa...@xml.apache.org> on 2006/03/08 04:35:53 UTC

[jira] Created: (XALANJ-2277) Both ToStream and its superclass SerializerBase define m_cdataTagOpen

Both ToStream and its superclass SerializerBase define m_cdataTagOpen
---------------------------------------------------------------------

         Key: XALANJ-2277
         URL: http://issues.apache.org/jira/browse/XALANJ-2277
     Project: XalanJ2
        Type: Bug
    Reporter: Brian Minchau


m_cdatatTagOpen is a flag to indicate if one is in the middle of writing out:
    <![CDATA[ ....
and aids in merging CDATA  or in writing out a closing ]]>

It can't be good to have identical instance variables, but with the one in ToStream hiding the one in its super class.
It just can't be good.

The fix is to remove the definition in ToStream.

-- 
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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Resolved: (XALANJ-2277) Both ToXMLStream and its superclass SerializerBase define m_cdataTagOpen

Posted by "Brian Minchau (JIRA)" <xa...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XALANJ-2277?page=all ]
     
Brian Minchau resolved XALANJ-2277:
-----------------------------------

    Fix Version: Latest Development Code
     Resolution: Fixed

Fixed in latest development code.

> Both ToXMLStream and its superclass SerializerBase define m_cdataTagOpen
> ------------------------------------------------------------------------
>
>          Key: XALANJ-2277
>          URL: http://issues.apache.org/jira/browse/XALANJ-2277
>      Project: XalanJ2
>         Type: Bug
>   Components: Serialization
>     Versions: Latest Development Code
>     Reporter: Brian Minchau
>      Fix For: Latest Development Code
>  Attachments: patch1.txt, patch2.txt
>
> m_cdatatTagOpen is a flag to indicate if one is in the middle of writing out:
>     <![CDATA[ ....
> and aids in merging CDATA  or in writing out a closing ]]>
> It can't be good to have identical instance variables, but with the one in ToXMLStream hiding the one in its super class.
> It just can't be good.
> The fix is to remove the definition in ToXMLStream.

-- 
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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Commented: (XALANJ-2277) Both ToXMLStream and its superclass SerializerBase define m_cdataTagOpen

Posted by "Yash Talwar (JIRA)" <xa...@xml.apache.org>.
    [ http://issues.apache.org/jira/browse/XALANJ-2277?page=comments#action_12369659 ] 

Yash Talwar commented on XALANJ-2277:
-------------------------------------

I have reviewed the changes being made in patch2.txt.  The changes look good to me.
I approve.

Yash.

> Both ToXMLStream and its superclass SerializerBase define m_cdataTagOpen
> ------------------------------------------------------------------------
>
>          Key: XALANJ-2277
>          URL: http://issues.apache.org/jira/browse/XALANJ-2277
>      Project: XalanJ2
>         Type: Bug
>   Components: Serialization
>     Versions: Latest Development Code
>     Reporter: Brian Minchau
>  Attachments: patch1.txt, patch2.txt
>
> m_cdatatTagOpen is a flag to indicate if one is in the middle of writing out:
>     <![CDATA[ ....
> and aids in merging CDATA  or in writing out a closing ]]>
> It can't be good to have identical instance variables, but with the one in ToXMLStream hiding the one in its super class.
> It just can't be good.
> The fix is to remove the definition in ToXMLStream.

-- 
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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org


[jira] Closed: (XALANJ-2277) Both ToXMLStream and its superclass SerializerBase define m_cdataTagOpen

Posted by "Brian Minchau (JIRA)" <xa...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XALANJ-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Minchau closed XALANJ-2277.
---------------------------------


closing this issue.

> Both ToXMLStream and its superclass SerializerBase define m_cdataTagOpen
> ------------------------------------------------------------------------
>
>                 Key: XALANJ-2277
>                 URL: https://issues.apache.org/jira/browse/XALANJ-2277
>             Project: XalanJ2
>          Issue Type: Bug
>          Components: Serialization
>    Affects Versions: 2.7
>            Reporter: Brian Minchau
>             Fix For: 2.7.1
>
>         Attachments: patch1.txt, patch2.txt
>
>
> m_cdatatTagOpen is a flag to indicate if one is in the middle of writing out:
>     <![CDATA[ ....
> and aids in merging CDATA  or in writing out a closing ]]>
> It can't be good to have identical instance variables, but with the one in ToXMLStream hiding the one in its super class.
> It just can't be good.
> The fix is to remove the definition in ToXMLStream.

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


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