mbien commented on code in PR #7235:
URL: https://github.com/apache/netbeans/pull/7235#discussion_r1552137512


##########
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:
   this looks like a warning which would also happen without this change, just 
that the list on the end of the log line would have one item less:
   ```
   but some are: 
[org-netbeans-modules-editor-java-JavaStructureProvider.instance, 
org-netbeans-modules-java-file-launcher-indexer-CompilerOptionsIndexer$FactoryImpl.instance,
 org-netbeans-modules-micronaut-symbol-MicronautStructureProvider.instance]
   ```



-- 
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

Reply via email to