diff options
author | Dimitris Kavvathas <dimitris.kavvathas@sonarsource.com> | 2023-03-09 17:19:37 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-03-13 20:02:45 +0000 |
commit | dd791e68ca7a5b0375e7cba70a2f8f27d4c75c26 (patch) | |
tree | a84c55cd9df1cbfc9958e22122f2bc8d3c080ed0 /server/sonar-web/src/main/js/apps/coding-rules/components/RuleDetailsMeta.tsx | |
parent | 82c7e9e96b598e50cdc90f7927213d21e7c6ff10 (diff) | |
download | sonarqube-dd791e68ca7a5b0375e7cba70a2f8f27d4c75c26.tar.gz sonarqube-dd791e68ca7a5b0375e7cba70a2f8f27d4c75c26.zip |
SONAR-18638 Drop deprecated fields in Rules WS API.
Drop "effortToFixDescription" and replace with "gapDescription".
Drop "debtRemFnCoeff" and replace with "remFnGapMultiplier".
Drop "defaultDebtRemFnCoeff" and replace with "defaultRemFnGapMultiplier".
Drop "debtRemFnOffset" and replace with "remFnBaseEffort".
Drop "defaultDebtRemFnOffset" and replace with "defaultRemFnBaseEffort".
Correct the version when the field 'scope' was added.
Drop "debtOverloaded" and replace with "remFnOverloaded".
Deprecate "defaultDebtRemFnType" and "debtRemFnType" and replace with "defaultRemFnType" and "remFnType" accordingly.
Deprecate "defaultDebtRemFn" and "debtRemFn" and replace with "defaultRemFn" and "remFn" accordingly.
Diffstat (limited to 'server/sonar-web/src/main/js/apps/coding-rules/components/RuleDetailsMeta.tsx')
0 files changed, 0 insertions, 0 deletions