8000 Make "firePropertyChange()" public in CustomizeTest by ptziegler · Pull Request #1048 · eclipse-windowbuilder/windowbuilder · GitHub
[go: up one dir, main page]

Skip to content

Make "firePropertyChange()" public in CustomizeTest#1048

Merged
ptziegler merged 1 commit intoeclipse-windowbuilder:masterfrom
ptziegler:fix-npe-in-customize-test
Apr 28, 2025
Merged

Make "firePropertyChange()" public in CustomizeTest#1048
ptziegler merged 1 commit intoeclipse-windowbuilder:masterfrom
ptziegler:fix-npe-in-customize-test

Conversation

@ptziegler
Copy link
Contributor

The protected firePropertyChange() method in the customizer is called reflectively. Because the method is declared by java.awt.Component, this will throw an exception and thus causing the test to get stuck.

Contributes to
#1027

The protected firePropertyChange() method in the customizer is called
reflectively. Because the method is declared by java.awt.Component, this
will throw an exception and thus causing the test to get stuck.

Contributes to
eclipse-windowbuilder#1027
@ptziegler ptziegler added this to the 1.20.0 milestone Apr 28, 2025
@ptziegler ptziegler merged commit 75191dc into eclipse-windowbuilder:master Apr 28, 2025
5 checks passed
@ptziegler ptziegler deleted the fix-npe-in-customize-test branch April 28, 2025 20:03
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.

1 participant

0