[java] specify nullability in package org.openqa.selenium.docker#17191
[java] specify nullability in package org.openqa.selenium.docker#17191asolntsev wants to merge 1 commit intoSeleniumHQ:trunkfrom
org.openqa.selenium.docker#17191Conversation
Review Summary by QodoAdd JSpecify nullability annotations to docker package and improve code quality
WalkthroughsDescription• Add JSpecify nullability annotations to org.openqa.selenium.docker package • Create package-info files with @NullMarked for three subpackages • Add nonBlank() validation method to Require utility class • Improve code quality with null-safety checks and string formatting • Enhance test coverage for version comparison and adapter functionality File Changes1. java/src/org/openqa/selenium/docker/ContainerConfig.java
|
Code Review by Qodo
1. adaptImageResponse nullness mismatch
|
java/src/org/openqa/selenium/docker/client/ApiVersionAdapter.java
Outdated
Show resolved
Hide resolved
Partially implements SeleniumHQ#14291
98025a6 to
f933980
Compare
🔗 Related Issues
Partially implements #14291
💥 What does this PR do?
Adds JSpecify nullability annotations to packages
org.openqa.selenium.docker.*🔄 Types of changes