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:
@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user