Community
Participate
Working Groups
Created attachment 195595 [details] Fix I20110512-2000, was OK in 3.6.2, broken by the fix for bug 337887 "Ctrl+T, Enter" on bar() and baz() select the type Sub instead of the method: package xy; public class Try { void foo() { } } class Sub extends Try { void foo() { } private void bar() { } static void baz() { } }
Dani, Raksha: OK for RC2?
+1 for RC2: this needs to get fixed.
+1 for RC2. Patch looks good.
Fixed in HEAD.
Verified in I20110517-0800.