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
Remove dead getExtends/addExtends from ClassDescription
Now that Extend/NotExtend/HaveTrait/NotHaveTrait/Implement/NotImplement
resolve the full inheritance chain via reflection, the static extends
list stored in ClassDescription is never consulted. Remove addExtends()
from ClassDescriptionBuilder, getExtends() from ClassDescription, the
corresponding wiring in FileVisitor, and update all call sites in tests.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments