1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2003-04-26 23:39:45 +00:00
parent c8cfea5fba
commit 1a3542db44

View file

@ -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.