Re: RFR: 6616245: NullPointerException when using JFileChooser with a custom FileView [v6]

2022-10-11 Thread Tejesh R
On Mon, 10 Oct 2022 17:23:16 GMT, Alexey Ivanov wrote: >> Tejesh R has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Updated based on review comments > > test/jdk/javax/swing/JFileChooser/FileViewNPETest.java line 82: > >> 80:

Re: RFR: 6616245: NullPointerException when using JFileChooser with a custom FileView [v6]

2022-10-10 Thread Alexey Ivanov
On Mon, 10 Oct 2022 16:52:48 GMT, Tejesh R wrote: >> When a custom `FileView` is used and folder traversal is restricted to a >> particular directory NPE occurs when user tries to traverse/select other >> folders except traversable folder. This is caused because when user selects >> folder

Re: RFR: 6616245: NullPointerException when using JFileChooser with a custom FileView [v6]

2022-10-10 Thread Tejesh R
> When a custom `FileView` is used and folder traversal is restricted to a > particular directory NPE occurs when user tries to traverse/select other > folders except traversable folder. This is caused because when user selects > folder other than traversable, the traversal is rejected and