Community
Participate
Working Groups
Build I20100520-1744 - New workspace - Open a Java file placed anywhere on the file system (but is not on build path) Use following snippet package q; public class B { void foo() { System.out.println(); } } class A{ } - Select class 'A' - From the Menu bar 'Refactor' -> Move Type to New File => Dialog saying ' To activate this refactoring, please select the name of a member type or a secondary type' comes up. However dialog saying 'the CU is not on the build path' should come up.
This works when the java file is stored in a simple project - dialog that 'the CU is not on the build path' shows up.
Fixed in HEAD in ConvertNestedToTopAction.java
Verified for 3.7 M2 with I20100913-1800.