-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Also where can I specify project name or project source path for which I want to run inference script ? I ran the below command and it failed.
./scripts/inference --logLevel FINE --mode TYPECHECK --checker ostrusted.OsTrustedChecker --solver checkers.inference.solver.PropagationSolver -afud [source_file_path_for_which_I_want_to_run_this_script]
--- Typechecking ---
javac: invalid flag: source_file_path_for_which_I_want_to_run_this_script
Usage: javac <options> <source files>
use -help for a list of possible options
--- Typechecking failed ---
I couldn't find any step by step instructions with example for running this tool on command line or on intellij. Suppose I have a java project on intellij how do I run this tool to auto generate type inference code from command line or from intellij?
Thanks,
Shashi
Metadata
Metadata
Assignees
Labels
No labels