We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infer version v1.2.0 Command : infer run --incremental-analysis --changed-files-index changed_files.txt -- javac file.java
Is it possible to get the name of the procedures analyzed by infer for incremental analysis??
Terminal output is as following:
Capturing in javac mode... Incremental analysis: invalidating potentially-affected analysis results. Incremental analysis: Invalidated 3 of 14 procedure summaries, and file-level analyses for 2 distinct files [traversal 715μs] [db 502μs] Found 1 (out of 2) source file to analyze in /home/user1/NewInferJava/Incremental_Analysis/Files/infer-out Pointers.java starting Analysing block of 200 procs, starting with Pointers.() Analysing block of 200 procs, starting with void Pointers.C() Analysing block of 200 procs, starting with Pointers$A Pointers.mayReturnNull(int) Analysing block of 200 procs, starting with Pointers$A.() Analysing block of 200 procs, starting with void Pointers$A.method() Analysing block of 200 procs, starting with Pointers$A Pointers.mayCauseNPE() Analysing block of 200 procs, starting with void Pointers.doesNotCauseNPE() Pointers.java DONE Pointers.java starting Pointers.java DONE Pointers.java starting Pointers.java DONE Pointers.java starting Pointers.java DONE Incremental analysis: Computed 2 procedure summaries.
No issues found
Or are they stored in infer-out or soemthing ?? Please help
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Infer version v1.2.0
Command : infer run --incremental-analysis --changed-files-index changed_files.txt -- javac file.java
Is it possible to get the name of the procedures analyzed by infer for incremental analysis??
Terminal output is as following:
Capturing in javac mode...
Incremental analysis: invalidating potentially-affected analysis results.
Incremental analysis: Invalidated 3 of 14 procedure summaries, and file-level analyses for 2 distinct files [traversal 715μs] [db 502μs]
Found 1 (out of 2) source file to analyze in /home/user1/NewInferJava/Incremental_Analysis/Files/infer-out
Pointers.java starting
Analysing block of 200 procs, starting with Pointers.()
Analysing block of 200 procs, starting with void Pointers.C()
Analysing block of 200 procs, starting with Pointers$A Pointers.mayReturnNull(int)
Analysing block of 200 procs, starting with Pointers$A.()
Analysing block of 200 procs, starting with void Pointers$A.method()
Analysing block of 200 procs, starting with Pointers$A Pointers.mayCauseNPE()
Analysing block of 200 procs, starting with void Pointers.doesNotCauseNPE()
Pointers.java DONE
Pointers.java starting
Pointers.java DONE
Pointers.java starting
Pointers.java DONE
Pointers.java starting
Pointers.java DONE
Incremental analysis: Computed 2 procedure summaries.
No issues found
Or are they stored in infer-out or soemthing ??
Please help
The text was updated successfully, but these errors were encountered: