What I Learned Today
Eclipse: UML Diagram Generator

Soyatec eUML2

Not sure yet if this does anything useful, but it can make basic class diagrams showing dependencies.

Install following these directions

Eclipse: install SVN plugin

  1. Go to help->software updates
  2. Install Collaboration -> Subversive SVN Team Provider
  3. Then go to Polarion website to find URL for SVN Connector Update site
  4. Add this as a new update site and add a connector (I used SVNKit 1.3)

Eclipse: Enable assert statements

To enable assertions, you need to modify the run configuration:

To enable (make active) assert statements, you must set a flag to the compiler. Go to Run -> Run… -> Arguments, and in the box labeled VM arguments:, enter either -enableassertions or just -ea. Accept the changes and close the dialog.