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: [email protected]
For additional commands, e-mail: [email protected]