You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/09/24 08:22:47 UTC

[GitHub] [netbeans] dbalek commented on a change in pull request #3186: LSP: Test results displayed using the new TestExplorer API.

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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists