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 - NullPointerException: The popup parameter cannot be null
Summary: NullPointerException: The popup parameter cannot be null
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-28 17:12 UTC by tbrunhoff
Modified: 2016-11-28 17:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227347


Attachments
stacktrace (2.46 KB, text/plain)
2016-11-28 17:12 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
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