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
refactor(coverage): rename JavaSrcDirFinder to SrcDirFinder and add CLI options
- Rename `java_src_dirs` to `src_search_dirs` in Settings
- Rename `JavaSrcDirFinder` to `SrcDirFinder` (and rename file)
- Update user-facing output from "Discovered Java source directories" to "Source search directories"
- Add `--add-src-dir` CLI option to manually specify source directories (takes precedence over auto-discovered)
- Add `--remove-src-dir` CLI option to exclude directories from the search list
- Add warning when a file is found in multiple source directories
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments