Disable CT_CONTRUCTOR_THROW 75/109375/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 18 Dec 2023 15:23:02 +0000 (16:23 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 18 Dec 2023 15:23:02 +0000 (16:23 +0100)
commit963494c171201d7f71488edf4d953594e0a6d8c5
tree7424b5c3367d74c77a208b4fce06d17d0b12f047
parent279fbb5dcb8700a73f66a840163bfdde43126ca7
Disable CT_CONTRUCTOR_THROW

This warning comes up in surprising contexts and sometimes it can be
hard to diagnose what exactly is triggering it.

Polluting classes with finalize() is a non-option. Being overly-clever
with constructors is a non-starter as well. Sprinkling
@SuppressFBWarnings on code which has been stable for years also does
not make sense.

Disable this warning, as its relevance is rapidly diminishing as we
require Java versions beyond 18.

Change-Id: Ic1532d4051fb76e1b2eeae66d49342b0e9c3f176
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
spotbugs/src/main/resources/spotbugs-exclude.xml