Hooked

Hooked

8M Downloads

[Code Smell and Compile Time Warning] Ensure variables aren't null when passing to Java Methods

JamesYeoman opened this issue ยท 2 comments

commented

As you can see from the following image, there are several warnings, some of which I'm cleaning up currently, and when my PR goes up, I'll link it to this issue. However, there are several nullability warnings that I'm not experienced and equipped enough to resolve...
image

commented
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