Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/copybara-sync
/
.
/
docs
/
bugpattern
/
AutoValueConstructorOrderChecker.md
blob: c9f5135f78f5e380e96d4b97d532923a29f7dc6f [
file
] [
log
] [
blame
] [
view
] [
edit
]
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
.