<Swing Dev> [9] Review Request for 8081722: Provide public API for file hierarchy provided by sun.awt.shell.ShellFolder
Andrej Golovnin
andrej.golovnin at gmail.com
Tue Jan 19 11:28:11 UTC 2016
Hi Semyon,
> http://cr.openjdk.java.net/~ssadetsky/8081722/webrev.03/
> get(String) is replaced with getChooserComboBoxFiles(). Other get() keys are
> not in use by NetBeans.
Please move the new methods after the constructor of the FileSystemView class.
The description of the return value should not start with capital
letter (affected lines 112, 126, 151), e.g.:
112 * @return An array of {@code File} objects.
should be written as:
112 * @return an array of {@code File} objects.
In the line 151 the javadoc tag @code is not used for null.
Best regards,
Andrej Golovnin
More information about the swing-dev
mailing list