Fix rare CCE in the interface selector UI of the new-java-class wizard by mbien · Pull Request #9050 · apache/netbeans (original) (raw)
added this to the NB29 milestone
mbien added Editor ci:dev-build
[ci] produce a dev-build zip artifact (7 days expiration, see link on workflow summary page)
labels
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 removed the ci:dev-build
[ci] produce a dev-build zip artifact (7 days expiration, see link on workflow summary page)
label
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 }})