forked from SonarOpenCommunity/sonar-cxx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make all sensors 'reportPath' properties multi-value
1. fixes SonarOpenCommunity#1384 Literaly all sensors derived from `CxxReportSensor` as well as `CxxSquidSensor` use use the method `CxxReportSensor::getReports()` in order to access the reporth paths. This method expects the `*.reportPath` property to be a multi-value one. So fix the property access * use `getStringArray()` method for parsing * mark corresponding properties as multi-value 2. fixes SonarOpenCommunity#1376 While working on (1) I've found out, that the property `UnitTestConfiguration.NUNIT_TEST_RESULTS_PROPERTY_KEY` is not public accessible. This contradicts to the SonarOpenCommunity#1376. On the other hand, if there should be no soupport for NUnit, either the property must be marked as deprecated or the NUnit support has to be removed completely. Please review.
- Loading branch information
1 parent
040a94a
commit d5ae09d
Showing
4 changed files
with
41 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters