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
for example
org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.superInterfaces() recursively calls ReferenceBinding.superInterfaces() (without even using the returned type (// make super-type resolving recursive for propagating typeBits downwards) and does not protect against redundant super interfaces
sampling data from #3387 (comment): @fedejeanne you may want to protect this against already visited types too.
The text was updated successfully, but these errors were encountered:
for example
org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.superInterfaces() recursively calls ReferenceBinding.superInterfaces() (without even using the returned type (
// make super-type resolving recursive for propagating typeBits downwards
) and does not protect against redundant super interfacessampling data from #3387 (comment):
@fedejeanne you may want to protect this against already visited types too.
The text was updated successfully, but these errors were encountered: