JaroslavTulach commented on a change in pull request #3141:
URL: https://github.com/apache/netbeans/pull/3141#discussion_r700798814
##########
File path:
java/java.hints/test/unit/src/org/netbeans/modules/java/hints/suggestions/ImplementMethodsTest.java
##########
@@ -44,7 +44,7 @@ public void testSimple1() throws Exception {
.assertOutput("package test;\n" +
"public abstract class Test implements Runnable
{\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:
Let's assume there is no better way and all tests had to be modified in
ba90ee1
--
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