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
Fix Method filter to check only method name, not full FQN
Previously "Method=RegExp" would match any test with "RegExp" anywhere
in the fully qualified name (namespace, class, or method). Now it
properly parses the FQN and checks only the method name portion.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments