Table of Contents
This is a guide for illustrating how to utilize the more advance features of RSA within the Eclipse environment for modeling with Java. This is also a general FAQ for some trouble shooting.
Make sure you are in the modeling perspective.
Here is a step by step guide to setting up an ArayList in RSA.
Save, transform, ????, Profit!
If transformed correctly, RSA will generate the required JavaDoc that can be utilized within the Eclipse IDE. This includes the not only documentation on the methods, but the passed arguments and returned values. In order to document attributes on the model, you can either select them within the Properties by right clicking the attrbute on the operations tab and hitting "Select in Project Explorer" or by viewing the project explorer and selecting the operation under the class file.
Before a transformation, make sure to keep up all the files you will select to transform open in your viewer. If an operation was changed in the model, or if the begin/end tags were deleted in the methods of the code, you could lose hours worth of work! Also, when possible try to spot-transform (transform one class, instead of running the transformation across all classes). This will keep the appropriate authors and not flag every file within a plugin/bundle to have to be committed again.