elharo opened a new issue, #93: URL: https://github.com/apache/maven-shared-io/issues/93
## Bug #11 `SuffixMapping.java` line 59 `String.endsWith(null)` throws `NullPointerException`. If `sourceSuffix` or `source` is `null`, the call `source.endsWith(sourceSuffix)` at line 59 will crash. Fix: add null checks before calling `endsWith()`. -- 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]
