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 153555 - NullPointerException at org.netbeans.modules.uml.drawingarea.ZoomManager.getSceneContentRect
Summary: NullPointerException at org.netbeans.modules.uml.drawingarea.ZoomManager.getS...
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Petrov
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-20 15:46 UTC by marco_bresciani
Modified: 2009-02-19 23:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 117014


Attachments
stacktrace (2.50 KB, text/plain)
2008-11-20 15:46 UTC, marco_bresciani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marco_bresciani 2008-11-20 15:46:48 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
Comment 1 marco_bresciani 2008-11-20 15:46:52 UTC
Created attachment 73961 [details]
stacktrace
Comment 2 Sergey Petrov 2008-11-20 16:04:44 UTC
will look if stacktrace help.
is there any steps to reproduce?
Comment 3 marco_bresciani 2008-11-20 19:44:58 UTC
Not sure. I think I was selecting a couple of classes of a 6.1 -> 6.5 converted UML... I'll try to reproduce.
Comment 4 Sergey Petrov 2008-11-20 20:48:34 UTC
thanks, may be some zoom tool was selected from toolbar, 
if it will be reproducible, please provide screenshot or /and project(if possible).
Comment 5 Sergey Petrov 2008-11-21 13:51:44 UTC
defensive null check will be added.
Comment 6 Sergey Petrov 2008-11-21 15:36:15 UTC
64e5c06b0135
Comment 7 Quality Engineering 2008-11-23 17:07:59 UTC
Integrated into 'main-golden', will be available in build *200811231401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/64e5c06b0135
User: sergeyp@netbeans.org
Log: fix #153555 - check for null. may require to find root cause also
Comment 8 Peter Lam 2008-12-08 22:21:47 UTC
verified in trunk build 20081204. not able to reproduce.