diff --git a/extractor/src/main/resources/projects-for-example.yml b/extractor/src/main/resources/projects-for-example.yml index a848e78a..5d18ffb8 100644 --- a/extractor/src/main/resources/projects-for-example.yml +++ b/extractor/src/main/resources/projects-for-example.yml @@ -523,3 +523,91 @@ WhitespaceAround: - jOOL - RxJava - Vavr + +TrailingComment: + Example1: + projects: + - spring-integration + - checkstyle + - sevntu-checkstyle + - checkstyle-sonar + - openjdk21 + - guava + - spotbugs + - pmd + - spoon + - lombok-ast + - spring-framework + - hibernate-orm + - elasticsearch + - java-design-patterns + - MaterialDesignLibrary + - Hbase + - Orekit + - apache-ant + - apache-jsecurity + - android-launcher + - apache-struts + - infinispan + - protonpack + - jOOL + - RxJava + - Vavr + + Example2: + projects: + - spring-integration + - checkstyle + - sevntu-checkstyle + - checkstyle-sonar + - openjdk21 + - guava + - spotbugs + - pmd + - spoon + - lombok-ast + - spring-framework + - hibernate-orm + - elasticsearch + - java-design-patterns + - MaterialDesignLibrary + - Hbase + - Orekit + - apache-ant + - apache-jsecurity + - android-launcher + - apache-struts + - infinispan + - protonpack + - jOOL + - RxJava + - Vavr + + all-examples-in-one: + projects: + - spring-integration + - checkstyle + - sevntu-checkstyle + - checkstyle-sonar + - openjdk21 + - guava + - spotbugs + - pmd + - spoon + - lombok-ast + - spring-framework + - hibernate-orm + - elasticsearch + - java-design-patterns + - MaterialDesignLibrary + - Hbase + - Orekit + - apache-ant + - apache-jsecurity + - android-launcher + - apache-struts + - infinispan + - protonpack + - jOOL + - RxJava + - Vavr \ No newline at end of file