Javac Parser warns about skipped UnitTests

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    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

          Assignee:
          Ulli Hafner
          Reporter:
          Daniel
          Archiver:
          Jenkins Service Account

            Created:
            Updated:
            Resolved:
            Archived: