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
Ignore lambdas whose target interfaces have multiple methods
This currently accounts for those with default methods, and those which re-declare as
abstract methods inherited from Object, such as equals(Object). In the future we should
distiniguish and disregard these methods as candidates for the intended lambda method.
0 commit comments