elharo opened a new issue, #87: URL: https://github.com/apache/maven-shared-io/issues/87
## Bug #5 `StaleResourceScanner.java` line 94 `mapping.getTargetFiles(targetDir, path)` at line 94 is assigned to `targetFiles` and then iterated at line 99 with a for-each loop. If a `SourceMapping` implementation returns `null` (the interface contract does not explicitly forbid it), this will throw a `NullPointerException`. Fix: add a null check before iterating. -- 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]
