CodeCheckerEclipsePlugin icon indicating copy to clipboard operation
CodeCheckerEclipsePlugin copied to clipboard

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy

Results 43 CodeCheckerEclipsePlugin issues
Sort by recently updated
recently updated
newest added

Hi, I am facing an issue here. Installed CodeChecker on Friday, working as intended on bash. Then I installed the Eclipse plugin but there seems to be something wrong. The...

In a report category tree item context menu, there is a View Documentation menu item. Clicking on this, the default browser opens with the Clang static analyzer, or Clang Tidy...

The Static analyzer checkers link: https://clang.llvm.org/docs/analyzer/checkers.html The Tidy link: https://clang.llvm.org/extra/clang-tidy/checks/list.html

enhancement

The returned profiles from CodeChecker should be selected from a dropdown list.

The update site generation is now configured to produce the repository in zipped format, with a predefined name. It can be found in releng/org.codechecker.eclipse.update/target/ as codechecker_eclipse_update.zip

Now there is a label that shows which projects reports are currently viewed.

Write unit test for CodeCheckerProject class to be able to make sure that #149 wont happen again

test

The current setup of the compilation, we only test for one target platform. We can't be sure the plugin works on older releases, even though we won't use newer features....

enhancement
test