Skip to content

Commit 617e32b

Browse files
committed
config: uncomment many projects in projects-to-test-on.properties
1 parent 5060bb0 commit 617e32b

File tree

1 file changed

+26
-38
lines changed

1 file changed

+26
-38
lines changed

checkstyle-tester/projects-to-test-on.properties

Lines changed: 26 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4,53 +4,41 @@
44

55
# Few projects that delivers set of unusual Java constructions that shall be correctly handled by AST visitor
66
# 'InputAllEscapedUnicodeCharacters' must be skipped because it is too big and slows down JXR
7-
#checkstyle|git|https://github.com/checkstyle/checkstyle.git|master|**/.ci-temp/**/*,**/resources-noncompilable/**/asttreestringprinter/**/*,**/resources-noncompilable/**/filefilters/**/*,**/resources-noncompilable/**/main/**/*,**/resources-noncompilable/**/suppressionsstringprinter/**/*,**/resources-noncompilable/**/gui/**/*,**/resources-noncompilable/**/javadocpropertiesgenerator/**/*,src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/javaparser/InputJavaParser.java,**/InputAllEscapedUnicodeCharacters.java,**/resources-noncompilable/**/javaparser/InputJavaParser.java,**/resources-noncompilable/**/checks/imports/unusedimports/InputUnusedImportsSingleWordPackage.java
8-
#sevntu-checkstyle|git|https://github.com/sevntu-checkstyle/sevntu.checkstyle|master||
9-
#checkstyle-sonar|git|https://github.com/checkstyle/sonar-checkstyle|master||
7+
checkstyle|git|https://github.com/checkstyle/checkstyle.git|master|**/.ci-temp/**/*,**/resources-noncompilable/**/asttreestringprinter/**/*,**/resources-noncompilable/**/filefilters/**/*,**/resources-noncompilable/**/main/**/*,**/resources-noncompilable/**/suppressionsstringprinter/**/*,**/resources-noncompilable/**/gui/**/*,**/resources-noncompilable/**/javadocpropertiesgenerator/**/*,src/test/resources-noncompilable/com/puppycrawl/tools/checkstyle/javaparser/InputJavaParser.java,**/InputAllEscapedUnicodeCharacters.java,**/resources-noncompilable/**/javaparser/InputJavaParser.java,**/resources-noncompilable/**/checks/imports/unusedimports/InputUnusedImportsSingleWordPackage.java
8+
sevntu-checkstyle|git|https://github.com/sevntu-checkstyle/sevntu.checkstyle|master||
9+
checkstyle-sonar|git|https://github.com/checkstyle/sonar-checkstyle|master||
1010

11-
#openjdk7|hg|http://hg.openjdk.java.net/jdk7/jdk7/jdk/|||
12-
#openjdk8|hg|http://hg.openjdk.java.net/jdk8/jdk8/jdk/|default|
1311
#All details at checkstyle/checkstyle#3033: ModalDialogActivationTest till JDK-8166015 ; 'jxc/8073519/**' not compilable by design ; ', jhsdb/**' - checkstyle do not support unicode identifiers
14-
#openjdk9|hg|http://hg.openjdk.java.net/jdk9/jdk9/jdk/|default|**/test/java/awt/Focus/ModalDialogActivationTest/ModalDialogActivationTest.java,**/test/javax/xml/bind/jxc/8073519/**,**/test/sun/tools/jhsdb/**
12+
#openjdk9|git|https://github.com/AdoptOpenJDK/openjdk-jdk9.git|master|**/test/java/awt/Focus/ModalDialogActivationTest/ModalDialogActivationTest.java,**/test/javax/xml/bind/jxc/8073519/**,**/test/sun/tools/jhsdb/**
1513
guava|git|https://github.com/google/guava|v28.2||
1614

17-
#spotbugs|git|https://github.com/spotbugs/spotbugs|3.1.2||
18-
#pmd|git|https://github.com/pmd/pmd|pmd_releases/6.21.0|**/pmd/pmd-java/src/test/**/*,**/pmd/cpd/files/*
19-
#spoon|git|https://github.com/INRIA/spoon.git|spoon-core-8.0.0|
20-
#lombok-ast|git|https://github.com/rzwitserloot/lombok.ast|v0.2|**/lombok-ast/test/**/*
15+
spotbugs|git|https://github.com/spotbugs/spotbugs|3.1.2||
16+
pmd|git|https://github.com/pmd/pmd|pmd_releases/6.21.0|**/pmd/pmd-java/src/test/**/*,**/pmd/cpd/files/*
17+
spoon|git|https://github.com/INRIA/spoon.git|spoon-core-8.0.0|
18+
lombok-ast|git|https://github.com/rzwitserloot/lombok.ast|v0.2|**/lombok-ast/test/**/*
2119

22-
#spring-framework|git|https://github.com/spring-projects/spring-framework|v4.1.6.RELEASE||
23-
#hibernate-orm|git|https://github.com/hibernate/hibernate-orm|4.2.19.Final|**/hibernate-orm/documentation/**/*
24-
#elasticsearch|git|https://github.com/elastic/elasticsearch|v1.5.2||
25-
#java-design-patterns|git|https://github.com/iluwatar/java-design-patterns|dd855a376bc025aa61f6816584f79eb9854fe5d7||
26-
#MaterialDesignLibrary|git|https://github.com/navasmdc/MaterialDesignLibrary|1.3||
27-
#Hbase|git|https://github.com/apache/hbase|1.1.0.1||
28-
#Orekit|git|https://github.com/CS-SI/Orekit|8.0.1||
20+
spring-framework|git|https://github.com/spring-projects/spring-framework|v4.1.6.RELEASE||
21+
hibernate-orm|git|https://github.com/hibernate/hibernate-orm|4.2.19.Final|**/hibernate-orm/documentation/**/*
22+
elasticsearch|git|https://github.com/elastic/elasticsearch|v1.5.2||
23+
java-design-patterns|git|https://github.com/iluwatar/java-design-patterns|dd855a376bc025aa61f6816584f79eb9854fe5d7||
24+
MaterialDesignLibrary|git|https://github.com/navasmdc/MaterialDesignLibrary|1.3||
25+
Hbase|git|https://github.com/apache/hbase|1.1.0.1||
26+
Orekit|git|https://github.com/CS-SI/Orekit|8.0.1||
2927

3028
# Those projects are quite old and have lot of legacy code
31-
#apache-ant|git|https://github.com/apache/ant|ANT_194|**/apache-ant/src/tests/**/*,**/apache-ant/src/etc/testcases/
32-
#apache-jsecurity|git|https://github.com/apache/jsecurity|c2ac5b90a467aedb04b52ae50a99e83207d847b3||
33-
#android-launcher|git|https://github.com/android/platform_packages_apps_launcher|android-2.1_r2.1p2||
34-
#apache-struts|git|https://github.com/apache/struts.git|master|**/apache-struts/**/resources/**/*
29+
apache-ant|git|https://github.com/apache/ant|ANT_194|**/apache-ant/src/tests/**/*,**/apache-ant/src/etc/testcases/
30+
apache-jsecurity|git|https://github.com/apache/jsecurity|c2ac5b90a467aedb04b52ae50a99e83207d847b3||
31+
android-launcher|git|https://github.com/android/platform_packages_apps_launcher|android-2.1_r2.1p2||
32+
apache-struts|git|https://github.com/apache/struts.git|master|**/apache-struts/**/resources/**/*
3533

3634
# Projects which contain a lot of labmda expressions
37-
#infinispan|git|https://github.com/infinispan/infinispan|7.2.5.Final||
38-
#protonpack|git|https://github.com/poetix/protonpack|protonpack-1.7||
39-
#jOOL|git|https://github.com/jOOQ/jOOL|version-0.9.7||
40-
#RxJava|git|https://github.com/ReactiveX/RxJava|v1.0.9||
41-
#Vavr|git|https://github.com/vavr-io/vavr|v0.9.0||
42-
43-
# Few projects with excludes to decrease a number of checked files (usefull for some checks which specify overly strong code style policy)
44-
#checkstyle-with-excludes|git|https://github.com/checkstyle/checkstyle.git|master|**/checkstyle-with-excludes/src/test/**/*,**/checkstyle-with-excludes/src/it/resources/**/*,**/resources-noncompilable/**/*
45-
#sevntu-checkstyle-with-excludes|git|https://github.com/sevntu-checkstyle/sevntu.checkstyle|master|**/sevntu-checkstyle-with-excludes/sevntu-checks/src/test/**/*
46-
#spotbugs-with-excldues|git|https://github.com/spotbugs/spotbugs|3.1.2|**/spotbugs-with-excldues/eclipsePlugin-test/**/*,**/spotbugs-with-excldues/spotbugsTestCases/**/*,**/spotbugs-with-excldues/JSR305-testCases/**/*
47-
#hibernate-orm-with-excludes|git|https://github.com/hibernate/hibernate-orm|4.2.19.Final|**/hibernate-orm-with-excludes/documentation/**/*,**/hibernate-orm-with-excludes/**/src/test/**/*
48-
49-
# Guava with excldues to generate reports only for those files which are not excluded in Guava's pom.xml for checkstyle-maven-plugin
50-
# See https://github.com/checkstyle/checkstyle/wiki/How-to-generate-Checkstyle-report-for-Google-Guava-project
51-
#guava-mvnstyle|git|https://github.com/google/guava|v28.2|**/guava-mvnstyle/**/test/**/*,**/guava-mvnstyle/guava-gwt/src-super/**/*,**/guava-mvnstyle/guava-gwt/test-super/**/*,**/guava-mvnstyle/guava-tests/**/*
35+
infinispan|git|https://github.com/infinispan/infinispan|7.2.5.Final||
36+
protonpack|git|https://github.com/poetix/protonpack|protonpack-1.7||
37+
jOOL|git|https://github.com/jOOQ/jOOL|version-0.9.7||
38+
RxJava|git|https://github.com/ReactiveX/RxJava|v1.0.9||
39+
Vavr|git|https://github.com/vavr-io/vavr|v0.9.0||
5240

5341
# custom javadoc tags
54-
#nbia-dcm4che-tools|git|https://github.com/thprakash/nbia-dcm4che-tools|c3591e6f0f84827586db25abded6708e5386ef1a||
42+
nbia-dcm4che-tools|git|https://github.com/thprakash/nbia-dcm4che-tools|c3591e6f0f84827586db25abded6708e5386ef1a||
5543
# RequireThis usage
56-
#spring-integration|git|https://github.com/spring-projects/spring-integration.git|master|
44+
spring-integration|git|https://github.com/spring-projects/spring-integration.git|master|

0 commit comments

Comments
 (0)