Brian Burkhalter
Brian Burkhalter
Commit e5240f1c10023b447a8eac91fc188dea033c9616 re-specifies `getExtension()` to return `Optional.of("")` for cases where the string representation of the `Path` has a dot (`'.'`) at the last index and `Optional.empty()` was formerly returned. A...
The CSR has been updated to reflect the recent revisions of the extension method specifications.
3f510ecc32089589203b1fffb13eedc579aaa8bb fixes the `..` case which was previously yielding `null` when it should be `""`.
> As a default method, is there anything to say about when/if to implement for a specific file system. I suppose it could say something like ```If an implementation maintains...
The principal unresolved issue here concerns leading period characters. There is consensus that the extension of a file name string such as `.foo` is `null`, but not as to whether...
Interestingly, double clicking on both the files `.txt` and `...txt` with identical content (and no file signature) in Linux File Manager, macOS Finder, and Windows Explorer all open the respective...
> Is that because those systems are interpreting the `txt` suffix, or is it because they always open files of unknown type with the platform’s default text editor? Looks like...
The specification paragraph is rewritten in 104a7116288d80ea9cf384b078bbfbeb0f1eece7 but the `@implSpec` content is unchanged.