The Regex used in the Javac Parser also finds skipped UnitTests. see

      [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.308 s - in org.faktorips.devtools.model.internal.enums.EnumValueContainerTest
      ...
      [WARNING] Tests run: 1209, Failures: 0, Errors: 0, Skipped: 3
       

      Also it finds JavaDoc Warnings deep in the target folder of an Maven-Project: target/maven-plugin-plugin-sources/org.eclipse.tycho.extras/tycho-p2-extras-plugin/3.0.1/sources/org/eclipse/tycho/plugins/p2/extras/MirrorMojo.java

          /**
           * Source repositori(es) to mirror from.
           * 
           * @see also {@link #targetPlatformAsSource} and {@link #currentModuleAsSource}
           */
          @Parameter(required = false)
          private List<Repository> source;
      

      yields

      Invalid format of javadoc reference: also {@link #targetPlatformAsSource} and {@link #currentModuleAsSource}
      

      The Problem seems to be in the Javac parser since: https://github.com/jenkinsci/analysis-model/releases/tag/v11.4.0

          [JENKINS-72077] Javac Parser warns about skipped UnitTests

          Daniel created issue -
          Daniel made changes -
          Attachment New: Java_Compiler_Warnings__New_Warnings.png [ 61198 ]
          Daniel made changes -
          Description Original: The Regex used in the Javac Parser also finds skipped UnitTests.
          {code:java}
          [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.308 s - in org.faktorips.devtools.model.internal.enums.EnumValueContainerTest
          ...
          [WARNING] Tests run: 1209, Failures: 0, Errors: 0, Skipped: 3
           {code}

          The Problem seems to be in the Javac parser since: https://github.com/jenkinsci/analysis-model/releases/tag/v11.4.0


          New: The Regex used in the Javac Parser also finds skipped UnitTests.
          {code:java}
          [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.308 s - in org.faktorips.devtools.model.internal.enums.EnumValueContainerTest
          ...
          [WARNING] Tests run: 1209, Failures: 0, Errors: 0, Skipped: 3
           {code}

          Also it finds JavaDoc Warnings deep in the target folder of an Maven-Project.




          The Problem seems to be in the Javac parser since: https://github.com/jenkinsci/analysis-model/releases/tag/v11.4.0


          Daniel made changes -
          Description Original: The Regex used in the Javac Parser also finds skipped UnitTests.
          {code:java}
          [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.308 s - in org.faktorips.devtools.model.internal.enums.EnumValueContainerTest
          ...
          [WARNING] Tests run: 1209, Failures: 0, Errors: 0, Skipped: 3
           {code}

          Also it finds JavaDoc Warnings deep in the target folder of an Maven-Project.




          The Problem seems to be in the Javac parser since: https://github.com/jenkinsci/analysis-model/releases/tag/v11.4.0


          New: The Regex used in the Javac Parser also finds skipped UnitTests.
          {code}
          [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.308 s - in org.faktorips.devtools.model.internal.enums.EnumValueContainerTest
          ...
          [WARNING] Tests run: 1209, Failures: 0, Errors: 0, Skipped: 3
           {code}

          Also it finds JavaDoc Warnings deep in the target folder of an Maven-Project.
          {code}
          target/maven-plugin-plugin-sources/org.eclipse.tycho.extras/tycho-p2-extras-plugin/3.0.1/sources/org/eclipse/tycho/plugins/p2/extras/MirrorMojo.java: * @see also {@link #targetPlatformAsSource} and {@link #currentModuleAsSource}
          {code}
          yields
          {code}
          Invalid format of javadoc reference: also {@link #targetPlatformAsSource} and {@link #currentModuleAsSource}
          {code}


          The Problem seems to be in the Javac parser since: https://github.com/jenkinsci/analysis-model/releases/tag/v11.4.0


          Daniel made changes -
          Description Original: The Regex used in the Javac Parser also finds skipped UnitTests.
          {code}
          [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.308 s - in org.faktorips.devtools.model.internal.enums.EnumValueContainerTest
          ...
          [WARNING] Tests run: 1209, Failures: 0, Errors: 0, Skipped: 3
           {code}

          Also it finds JavaDoc Warnings deep in the target folder of an Maven-Project.
          {code}
          target/maven-plugin-plugin-sources/org.eclipse.tycho.extras/tycho-p2-extras-plugin/3.0.1/sources/org/eclipse/tycho/plugins/p2/extras/MirrorMojo.java: * @see also {@link #targetPlatformAsSource} and {@link #currentModuleAsSource}
          {code}
          yields
          {code}
          Invalid format of javadoc reference: also {@link #targetPlatformAsSource} and {@link #currentModuleAsSource}
          {code}


          The Problem seems to be in the Javac parser since: https://github.com/jenkinsci/analysis-model/releases/tag/v11.4.0


          New: The Regex used in the Javac Parser also finds skipped UnitTests.
          {code}
          [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.308 s - in org.faktorips.devtools.model.internal.enums.EnumValueContainerTest
          ...
          [WARNING] Tests run: 1209, Failures: 0, Errors: 0, Skipped: 3
           {code}

          Also it finds JavaDoc Warnings deep in the target folder of an Maven-Project: target/maven-plugin-plugin-sources/org.eclipse.tycho.extras/tycho-p2-extras-plugin/3.0.1/sources/org/eclipse/tycho/plugins/p2/extras/MirrorMojo.java
          {code}
              /**
               * Source repositori(es) to mirror from.
               *
               * @see also {@link #targetPlatformAsSource} and {@link #currentModuleAsSource}
               */
              @Parameter(required = false)
              private List<Repository> source;
          {code}
          yields
          {code}
          Invalid format of javadoc reference: also {@link #targetPlatformAsSource} and {@link #currentModuleAsSource}
          {code}

          The Problem seems to be in the Javac parser since: https://github.com/jenkinsci/analysis-model/releases/tag/v11.4.0

          Daniel made changes -
          Description Original: The Regex used in the Javac Parser also finds skipped UnitTests.
          {code}
          [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.308 s - in org.faktorips.devtools.model.internal.enums.EnumValueContainerTest
          ...
          [WARNING] Tests run: 1209, Failures: 0, Errors: 0, Skipped: 3
           {code}

          Also it finds JavaDoc Warnings deep in the target folder of an Maven-Project: target/maven-plugin-plugin-sources/org.eclipse.tycho.extras/tycho-p2-extras-plugin/3.0.1/sources/org/eclipse/tycho/plugins/p2/extras/MirrorMojo.java
          {code}
              /**
               * Source repositori(es) to mirror from.
               *
               * @see also {@link #targetPlatformAsSource} and {@link #currentModuleAsSource}
               */
              @Parameter(required = false)
              private List<Repository> source;
          {code}
          yields
          {code}
          Invalid format of javadoc reference: also {@link #targetPlatformAsSource} and {@link #currentModuleAsSource}
          {code}

          The Problem seems to be in the Javac parser since: https://github.com/jenkinsci/analysis-model/releases/tag/v11.4.0

          New: The Regex used in the Javac Parser also finds skipped UnitTests. see !Java_Compiler_Warnings__New_Warnings.png|thumbnail!
          {code}
          [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.308 s - in org.faktorips.devtools.model.internal.enums.EnumValueContainerTest
          ...
          [WARNING] Tests run: 1209, Failures: 0, Errors: 0, Skipped: 3
           {code}

          Also it finds JavaDoc Warnings deep in the target folder of an Maven-Project: target/maven-plugin-plugin-sources/org.eclipse.tycho.extras/tycho-p2-extras-plugin/3.0.1/sources/org/eclipse/tycho/plugins/p2/extras/MirrorMojo.java
          {code}
              /**
               * Source repositori(es) to mirror from.
               *
               * @see also {@link #targetPlatformAsSource} and {@link #currentModuleAsSource}
               */
              @Parameter(required = false)
              private List<Repository> source;
          {code}
          yields
          {code}
          Invalid format of javadoc reference: also {@link #targetPlatformAsSource} and {@link #currentModuleAsSource}
          {code}

          The Problem seems to be in the Javac parser since: https://github.com/jenkinsci/analysis-model/releases/tag/v11.4.0

          Ulli Hafner made changes -
          Component/s New: analysis-model [ 23523 ]
          Component/s Original: warnings-ng-plugin [ 24526 ]
          Ulli Hafner made changes -
          Assignee Original: Ulli Hafner [ drulli ]

          Ulli Hafner added a comment -

          Can you please add the context of the maven goal that occurred before and after the message? Something like

          INFO] --- clean:3.2.0:clean (default-clean) @ analysis-model ---
          

          Then we can create a small unit test for that snippet.

          Ulli Hafner added a comment - Can you please add the context of the maven goal that occurred before and after the message? Something like INFO] --- clean:3.2.0:clean ( default -clean) @ analysis-model --- Then we can create a small unit test for that snippet.
          Ulli Hafner made changes -
          Labels New: hacktoberfest help-wanted newbie-friendly

            drulli Ulli Hafner
            hookyat Daniel
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: