<?xml version="1.0" encoding="ISO-8859-1"?>

<document>
  <properties>
    <title>PMD Results</title>
  </properties>
  <body>
    <section name="PMD Results">
      <p>The following document contains the results of
        <a href="http://pmd.sourceforge.net/">PMD</a>.</p>
    </section>
    <section name="Summary">
      <table>
        <tr>
          <th>Files</th>
          <th>Errors</th>
        </tr>
        <tr>
          <td>3</td>
          <td>3</td>
        </tr>
      </table>
    </section>
    <section name="Files">
      <table>
        <tr>
          <th>Files</th>
          <th>Violations</th>
        </tr>
        <tr>
          <td>
            <a href="#example/app/AbstractTestCase.java">example/app/AbstractTestCase.java</a>
          </td>
          <td>1</td>
        </tr>
        <tr>
          <td>
            <a href="#example/app/AppTest.java">example/app/AppTest.java</a>
          </td>
          <td>1</td>
        </tr>
        <tr>
          <td>
            <a href="#example/app/NaughtyTest.java">example/app/NaughtyTest.java</a>
          </td>
          <td>1</td>
        </tr>
      </table>
      <subsection name="example/app/AbstractTestCase.java">
        <table>
          <tr>
            <th>Violation</th>
            <th>Line</th>
          </tr>
          <tr>
            <td>Avoid unused imports such as 'TestSuite'</td>
            <td>
              <a href="xref-test/example/app/AbstractTestCase.html#6">6</a>
            </td>
          </tr>
        </table>
      </subsection>
      <subsection name="example/app/AppTest.java">
        <table>
          <tr>
            <th>Violation</th>
            <th>Line</th>
          </tr>
          <tr>
            <td>Avoid unused imports such as 'TestCase'</td>
            <td>
              <a href="xref-test/example/app/AppTest.html#4">4</a>
            </td>
          </tr>
        </table>
      </subsection>
      <subsection name="example/app/NaughtyTest.java">
        <table>
          <tr>
            <th>Violation</th>
            <th>Line</th>
          </tr>
          <tr>
            <td>Avoid unused imports such as 'TestCase'</td>
            <td>
              <a href="xref-test/example/app/NaughtyTest.html#4">4</a>
            </td>
          </tr>
        </table>
      </subsection>
    </section>
  </body>
</document>
