eclipse-jdt / eclipse-jdt/eclipse.jdt.core

Enhance the BuildContext with the produced output file

Open
#673 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.