When I run with this command line
javacheck -processor ... -Acfgviz=org.checkerframework.dataflow.cfg.visualize.DOTCFGVisualizer,outdir=,verbose Myfile.java
the Checker Framework crashes.
If I correct it by adding a period after "outdir=":
javacheck -processor ... -Acfgviz=org.checkerframework.dataflow.cfg.visualize.DOTCFGVisualizer,outdir=.,verbose Myfile.java
then the Checker Framework does not crash.
When I run with this command line
the Checker Framework crashes.
If I correct it by adding a period after "outdir=":
then the Checker Framework does not crash.