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

TypeBinding: What happens without custom hash()? #3415

Closed
wants to merge 1 commit into from

Conversation

jukzi
Copy link
Contributor

@jukzi jukzi commented Dec 6, 2024

#3412

DO NOT SUBMIT

@stephan-herrmann
Copy link
Contributor

The failure might be suitable for analyzing the intended semantics:

org.eclipse.jdt.core.tests.builder.IncrementalTests18.testBug442452

Unexpected problem(s)!!!.
----------- Expected ------------

------------ but was ------------
Problem : The interface Comparable cannot be implemented more than once with different arguments: Comparable<IBasicItem> and Comparable<IBasicItem> [ resource : </Project/Entity.java> range : <13,19> category : <40> severity : <2>]

Apparently, this test run succeeded to create two bindings for one and the same "IBasicItem", which is incorrect.

@jukzi jukzi closed this Jan 29, 2025
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