deprecate: DumpFacade will be removed in PMD 7

Refs #1801
This commit is contained in:
Andreas Dangel
2019-05-01 11:29:43 +02:00
parent 92499ed3a0
commit 1c9a73426c
9 changed files with 54 additions and 0 deletions

View File

@ -12,6 +12,11 @@ import java.util.List;
import net.sourceforge.pmd.util.StringUtil;
/**
*
* @deprecated This class will be removed with PMD 7. The rule designer is a better way to inspect nodes.
*/
@Deprecated
public class DumpFacade {
private PrintWriter writer;