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
Don't consider class name for similarity in naming errors
Summary:
When we require a fully qualified label name `FooClass#bar_label`, we should only consider the `#bar_label` text in the similarity calculation.
Previously, we'd suggest `FooClass#unrelated` as a match for `foo`, rather than `FooClass#foo`.
Reviewed By: vsiles
Differential Revision: D39329902
fbshipit-source-id: 15faf0d4f9c928e2b6fa7db40ab87f41847ecb8e
0 commit comments