I have fears that it might not work with modules on, since it uses ServiceLoader:
http://openjdk.java.net/projects/jigsaw/spec/sotms/#services
I assume that our tests either don't use modules at all or uses them but with a backdoor to directly access the code under test. We would have to look into this more.
I have fears that it might not work with modules on, since it uses
ServiceLoader:http://openjdk.java.net/projects/jigsaw/spec/sotms/#services
I assume that our tests either don't use modules at all or uses them but with a backdoor to directly access the code under test. We would have to look into this more.