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
I don't think ListBuffer actually uses the size hint so it's not that bad but if you ever switched to a different kind of collection that did (and actually side note: why not use Map.newBuilder instead?) it would be quite problematic.
The text was updated successfully, but these errors were encountered:
The code generated for this line,
spray-json/src/main/boilerplate/spray/json/ProductFormatsInstances.scala.template
Line 31 in d0008f5
is expanded to this for instance for
jsonFormat21
:I don't think
ListBuffer
actually uses the size hint so it's not that bad but if you ever switched to a different kind of collection that did (and actually side note: why not useMap.newBuilder
instead?) it would be quite problematic.The text was updated successfully, but these errors were encountered: