CodeCheckerEclipsePlugin
CodeCheckerEclipsePlugin copied to clipboard
This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy
when changing editor part (files in the code viewer) eclipse throws ConcurrentModificationException
An error has occurred. See error log for more details. java.util.ConcurrentModificationException
now on github all released file name has the name 0.0.1-SNAPSHOT.jar
The eclipse plugin should not show those findings which are pointing into files that are not part of the currently analyze project: The findings include bugs in standard library or...
today the users need to copy the plugin into the dropins folder of Eclipse. We should updtate the release scripts to automatically upload releases to an eclipse update site.
add headless regression test cases for basic operations
Configure enabled and disabled checkers from environment variables or configuration file. It can be useful if multiple eclipse instances use the same predefined checkers list for the analysis. The users...
It would be nice to be able to configure CodeChecker skiplist ans suppres list files.
If a custom compiler is used the necessary compiler internal include paths needed to be forwarded to the analyzers. This is currently done in the CodeChecker with the `--saargs` and...
Existing Eclipse features – such as the internal sytax checker and debugger – use the feature of Eclipse to put annotations (see `Preferences > General > Editors > Text editors...
Currently checker names redundantly "carry" the namespace when someone is navigating the tree. E.g. in the `core` folder you have `core.DivisionByZero`. The `core.` from the latter one should be removed,...