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
I think a comment with getTypeFactoryOfSubchecker would be nice that highlights that it only works for immediate subcheckers. Maybe open an issue that we should change getTypeFactoryOfSubchecker to look in all subcheckers and add a getTypeFactoryOfImmediateSubchecker In case that is ever useful?
Same applies to public <T extends SourceChecker> @Nullable T getSubchecker(Class<T> checkerClass) in SourceChecker, which also only goes through the immediate subcheckers.
I think a comment with
getTypeFactoryOfSubchecker
would be nice that highlights that it only works for immediate subcheckers. Maybe open an issue that we should changegetTypeFactoryOfSubchecker
to look in all subcheckers and add agetTypeFactoryOfImmediateSubchecker
In case that is ever useful?Originally posted by @wmdietl in #1108 (comment)
The text was updated successfully, but these errors were encountered: