RFR: 8298318: (fs) APIs for handling filename extensions [v4]

Brian Burkhalter bpb at openjdk.org
Tue Mar 12 22:57:15 UTC 2024


On Thu, 7 Mar 2024 17:00:19 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   8298318: Remove vestigial trim() call and commented out methods
>
> src/java.base/share/classes/java/nio/file/Path.java line 53:
> 
>> 51:  * {@link #getParent getParent}, {@link #getRoot getRoot}, and {@link #subpath
>> 52:  * subpath} methods to access the path components or a subsequence of its name
>> 53:  * elements, and {@link #getExtension() getExtension} to obtain its extension.
> 
> Could also mention the other new methods.

Resolved in 030a250aaf4c309d515507527932b233f210501e.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16226#discussion_r1522215886


More information about the nio-dev mailing list