Community
Participate
Working Groups
Created attachment 209885 [details] change name example test When a class uses a trait and changes a method's name, the new name won't be shown in an instance of that class, but the old one will. I don't know if the old one showing is desired or not, but the new one should definitely be shown. example test attached produces: junit.framework.AssertionFailedError: EXPECTED COMPLETIONS LIST: ----------------------------- method(say) ACTUAL COMPLETIONS LIST: ----------------------------- method(sayHello)
fixed
Verified. Closing Ilina Stefanova