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 270190 - NullPointerException at java.awt.Component.getLocationOnScreen_NoTreeLock
Summary: NullPointerException at java.awt.Component.getLocationOnScreen_NoTreeLock
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-24 15:34 UTC by RampantBadger
Modified: 2017-03-24 15:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228541


Attachments
stacktrace (1.44 KB, text/plain)
2017-03-24 15:34 UTC, RampantBadger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description RampantBadger 2017-03-24 15:34:24 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b16, Java(TM) SE Runtime Environment, 1.8.0_112-b16
OS: Mac OS X

User Comments:
RampantBadger: happened in background and didnt stop me from working




Stacktrace: 
java.lang.NullPointerException
   at java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:2051)
   at java.awt.Component.getLocationOnScreen(Component.java:2036)
   at javax.swing.Autoscroller.actionPerformed(Autoscroller.java:166)
   at javax.swing.Timer.fireActionPerformed(Timer.java:313)
   at javax.swing.Timer$DoPostEvent.run(Timer.java:245)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
Comment 1 RampantBadger 2017-03-24 15:34:26 UTC
Created attachment 163936 [details]
stacktrace