Changes between Version 5 and Version 7 of Ticket #21596
- Timestamp:
- 2021-12-16T17:50:52+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21596
- Property Milestone → 21.11
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #21596 – Description
v5 v7 17 17 18 18 == spotbugs-annotations 19 * Update [https://github.com/spotbugs/spotbugs/blob/4.5. 1/CHANGELOG.md spotbugs-annotations] from v4.3.0 to v4.5.119 * Update [https://github.com/spotbugs/spotbugs/blob/4.5.2/CHANGELOG.md spotbugs-annotations] from v4.3.0 to v4.5.2 20 20 21 21 == svgSalamander … … 100 100 101 101 == spotbugs 102 * Update [https://github.com/spotbugs/spotbugs/blob/4.5. 0/CHANGELOG.md spotbugs and spotbugs-ant] from 4.2.3 to 4.5.0(see also spotbugs-annotations above)102 * Update [https://github.com/spotbugs/spotbugs/blob/4.5.2/CHANGELOG.md spotbugs and spotbugs-ant] from 4.2.3 to 4.5.2 (see also spotbugs-annotations above) 103 103 104 104 * `DCN_NULLPOINTER_EXCEPTION` now follows SEI Cert rule ERR08-J … … 106 106 * `MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR`/`MC_OVERRIDABLE_METHOD_CALL_IN_CLONE` for SEI cert rules MET05-J and MET06-J: avoid overridable methods in constructors and clone. 107 107 * `EOS_BAD_END_OF_STREAM_CHECK` from SEI CERT rule FIO08-J: avoid converting `Stream#read` to byte or int, and then checking against -1. 108 * Updates log4j to 2.16.0 (see also #21657) 108 109 109 110 == errorprone