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



##########
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:
       Good question. I would expect the `ServerTest` to be falling since 
https://github.com/apache/netbeans/commit/3db24dc9aea3c76aed71efb129e9af2e7b345c8e.
 




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