Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace cppncss with another tool (CCCC, CLOC) #67

Closed
wenns opened this issue Nov 15, 2013 · 1 comment
Closed

Replace cppncss with another tool (CCCC, CLOC) #67

wenns opened this issue Nov 15, 2013 · 1 comment
Assignees

Comments

@wenns
Copy link
Contributor

wenns commented Nov 15, 2013

The cppncss tool analysis most of the times fails because the CPP file parsing is skipped if a MACRO or DEFINE is unknown. The tool does not use the definitions from include files and the high effort to define everything (ON_NOTIFY, END_MESSAGE_MAP, AFX_MSG_MAP, WINAPI, HRESULT, ...) makes this analysis problematic. I already disabled this part off CXX Plug-In.
Please use different tool which can handle windows sources or creates results without high effort customizing.
Check:
http://cccc.sourceforge.net/
http://cloc.sourceforge.net/
http://www.dwheeler.com/sloccount/

@ghost ghost assigned wenns Nov 15, 2013
@wenns wenns closed this as completed Nov 15, 2013
@Hacaca
Copy link

Hacaca commented Feb 17, 2015

So the cppncss was not replaced, but it is just not supported anymore? Is there any way how to load CCCC xml with sonar-cxx into sonar project database?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants