mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EA-38417 - NPE: ParameterInfoComponent.<init>
This commit is contained in:
@@ -116,7 +116,7 @@ public class ShowParameterInfoContext implements CreateParameterInfoContext {
|
||||
) {
|
||||
if (ParameterInfoController.isAlreadyShown(editor, elementStart)) return;
|
||||
|
||||
if (editor.isDisposed()) return;
|
||||
if (editor.isDisposed() || !editor.getComponent().isVisible()) return;
|
||||
final ParameterInfoComponent component = new ParameterInfoComponent(descriptors, editor,handler);
|
||||
component.setParameterOwner(element);
|
||||
if (highlighted != null) {
|
||||
|
||||
Reference in New Issue
Block a user