gicho / cppcheclipse

Automatically exported from code.google.com/p/cppcheclipse
0 stars 0 forks source link

Errors disappear when compiling multiple projects #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using cppcheck 0.9.9
Eclipse Juno 4.2.1
Java 1.6.0_22
RHEL 5.8 64bit

To reproduce the problem:
1. Import 2 (or more) projects into your workspace.
2. Build them to verify there are no errors.
3. Create, in each of the projects, a "logical bug" - i.e. an error that will 
not be detected by the compiler (not syntax error) but WILL be detected by 
cppcheck (e.g. an uninitialized array)
4. Select BOTH projects in the "project explorer" pane and run cppcheck.
5. Notice the errors are detected in both projects, but the results of the 
second project overwrite the results of the first project. They should be 
merged instead… (as in the compiler build).

Please advise.

Thanks,
Shay

Original issue reported on code.google.com by Shay...@gmail.com on 2 Apr 2013 at 3:14

GoogleCodeExporter commented 8 years ago
Was fixed in the context of issue 44.

Original comment by konra...@gmx.de on 22 Dec 2013 at 3:16