AutoValueBuilderDefaultsInConstructor
Defaults for AutoValue Builders should be set in the factory method returning Builder instances, not the constructor

Severity
ERROR

Suppression

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