TreeToString
Tree#toString shouldn't be used for Trees deriving from the code being compiled, as it discards whitespace and comments.

Severity
ERROR

The problem

Tree#toString shouldn’t be used for Trees deriving from the code being compiled, as it discards whitespace and comments.

This check only runs inside Error Prone code. Suggested replacements include:

Suppression

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