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

Remove CodeChecker server dependency #115

Closed gyorb closed 5 years ago

gyorb commented 5 years ago

Eliminate all server communication from the plugin. From now on the plugin only shows the results of the current state of the source files. This includes all module named “something.thrift”, and also scl (ServerCommunicationLayer ?). The purpose of this simplification to make the plugin more robust.