[infer][java] Extract the information about classpath from the javac commands so that the classpath can be modified when running the analysis
Summary: In order to use the annotation processor to detect the classes and methods annotated with `@SuppressWarnings`, we need to modified javac commands of the form: javac -cp classpath File.java into: javac -cp annotations/processor.jar:classpath File.java This diff is just a non-functional re-factoring step.master
parent
e43acf7130
commit
cb52bff366
Loading…
Reference in new issue