MisformattedTestData suggested fix wraps long `// BUG: Diagnostic contains: ` lines
Author: msridharCreated Sep 19, 2026Updated Sep 21, 2026
For example:
- // BUG: Diagnostic contains: Method violates has @Contract(-> !null), but this appears to be violated, as a @Nullable value may be returned when the contract preconditions are true.
+ // BUG: Diagnostic contains: Method violates has @Contract(-> !null), but this appears to be
+ // violated, as a @Nullable value may be returned when the contract preconditions are true.This changes what gets asserted by the test, making it risky to apply the suggested fix.
Source: google/error-prone