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 117944 - UML Project Save action throws NullPointerException
Summary: UML Project Save action throws NullPointerException
Status: RESOLVED INVALID
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-05 18:49 UTC by kroikie
Modified: 2008-10-31 16:38 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 6522


Attachments
stacktrace (4.14 KB, text/plain)
2007-10-05 18:49 UTC, kroikie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kroikie 2007-10-05 18:49:03 UTC
Build: NetBeans IDE 6.0 Beta 1 (Build 200709141330)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105
OS: Windows XP, 5.1, x86

User Comments:
Comment 1 kroikie 2007-10-05 18:49:08 UTC
Created attachment 50284 [details]
stacktrace
Comment 2 Peter Lam 2007-10-05 19:33:41 UTC
Thanks for filing the issue. Please provide some specific steps for reproducing the issue. 
Comment 3 alessandronip 2007-11-14 09:57:11 UTC
Build: NetBeans IDE 6.0 Beta 2 (Build 200710212201)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments: 
Comment 4 Exceptions Reporter 2008-02-13 18:05:55 UTC
THIS ISSUE HAS ALREADY 20 DUPLICATES
Comment 5 Viktor Lapitski 2008-02-23 08:01:06 UTC
One of the values at the place of NPE is the result of a method call that 
might pretty legitimately return null (though i couldn't find what specific user 
scenario would cause it). The value wasn't checked. Fixed. 

changeset:   69404:cd603cd26901
tag:         tip
user:        lvv@netbeans.org
date:        Fri Feb 22 23:53:24 2008 -0800
summary:     Fix for 117944 UML Project Save action throws NullPointerException
Comment 6 Peter Lam 2008-02-25 16:44:24 UTC
should be 6.1.
Comment 7 Peter Lam 2008-02-25 18:39:43 UTC
verified in 6.1 build 200802250003.
the stack trace and summary both indicate saving instead of generating report, so change the subcomponent to general
instead. Verified in 6.0 w/o the fix and also after the fix in 6.1 but could not reproduce the issue. Please reopen if
problem occurs again. Thanks.
Comment 8 tomasbabic 2008-08-04 05:06:07 UTC
Hi, I am using:
Product Version: NetBeans IDE 6.1 (Build 200804211638)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Windows XP version 5.1 running on x86; Cp1252; en_NZ (nb)

It seems to me that this issue appeared again. Last comment from petersl suggested when this happen again then somebody
should open this issue. So I am doing that ;-). See http://statistics.netbeans.org/analytics/detail.do?id=85944 for details.

Cheers
Tomas
Comment 9 Peter Lam 2008-08-07 23:11:33 UTC
Thanks for taking the action. Could you please provide more detail or the scenario to reproduce this problem. The stack
trace in 6.1 is not helping the development team now because the UML drawing editor has been completely rewritten in 6.5. 
Comment 10 Sergey Petrov 2008-10-31 16:38:34 UTC
incomplete for a long time