SymbolToString
Symbol#toString shouldn't be used for comparison as it is expensive and fragile.

Severity
SUGGESTION

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("SymbolToString") to the enclosing element.