Fix tests

This commit is contained in:
Clément Fournier
2021-07-08 19:04:29 +02:00
parent 85fd4fa9f4
commit fa31d54bd7
8 changed files with 31 additions and 15 deletions

View File

@ -6,8 +6,6 @@ package net.sourceforge.pmd.cpd;
import java.util.regex.Pattern;
import org.checkerframework.checker.nullness.qual.Nullable;
import net.sourceforge.pmd.cpd.internal.JavaCCTokenizer;
import net.sourceforge.pmd.lang.TokenManager;
import net.sourceforge.pmd.lang.ast.impl.javacc.CharStream;
@ -15,7 +13,6 @@ import net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken;
import net.sourceforge.pmd.lang.ast.impl.javacc.JavaccTokenDocument;
import net.sourceforge.pmd.lang.ast.impl.javacc.JavaccTokenDocument.TokenDocumentBehavior;
import net.sourceforge.pmd.lang.python.ast.PythonTokenKinds;
import net.sourceforge.pmd.util.document.TextDocument;
/**
* The Python tokenizer.