This inspection highlights expressions of the following type: "x != a || x != b". Such expressions are always true, and a quickfix is available to change them to the correct "x != a && x != b"
New in 9, Powered by InspectionGadgets