[FindBugs分析记录]Potentially dangerous use of non-short-circuit logic
官网解释:
This code seems to be using non-short-circuit logic (e.g., & or |) rather than short-circuit logic (&& or ||). In addition, it seem possible that, depending on the value of the left