Pavel_K created NETBEANS-1332:
---------------------------------
Summary: Error while renaming package for when Java version >= 9
Key: NETBEANS-1332
URL: https://issues.apache.org/jira/browse/NETBEANS-1332
Project: NetBeans
Issue Type: Bug
Affects Versions: 9.0
Reporter: Pavel_K
Lest suppose I have a java 9 project with module-info and I have a package
com.temp.foo with classes inside it. When I do right click on package ->
refactor -> rename and change name of the package I get
{code:java}
Module Java Refactoring threw java.lang.NullPointerException. Please report a
bug against Java Refactoring module and attach your var/log/messages.log
{code}
Besides I see that the name of the `package` in classes don't change.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
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