Tweaked formatting

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3918 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2005-10-21 14:18:06 +00:00
parent c14d047f5d
commit 14d5c5983e
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ public class HTMLRenderer implements Renderer {
}
colorize = !colorize;
buf.append("> " + PMD.EOL);
buf.append("<td align=\"center\">" + sv.getRuleViolation().getFilename() + "</td>" + PMD.EOL);
buf.append("<td align=\"left\">" + sv.getRuleViolation().getFilename() + "</td>" + PMD.EOL);
buf.append("<td align=\"center\">" + sv.getRuleViolation().getNode().getBeginLine() + "</td>" + PMD.EOL);
buf.append("<td align=\"center\">" + sv.getRuleViolation().getRule().getName() + "</td>" + PMD.EOL);
buf.append("<td align=\"center\">" + (sv.suppressedByNOPMD() ? "NOPMD" : "Annotation") + "</td>" + PMD.EOL);

View File

@ -45,6 +45,7 @@
</subsection>
<subsection name="Contributors">
<ul>
<li>dvholten - formatting suggestions for HTML report, test cases for ConstructorCallsOverridableMethod, reported several NullAssignment bugs</li>
<li>Olaf Heimburger - code changes to get JDeveloper plugin working under JDev 10.1.3 EA</li>
<li>Brian Duff - helped get Oracle JDeveloper plugin working</li>
<li>Sivakumar Mambakka - bug report 1314086 for missing name in SimpleRuleSetNameMapper</li>
@ -71,7 +72,6 @@
<li>Peter Frandsen - PackageCase rule, NoPackage rule</li>
<li>Noureddine Bekrar - French translation of some PMD documentation</li>
<li>Martin Jost - bug report for JDeveloper plugin</li>
<li>dvholten - test cases for ConstructorCallsOverridableMethod, reported several NullAssignment bugs</li>
<li>Guillaume Boudreau - patches to fix problems with CPD's FileFinder and NTFS and SCCS</li>
<li>Sylvain Veyrie - bug report for MethodReturnsInternalArray</li>
<li>Randy Ray - bug report for ArrayIsStoredDirectly</li>