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

Update plugin properties to declare them as multi-values property #1106

Closed
Evangelink opened this issue Jan 25, 2018 · 2 comments
Closed

Update plugin properties to declare them as multi-values property #1106

Evangelink opened this issue Jan 25, 2018 · 2 comments
Assignees
Labels
Area: SQ Plugin Java plugin related issues. Type: Bug Exceptions and blocking issues during analysis.
Milestone

Comments

@Evangelink
Copy link
Contributor

When running the scanner for msbuild against a recent version of SonarQube the analysis will display the following kind of warnings: WARNING: WARN: Property 'sonar.cs.opencover.reportsPaths' is not declared as multi-values/property set but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.. These warnings can be a concern for end-users while they are only targeting plugin developers and so should be fixed ASAP.

@markdemich
Copy link

Are these warning benign though?

@Evangelink
Copy link
Contributor Author

Hi @markdemich,

They are! They are only related to an internal change of API on the plugins and are meant to help us (developers) to see that we haven't updated the usage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: SQ Plugin Java plugin related issues. Type: Bug Exceptions and blocking issues during analysis.
Projects
None yet
Development

No branches or pull requests

2 participants