SonarQube Cxx插件:无法解析文件

时间:2016-06-16 06:35:23

标签: c++ sonarqube static-analysis

昨天我将SonarQube升级到5.6版LTS。今天我得到了5.5版本中没有出现的解析错误。

错误:无法解析文件:C:\ Agent_work \ 1 \ s \ source.implementation \ as \ AppServerReceive \ AppServerReceive.cpp

ERROR: Parse error at line 28 column 38:
--> BEGIN_MESSAGE_MAP(CAppServerReceiveApp, CServerApplication)
29: 
30: 
31: 
32: 
33: 
34: END_MESSAGE_MAP()
35: 
36: 
37: 
38: 
39: CAppServerReceiveApp theApp;
40: 
41: 
42: 
43: 
44: CAppServerReceiveApp::CAppServerReceiveApp()
45: : CServerApplication(m_AppServerReceiveCommandLineInfo),
46: m_CommunicationStub(*new CCommunicationStub()),
47: m_MonitoringThread

我总共有10个Parse错误。以上只是第一个。知道如何解决这个问题吗?谢谢

0 个答案:

没有答案