The analyzer has detected a method call where an object is used as an argument to its own method. Perhaps this is erroneous code and another object should be passed to the method instead.
The example:
a.startsWith(a)
Due to a typo, the incorrect variable name is used.
The fixed code:
a.startsWith(b)
This diagnostic is classified as:
Was this page helpful?
Your message has been sent. We will email you at
If you do not see the email in your inbox, please check if it is filtered to one of the following folders: