mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
teach classifiers to present their criteria in a readable form
This commit is contained in:
@@ -52,9 +52,6 @@ public abstract class CompletionSortingTestCase extends LightFixtureCompletionTe
|
||||
}
|
||||
|
||||
protected static void refreshSorting(final LookupImpl lookup) {
|
||||
for (final LookupElement item : lookup.getItems()) {
|
||||
CompletionLookupArranger.clearRelevanceCache(item);
|
||||
}
|
||||
lookup.setSelectionTouched(false);
|
||||
lookup.resort();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user