You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The annotation processor does something evil: it catches
FileNotFoundException to detect when a file does not exist. But
in Java 9, the relevant code changed internally to use java.nio,
which throws NoSuchFileException instead in this circumstance.
For now, we do a "quick fix" and simply catch either exception.
Closesimagej/ImageJ#199.
0 commit comments