Community
Participate
Working Groups
Created attachment 173222 [details] Fix HEAD Extract Method refactoring doesn't consider enum type as static: public class A_test1058 { private enum B { X, Y; private void extracted() { new Runnable() { public void run() { System.out.println(/*[*/2 + /**/ 3/*]*/); } }.run(); } } }
Fixed in HEAD.
Verified in I20100802-1800.