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 17335 - AutomountSupportTest fails: ClassCastException: DefaultDataObject
Summary: AutomountSupportTest fails: ClassCastException: DefaultDataObject
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2001-11-06 10:37 UTC by Jesse Glick
Modified: 2008-12-22 16:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log of exceptions (9.51 KB, text/plain)
2001-11-06 10:38 UTC, Jesse Glick
Details
xtest summary HTML (3.80 KB, text/html)
2001-11-06 10:54 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2001-11-06 10:37:27 UTC
If it is known to be broken, please remove it from the stable config until it
can be fixed.
Comment 1 Jesse Glick 2001-11-06 10:38:26 UTC
Created attachment 3277 [details]
Log of exceptions
Comment 2 Jesse Glick 2001-11-06 10:54:27 UTC
Created attachment 3278 [details]
xtest summary HTML
Comment 3 Jaroslav Tulach 2001-11-08 10:38:04 UTC
I am going to fix it.
Comment 4 Jaroslav Tulach 2001-11-08 14:23:22 UTC
Fixed, AutomountSupport does not call InstanceDataObject.create with
empty name for the file ""

But Honza should probably change the IDO to throw some IOException if
empty name is passed in.
Comment 5 Jan Pokorsky 2001-11-08 18:00:00 UTC
fixed in InstanceDataObject.java v1.104
Comment 6 Marian Mirilovic 2002-10-17 13:23:54 UTC
closed