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

Key: IDEA-19275
Type: Bug Bug
Status: Resolved Resolved
Resolution: Obsolete
Assignee: Eugene Zhuravlev
Reporter: Stephen Friedrich
Votes: 0
Watchers: 0
Operations

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

Deadlock on Refactor-Move

Created: 22 Aug 08 13:35   Updated: 09 Sep 08 14:45
Component/s: Refactoring

File Attachments: 1. Zip Archive 20080822-112547.zip (821 kb)
2. Text File threadDump-20080822-113526.txt (48 kb)


Build: 8,732
Severity: High


 Description  « Hide
  • Selected a source root in the project view
  • Pasted text containing a class with package statement "com.acme"
  • Idea create the class in the default package, but class contains the package statement. (That's another bug. Probably the package should be respected, if the paste is invoked on a source root, or else the package statement should be removed.)
  • Pressed F6 on the class and tried to move it to "com.acme"
    => IDEA became unresponsive

I had two other projects open in separate frames.



 All   Comments   Work Log   Change History      Sort Order:
Stephen Friedrich - 22 Aug 08 13:37
IDEA still creates a thread dump file every couple of seconds in the system folder. Here is a recent one.

Eugene Zhuravlev - 09 Sep 08 14:45
can't reproduce on the latest sources. Closing as obsolete since there were changes in this code since