You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Manikantan Narender Nath (JIRA)" <ji...@apache.org> on 2018/04/13 09:31:00 UTC

[jira] [Created] (NETBEANS-662) Repeated Undo and Redo of Class move makes the Class have wrong package name

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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists