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

[rules] Fix null-access when getting event information #296

Merged
merged 2 commits into from
Sep 17, 2023

Conversation

florian-h05
Copy link
Contributor

Regression of #286.

event.getClass() was called even when event was null.

Regression of openhab#286.

event.getClass() was called even when event was null.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
@florian-h05 florian-h05 requested a review from a team as a code owner September 17, 2023 15:38
@florian-h05 florian-h05 added bug Something isn't working regression A regression from a previous PR labels Sep 17, 2023
@florian-h05 florian-h05 added this to the to be released milestone Sep 17, 2023
Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
@florian-h05 florian-h05 merged commit 86d0993 into openhab:main Sep 17, 2023
4 checks passed
@florian-h05 florian-h05 deleted the rules-event-info-bug branch September 17, 2023 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regression A regression from a previous PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant