On Tue, 16 Nov 2021 18:24:15 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
> TL;DR: Yes. But I didn't know about the getFileForInput use case. I'll look > to make that possible. There is an interesting difference between trapping `javax.tools.JavaFileManager#getFileForInput` and `javax.tools.FileObject#getCharContent`. For `getCharContent` we are filtering on the receiver of the method call. For `getFileForInput` we would want to trap on the ------------- PR: https://git.openjdk.java.net/jdk/pull/6404