Procedures

* Each project was compiled using the provide build system
* For both the dspace and opennms project, we also compiled the JSP pages.
   * For dspace, this was done using the tomcat ant task. 
   * for opennms, this didn't work. Instead, we 
       - started tomcat
       - deployed the opennms webapp
       - force precompilation of every jsp
* The the generated .class files were analyzed with the released version of FindBugs 1.3.1, 
  released December 23rd, 2007.
* Some preliminary human evaluation of the results was performed.
* The current version of FindBugs was used to reformat the results, so as to add cweid's to
  the generated warnings and provide some additional information neccessary for conversion to
  SATE form.
* The results were filtered to include only medium and high priority results in the categories
  of CORRECTNESS, MT_CORRECTNESS, and SECURITY. 
* The results were converted to the SATE xml format using the uploaded toSATE.xsl file.
