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(); System.out.println(); } } - Select 'foo' - From the Menu bar 'Refactor' -> Introduce Indirection => Nothing happens A dialog that 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.
Same problem in 3.5.2
*** This bug has been marked as a duplicate of bug 139197 ***