This class is quasi-obsolete, we should be transforming the XML renderer output instead, tagged with a FIXME.

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7694 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Brian Remedios
2012-06-02 17:43:15 +00:00
parent 38a959d939
commit d447509c16

View File

@ -16,6 +16,10 @@ import net.sourceforge.pmd.util.StringUtil;
/**
* Renderer to basic HTML format.
*
* FIXME: this class should just work with the XMLRenderer and then apply
* an XSLT transformation + stylesheet. No need to hard-code HTML
* markup here.
*/
public class HTMLRenderer extends AbstractIncrementingRenderer {