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
Right now, Error Prone checkers cannot perform checks on switch expressions as there is not yet a BugChecker.SwitchExpressionTreeMatcher interface to override. See also discussion at #3803 (comment).
Right now, Error Prone checkers cannot perform checks on
switchexpressions as there is not yet aBugChecker.SwitchExpressionTreeMatcherinterface to override. See also discussion at #3803 (comment).