Skip to content
New issue

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

Incremental analysis - procedure name #1853

Open
geetali13 opened this issue Jul 10, 2024 · 0 comments
Open

Incremental analysis - procedure name #1853

geetali13 opened this issue Jul 10, 2024 · 0 comments

Comments

@geetali13
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant