No parameters when creating setter

Issue #46 resolved
Matthias Schoettle created an issue

When using the functionality to create a setter for an attribute, no parameters are added to that operation. The signature is the same as the getter (no parameters).

Steps to reproduce:

  1. Create Class
  2. Add attribute
  3. Tap-and-hold on attribute and select "Create Setter"

Result:

An operation + void setNameofAttribute().

Comments (5)

  1. Laura Martellotto

    Oops, I used to search not assigned issues, so I did not see this issue sorry... -> I corrected this problem in the #33 issue.

  2. Matthias Schoettle reporter

    That's not a problem :) Jeremy unfortunately is busy with his thesis. Maybe you can assign yourself to this issue, @lmartellotto? And if you want, you could also take care of (finalizing) issue #47 ...

  3. Log in to comment