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 270388 - NullPointerException at javax.swing.ToolTipManager.initiateToolTip
Summary: NullPointerException at javax.swing.ToolTipManager.initiateToolTip
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-13 13:13 UTC by terje7601
Modified: 2017-04-13 13:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228765


Attachments
stacktrace (2.69 KB, text/plain)
2017-04-13 13:13 UTC, terje7601
Details

Note You need to log in before you can comment on or make changes to this bug.
Description terje7601 2017-04-13 13:13:29 UTC
Build: NetBeans IDE Dev (Build 201703100002)
VM: OpenJDK 64-Bit Server VM, 25.121-b14, OpenJDK Runtime Environment, 1.8.0_121-b14
OS: Linux

User Comments:
terje7601: Dragging the scrollbar down




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.ToolTipManager.initiateToolTip(ToolTipManager.java:478)
   at javax.swing.ToolTipManager.mouseEntered(ToolTipManager.java:435)
   at java.awt.AWTEventMulticaster.mouseEntered(AWTEventMulticaster.java:300)
   at java.awt.Component.processMouseEvent(Component.java:6542)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
   at java.awt.Component.processEvent(Component.java:6298)
Comment 1 terje7601 2017-04-13 13:13:31 UTC
Created attachment 164097 [details]
stacktrace