RFR: JDK-8257401: Use switch expressions in jdk.internal.net.http and java.net.http [v4]
Kartik Ohri
github.com+27751938+amcap1712 at openjdk.java.net
Wed Dec 2 16:34:20 UTC 2020
On Wed, 2 Dec 2020 16:26:43 GMT, Patrick Concannon <pconcannon at openjdk.org> wrote:
>> Kartik Ohri has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR.
>
> src/java.net.http/share/classes/jdk/internal/net/http/Http1HeaderParser.java line 119:
>
>> 117: while (canContinueParsing(input)) {
>> 118: switch (state) {
>> 119: case INITIAL -> state = State.STATUS_LINE;
>
> Looks good. Although, I think you can improve it further if you align the lambda operators as well
Yes right. Just noticed I had missed that. Fixed in latest commit :)
-------------
PR: https://git.openjdk.java.net/jdk/pull/1364
More information about the security-dev
mailing list