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 262800 - NullPointerException at javax.swing.ToolTipManager.initiateToolTip
Summary: NullPointerException at javax.swing.ToolTipManager.initiateToolTip
Status: RESOLVED DUPLICATE of bug 258935
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-13 14:46 UTC by barmeier
Modified: 2016-07-27 21:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222453


Attachments
stacktrace (2.71 KB, text/plain)
2016-07-13 14:46 UTC, barmeier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description barmeier 2016-07-13 14:46:11 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Linux

User Comments:
barmeier: Compiling multi pom project

GUEST: No description




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:299)
   at java.awt.AWTEventMulticaster.mouseEntered(AWTEventMulticaster.java:299)
   at java.awt.Component.processMouseEvent(Component.java:6542)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
Comment 1 barmeier 2016-07-13 14:46:13 UTC
Created attachment 160374 [details]
stacktrace
Comment 2 markiewb 2016-07-27 21:55:01 UTC

*** This bug has been marked as a duplicate of bug 258935 ***