eclipse-jdt / eclipse-jdt/eclipse.jdt.core
Enhance the BuildContext with the produced output file
Open
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
I'm writing a `CompilationParticipant` and noticed that the `org.eclipse.jdt.core.compiler.BuildContext` has a reference to the _source file_, but not to the location where the compiled _class file_ will reside.
It would be great to have a `BuildContext#getClassFile()` method (that may returns null untill the source is really compiled), see also
- https://github.com/eclipse-jdt/eclipse.jdt.core/discussions/669
Contributor guide
Assessment
This issue has not been assessed yet.