PashaTurok opened a new issue #3921:
URL: https://github.com/apache/netbeans/issues/3921
### Apache NetBeans version
Apache NetBeans 13
### What happened
When java package is renamed NB doesn't rename it in module-info `opens`
section. At the same time in `exports` section package is renamed. For example
if you have
exports com.company.foo;
opens com.company.foo;
And after rename foo pckage to bar, it will become
exports com.company.bar;
opens com.company.foo;
### How to reproduce
_No response_
### Did this work correctly in an earlier version?
No
### Operating System
Ubuntu 20.04.3 LTS, Linux version 5.11.0-38-generic running on amd64; UTF-8;
en_US (nb)
### JDK
14
### Apache NetBeans packaging
Apache NetBeans provided installer
### Anything else
_No response_
### Are you willing to submit a pull request?
No
### Code of Conduct
Yes
--
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