JaroslavTulach commented on a change in pull request #3141:
URL: https://github.com/apache/netbeans/pull/3141#discussion_r699983837
##########
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:
There doesn't seem to be any way to treat the comment as `.*` without
specifying the exact content, right @jlahoda?
--
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