Skip to content

Commit

Permalink
Issue checkstyle#14715: Enforce new naming convention on RecordTypePa…
Browse files Browse the repository at this point in the history
…rameterName in IT area
  • Loading branch information
Lmh-java committed Mar 28, 2024
1 parent f4b7158 commit 5128c8b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected String getCheckName() {
@Test
public void testOne() throws Exception {
final File fileToProcess = new File(getNonCompilablePath(
"SuppressionXpathRegressionRecordTypeParameterName1.java"));
"InputXpathRecordTypeParameterNameExtend.java"));

final DefaultConfiguration moduleConfig =
createModuleConfig(RecordTypeParameterNameCheck.class);
Expand All @@ -67,7 +67,7 @@ public void testOne() throws Exception {
@Test
public void testTwo() throws Exception {
final File fileToProcess = new File(getNonCompilablePath(
"SuppressionXpathRegressionRecordTypeParameterName2.java"));
"InputXpathRecordTypeParameterNameDefault.java"));

final DefaultConfiguration moduleConfig =
createModuleConfig(RecordTypeParameterNameCheck.class);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,7 @@ public class XpathRegressionTest extends AbstractModuleTestSupport {
"PackageDeclaration",
"PatternVariableName",
"RecordComponentName",
"RecordComponentNumber",
"RecordTypeParameterName");
"RecordComponentNumber");

private Path javaDir;
private Path inputDir;
Expand Down

0 comments on commit 5128c8b

Please sign in to comment.