- 
          
- 
                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.JMXHelperorg.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
JMXHelperclassMarked
registermethod return type as@NullableAdded
@NullMarkedannotation at class levelUpdated Bazel build configuration to include JSpecify dependency
Diagram Walkthrough
File Walkthrough
JMXHelper.java
Add null-safety annotations to JMXHelper classjava/src/org/openqa/selenium/grid/jmx/JMXHelper.java
@NullMarkedannotation to class levelregistermethod return type as@NullableBUILD.bazel
Add JSpecify dependency to build configurationjava/src/org/openqa/selenium/grid/jmx/BUILD.bazel
artifactimport to Bazel build file