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

remove sqlite db at codechecker version change #92

Closed dkrupp closed 7 years ago

dkrupp commented 7 years ago

CodeChecker does not support sqlite schema upgrade. Thus if CodeChecker version is changed, the bug database must be deleted. Otherwise, after re-analyzing the project, the bug list may not be refreshed.