ses1112 commented on pull request #2696: URL: https://github.com/apache/netbeans/pull/2696#issuecomment-764601010
Yes, _infosByMimeType are sorted by mimetype. And _orderedInfos are also sorted by mimetype. But if two Indexer has the same mimetype, they should be sorted by the priority of the IndexerFactory. https://github.com/apache/netbeans/blob/1a6621378cbf31bec4fcf0a79ce33a4a06430c89/ide/parsing.indexing/src/org/netbeans/modules/parsing/impl/indexing/IndexerCache.java#L790 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
