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.