google / google/compile-testing
generatesFiles() reports incorrect message if file is present but content doesn't match
Open
P3
type=defect
- Dominant language
- Java
- Stars
- 722
- Forks
- 129
- Avg merge
- 11m
- Merged PRs (30d)
- 4
Description
If a matching file is found but the content just doesn't match, generatesFiles() will report that no matching file was found. While maybe technically correct if "matching" in this case includes the content, it's misleading in practice since the target file name was found and the content mismatch is the interesting bit.
Contributor guide
Assessment
This issue has not been assessed yet.