Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

…where I find this call-site passing a null for clientVersion:

image

So that null-check in SocketMessageWriter.writeHandshakeMessage was needed after all! Since I didn't want to change that null-sending call-site, and I didn't want to squander my analysis work, I marked the parameter @Nullable:

...