Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2002-12-19 20:50:25 +0000
committerAlain Magloire2002-12-19 20:50:25 +0000
commit7df01e0b8cfa267e7cd4b16048d57414a58611e9 (patch)
treea67b63060bee723deb76ab6fd16045064872da53
parent6a8c0ef458fe38739e1e9c196377e5efeadb3268 (diff)
downloadorg.eclipse.cdt-7df01e0b8cfa267e7cd4b16048d57414a58611e9.tar.gz
org.eclipse.cdt-7df01e0b8cfa267e7cd4b16048d57414a58611e9.tar.xz
org.eclipse.cdt-7df01e0b8cfa267e7cd4b16048d57414a58611e9.zip
updated
-rw-r--r--core/org.eclipse.cdt.core/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog
index ab892084ff7..c271835395f 100644
--- a/core/org.eclipse.cdt.core/ChangeLog
+++ b/core/org.eclipse.cdt.core/ChangeLog
@@ -1,5 +1,11 @@
2002-12-19 Alain Magloire
+ * model/org/eclipse/cdt/internal/core/model/parser/BinaryContainerAdapter.java (getFile):
+ Check getParent() it may return null.
+ (getFolder): Check getParent(), it may return null.
+
+2002-12-19 Alain Magloire
+
* src/org/eclipse/cdt/core/ErrorParserManager.java (findFilePath):
The workspace will throw an Exception if the file
is not within the workspace, catch it.

Back to the top