RFR: 8291226: Create Test Cases to cover scenarios for JDK-8278067
Ramesh Bhagavatam Gangadhar
rgangadhar at openjdk.org
Mon Aug 22 20:05:44 UTC 2022
On Mon, 22 Aug 2022 14:27:28 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>Also it might be more concise to use List & loops to construct the various arrays, rather than copy/pasting the same line over and over (more specifically things line the `serverScenarios` and `clientScenarios` arrays look like they could be initialized with one or two imbricated loops).
avoided repetation of serverScenarios and clientScenarios array @dfuch thanks
-------------
PR: https://git.openjdk.org/jdk/pull/9958
More information about the net-dev
mailing list