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

No error message if sonar.cxx.xunit.xsltURL file does not exist #396

Closed
guwirth opened this issue Jan 21, 2015 · 3 comments · Fixed by #461
Closed

No error message if sonar.cxx.xunit.xsltURL file does not exist #396

guwirth opened this issue Jan 21, 2015 · 3 comments · Fixed by #461
Assignees
Labels
Milestone

Comments

@guwirth
Copy link
Collaborator

guwirth commented Jan 21, 2015

If file defined with sonar.cxx.xunit.xsltURL is not available or can't be read there is no error message.
=> analysis breaks without any hint.

@guwirth guwirth added the bug label Jan 21, 2015
@wenns
Copy link
Contributor

wenns commented Jan 22, 2015

Ok. Looks like a good opportunity to try Behavior Driven Development on sonar-cxx (write failing scenario and then change production code) ;)

@guwirth
Copy link
Collaborator Author

guwirth commented Jan 23, 2015

Good idea. Only not sure what the default behavior should be in such a case:
(1) Create an error message and break analysis.
(2) Create an error message and continue analysis.
I tend to (1) because configuration is wrong, please vote.

@wenns
Copy link
Contributor

wenns commented Jan 23, 2015

I'm for 1). This is basically status quo + additional logging.

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

Successfully merging a pull request may close this issue.

2 participants