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

Failure during OneIncludePerLineCheck #265

Closed
camara-tech opened this issue May 20, 2016 · 1 comment
Closed

Failure during OneIncludePerLineCheck #265

camara-tech opened this issue May 20, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@camara-tech
Copy link

Sonar-Runner execution fails with "Unable to analyze file" if an include is made with parenthesis,

Example:

include( "stdlib", "apache" ) 

Exception log indicates:

Caused by: java.lang.NullPointerException
    at com.iadams.sonarqube.puppet.checks.OneIncludePerLineCheck.visitNode(OneIncludePerLineCheck.java:55)

For Documentation on Include:
https://docs.puppet.com/puppet/3.8/reference/function.html#include

Thanks for this plugin!

@iwarapter iwarapter added the bug label May 20, 2016
@iwarapter iwarapter self-assigned this May 20, 2016
iwarapter added a commit that referenced this issue May 20, 2016
@racodond racodond added this to the 1.4 milestone May 22, 2016
@iwarapter
Copy link
Owner

a vote for release has started which includes this fix:

https://groups.google.com/forum/m/#!topic/sonarqube/R37SU66fL0s

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

No branches or pull requests

3 participants