You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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