[java] JSpecify annotations for org.openqa.selenium.interactions#16462
[java] JSpecify annotations for org.openqa.selenium.interactions#16462diemol merged 2 commits intoSeleniumHQ:trunkfrom
org.openqa.selenium.interactions#16462Conversation
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:
|
|||||||||
be56861 to
f2b7a59
Compare
f2b7a59 to
91a55a5
Compare
User description
🔗 Related Issues
Related #14291
💥 What does this PR do?
JSpecify annotations added to the:
org.openqa.selenium.interactions.CompositeActionorg.openqa.selenium.interactions.Interactionorg.openqa.selenium.interactions.Locatableorg.openqa.selenium.interactions.MoveTargetOutOfBoundsException🔧 Implementation Notes
💡 Additional Considerations
🔄 Types of changes
PR Type
Enhancement
Description
Add JSpecify @NullMarked annotations to interactions package classes
Mark nullable parameters in MoveTargetOutOfBoundsException constructors
Improve null-safety documentation for CompositeAction, Interaction, Locatable
Enable compile-time null-safety checking for interactions API
Diagram Walkthrough
File Walkthrough
CompositeAction.java
Add JSpecify @NullMarked annotation to CompositeActionjava/src/org/openqa/selenium/interactions/CompositeAction.java
@NullMarkedannotation import from org.jspecify.annotations@NullMarkedclass-level annotation to CompositeActionInteraction.java
Add JSpecify @NullMarked annotation to Interactionjava/src/org/openqa/selenium/interactions/Interaction.java
@NullMarkedannotation import from org.jspecify.annotations@NullMarkedclass-level annotation to abstract Interactionclass
Locatable.java
Add JSpecify @NullMarked annotation to Locatable interfacejava/src/org/openqa/selenium/interactions/Locatable.java
@NullMarkedannotation import from org.jspecify.annotations@NullMarkedinterface-level annotation to LocatableMoveTargetOutOfBoundsException.java
Add JSpecify annotations with nullable parameters to exceptionjava/src/org/openqa/selenium/interactions/MoveTargetOutOfBoundsException.java
@NullMarkedand@Nullableannotations@NullMarkedclass-level annotation@Nullableinall three constructors