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

Summary: NullPointerException at java.awt.Component.getLocationOnScreen_NoTreeLock
Product: ide Reporter: RampantBadger
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228541
Attachments: stacktrace

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