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

TaskRepository.hashCode() does not include RepositoryUrl but TaskRepository.equals does #261

Open
BeckerFrank opened this issue Jul 23, 2023 · 1 comment

Comments

@BeckerFrank
Copy link
Contributor

I found an inconsistent implementation for TaskRepository.hashCode() and askRepository.equals().

When we add the URL, the following test fails
org.eclipse.mylyn.tasks.tests.TaskRepositoryManagerTest.testDeletion()

We should see what else can go wrong when we add the URL to the hashCode method.

@ruspl-afed
Copy link
Contributor

Yes, I also saw this anomaly @BeckerFrank

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

No branches or pull requests

2 participants