-
Bug
-
Resolution: Fixed
-
Major
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
- links to
[JENKINS-72077] Javac Parser warns about skipped UnitTests
Attachment | New: Java_Compiler_Warnings__New_Warnings.png [ 61198 ] |
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 |
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 |
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 |
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 |
Component/s | New: analysis-model [ 23523 ] | |
Component/s | Original: warnings-ng-plugin [ 24526 ] |
Assignee | Original: Ulli Hafner [ drulli ] |
Labels | New: hacktoberfest help-wanted newbie-friendly |
Attachment | New: build-output.zip [ 61199 ] | |
Attachment | New: Warnings-Ui.json [ 61200 ] | |
Attachment | New: build.part.txt [ 61201 ] |
Assignee | New: Gaurav [ gauravpadam ] |