From 1a3542db44f24e80dc9ad6ce502bcdd5d810a1e6 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Sat, 26 Apr 2003 23:39:45 +0000 Subject: [PATCH] updated. --- core/org.eclipse.cdt.ui/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index b482a713e71..581b0166fd2 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,11 @@ +2003-04-21 Alain Magloire + + Fix NPE in the ComparatorModelBuilder when doing visual diffs + with the new Parser. + + * src/org/eclipse/cdt/internal/ui/compare/ComparatorModelBuilder.java: + Check for null. + 2003-04-21 David Inglis Update CEditor to be 2.0/2.1 compliant.