ipodipad / cppcheclipse

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

cppcheclipse produce no output in the problems tab #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
when we run cppcheclipse i seems to working produce output into the console, 
but nothing appear in the problems tab. we use eclipse-3.6.1 on rhel/centos-6 
x86_64.

my assumption is that cppcheclipse call with --xml-version=2 while it should 
have to call --xml-version=1. but i can't find any place to set this properties.
can it be the cause of the problem?
how can i set the xml version for the plugin?
thanks in advance.
regards.

this is the beginning of the console:
---------------------------------------------
== Running cppcheck at 6/10/13 2:47 PM ==
Command line: /usr/bin/cppcheck --version
Cppcheck 1.60.1
Duration 100 ms.
== Running cppcheck at 6/10/13 2:47 PM ==
Command line: /usr/bin/cppcheck --xml-version=2 --errorlist
<?xml version="1.0" encoding="UTF-8"?>
<results version="2">
  <cppcheck version="1.60.1"/>
---------------------------------------------

Original issue reported on code.google.com by lfar...@lfarkas.org on 10 Jun 2013 at 1:05

GoogleCodeExporter commented 8 years ago
Can you please provide the full console log here? Definitely xml-version=2 is 
correct. Even better would be an example workspace with which I can reproduce.

Original comment by konra...@gmx.de on 10 Jun 2013 at 1:22

GoogleCodeExporter commented 8 years ago
here's the full output

Original comment by lfar...@lfarkas.org on 10 Jun 2013 at 1:52

Attachments:

GoogleCodeExporter commented 8 years ago
The console exposes, that cppcheck doesn't find any errors. Just try the same 
command in the command line: 

/usr/bin/cppcheck --template={file};{line};{severity};{id};{message} -j 1 
src/xecap/gstxecapsrc.c src/viduxtcpplayback/gstviduxtcpserversink.c 
src/viduxtcpplayback/gstviduxtcpclientsrc.c src/viduxtcpplayback/gstviduxtcp.c 
src/viduxsavebin/gstviduxsavebin.c 
src/viduxrawvideostats/gstviduxrawvideostats.c src/viduxmarshal.c 
src/viduxcommon.c src/viduxbandwidthstats/gstviduxbandwidthstats.c 
src/timestamper/gsttimestamper.c src/stretch/gststretchsrcdummy.cpp 
src/stretch/gststretchsrc.c src/stretch/gststretch.c 
src/showanalitics/gstshowanalitics.c src/motioncells/motioncells_wrapper.cpp 
src/motioncells/gstmotioncells.c src/motioncells/MotionCells.cpp 
src/motionboundingbox/motionboundingbox_wrapper.cpp 
src/motionboundingbox/gstmotionboundingbox.c 
src/motionboundingbox/MotionBoundingBox.cpp src/latency/latency.c 
src/lanner/gstlannersrc.c src/lanner/gstlanner.c src/ivc/gstivcsrc.c 
src/imageprocessingfunctions.cpp src/hikvision/gsthikvisionsrc.c 
src/hikvision/gsthikvisiondec.c src/hikvision/gsthikvision.c src/gstvidux.c 
src/entrantobjectcounter/gstentrantobjectcounter.c 
src/entrantobjectcounter/entrantobjectcounter_wrapper.cpp 
src/entrantobjectcounter/EntrantObjectCounter.cpp src/avilst/gstavilstmuxer.c 
src/avilst/gstavilstdemuxer.c src/analogic/yuvlib.c 
src/analogic/objcounter_wrapper.cpp src/analogic/ivplatform.cpp 
src/analogic/gstanalogicobjcounter.c src/analogic/gstanalogiccamver.c 
src/analogic/gstanalogicbgdgauss.c src/analogic/gstanalogicbgddiffmap.c 
src/analogic/gstanalogic.c src/analogic/camver_wrapper.cpp 
src/analogic/bgdetect_wrapper.cpp src/analogic/TCV.cpp src/analitics.c

Original comment by konra...@gmx.de on 19 Dec 2013 at 4:10

GoogleCodeExporter commented 8 years ago

Original comment by konra...@gmx.de on 19 Dec 2013 at 4:10