lttng / lttng-scope

A trace viewer and analyzer for LTTng kernel and user space traces
https://lttng.org/beta/#lttng-scope
Eclipse Public License 1.0
28 stars 6 forks source link

Investigate disabling Coverity/FindBugs "null reference" warnings #4

Closed ghost closed 6 years ago

ghost commented 7 years ago

Great majority of those are flukes, and we already use JDT's null annotations to check null-correctness. It's possible to disable FindBugs altogether, but it would be nice if we could filter out only this particular issue type. Other FindBugs warnings may be relevant.

ghost commented 6 years ago

FindBugs has been disabled for a while. As we move more and more to Kotlin, Coverity becomes less relevant, and null-checking is directly part of the language.