You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by "Johannes Koch (JIRA)" <xe...@xml.apache.org> on 2009/07/17 12:11:14 UTC

[jira] Created: (XERCESJ-1385) wrong return value in org.apache.html.dom.HTMLAreaElementImpl.getNoHref()

wrong return value in org.apache.html.dom.HTMLAreaElementImpl.getNoHref()
-------------------------------------------------------------------------

                 Key: XERCESJ-1385
                 URL: https://issues.apache.org/jira/browse/XERCESJ-1385
             Project: Xerces2-J
          Issue Type: Bug
          Components: DOM (HTML)
    Affects Versions: 2.9.0
            Reporter: Johannes Koch


org.apache.html.dom.HTMLAreaElementImpl.getNoHref():

        return getBinary( "href" );

must be

        return getBinary( "nohref" );


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


[jira] Closed: (XERCESJ-1385) wrong return value in org.apache.html.dom.HTMLAreaElementImpl.getNoHref()

Posted by "Johannes Koch (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESJ-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johannes Koch closed XERCESJ-1385.
----------------------------------


Thanks

> wrong return value in org.apache.html.dom.HTMLAreaElementImpl.getNoHref()
> -------------------------------------------------------------------------
>
>                 Key: XERCESJ-1385
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1385
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: DOM (HTML)
>    Affects Versions: 2.9.0, 2.9.1
>            Reporter: Johannes Koch
>            Assignee: Michael Glavassevich
>             Fix For: 2.10.0
>
>
> org.apache.html.dom.HTMLAreaElementImpl.getNoHref():
>         return getBinary( "href" );
> must be
>         return getBinary( "nohref" );

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


[jira] Assigned: (XERCESJ-1385) wrong return value in org.apache.html.dom.HTMLAreaElementImpl.getNoHref()

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESJ-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Glavassevich reassigned XERCESJ-1385:
---------------------------------------------

    Assignee: Michael Glavassevich

> wrong return value in org.apache.html.dom.HTMLAreaElementImpl.getNoHref()
> -------------------------------------------------------------------------
>
>                 Key: XERCESJ-1385
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1385
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: DOM (HTML)
>    Affects Versions: 2.9.0, 2.9.1
>            Reporter: Johannes Koch
>            Assignee: Michael Glavassevich
>
> org.apache.html.dom.HTMLAreaElementImpl.getNoHref():
>         return getBinary( "href" );
> must be
>         return getBinary( "nohref" );

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


[jira] Updated: (XERCESJ-1385) wrong return value in org.apache.html.dom.HTMLAreaElementImpl.getNoHref()

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESJ-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Glavassevich updated XERCESJ-1385:
------------------------------------------

    Affects Version/s: 2.9.1

> wrong return value in org.apache.html.dom.HTMLAreaElementImpl.getNoHref()
> -------------------------------------------------------------------------
>
>                 Key: XERCESJ-1385
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1385
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: DOM (HTML)
>    Affects Versions: 2.9.0, 2.9.1
>            Reporter: Johannes Koch
>            Assignee: Michael Glavassevich
>
> org.apache.html.dom.HTMLAreaElementImpl.getNoHref():
>         return getBinary( "href" );
> must be
>         return getBinary( "nohref" );

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


[jira] Resolved: (XERCESJ-1385) wrong return value in org.apache.html.dom.HTMLAreaElementImpl.getNoHref()

Posted by "Michael Glavassevich (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESJ-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Glavassevich resolved XERCESJ-1385.
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.10.0

Right, that's clearly a typo. I've committed a fix in SVN rev 890177. Thanks for pointing out this bug.

> wrong return value in org.apache.html.dom.HTMLAreaElementImpl.getNoHref()
> -------------------------------------------------------------------------
>
>                 Key: XERCESJ-1385
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1385
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: DOM (HTML)
>    Affects Versions: 2.9.0, 2.9.1
>            Reporter: Johannes Koch
>            Assignee: Michael Glavassevich
>             Fix For: 2.10.0
>
>
> org.apache.html.dom.HTMLAreaElementImpl.getNoHref():
>         return getBinary( "href" );
> must be
>         return getBinary( "nohref" );

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