You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to update to SonarQube v9.8 and using the current version of this plugin the step PMD output report: ... takes way longer to finish comparing to older SonarQube versions.
Yes, but it's primarily been tested on newer versions (Rio onward).
Known problem:
We support the MSBuild-based .dproj/.groupproj/.opset files, but don't offer the same support for the .dof/.cfg/.bpg files > from Delphi 7 and older.
Solution:
Set these Project Options properties in sonar-project.properties (or the SonarQube UI).
And of course, you're welcome to raise an issue if you run into any problems or have an inquiry. 😄
I was able to update to SonarQube v9.8 and using the current version of this plugin the step
PMD output report: ...
takes way longer to finish comparing to older SonarQube versions.SQ v9.6
[2023-01-04T12:37:29.097Z] INFO: Sensor PMD sensor [delphi] (done) | time=135332ms
SQ v9.7
[2023-01-10T13:14:50.507Z] INFO: Sensor PMD sensor [delphi] (done) | time=166753ms
SQ v9.8
[2023-01-09T23:39:38.341Z] INFO: Sensor PMD sensor [delphi] (done) | time=3219421ms
I had to downgrade to v9.7.
The text was updated successfully, but these errors were encountered: