Skip to content
Failed

Changes

Summary

  1. Make CodanRunner progress monitor work a bit better (#768) (details)
Commit 0b7c2d99609a19fc73223137ba59538e06fa5a9c by noreply
Make CodanRunner progress monitor work a bit better (#768)

The progress monitor didn't show which file was being analyzed properly.

Also, the work units didn't seem to be counted in a good way because the
progress bar would stay stuck at like 1%. The fix in this commit for that is
not perfect as it gives equal weight to all resources on a same level until
further split into sub monitors. It still works quite a bit better without
requiring more heavy changes.

Also fix usage of deprecated SubProgressMonitor.
The file was modified codan/org.eclipse.cdt.codan.core/META-INF/MANIFEST.MF (diff)
The file was modified codan/org.eclipse.cdt.codan.core/src/org/eclipse/cdt/codan/internal/core/CodanRunner.java (diff)