David Walluck

Results 6 issues of 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...