elharo opened a new issue, #406: URL: https://github.com/apache/maven-shared-utils/issues/406
`Os.getOsFamily()` returns `null` (line 368) when no known OS family matches the current `os.name`. The `OS_FAMILY` constant (line 75) is then `null`, which can cause NPE in callers that expect a non-null string. Fix: return `""` instead of `null` when no family matches. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
