cppcheclipse icon indicating copy to clipboard operation
cppcheclipse copied to clipboard

Eclipse plugin integrating cppcheck with Eclipse CDT

Results 27 cppcheclipse issues
Sort by recently updated
recently updated
newest added

STEPS: Attempt to run cppcheck on Eclipse CDT project EXPECTED: A run with error, warning, etc... output WHAT I GET: A popup with the error message listed in the title....

``` What steps will reproduce the problem? 1. Add an include path to a folder that doesn't exist. 2. Run cppcheck. What is the expected output? Ignore bad paths. What...

Priority-Medium
Type-Defect
auto-migrated

``` Running cppcheclipse with Luna no longer displays the name and path of the source module, instead it just displays the name of the project and no path. It does...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. run cppcheck on CDT project What is the expected output? 1. Would expect to see problems and markers. What do you see...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Run cppcheck plugin within Eclipse 3.8.2, Linux 64-bit on a C or C++ file 2. See console output 3. The template flag...

Priority-Medium
Type-Defect
auto-migrated

Hello, I am using cppcheclipse on Code Composer Studio v12.0. It is installed successfully and cppcheck can be started. But there is an error which says "Could not initialize cppcheck....

If cppcheck is run without the 'platform' argument it will out the following as the first output, which breaks XML parsing: 'cppcheck: Windows 64-bit binaries currently default to the 'win64'...