Code Inspection: Expression result unused
Reports expressions that are calculated, but the calculation result is not used anywhere.
Such errors can be caused, for example, by misspelling the =
operator as ==
.
Last modified: 08 December 2020