eclipse-jdt / eclipse-jdt/eclipse.jdt.core
Tests should detect duplicate problem logs
Open
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
During #707 I found that our compiler tests don't detect when the exact same problem is reported twice. When it happens, it is an indication about unclear responsibilities among different parts of the implementation and should therefor be avoided.
With such detection enabled, I noticed that several more situations of redundant null annotations do contribute duplicate problems, which should be cleaned-up as well, thus hardening #683.
Contributor guide
Assessment
This issue has not been assessed yet.