Čaba Šagi

Results 15 comments of Čaba Šagi

@rita-sonarsource if I am not mistaken the second parameter is called `sonar.issue.enforce.multicriteria`.

Based on the sonar-plugin-api constants I think there are also the `sonar.tests.inclusions`, `sonar.tests.exclusions` and `sonar.global.test.exclusions` that need to be covered. Source: https://github.com/SonarSource/sonar-plugin-api/blob/81c796b5606ad91f8ec138090bf3815e8b0002ad/plugin-api/src/main/java/org/sonar/api/CoreProperties.java#L209

To properly fix this FP, the rule should be converted to use SE. Also the XmlDocument default constructor is safe since .NET 4.5.2 so the rule raises when the XmlResolver...

Additionally the rule raises twice if the XmlResolver is set and the .NET version is < 4.5.2. One issue will be reported at assignment of the property and another one...

Should have a very similar solution like https://github.com/SonarSource/sonar-scanner-msbuild/issues/1211