mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
NPE fixed
This commit is contained in:
+3
@@ -204,6 +204,9 @@ public class DocumentationManager {
|
||||
|
||||
final PopupUpdateProcessor updateProcessor = new PopupUpdateProcessor(project) {
|
||||
public void updatePopup(Object lookupIteObject) {
|
||||
if (lookupIteObject == null) {
|
||||
return;
|
||||
}
|
||||
if (lookupIteObject instanceof PsiElement) {
|
||||
doShowJavaDocInfo((PsiElement)lookupIteObject, false, this, originalElement, autoupdate);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user