Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-72448] Make sure that logging statements are in correct order #47

Merged
merged 1 commit into from
Dec 22, 2023

[JENKINS-72448] Make sure that logging statements are in correct order.

b36eaa8
Select commit
Loading
Failed to load commit list.
Merged

[JENKINS-72448] Make sure that logging statements are in correct order #47

[JENKINS-72448] Make sure that logging statements are in correct order.
b36eaa8
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / CPD succeeded Dec 21, 2023 in 0s

2 new issues, 62 total

Total New Outstanding Fixed Trend
62 2 60 0 👎

Reference build: Plugins » coverage-plugin » main #53

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 0 2

Annotations

Check warning on line 76 in plugin/src/main/java/io/jenkins/plugins/coverage/metrics/steps/CoverageReporter.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / CPD

CPD

LOW:
Found duplicated code.
Raw output
<pre><code>private CoverageBuildAction computeActionWithoutHistory( final String id, final String optionalName, final String icon, final Node rootNode, final Run&lt;?, ?&gt; build, final FilePath workspace, final List&lt;CoverageQualityGate&gt; qualityGates, final String sourceCodeEncoding, final SourceCodeRetention sourceCodeRetention, final StageResultHandler resultHandler, final FilteredLog log) throws InterruptedException {<!-- --></code></pre>

Check warning on line 94 in plugin/src/main/java/io/jenkins/plugins/coverage/metrics/steps/CoverageReporter.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / CPD

CPD

LOW:
Found duplicated code.
Raw output
<pre><code>private CoverageBuildAction computeActionWithoutHistory( final String id, final String optionalName, final String icon, final Node rootNode, final Run&lt;?, ?&gt; build, final FilePath workspace, final List&lt;CoverageQualityGate&gt; qualityGates, final String sourceCodeEncoding, final SourceCodeRetention sourceCodeRetention, final StageResultHandler resultHandler, final FilteredLog log) throws InterruptedException {<!-- --></code></pre>