Looks fine to me.
Regards
Anton.
On 02.02.2015 18:47, Sergey Bylokhov wrote:
Hello.
Please review a fix for jdk 9.
Specification is updated according current behavior
CCC request will be filed after review.
Bug: https://bugs.openjdk.java.net/browse/JDK-8063066
Webrev can be found at: http://cr
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.
The fix looks good to me.
Thanks,
Alexandr.
02.02.2015 19:06, Alexander Zvegintsev пишет:
Hi Sergey,
the fix looks good to me.
Thanks,
Alexander.
On 02/02/2015 06:47 PM, Sergey Bylokhov wrote:
Hello.
Please review a fix for jdk 9.
Specification is updated according current behavior
CCC