join_with_return_assignment false positive on complex statements #57858
Labels
devexp-linter
Issues with the analyzer's support for the linter package
legacy-area-analyzer
Use area-devexp instead.
linter-false-positive
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Take the following code:
The
join_return_with_assignment
rule reports at the error comment "Join return statement with assignment when possible," because it does not see thatb1.a
is not equal tob2.a
.(Same cause as #57855)
The text was updated successfully, but these errors were encountered: