Package net.sourceforge.pmd.cpd
Class XMLOldRenderer
java.lang.Object
net.sourceforge.pmd.cpd.XMLOldRenderer
- All Implemented Interfaces:
CPDReportRenderer
Deprecated.
Update your tools to use the standard XML renderer "xml" again.
Provides backwards compatible XML renderer, which doesn't use namespaces, schema and
doesn't output error information.
This renderer is available as "xmlold".
-
Constructor Details
-
XMLOldRenderer
public XMLOldRenderer()Deprecated. -
XMLOldRenderer
Deprecated.
-
-
Method Details
-
render
Deprecated.Description copied from interface:CPDReportRendererWrite out the contents of the report to the given writer.- Specified by:
renderin interfaceCPDReportRenderer- Parameters:
report- The report to writewriter- A writer for the report file- Throws:
IOException- If the writer throws
-