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

Test virtual environment dependent parts of the plugin #178

Closed vodorok closed 4 years ago

vodorok commented 5 years ago

Write Unit test for CustomBuiltCodeCheckerLocatorService and test the gui after selection Custom built package radio button. (After #175 got implemented)

vodorok commented 4 years ago

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