From ee5e73d5feab56a66693791795bcdc541b1f99d5 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 27 Mar 2003 17:33:20 +0000 Subject: [PATCH] updated --- core/org.eclipse.cdt.core/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index a7b310d6dc4..f7706d0be4b 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,8 @@ +2003-03-27 Alain Magloire + + The ICElement.getResource() should not throw a CModelException, it returns null or the the resource. + This makes us consistent with JDT/IJavaElement.getResource(); + 2003-03-27 Alain Magloire Some changes in the Core Model to make it closer to JDT, the hierarchy is now: