<Swing Dev> [9-client] Review Request: 8068518: IllegalArgumentException in JTree.AccessibleJTree
Alexander Scherbatiy
alexandr.scherbatiy at oracle.com
Tue Feb 10 16:00:12 UTC 2015
On 2/3/2015 11:27 PM, Vivi An wrote:
> Hello,
>
> Please review a fix for JDK 9.
>
> Description:
> Since TreePath(Object[] path) throws /IllegalArgumentException /in
> case the passed in "path" is null or last element of the array is
> null. We need to make sure the result of TreeModel.getRoot() is not
> null before using it to create TreePath. Fix made adding null guards
> in related areas to avoid /IllegalArgumentException/when creating
> TreePath/.
> /
- * @return true if the action was performed; else false.
+ * @return true if the the action was performed; else false.
The only difference that I see that one more 'the' is added. Is it
intended change?
Thanks,
Alexandr.
> /
> /Nospecific testcase, jck tests for JTree all passed. /
>
> /Bug: https://bugs.openjdk.java.net/browse/JDK-8068518
> Webrev: http://cr.openjdk.java.net/~van/8068518/webrev.00/
>
> Thanks
>
> Regards,
>
> Vivi
> /
> /
>
More information about the swing-dev
mailing list