On Fri, 21 Jan 2022 07:43:17 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Fix > > src/java.desktop/share/classes/javax/swing/filechooser/FileSystemView.java > line 353: > >> 351: * File(parent, fileName)</code> except when the parent and child >> are both >> 352: * special folders, in which case the <code>File</code> is a >> wrapper containing >> 353: * a <code>ShellFolder</code> object. > > Is a "ShellFolder" part of the public API? If not should we mention it in the > spec? It is already mentioned in getSystemDisplayName, getSystemTypeDescription, getSystemIcon, isRoot. Anyways, I have removed the linkage for the new addition as it will not be able to resolve. ------------- PR: https://git.openjdk.java.net/jdk/pull/7004