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

Fix bug in supportedOperations property initialization #172

Merged
merged 1 commit into from
May 10, 2024

Conversation

leewyatt
Copy link
Contributor

@leewyatt leewyatt commented May 9, 2024

This commit addresses a critical bug in the getSupportedOperations method where modifications to the returned list did not affect the underlying supportedOperations property. Previously, if the supportedOperations property was not initialized, getSupportedOperations would return a new ObservableList that was not bound to the supportedOperations property, leading to discrepancies in data handling.

This commit addresses a critical bug in the getSupportedOperations method where modifications to the returned list did not affect the underlying supportedOperations property. Previously, if the supportedOperations property was not initialized, getSupportedOperations would return a new ObservableList that was not bound to the supportedOperations property, leading to discrepancies in data handling.
@leewyatt leewyatt marked this pull request as ready for review May 9, 2024 16:44
Copy link

sonarqubecloud bot commented May 9, 2024

@dlemmermann dlemmermann merged commit ad87903 into master May 10, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants