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

Fix bad casting causing all entries to be unknown #1463

Merged
merged 2 commits into from
Jul 4, 2023

Conversation

kysmith-csg
Copy link
Contributor

A change made by 6eb17db#diff-28403ac299e4b874aaf674d927c7a0fa60fe79ea6fbfd07a5b827e51d84684e6L446 causes the Lifecycle Mappings preferences to show everything is "unknown" because IPluginExecutionMetadata and LifecycleMappingMetadataSource do not share a common base class and thus could never be instanceof.

Current behavior as of 2.2.0:
Screenshot 2023-06-29 at 15 02 21

Fix:
Screenshot 2023-06-29 at 15 04 20

@HannesWell HannesWell requested a review from laeubi June 29, 2023 20:44
@HannesWell
Copy link
Contributor

@laeubi can you please have a look?

@github-actions
Copy link

github-actions bot commented Jun 29, 2023

Test Results

106 files  ±0  106 suites  ±0   11m 6s ⏱️ +20s
657 tests ±0  647 ✔️ ±0  10 💤 ±0  0 ±0 
657 runs  ±0  646 ✔️ ±0  11 💤 ±0  0 ±0 

Results for commit af525be. ± Comparison against base commit 5132849.

♻️ This comment has been updated with latest results.

@laeubi laeubi merged commit 3ed03c8 into eclipse-m2e:master Jul 4, 2023
@HannesWell HannesWell added this to the 2.4.0 milestone Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants