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

Second CodeChecker server does not (reliably) start with multiple projects #5

Closed ghost closed 8 years ago

ghost commented 8 years ago

When more than one project with CodeChecker Nature is present in Eclipse, one of them does not start reliably, or doesnt ever start.

Forcing a 'restart' of the second project's CodeChecker server by clicking Apply on its Config Panel without chaning anything solves the issue, and the plugin works with two project after that.

This very probably means that the starting of the CodeChecker servers when multiple projects with CCNature are present is very unreliable.