Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] A few bits & pieces

Hi All,

A couple of things to let you know about:

 - Small contract change on
ResourceLookup#selectFileForLocation{URI}(...):
https://bugs.eclipse.org/bugs/show_bug.cgi?id=269980
   This now returns IFiles even if IFile.exists() == false. Previously
this returned null. This change was to bring this into line with how
IWorkspaceRoot#findFilesForLocation() behaves.

 - I'd like to deprecate the ICDescriptor & friends APIs in CDT 6,
please see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=274184  is
this OK?

 - The API tooling is reporting lots of issues in managedbuild at the
moment (I'm using a 5.0.2 baseline)...

Cheers,

James


Back to the top