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 "Ludger Bünger (JIRA)" <xe...@xml.apache.org> on 2009/11/04 18:39:32 UTC

[jira] Created: (XERCESJ-1403) org.apache.dom.html.HTMLDocumentImpl.populateElementType(String, String) forgets to throw new RuntimeException(String)

org.apache.dom.html.HTMLDocumentImpl.populateElementType(String, String) forgets to throw new RuntimeException(String)
----------------------------------------------------------------------------------------------------------------------

                 Key: XERCESJ-1403
                 URL: https://issues.apache.org/jira/browse/XERCESJ-1403
             Project: Xerces2-J
          Issue Type: Bug
          Components: DOM (HTML)
    Affects Versions: 2.9.1
            Reporter: Ludger Bünger


I do not know whether anyone is interested at all in Bugs for HTML DOM.

Here is one that the FindBugs Tool (findbugs.sourceforge.org) found:

org.apache.dom.html.HTMLDocumentImpl.populateElementType(String, String) forgets to throw new RuntimeException(String) in Line 845

The solution is simple: add "throw" so I do not provide a patch this time.


-- 
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-1403) org.apache.dom.html.HTMLDocumentImpl.populateElementType(String, String) forgets to throw new RuntimeException(String)

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

Michael Glavassevich reassigned XERCESJ-1403:
---------------------------------------------

    Assignee: Michael Glavassevich

> org.apache.dom.html.HTMLDocumentImpl.populateElementType(String, String) forgets to throw new RuntimeException(String)
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: XERCESJ-1403
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1403
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: DOM (HTML)
>    Affects Versions: 2.9.1
>            Reporter: Ludger Bünger
>            Assignee: Michael Glavassevich
>
> I do not know whether anyone is interested at all in Bugs for HTML DOM.
> Here is one that the FindBugs Tool (findbugs.sourceforge.org) found:
> org.apache.dom.html.HTMLDocumentImpl.populateElementType(String, String) forgets to throw new RuntimeException(String) in Line 845
> The solution is simple: add "throw" so I do not provide a patch this time.

-- 
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-1403) org.apache.dom.html.HTMLDocumentImpl.populateElementType(String, String) forgets to throw new RuntimeException(String)

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

Michael Glavassevich updated XERCESJ-1403:
------------------------------------------

    Priority: Minor  (was: Major)

> org.apache.dom.html.HTMLDocumentImpl.populateElementType(String, String) forgets to throw new RuntimeException(String)
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: XERCESJ-1403
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1403
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: DOM (HTML)
>    Affects Versions: 2.9.1
>            Reporter: Ludger Bünger
>            Assignee: Michael Glavassevich
>            Priority: Minor
>
> I do not know whether anyone is interested at all in Bugs for HTML DOM.
> Here is one that the FindBugs Tool (findbugs.sourceforge.org) found:
> org.apache.dom.html.HTMLDocumentImpl.populateElementType(String, String) forgets to throw new RuntimeException(String) in Line 845
> The solution is simple: add "throw" so I do not provide a patch this time.

-- 
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-1403) org.apache.dom.html.HTMLDocumentImpl.populateElementType(String, String) forgets to throw new RuntimeException(String)

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

Michael Glavassevich resolved XERCESJ-1403.
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.10.0

Thanks. I've committed a fix in SVN rev 885927.

> org.apache.dom.html.HTMLDocumentImpl.populateElementType(String, String) forgets to throw new RuntimeException(String)
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: XERCESJ-1403
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1403
>             Project: Xerces2-J
>          Issue Type: Bug
>          Components: DOM (HTML)
>    Affects Versions: 2.9.1
>            Reporter: Ludger Bünger
>            Assignee: Michael Glavassevich
>            Priority: Minor
>             Fix For: 2.10.0
>
>
> I do not know whether anyone is interested at all in Bugs for HTML DOM.
> Here is one that the FindBugs Tool (findbugs.sourceforge.org) found:
> org.apache.dom.html.HTMLDocumentImpl.populateElementType(String, String) forgets to throw new RuntimeException(String) in Line 845
> The solution is simple: add "throw" so I do not provide a patch this time.

-- 
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