Skip to content

Ignore duplicate classes in Cobertura reports.

ci.jenkins.io / CPD succeeded Nov 2, 2023 in 0s

1 new issue, 54 total

Total New Outstanding Fixed Trend
54 1 53 1 👎

Reference build: Plugins » coverage-model » main #68

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 0 1

Annotations

Check warning on line 163 in src/main/java/edu/hm/hafner/coverage/parser/CoberturaParser.java

See this annotation in the file changed.

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

CPD

LOW:
Found duplicated code.
Raw output
<pre><code>.ifPresent(c -&gt; node.addValue(new CyclomaticComplexity(readComplexity(c)))); while (reader.hasNext()) { XMLEvent event &#61; reader.nextEvent(); if (event.isStartElement()) { var nextElement &#61; event.asStartElement(); if (LINE.equals(nextElement.getName())) {<!-- --></code></pre>