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 242957 - NullPointerException at org.netbeans.modeler.provider.extension.NodeWidgetResizeProvider.boundsSuggested
Summary: NullPointerException at org.netbeans.modeler.provider.extension.NodeWidgetRes...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-17 08:40 UTC by jonathanlastrilla
Modified: 2014-03-17 08:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207551


Attachments
stacktrace (2.81 KB, text/plain)
2014-03-17 08:40 UTC, jonathanlastrilla
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jonathanlastrilla 2014-03-17 08:40:42 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
jonathanlastrilla: clicked the element in BPMN modeler after sending a bug report

GUEST: Try to resize block

jonathanlastrilla: resizing an element in BPMN modeler




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modeler.provider.extension.NodeWidgetResizeProvider.boundsSuggested(NodeWidgetResizeProvider.java:147)
   at org.netbeans.modules.visual.action.ResizeAction.resize(ResizeAction.java:160)
   at org.netbeans.modules.visual.action.ResizeAction.mouseReleased(ResizeAction.java:106)
   at org.netbeans.api.visual.widget.SceneComponent$Operator$3.operate(SceneComponent.java:564)
   at org.netbeans.api.visual.widget.SceneComponent.processLocationOperator(SceneComponent.java:279)
   at org.netbeans.api.visual.widget.SceneComponent.mouseReleased(SceneComponent.java:166)
Comment 1 jonathanlastrilla 2014-03-17 08:40:44 UTC
Created attachment 146065 [details]
stacktrace