3.22.0
·
1738 commits
to develop
since this release
Type | Description | Link |
---|---|---|
Improvement | Add error-prone check that forbids extending java.lang.Error (reports ERROR). Provides a fix to replace extends Error with extends RuntimeException for clearer contract to the consumers. |
#1379 |