new check suggestion: Throwable self-suppression
Open
- Dominant language
- Java
- Stars
- 7.2k
- Forks
- 820
- Avg merge
- 5h 9m
- Merged PRs (30d)
- 50
Description
This snippet unconditionally throws an `IllegalStateException` and could be statically detected:
```
Throwable t = new Throwable();
t.addSuppressed(t);
```
Contributor guide
Assessment
This issue has not been assessed yet.