You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Hello!
We've checked your code with AppChecker static analyzer and found possible bug:
https://github.com/Microsoft/vsminecraft/blob/19ae7b5744bc4bb0bb890303b288af2b193f5ca4/minecraftpkg/MekanismModSample/src/main/java/mekanism/common/multipart/MultipartTransmitter.java#L95
return doesn't refer to if-statement. if-statement block is empty;
It could be not a bug, but in the same file there is correct code:
Possible defect was found by Echelon Team with AppChecker static analyzer