argouml-tigris-org.github.io

Web pages for the ArgoUML project.

From the ArgoUML wiki at argouml.tigris.org.
Wiki: How to resolve an Issue

This can be performed by any member of the project (any role). Persons without the Developer role need a person with the Developer role to actually commit the work if the resolution involves changing some artifact. There might be special skills involved but it differs widely depending on the nature of the Issue.

Do the following:

  1. Pick any Issue that is NEW or REOPENED that you from the description think that you are able to solve. Best results are often obtained if you find an Issue that you really feel needs to be solved. The list of all of them.
  2. Look at your personal schedule and how much time you have during the next couple of weeks and compare that to the amount of time you think you will need to spend for solving the issue. Compare this to the release plan to see what release your contribution will fit in.
  3. Accept the Issue and reserve it by assigning it to yourself. Set the Target Milestone to the release you have chosen.
  4. Make sure you have a checked out copy of ArgoUML or else check out a new one.
  5. How this is done is described in Building from source.

  6. Mark the issue as Started (this could be done while assigning also).
  7. Change the code to solve the problem.
  8. Compile and test your new code.
  9. This should include developing a JUnit test case to verify that the problem is solved. You could also develop the JUnit test case before actually solving the problem.
  10. If your solution did not work as intended, continue changing it until it does.
  11. If you feel that your estimation of the complexity of the problem and your own abilities and time available was incorrect, then change the Target Milestone of the Issue to another one that fits your new estimation. This is just a change of plan.
  12. If you, at this point, feel that your personal plans have changed so that you won't have time to pursue the work, change the Issue back to "NEW" with your experiences so far stated in the comment. This means that you are giving up and giving the Issue back to anyone. You should also assign it back to issues@argouml or if you know someone else in the ArgoUML team that will continue the work, assign it to him. Remember not to commit your changes in the main branch but please commit your changes (if any) into a work branch and state the name of the branch in the issue. That will make it possible for someone to make use of your work so far.
  13. Commit your changes and the JUnit test cases stating the number of the Issue in the comment.
  14. If you don't have a developer role in the project, this involves sending your changes to someone who has and then convincing him to commit them for you.
  15. "Resolve" the Issue with the resolution "FIXED".
  16. Also set the target milestone of the upcoming release that will include the fix.
  17. Sit back and feel the personal satisfaction of having completed something that will be part of the ArgoUML product.
  18. If you during this, have discovered other problems, create new Issues stating those new problems according to the rule for creating Issues.


CategoryFromCookbook

How to resolve an Issue (last edited 2009-01-24 17:19:57 -0700 by linus)