dbalek commented on a change in pull request #3186:
URL: https://github.com/apache/netbeans/pull/3186#discussion_r715415178
##########
File path:
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/TestSuiteInfo.java
##########
@@ -108,23 +109,23 @@ public void setFile(final String file) {
}
/**
- * The line within the specified file where the suite definition starts
(if known).
+ * The range within the specified file where the suite definition is
located (if known).
*/
@Pure
- public Integer getLine() {
- return line;
+ public Range getRange() {
Review comment:
The API has not been marked stable or official yet. It is an extension
to the LSP used by our VSCode plugin (sources of the plugin are part of the
same module) as a client and it is currently work under development. Agree, the
API should be documented once finalized.
--
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