Inspection for string comparison use ==
已回答
Hi, Is there any way to run analysis only for checking if using == instead of equals?
请先登录再写评论。
Hello Hossein,
It's possible to use "Analyse | Run Inspection by Name" and execute with "String comparation using ==, instead of equals()" inspection.
@... Thanks for tip. Works great