-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[java] JSpecify annotations for org.openqa.selenium.grid.jmx
#16431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c88d3c5
to
39db1ba
Compare
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
PR Code Suggestions ✨Explore these optional code suggestions:
|
org.openqa.selenium.grid.jmx.JMXHelper
org.openqa.selenium.grid.jmx
39db1ba
to
37de88c
Compare
User description
🔗 Related Issues
Related #14291
💥 What does this PR do?
JSpecify annotations added to the:
org.openqa.selenium.grid.jmx.JMXHelper
🔧 Implementation Notes
💡 Additional Considerations
🔄 Types of changes
PR Type
Enhancement
Description
Added JSpecify null-safety annotations to
JMXHelper
classMarked
register
method return type as@Nullable
Added
@NullMarked
annotation at class levelUpdated Bazel build configuration to include JSpecify dependency
Diagram Walkthrough
File Walkthrough
JMXHelper.java
Add null-safety annotations to JMXHelper class
java/src/org/openqa/selenium/grid/jmx/JMXHelper.java
@NullMarked
annotation to class levelregister
method return type as@Nullable
BUILD.bazel
Add JSpecify dependency to build configuration
java/src/org/openqa/selenium/grid/jmx/BUILD.bazel
artifact
import to Bazel build file