Fix checkstyle config and checkstyle issues

This commit is contained in:
Andreas Dangel
2024-04-04 10:46:05 +02:00
parent b1c40f1e33
commit d88a3c50fe
50 changed files with 62 additions and 59 deletions

View File

@@ -10,9 +10,9 @@ import org.checkerframework.checker.nullness.qual.NonNull;
import org.junit.jupiter.api.Test;
import net.sourceforge.pmd.cpd.CpdLanguageProperties;
import net.sourceforge.pmd.lang.ast.LexException;
import net.sourceforge.pmd.lang.test.cpd.CpdTextComparisonTest;
import net.sourceforge.pmd.lang.test.cpd.LanguagePropertyConfig;
import net.sourceforge.pmd.lang.ast.LexException;
class CsCpdLexerTest extends CpdTextComparisonTest {