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
migratesShape2BasicAsyncRequestProducerWithNStringEntity and
migratesShape2WithHoistedNStringEntity fed inline-chained input
(new HttpPost(path).setEntity(...)) that is not valid HttpClient 4.x, since
setEntity returns void — which is why they needed constructorInvocations(false).
That inline shape is only ever an in-memory intermediate produced by
InlineBasicAsyncRequestProducerLocals, never real source. Made valid (hoisted),
both are byte-for-byte duplicates of migratesShape2WithHoistedRequest and
migratesShape2WithHoistedRequestAndEntity, which already exercise the full
Inline -> Migrate path. Remove them; no valid-input coverage is lost and all
constructorInvocations(false)/typeValidationOptions suppressions are gone.
0 commit comments