Skip to content
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

Add @Nullable to StepExecution::endTime #4034

Closed

Conversation

acktsap
Copy link
Contributor

@acktsap acktsap commented Dec 9, 2021

StepExecution::endTime is initialized as null at creation. But it's not marked as @Nullable.
When step is in execution, endTime is null. So i used null safe calls but it give me a warning like this.

Screen Shot 2021-12-09 at 7 59 18 PM

Marking@Nullable can remove the warning.

Screen Shot 2021-12-09 at 8 07 05 PM

@acktsap acktsap force-pushed the add-nullable-to-get-end-time branch from 0b745e5 to 66289e6 Compare December 9, 2021 11:09
@fmbenhassine fmbenhassine added in: core pr-for: enhancement for: backport-to-4.3.x Issues that will be back-ported to the 4.3.x line labels Dec 22, 2021
@fmbenhassine fmbenhassine added this to the 5.0.0-M2 milestone Feb 18, 2022
@fmbenhassine
Copy link
Contributor

LGTM. Rebased and merged as dce1525. Thank you!

fmbenhassine pushed a commit that referenced this pull request Feb 18, 2022
@acktsap acktsap deleted the add-nullable-to-get-end-time branch February 6, 2024 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: backport-to-4.3.x Issues that will be back-ported to the 4.3.x line in: core pr-for: enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants