JaroslavTulach commented on a change in pull request #3196:
URL: https://github.com/apache/netbeans/pull/3196#discussion_r721435747



##########
File path: java/java.lsp.server/vscode/src/testAdapter.ts
##########
@@ -52,6 +53,7 @@ export class NbTestAdapter {
     async run(request: TestRunRequest, cancellation: CancellationToken): 
Promise<void> {
         cancellation.onCancellationRequested(() => this.cancel());
         this.currentRun = this.testController.createTestRun(request);
+        this.itemsToRun = new Set();

Review comment:
       Interesting. What is this change related to?

##########
File path: 
java/java.lsp.server/test/unit/src/org/netbeans/modules/java/lsp/server/protocol/ServerTest.java
##########
@@ -2212,7 +2209,7 @@ public void logMessage(MessageParams arg0) {
         assertEquals("\n" +
                      "    @Override\n" +
                      "    public void run() {\n" +
-                     "        throw new UnsupportedOperationException(\"Not 
supported yet.\"); //To change body of generated methods, choose Tools | 
Templates.\n" +
+                     "        throw new UnsupportedOperationException(\"Not 
supported yet.\"); // Generated from 
nbfs://nbhost/SystemFileSystem/Templates/Classes/Code/GeneratedMethodBody\n" +

Review comment:
       How comes this hasn't shown up before?




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