Replies: 1 comment 1 reply
-
Why not? We actually have at least two different categories in this area:
What you are asking about is category (2). This implementation has created significant benefit for our own implementation, so we could just be happy it's there and will protect us during future code changes. Alternatively, we could discuss two questions:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The general purpose JDT contains Code that behaves different for certain package names, see for example org.eclipse.jdt.internal.compiler.lookup.TypeConstants.ITYPEBINDING emitting an Error "The uninterned types {0} and {1} should not be compared using ==/!= operators." only on that certain package. See org.eclipse.jdt.core.tests.compiler.regression.ProgrammingProblemsTest.test0060()
Is that reasonable?
Beta Was this translation helpful? Give feedback.
All reactions