lahodaj commented on PR #6015:
URL: https://github.com/apache/netbeans/pull/6015#issuecomment-1576525228

   Thanks. I've dropped many of the prefixes, the current commands sent from 
the server to the client that contain the `java` prefix are:
   ```
    nbls.java.attachDebugger.configurations
    nbls.java.attachDebugger.pickProcess
    nbls.java.get.project.classpath
    nbls.java.get.project.packages
    nbls.java.get.project.source.roots
    nbls.java.super.implementation
    nbls.java.project.enable.preview
    nbls.java.generate.testClass
    nbls.java.refactor.move
    nbls.java.refactor.extract.superclass
    nbls.java.refactor.extract.interface
    nbls.java.refactor.pull.up
    nbls.java.refactor.push.down
    nbls.java.implement.all.abstract.methods
    nbls.java.refactor.change.method.params
   ```
   
   The `nbls.java.get.project.classpath`, `nbls.java.get.project.packages` and 
`nbls.java.get.project.source.roots` are a bit debatable, as it is not quite 
clear to which degree they apply to non-Java projects/sources.


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