Community
Participate
Working Groups
Build Identifier: The predicate in the second constructor of org.eclipse.xtext.scoping.impl.FilteringScope should compare eClass with the EClass of the input instead of itself. ;-) eClass.isSuperTypeOf(eClass) should be replaced with input.getEClass().isSuperTypeOf(eClass). Reproducible: Always
The predicate should be EcoreUtil.isAssignableFrom(eClass, input.getEClass()).
Fixed in Helios_Maintenance
*** Bug 334386 has been marked as a duplicate of this bug. ***
Closing all bugs that were set to RESOLVED before Neon.0