Ericsson / CodeCheckerEclipsePlugin

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy
Eclipse Public License 1.0
32 stars 13 forks source link

show CodeChecker analysis status in the reports view #188

Closed dkrupp closed 4 years ago

dkrupp commented 4 years ago

Create a status bar for the reports view:

Analysis ongoing: When analysis is running in the background. Disappears when analysis is finished.

When a file is saved, clear the previous results and until the new results arrive displayed "Updating analysis results..."

vodorok commented 4 years ago

This got implemented in a simpler form in #196