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 215713 - NullPointerException at org.netbeans.modules.form.FormDesigner.pointFromHandleToComponentLayer
Summary: NullPointerException at org.netbeans.modules.form.FormDesigner.pointFromHandl...
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-19 06:56 UTC by Exceptions Reporter
Modified: 2017-06-22 22:58 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 190859


Attachments
stacktrace (2.75 KB, text/plain)
2012-07-19 06:56 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-07-19 06:56:39 UTC
This bug was originally marked as duplicate of bug 212953, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201207180002)
VM: Java HotSpot(TM) Client VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Windows 7

User Comments:
GUEST: change the size of form




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.FormDesigner.pointFromHandleToComponentLayer(FormDesigner.java:774)
   at org.netbeans.modules.form.HandleLayer.convertPointToComponent(HandleLayer.java:1811)
   at org.netbeans.modules.form.HandleLayer.checkLayoutResizing(HandleLayer.java:1546)
   at org.netbeans.modules.form.HandleLayer.checkResizing(HandleLayer.java:1467)
   at org.netbeans.modules.form.HandleLayer.mouseMoved(HandleLayer.java:2110)
   at java.awt.AWTEventMulticaster.mouseMoved(AWTEventMulticaster.java:329)
Comment 1 Exceptions Reporter 2012-07-19 06:56:42 UTC
Created attachment 122181 [details]
stacktrace
Comment 2 Tomas Pavek 2012-07-19 16:09:34 UTC
No idea how this could happen. The exception shows moving mouse over the design area (i.e. not resizing) and there is no content (missing the top design view component). There is no relevant preceding exception that would indicate some failure of creating the design view.

Do you know the steps how to reproduce it? Can you provide a sample test form on which this could be demonstrated? Thanks