Skip to content

Commit 1e54f36

Browse files
committed
Harmonize project-list.xml test files
1 parent 264536e commit 1e54f36

21 files changed

+67
-47
lines changed

test/resources/html_report_builder/expected_diff_report_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h2>Errors</h2>
231231
<tbody>
232232

233233
<tr id="error-1" class="accordion-toggle error-row changed" data-toggle="collapse" data-target="#error-1-expanded">
234-
<td><a href="https://github.com/spring-projects/spring-framework/tree/v5.0.6.RELEASE/spring-aop/src/main/java/org/springframework/aop/TrueMethodMatcher.java" target="_blank" rel="noopener noreferrer">TrueMethodMatcher.java</a></td>
234+
<td><a href="https://github.com/spring-projects/spring-framework/tree/v5.3.13/spring-aop/src/main/java/org/springframework/aop/TrueMethodMatcher.java" target="_blank" rel="noopener noreferrer">TrueMethodMatcher.java</a></td>
235235
<td>This is an artificial error message.</td>
236236
</tr>
237237
<tr>

test/resources/integration_test_runner/project-list-single.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ xsi:noNamespaceSchemaLocation="projectlist_1_2_0.xsd">
1212

1313
<exclude-pattern>.*/target/test-classes/com/puppycrawl/tools/checkstyle/.*</exclude-pattern>
1414
<exclude-pattern>.*/target/generated-sources/.*</exclude-pattern>
15+
<exclude-pattern>.*/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/javaparser/InputJavaParserNoFreezeOnDeeplyNestedLambdas.java</exclude-pattern>
1516

1617
<build-command><![CDATA[#!/usr/bin/env bash
1718
if test -e classpath.txt; then

test/resources/integration_test_runner/project-list-with-apex.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ xsi:noNamespaceSchemaLocation="projectlist_1_2_0.xsd">
1212

1313
<exclude-pattern>.*/target/test-classes/com/puppycrawl/tools/checkstyle/.*</exclude-pattern>
1414
<exclude-pattern>.*/target/generated-sources/.*</exclude-pattern>
15+
<exclude-pattern>.*/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/javaparser/InputJavaParserNoFreezeOnDeeplyNestedLambdas.java</exclude-pattern>
1516

1617
<build-command><![CDATA[#!/usr/bin/env bash
1718
if test -e classpath.txt; then
@@ -37,7 +38,7 @@ mvn dependency:build-classpath -DincludeScope=test -Dmdep.outputFile=classpath.t
3738
<name>spring-framework</name>
3839
<type>git</type>
3940
<connection>https://github.com/spring-projects/spring-framework</connection>
40-
<tag>v5.0.6.RELEASE</tag>
41+
<tag>v5.3.13</tag>
4142
</project>
4243
-->
4344

test/resources/integration_test_runner/project-list.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ xsi:noNamespaceSchemaLocation="projectlist_1_2_0.xsd">
1212

1313
<exclude-pattern>.*/target/test-classes/com/puppycrawl/tools/checkstyle/.*</exclude-pattern>
1414
<exclude-pattern>.*/target/generated-sources/.*</exclude-pattern>
15+
<exclude-pattern>.*/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/javaparser/InputJavaParserNoFreezeOnDeeplyNestedLambdas.java</exclude-pattern>
1516

1617
<build-command><![CDATA[#!/usr/bin/env bash
1718
if test -e classpath.txt; then
@@ -37,7 +38,7 @@ mvn dependency:build-classpath -DincludeScope=test -Dmdep.outputFile=classpath.t
3738
<name>spring-framework</name>
3839
<type>git</type>
3940
<connection>https://github.com/spring-projects/spring-framework</connection>
40-
<tag>v5.0.6.RELEASE</tag>
41+
<tag>v5.3.13</tag>
4142
</project>
4243
-->
4344
</projectlist>

test/resources/integration_test_runner/project-test.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ xsi:noNamespaceSchemaLocation="projectlist_1_2_0.xsd">
1212

1313
<exclude-pattern>.*/target/test-classes/com/puppycrawl/tools/checkstyle/.*</exclude-pattern>
1414
<exclude-pattern>.*/target/generated-sources/.*</exclude-pattern>
15+
<exclude-pattern>.*/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/javaparser/InputJavaParserNoFreezeOnDeeplyNestedLambdas.java</exclude-pattern>
1516

1617
<build-command><![CDATA[#!/usr/bin/env bash
1718
if test -e classpath.txt; then

test/resources/options/project-test.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ xsi:noNamespaceSchemaLocation="projectlist_1_2_0.xsd">
88
<name>checkstyle</name>
99
<type>git</type>
1010
<connection>https://github.com/checkstyle/checkstyle</connection>
11-
<tag>checkstyle-8.10</tag>
11+
<tag>checkstyle-9.1</tag>
12+
1213
<exclude-pattern>.*/target/test-classes/com/puppycrawl/tools/checkstyle/.*</exclude-pattern>
1314
<exclude-pattern>.*/target/generated-sources/.*</exclude-pattern>
15+
<exclude-pattern>.*/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/javaparser/InputJavaParserNoFreezeOnDeeplyNestedLambdas.java</exclude-pattern>
1416

1517
<build-command><![CDATA[#!/usr/bin/env bash
1618
if test -e classpath.txt; then

test/resources/pmd_report_builder/expected-config.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ are suggested.
7272
<rule ref="category/java/documentation.xml/UncommentedEmptyConstructor" deprecated="true"/>
7373
<rule ref="category/java/documentation.xml/UncommentedEmptyMethodBody" deprecated="true"/>
7474

75-
<exclude-pattern>**/src/test/resources-noncompilable/**/*</exclude-pattern>
76-
<exclude-pattern>**/src/test/resources/**/*</exclude-pattern>
75+
<exclude-pattern>.*/target/test-classes/com/puppycrawl/tools/checkstyle/.*</exclude-pattern>
76+
<exclude-pattern>.*/target/generated-sources/.*</exclude-pattern>
77+
<exclude-pattern>.*/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/javaparser/InputJavaParserNoFreezeOnDeeplyNestedLambdas.java</exclude-pattern>
7778
</ruleset>

test/resources/pmd_report_builder/project-list.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ xsi:noNamespaceSchemaLocation="projectlist_1_2_0.xsd">
88
<name>checkstyle</name>
99
<type>git</type>
1010
<connection>https://github.com/checkstyle/checkstyle</connection>
11-
<tag>checkstyle-8.10</tag>
12-
<exclude-pattern>**/src/test/resources-noncompilable/**/*</exclude-pattern>
13-
<exclude-pattern>**/src/test/resources/**/*</exclude-pattern>
11+
<tag>checkstyle-9.1</tag>
12+
13+
<exclude-pattern>.*/target/test-classes/com/puppycrawl/tools/checkstyle/.*</exclude-pattern>
14+
<exclude-pattern>.*/target/generated-sources/.*</exclude-pattern>
15+
<exclude-pattern>.*/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/javaparser/InputJavaParserNoFreezeOnDeeplyNestedLambdas.java</exclude-pattern>
1416
</project>
1517
</projectlist>

test/resources/pmd_report_builder/project-test.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ xsi:noNamespaceSchemaLocation="projectlist_1_2_0.xsd">
88
<name>checkstyle</name>
99
<type>git</type>
1010
<connection>https://github.com/checkstyle/checkstyle</connection>
11-
<tag>checkstyle-8.10</tag>
11+
<tag>checkstyle-9.1</tag>
12+
1213
<exclude-pattern>.*/target/test-classes/com/puppycrawl/tools/checkstyle/.*</exclude-pattern>
1314
<exclude-pattern>.*/target/generated-sources/.*</exclude-pattern>
15+
<exclude-pattern>.*/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/javaparser/InputJavaParserNoFreezeOnDeeplyNestedLambdas.java</exclude-pattern>
1416

1517
<build-command><![CDATA[#!/usr/bin/env bash
1618
if test -e classpath.txt; then

test/resources/project_builder/project-list.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ xsi:noNamespaceSchemaLocation="projectlist_1_2_0.xsd">
88
<name>checkstyle</name>
99
<type>git</type>
1010
<connection>https://github.com/checkstyle/checkstyle</connection>
11-
<tag>checkstyle-8.10</tag>
12-
<exclude-pattern>**/src/test/resources-noncompilable/**/*</exclude-pattern>
13-
<exclude-pattern>**/src/test/resources/**/*</exclude-pattern>
11+
<tag>checkstyle-9.1</tag>
12+
<exclude-pattern>.*/target/test-classes/com/puppycrawl/tools/checkstyle/.*</exclude-pattern>
13+
<exclude-pattern>.*/target/generated-sources/.*</exclude-pattern>
14+
<exclude-pattern>.*/src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/javaparser/InputJavaParserNoFreezeOnDeeplyNestedLambdas.java</exclude-pattern>
1415
<build-command>mvn test-compile -B</build-command>
1516
<auxclasspath-command><![CDATA[#!/usr/bin/env bash
1617
echo -n "$(pwd)/target/classes:"
@@ -21,8 +22,8 @@ echo -n "$(pwd)/target/classes:"
2122
<name>spring-framework</name>
2223
<type>git</type>
2324
<connection>https://github.com/spring-projects/spring-framework</connection>
24-
<webview-url>https://github.com/spring-projects/spring-framework/tree/v5.0.6.RELEASE</webview-url>
25-
<tag>v5.0.6.RELEASE</tag>
25+
<webview-url>https://github.com/spring-projects/spring-framework/tree/v5.3.13</webview-url>
26+
<tag>v5.3.13</tag>
2627
</project>
2728

2829
</projectlist>

0 commit comments

Comments
 (0)