[Code Smell and Compile Time Warning] Ensure variables aren't null when passing to Java Methods
JamesYeoman opened this issue · 2 comments
JamesYeoman commented
JamesYeoman commented
JamesYeoman commented
It turns out, according to thecodewarrior, that this isn't even a problem because forge has a global @ParametersAreNonnullByDefault
, so it's safe to just suppress