thurka opened a new pull request, #8178:
URL: https://github.com/apache/netbeans/pull/8178
NBLS 24.9.9 used.
Create new Controller class using Micronaut>Controller menu from packege
level in File Explorer panel
File is generated and has this comment at the top:
```
/*
* Click
nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change
this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit
this template
*/
package com.example;
import io.micronaut.http.annotation.Controller;
import io.micronaut.http.annotation.Get;
```
Click on `nbfs://` is misleading and ugly and does not work in VSCode.
The solution is to customize template for initial comment for NBLS to the
following text:
```
/*
* TODO: provide your own project copyright and license here.
*/
```
--
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