During #2543 we're discussing whether code around collectMissingTypes() is complete vis-a-vis today's Java.
More specifically @srikanth-sankaran asks:
For example in org.eclipse.jdt.internal.compiler.ClassFile.addAttributes() we are checking if super types and super interfaces are missing. But we don't check for and collect any missing types from permitted types - Should we ?
While changes in #2543 affected only MethodBinding.collectMissingTypes() details around TypeBinding.collectMissingTypes() may indeed be incomplete.
During #2543 we're discussing whether code around
collectMissingTypes()is complete vis-a-vis today's Java.More specifically @srikanth-sankaran asks:
While changes in #2543 affected only
MethodBinding.collectMissingTypes()details aroundTypeBinding.collectMissingTypes()may indeed be incomplete.