java.awt.swing.tree.TreePath, DefaultTreeModel,
DefaultTreeSelectionModel specs need to be significally updated.
A large amount of methods has only a small description, but it is insufficient for testing purposes.
Description must provide information about exceptions that should be thrown in
different cases, about returning values.
A lack of precise documentation stops tests development for JCK in this area.
Another big part of methods have no comments at all.
In the docs for DefaultMutableTreeModel hyperlink from field asksAllowsChildren points at method asksAllowsChildren() and vise versa.
DefaultTreeSelectionModel specs need to be significally updated.
A large amount of methods has only a small description, but it is insufficient for testing purposes.
Description must provide information about exceptions that should be thrown in
different cases, about returning values.
A lack of precise documentation stops tests development for JCK in this area.
Another big part of methods have no comments at all.
In the docs for DefaultMutableTreeModel hyperlink from field asksAllowsChildren points at method asksAllowsChildren() and vise versa.
- relates to
-
JDK-4119648 DMTreeNode spec needs to be corrected
- Closed