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 new CodeChecker resolution logic #170

Closed vodorok closed 5 years ago

vodorok commented 5 years ago

Extended CodeChecker configuration capabilities of the Plugin. There is a group of three radio button in the beginning of the Preferences/Project properties page. The messages of this page now are meaningful eg: Displays the currently used CodeChecker or emit a helpful error message.

There are some changes under the hood. The CodeChecker class. The CodeCheckerLocator class group.

This resolves #152, also resolves #162

vodorok commented 5 years ago

Thanks @gamesh411 for your thorough review! I'll update the found issues.

vodorok commented 5 years ago

180 Should be merged before this.