Tweaked formatting
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3918 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -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);
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user