JaroslavTulach commented on a change in pull request #3876:
URL: https://github.com/apache/netbeans/pull/3876#discussion_r837003141
##########
File path:
java/java.hints/test/unit/src/org/netbeans/modules/java/hints/errors/CreateMethodTest.java
##########
@@ -223,7 +222,7 @@ public void test223011b() throws Exception {
" Field f = method(c1, c2);\n" +
" }\n" +
" private <T extends Number & CharSequence, E
extends Integer> Field method(Class<E> c1, Class<T> c2) {\n" +
- " throw new UnsupportedOperationException(\"Not
supported yet.\"); // Generated from
nbfs://nbhost/SystemFileSystem/Templates/Classes/Code/GeneratedMethodBody\n" +
Review comment:
This is a useful link that I used as I am not satisfied with `new
UnsupportedOperationException(\"Not supported yet.\")`.
##########
File path:
ide/projectui/src/org/netbeans/modules/project/ui/resources/license-default.txt
##########
@@ -1,4 +1,4 @@
${licenseFirst!""}
-${licensePrefix}Click
nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change
this license
-${licensePrefix}Click
nbfs://nbhost/SystemFileSystem/${.data_model["org.openide.filesystems.FileObject"].getPath()}
to edit this template
+${licensePrefix}Ctrl/Cmd+Click
nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change
this license
+${licensePrefix}Ctrl/Cmd+Click
nbfs://nbhost/SystemFileSystem/${.data_model["org.openide.filesystems.FileObject"].getPath()}
to edit this template
Review comment:
`Ctrl/Cmd` sounds horrible. I don't have Cmd on my keyboard! Would `See
nbfs:/....` work?
--
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