mbien commented on issue #4790:
URL: https://github.com/apache/netbeans/issues/4790#issuecomment-1291186308

   The "Hints-based tasks" seem to be for editors based on the `ide/csl.api` 
`org.netbeans.modules.csl.core.TasklistStateBackdoor`
   
   The "Compiler Errors" checkbox is registered via `ide/parsing.indexing`  
`org.netbeans.modules.parsing.impl.indexing.errors.TaskProvider`
   
   The "Whitelist violations" are registered in `java/java.editor` 
`org.netbeans.modules.java.editor.whitelist.WhiteListCheckTask`
   (even after looking at the code I still have no clue what usecase this is 
for)
   
   Tried my best with full text search but couldn't find anything for Java 
hints. Which would explain why they are not there :)


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