Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculate severity level based on the project not on the problem #3100

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

laeubi
Copy link
Member

@laeubi laeubi commented Nov 29, 2023

ApiProblem.getSeverity() always returns the workspace defaults because it always passes null. Also the method is actually never used inside API Tools.

Instead we recalculate the real severity based on the currently processed project.

ApiProblem.getSeverity() always returns the workspace defaults because
it always passes null. Also the method is actually never used inside API
Tools.

Instead we recalculate the real severity based on the currently
processed project.
@laeubi laeubi added the backport-to-tycho-4.0.x Can be added to a PR to trigger an automatic backport of the change label Nov 29, 2023
Copy link

Test Results

   570 files  ±0     570 suites  ±0   3h 47m 6s ⏱️ - 7m 50s
   374 tests ±0     367 ✔️ ±0    6 💤 ±0  1 ±0 
1 122 runs  ±0  1 102 ✔️ ±0  19 💤 ±0  1 ±0 

For more details on these failures, see this check.

Results for commit 3dc02bd. ± Comparison against base commit c918e72.

@laeubi laeubi merged commit 7aec992 into eclipse-tycho:master Nov 30, 2023
8 of 11 checks passed
Copy link

💚 All backports created successfully

Status Branch Result
tycho-4.0.x

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-tycho-4.0.x Can be added to a PR to trigger an automatic backport of the change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant