This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269150

Summary: NullPointerException: The popup parameter cannot be null
Product: editor Reporter: tbrunhoff <tbrunhoff>
Component: -- Other --Assignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227347
Attachments: stacktrace

Description tbrunhoff 2016-11-28 17:12:21 UTC
This bug was originally marked as duplicate of bug 190368, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201611110001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
tbrunhoff: Removing errors from code in the editor just after a build. I did not see a popup.




Stacktrace: 
java.lang.NullPointerException: The popup parameter cannot be null
   at org.openide.util.Parameters.notNull(Parameters.java:89)
   at org.netbeans.editor.PopupManager.computeBounds(PopupManager.java:391)
   at org.netbeans.editor.PopupManager.computeBounds(PopupManager.java:312)
   at org.netbeans.editor.PopupManager.install(PopupManager.java:199)
   at org.netbeans.editor.ext.ToolTipSupport.ensureVisibility(ToolTipSupport.java:809)
   at org.netbeans.editor.ext.ToolTipSupport.setToolTip(ToolTipSupport.java:375)
Comment 1 tbrunhoff 2016-11-28 17:12:23 UTC
Created attachment 163058 [details]
stacktrace