-
Notifications
You must be signed in to change notification settings - Fork 363
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
Support Valgrind Helgrind XML Report #640
Comments
Each sensor supports custom rules via template rule. You just need to find On Tue, Oct 13, 2015, 00:25 Curtis Mahieu [email protected] wrote:
|
Thanks for the reply, i did setup a custom rule from the valgrind template for a "Race" type. Is there any way to get the output better formatted? like the normal valgrind report it seems to condense the entire stack trace onto a single line and makes it very hard to read. |
That I am ensure, can you try formating the messages before sonar? We also On Tue, Oct 13, 2015, 19:28 Curtis Mahieu [email protected] wrote:
|
I know this issue is closed, but sonar 5.2 has support for an issue to reference multiple locations in a code base. This is exactly what helgrind data needs, the xml output is an array of locations where the data race was detected. Any plans on adding some kind of support for this? I also wouldn't mind trying to make an attempt to implement it, but i might need some guidance. |
Can you point out where this feature is documented in 5.2. |
https://groups.google.com/forum/#!msg/sonarqube/ZCIsvd41Esk/tHZOUEXfDwAJ
|
i think this is what you are looking for: https://jira.sonarsource.com/browse/SONAR-4865 |
OK, thanks for the reply. |
when running valgrind with the helgrind tool "valgrind --tool=helgrind" the final xml reports are not picked up.
Is there a way to add a CustomRule to get some kinda of basic reporting for these kind of errors?
The text was updated successfully, but these errors were encountered: