Buck integration: Infer should always use the javac out directory when running the analysis from the javac commands
Summary: public In the case of Buck, the integration works by using the out directory of javac in order to store the analysis artifacts in the jar file. Making buck call: infer -o infer_out -- javac -d classes_out ... instead of every javac command is having no effect and is the same as Buck running: infer -- javac -d classes_out ... Reviewed By: sblackshear Differential Revision: D2822642 fb-gh-sync-id: b13e067master
parent
8f8d398a9a
commit
22013a007b
Loading…
Reference in new issue