Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] A new cause of IFile#create and IFolder#create failure

As of 3.6, there is a new cause when IFile#create and IFolder#create fail,
i.e. when a non-virtual resource is created in a virtual folder. Callers of
this API that do preliminary verification before #create is called, should
adapt to this change and support the new case. In particular wizards that
create new resources and show errors in the title area when #create may
fail, should handle the case by showing a new error rather than failing and
writing to the log.

See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=297478
--
Szymon Brandys



Back to the top