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

Summary: "Cannot give untitled_tc an empty name."
Product: platform Reporter: Jesse Glick <jglick>
Component: -- Other --Assignee: rmatous <rmatous>
Status: CLOSED DUPLICATE    
Severity: blocker CC: jpokorsky
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Sample exception; note it is caught and does not prevent test from passing

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.