RFR: 8278254: Cleanup doclint warnings in java.desktop module [v4]

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Mon Jan 24 06:03:45 UTC 2022


On Fri, 21 Jan 2022 07:43:17 GMT, Sergey Bylokhov <serb at 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



More information about the client-libs-dev mailing list