mariuszs commented on issue #887: URL: https://github.com/apache/maven-compiler-plugin/issues/887#issuecomment-4063451941
This bug no longer reproduces on the current `master` branch (`4.0.0-beta-5-SNAPSHOT`). The code has been significantly refactored — the old `pathElements` field (and `getPathElements()`) no longer exists. Dependency handling is now done through `ToolExecutor`/`ToolExecutorForTest` with a `dependencies` map, which is always properly initialized. Tested with the attached POC: both `compile` and `testCompile` phases execute without NPE. -- 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]
