Back to Error Prone

AutoValueConstructorOrderChecker

docs/bugpattern/AutoValueConstructorOrderChecker.md

2.49.0166 B
Original Source

AutoValue constructors are synthesized with their parameters in the same order as the abstract accessor methods. Calls to the constructor need to match this ordering.