History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-31008
Type: Bug Bug
Status: Open Open
Priority: Critical Critical
Assignee: Anton Makeev
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Redo creating class produces several classes

Created: 07 Oct 08 19:51   Updated: 06 Nov 08 22:50
Component/s: Refactoring
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 8,869


 Description  « Hide
Create a class with a field.
Refactor / Extract class, ask to extract this field. Get new class.
Undo. Created class disappears. Ok.
Redo. Check project tree: instead of one, two new classes are shown.
Open one of them by F4: see that the code for two identical classes is inserted into the same file.

 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 07 Oct 08 19:55
Also occurs with simple class creation.

Irina Petrovskaya - 29 Oct 08 16:01 - edited
b 8977:
  • create class or interface
  • undo
  • redo:
    java file with 2 same-named classes declarations inside is created
  • delete classes from Project tree
  • undo:
    3 classes are created etc