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 258509 - NullPointerException at org.netbeans.modules.form.HandleLayer.getDeepestComponentsAt
Summary: NullPointerException at org.netbeans.modules.form.HandleLayer.getDeepestCompo...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-23 18:32 UTC by wshackleAtGmail
Modified: 2016-03-23 18:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223164


Attachments
stacktrace (2.55 KB, text/plain)
2016-03-23 18:32 UTC, wshackleAtGmail
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wshackleAtGmail 2016-03-23 18:32:44 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Linux

User Comments:
wshackleAtGmail: switching tab in gui builder




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.HandleLayer.getDeepestComponentsAt(HandleLayer.java:1006)
   at org.netbeans.modules.form.HandleLayer.highlightPanel(HandleLayer.java:1434)
   at org.netbeans.modules.form.HandleLayer.mouseMoved(HandleLayer.java:2183)
   at java.awt.Component.processMouseMotionEvent(Component.java:6580)
   at javax.swing.JComponent.processMouseMotionEvent(JComponent.java:3342)
   at java.awt.Component.processEvent(Component.java:6304)
Comment 1 wshackleAtGmail 2016-03-23 18:32:48 UTC
Created attachment 158981 [details]
stacktrace