Hello. In order not to write a lot of letters, I quote this screen:
After selecting the method "Mjx.me" Code Assist substitutes variables (the Insert parameter names option):
Mjx.me(ax, ax, ax, dx, ex); The first variable is ok, takes from the en (int ax) method.
The fourth and fifth variables are also ok, substitutes the public variables of the class.
The second and third variables (bx and cx) - I expect to take the corresponding from the class variables, but, apparently, this does not happen (the same variable ax is used).
Tell me, please, how to make Code Assist automatically draw
Mjx.me (ax, bx, cx, dx, ex);
instead
Mjx.me (ax, ax, ax, dx, ex);
