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 26462 - Do type checking during import
Summary: Do type checking during import
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: Trond Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-12 20:47 UTC by Torbjorn Norbye
Modified: 2002-10-06 13:54 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Torbjorn Norbye 2002-08-12 20:47:14 UTC
Currently, if you try to import an xCalendar file
with the
iCalendar importer (or vice versa) there is no
warning, you
simply get lots of errors and no imported tasks.
Improve this
area.
Comment 1 Trond Norbye 2002-10-06 13:54:01 UTC
Fixed in trunk by throwing an UnknownFormatException.

A message box is displayed with the "correct" error message..