Manikantan Narender Nath created NETBEANS-662:
-------------------------------------------------
Summary: Repeated Undo and Redo of Class move makes the Class have
wrong package name
Key: NETBEANS-662
URL: https://issues.apache.org/jira/browse/NETBEANS-662
Project: NetBeans
Issue Type: Bug
Components: java - Refactoring
Affects Versions: 9.0
Reporter: Manikantan Narender Nath
Test spec: Java refactoring
[http://netbeans-vm.apache.org/synergy/client/app/#/specification/351]
Test ssuite: Move
[http://netbeans-vm.apache.org/synergy/client/app/#/suite/2020/v/1]
Test case: Class I
[http://netbeans-vm.apache.org/synergy/client/app/#/case/5112/suite/-1/v/1]
*Steps to reproduce*
# Open usages.ClassA.java
# In Project view Move ClassA.java from package usages to package move
# Open usages.ClassB.Java
# Press undo and confirm
# Press redo and confirm
*Expected result*
package declaration in ClassA.java is package usages;
*Actual result*
package declaration in ClassA.java is package move;
--
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