Fix rare CCE in the interface selector UI of the new-java-class wizard by mbien · Pull Request #9050 · apache/netbeans (original) (raw)

@mbien added this to the NB29 milestone

Nov 29, 2025

@mbien mbien added Editor ci:dev-build

[ci] produce a dev-build zip artifact (7 days expiration, see link on workflow summary page)

labels

Nov 29, 2025

mbien

matthiasblaesing

@mbien

The code replaced a typed ListModel with a dummy model containing a single String which can cause a CCE in the interface selector filter.

The dummy model isn't really needed since the goto component does handle the "search in progress" state already, so I removed the default value.

Fixed more rawtype compiler warnings to avoid similar issues in future.

@mbien mbien removed the ci:dev-build

[ci] produce a dev-build zip artifact (7 days expiration, see link on workflow summary page)

label

Dec 1, 2025

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})