Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.1.6, 1.1.7, 1.1.8
-
Fix Version/s: 1.2
-
Component/s: IntelliJ IDEA plug-in
-
Labels:None
-
Environment:IDEA build 6148
Windows XP Home, SP2
-
Number of attachments :
Description
Originally reported by Ben Goodspeed (CyrusInnovation):
Here is a set of steps which can reproduce the error on our projects:
1) Create an inner class in a testcase that lives the tests/ folder.
2) Extract the inner class to upper level from the refactoring menu.
After these steps the extracted class is in the correct folder & package, but the testcase itself will have moved into the src/ folder.