From 2c1e95c730538a8f2546f86f481fa4764f677381 Mon Sep 17 00:00:00 2001 From: Andrew Niefer Date: Fri, 20 Feb 2004 15:31:33 +0000 Subject: [PATCH] bug 52567 - cdt NPE prevents java search from working --- core/org.eclipse.cdt.ui/ChangeLog | 5 +++++ core/org.eclipse.cdt.ui/plugin.xml | 6 +++--- .../org/eclipse/cdt/internal/ui/search/PathNameSorter.java | 6 ++++++ 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index a8d17c63d64..705d66068fa 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,8 @@ +2003-02-20 Andrew Niefer + bug 52567 + change the extension IDs for the C Search sorters to avoid conflict with the JDT + check for nulls in PathNameSorter.compare + 2004-02-18 Alain Magloire Remove deprecated Eclipse-2.0 api calls diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 47d14f34506..6af11e5bd12 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -456,7 +456,7 @@ icon="icons/full/clcl16/search_sortmatch.gif" tooltip="%ElementNameSorter.tooltip" class="org.eclipse.cdt.internal.ui.search.ElementNameSorter" - id="org.eclipse.search.internal.ui.ElementNameSorter"> + id="org.eclipse.cdt.search.internal.ui.ElementNameSorter"> + id="org.eclipse.cdt.search.internal.ui.ParentNameSorter"> + id="org.eclipse.cdt.search.internal.ui.PathNameSorter">