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

Reset database when project clean build is invoked #99

Closed dkrupp closed 7 years ago

dkrupp commented 7 years ago

In certain cases it should be possible to reset the database that is storing the current bugs:

-When a new version of codechecker is installed and there is a schema change, earlier database should be deleted -When the database gets corrupted due to some bugs, database needs to be recreated.

It is safe to drop the database when a clean is called for the project. This will remove all results.