You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java class ConstructorParameters default to using the form arg0 when the underlying name is null.
Expectation
Same code in Scala 2.13.4 produces
constructor params ArraySeq(oof, bar)
Jackson-Module-Scala currently depends on java reflection for most of its functionality and the missing names in the constructor params affect a number of use cases.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Compiler version
3.0.0-RC1
Minimized code
Output
constructor params ArraySeq(arg0, arg1)
Java class ConstructorParameters default to using the form arg0 when the underlying name is null.
Expectation
Same code in Scala 2.13.4 produces
constructor params ArraySeq(oof, bar)
Jackson-Module-Scala currently depends on java reflection for most of its functionality and the missing names in the constructor params affect a number of use cases.
The text was updated successfully, but these errors were encountered: