mbien commented on code in PR #7235:
URL: https://github.com/apache/netbeans/pull/7235#discussion_r1552526842
##########
java/java.file.launcher/src/org/netbeans/modules/java/file/launcher/indexer/CompilerOptionsIndexer.java:
##########
@@ -50,7 +50,7 @@ protected void index(Iterable<? extends Indexable> files,
Context context) {
}
- @MimeRegistration(mimeType="text/x-java",
service=CustomIndexerFactory.class, position=1_000)
+ @MimeRegistration(mimeType="text/x-java",
service=CustomIndexerFactory.class, position=1_100)
Review Comment:
you mean you can't reproduce this warning?
```
WARNING [org.openide.filesystems.Ordering]: Found same position 1,000 for
both org-netbeans-modules-micronaut-symbol-MicronautStructureProvider.instance
and
org-netbeans-modules-java-file-launcher-indexer-CompilerOptionsIndexer$FactoryImpl.instance
```
I have to check tomorrow, but I think one of them was triggered via right
click on a file or something like that - I forgot.
--
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.
To unsubscribe, e-mail: [email protected]
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