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

The way that a CodeChecker instance is found/configured needs refactoring. #162

Closed vodorok closed 5 years ago

vodorok commented 5 years ago

The new design should be a based on a locator service. This could be implemented in several ways.

vodorok commented 5 years ago

The configuration mentioned in the title, is related to the gui.

vodorok commented 5 years ago

This is in relation with #152