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 26725 - "Cannot give untitled_tc an empty name."
Summary: "Cannot give untitled_tc an empty name."
Status: CLOSED DUPLICATE of bug 25419
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-23 01:56 UTC by Jesse Glick
Modified: 2008-12-23 10:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Sample exception; note it is caught and does not prevent test from passing (4.55 KB, text/plain)
2002-08-23 01:57 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2002-08-23 01:56:48 UTC
I get this error sometimes when running unit
tests, and I think sometimes when just running the
IDE. Looks like a bug in
SerialDataConvertor.SaveSupport.synchronizeName to me.
Comment 1 Jesse Glick 2002-08-23 01:57:46 UTC
Created attachment 7191 [details]
Sample exception; note it is caught and does not prevent test from passing
Comment 2 Jan Pokorsky 2002-08-23 14:24:39 UTC
Winsys components can sometimes return an empty name. IMO the issue is 
duplicate of issue #25419. Otherwise if DataObject.rename behaves 
correctly then the SDC has to generate some fake name e.g. "untitled" 
or "noname".

Reassign to Radek who's the new owner of the settings stuff.
Comment 3 Marian Mirilovic 2003-01-06 16:16:10 UTC
I have changed version from 4.0 dev to S1S 4.2 (Nevada).
Comment 4 David Konecny 2003-02-27 09:47:10 UTC
I also think it is duplicate.

*** This issue has been marked as a duplicate of 25419 ***
Comment 5 Marian Mirilovic 2003-07-22 13:15:39 UTC
verified, closed - it's duplicate.