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 104821 - java.lang.NullPointerException with Matisse
Summary: java.lang.NullPointerException with Matisse
Status: RESOLVED DUPLICATE of bug 100620
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-25 11:18 UTC by fdimeglio
Modified: 2007-05-25 12:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE with Matisse (77.15 KB, application/octet-stream)
2007-05-25 11:20 UTC, fdimeglio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description fdimeglio 2007-05-25 11:18:18 UTC
java.lang.NullPointerException
	at org.netbeans.modules.form.HandleLayer.getComponentsToDrag(HandleLayer.java:861)
	at org.netbeans.modules.form.HandleLayer.mouseDragged(HandleLayer.java:1605)
	at java.awt.Component.processMouseMotionEvent(Component.java:6132)
	at javax.swing.JComponent.processMouseMotionEvent(JComponent.java:3258)
	at java.awt.Component.processEvent(Component.java:5853)
	at java.awt.Container.processEvent(Container.java:2028)
	at java.awt.Component.dispatchEventImpl(Component.java:4491)
	at java.awt.Container.dispatchEventImpl(Container.java:2086)
	at java.awt.Component.dispatchEvent(Component.java:4321)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4292)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3973)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3886)
	at java.awt.Container.dispatchEventImpl(Container.java:2072)
	at java.awt.Window.dispatchEventImpl(Window.java:2405)
	at java.awt.Component.dispatchEvent(Component.java:4321)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:600)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:300)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:210)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:200)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:195)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:187)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 fdimeglio 2007-05-25 11:20:27 UTC
Created attachment 42782 [details]
NPE with Matisse
Comment 2 Jana Maleckova 2007-05-25 12:48:04 UTC

*** This issue has been marked as a duplicate of 100620 ***