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: improve Java class name extraction regex to avoid false matches
- Use ^(?:public\s+)?class pattern to match class declaration at start of line
- Prevents matching words like "command" or text in comments that contain "class"
- Fixes issue where test files were named incorrectly (e.g., "and__perfinstrumented.java")
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments