-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
Description
I create a file in processor. And it does exists in the Compilation.generatedFiles
mem:///CLASS_OUTPUT/META-INF/xdean/annotation/MethodRef
But when I try to read the content, FileNotFoundException happened.
java.io.FileNotFoundException
at com.google.testing.compile.InMemoryJavaFileManager$InMemoryJavaFileObject.getCharContent(InMemoryJavaFileManager.java:181)
...
I'm using compile-testing:0.13.
miere, RoyHan1993, dparamoshkin and ahernandez-technisys