Skip to content

Fix NPE when Find action is unavailable in Breakpoints view#2559

Open
mx990 wants to merge 1 commit intoeclipse-platform:masterfrom
mx990:breakpoints-view-npe-fix
Open

Fix NPE when Find action is unavailable in Breakpoints view#2559
mx990 wants to merge 1 commit intoeclipse-platform:masterfrom
mx990:breakpoints-view-npe-fix

Conversation

@mx990
Copy link

@mx990 mx990 commented Mar 10, 2026

The Find action may be unavailable when the focus is outside the Breakpoints view, which leads to an NPE in fillContextMenu.

This adds a null and enablement check for the Find action to resolve the problem.

Fixes #2558

The Find action may be unavailable when the focus is outside the
Breakpoints view, which leads to an NPE in fillContextMenu.

This adds a null and enablement check for the Find action to resolve
the problem.
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.

NPE when opening context menu in Breakpoints view

1 participant