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
Report generation fails on latest community release of SonarQube server (25.1.0.102122-community) because it attempts to pull deprecated metrics which were deleted in this latest release.
SonarQube Community Build 25.1.0.102122
Removed complexity metrics
The following complexity metrics, which were deprecated in SonarQube Server 6.7, have now been removed:
file_complexity
complexity_in_classes
class_complexity
complexity_in_functions
function_complexity
function_complexity_distribution
file_complexity_distribution
To reproduce
From the UI:
Open CNES Report plugin in server UI
Select export options as needed, in particular the DOCX generation
To solve this problem, i have modified line 19 of the file "metrics.properties" and i have removed the deprecated metrics which have been removed in the latest release of SonarQube.
To solve this problem, i have modified line 19 of the file "metrics.properties" and i have removed the deprecated metrics which have been removed in the latest release of SonarQube.
Describe the bug
Report generation fails on latest community release of SonarQube server (25.1.0.102122-community) because it attempts to pull deprecated metrics which were deleted in this latest release.
See release notes here: https://docs.sonarsource.com/sonarqube-community-build/server-upgrade-and-maintenance/release-notes-and-notices/deprecations-and-removals-by-version/#sonarqube-community-build-25.1.0.102122
To reproduce
From the UI:
From the CLI:
Expected behavior
Expected the DOCX report to generate
Screenshots & log
User environment
The text was updated successfully, but these errors were encountered: