-
Bug
-
Resolution: Unresolved
-
P4
-
8
Several methods have a unnecessary note "(a runtime exception)" when the conditions for throwing an unchecked exception are described:
JApplet.setContentPane:
* @throws java.awt.IllegalComponentStateException (a runtime
* exception) if the content pane parameter is null
JRootPane.setContentPane
* @throws java.awt.IllegalComponentStateException (a runtime
* exception) if the content pane parameter is <code>null</code>
And other methods too.
JApplet.setContentPane:
* @throws java.awt.IllegalComponentStateException (a runtime
* exception) if the content pane parameter is null
JRootPane.setContentPane
* @throws java.awt.IllegalComponentStateException (a runtime
* exception) if the content pane parameter is <code>null</code>
And other methods too.