Practical Logistics 2

Practical Logistics 2

15M Downloads

I hate red in my Logs

bookerthegeek opened this issue ยท 5 comments

commented

Heyo

Don't know what to call this, sorry for the shitty title.

[22:54:03] [main/INFO] [practicallogistics2]: IInfoError loaded successfully: sonar.logistics.api.errors.UUIDError
[22:54:03] [main/INFO] [practicallogistics2]: IInfoError loaded successfully: sonar.logistics.api.errors.DestroyedError
[22:54:03] [main/INFO] [practicallogistics2]: IInfoError loaded successfully: sonar.logistics.api.errors.DisconnectedError
[22:54:03] [main/ERROR] [practicallogistics2]: Failed to load method: public int net.minecraftforge.fluids.Fluid.getTemperature(net.minecraftforge.fluids.FluidStack), Valid Parameters: false, Valid Returns true,
[22:54:03] [main/ERROR] [practicallogistics2]: Failed to load method: public int net.minecraftforge.fluids.Fluid.getViscosity(net.minecraftforge.fluids.FluidStack), Valid Parameters: false, Valid Returns true,

Versions

commented

This particular issue is nothing to worry about, I need to create a special case to prevent it from happening.

commented

The Fluid.class has two methods called getTemperature, one which needs a FluidStack and one which doesn't, as FluidStack isn't a registered parameter it fails to register the method, hence the Valid Parameters being false, the correct method is still registered correctly which is why I had ignored it up to this point. I need to improve the method registering system, so had left it for now.

commented

Gotcha. Thank you for the explanation.

commented

Just curious, what is returning true and expecting it to be false?

commented

These will now come up as warnings, marking the issue as fixed but the warnings will continue.