Community
Participate
Working Groups
private methods of traits used by other traits/classes aren't shown in code assist. example test is attached and produces: junit.framework.AssertionFailedError: EXPECTED COMPLETIONS LIST: ----------------------------- method(publicA) method(protectedA) method(privateA) method(publicC) method(protectedC) method(privateC) ACTUAL COMPLETIONS LIST: ----------------------------- method(publicC) method(publicA) method(protectedC) method(protectedA) method(privateC) notice that privateA is missing from actual. same goes for a class using a trait.
Created attachment 209880 [details] example test
this is also the case for private fields, and not just methods
fixed
Verified. Closing Ilina Stefanova