This repository was archived by the owner on Apr 5, 2024. It is now read-only.
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Source files and paths not displaying #70
Open
Description
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 however display the line number. Also, it does not show markers in the
code anymore for errors or warnings. However, the ones from Eclipse still show
up.
Attached is a screenshot of the problems pane, and below is a sample output of
the console:
Checking back\ADDSHIFT.CPP...
49/1011 files checked 1% done
Checking back\ADJSHIFT.CPP...
UTILS\upcconv.cpp;111;error;syntaxError;Invalid number of character (() when
these macros are defined: ''.
Checking UTILS\upcconv.cpp: MSVC...
UTILS\PDIEXP.CPP;1352;error;mismatchAllocDealloc;Mismatching allocation and
deallocation: szRead
50/1011 files checked 1% done
Checking back\AccountsReceivableSetup.cpp...
UTILS\recov.cpp;521;error;uninitvar;Uninitialized variable: szCompany
Checking UTILS\recov.cpp: MSVC...
UTILS\upcconv.cpp;111;error;syntaxError;Invalid number of character (() when
these macros are defined: 'MSVC'.
51/1011 files checked 1% done
Checking back\BCRINDW.CPP...
Checking UTILS\PDIEXP.CPP: MSVC...
UTILS\hdconv.cpp;239;error;syntaxError;Invalid number of character (() when
these macros are defined: ''.
Checking UTILS\hdconv.cpp: MSVC...
52/1011 files checked 1% done
Checking back\BGCMESS.CPP...
Checking UTILS\upcclean.cpp: MSVC...
53/1011 files checked 1% done
Versions:
cppcheclipse: 1.0.0
cppcheck: 1.68
Eclipe: 4.4.2
Java: 7.0.550
OS: Windows 7 x64
Original issue reported on code.google.com by [email protected]
on 20 Mar 2015 at 12:34
Attachments: