David Walluck
David Walluck
Running maven-javadoc-plugin (under Java 17) with detectLinks set to true gives an error: error: Error fetching URL: https://github.com/FXMisc/RichTextFX/#richtextfx/apidocs/ (java.io.FileNotFoundException: https://github.com/FXMisc/RichTextFX/package-list)
Running maven-javadoc-plugin with detectLinks set to true gives an error: error: Error fetching URL: https://github.com/FXMisc/Flowless/#flowless/apidocs/ (java.io.FileNotFoundException: https://github.com/FXMisc/Flowless/package-list)
Add getByLocale(Locale) and toLocale() to ScriptCode. These methods already exist in CountryCode, LanguageCode, and LocaleCode. Calling toLocale() always returns a Locale with the just the script set. Script support wasn't...
The javadoc for `LicenseInfoFactory::getListedLicenseById` states that it returns the "SPDX listed license or `null` if the ID is not in the SPDX license list". But, it looks like that for...
I see that the license list is actually using a map internally, but the API returns a list `Map::values()`. Is it possible to add an API which also returns a...
In my particular case, I was looking for the Linux `EM_BPF = 247` constant. I know that this class currently defines only a few constants and maybe there is a...
When I run `formatter:format` on an existing Maven Java project, it now appears to be modifying the line endings of (the top-level) `pom.xml` file on Windows (other `.xml` files seem...
Simply dropping `'..'` from the output leads to the case where the normal (human) interpretation of a path containing two dots differs from what the spec says. For example, the...