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

Add option to emulate virtual environment dependent CodeChecker. #175

Closed vodorok closed 4 years ago

vodorok commented 5 years ago

Only 2/3 of the CodeChecker discovery related functions are tested currently. The custom/user built packages cannot be tested, as those depend on a virutal environment. This could be emulated as:

vodorok commented 4 years ago

There is no need for virtual environment specification in the plugin, after Standalone packaging got introduced to CodeChecker. #180