You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ViewerComparator methods in INavigatorSorterService
As every ViewerSorter is ViewerComparator the new default methods can be
trivially added to implementors.
There are expected to be none as the interface is marked as noimplement
and noextend.
For consistency ViewerSorter to ViewerComparator has been done wherever
spotted.
Copy file name to clipboardExpand all lines: bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptor.java
+8-12Lines changed: 8 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -90,31 +90,27 @@ public boolean isEnabledForParent(Object aParent) {
90
90
91
91
/**
92
92
*
93
-
* @return An instance of the ViewerSorter defined by the extension. Callers
94
-
* of this method are responsible for managing the instantiated
95
-
* filter.
93
+
* @return An instance of the ViewerComparator defined by the extension. Callers
94
+
* of this method are responsible for managing the instantiated filter.
Copy file name to clipboardExpand all lines: bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/CommonSorterDescriptorManager.java
Copy file name to clipboardExpand all lines: bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/sorters/NavigatorSorterService.java
0 commit comments