Skip to content

fix: avoid O(n^2) algorithm in cleanUpGlobalClassValue #898 - #910

Open
tometzky wants to merge 1 commit into
jenkinsci:masterfrom
tometzky:private/tomost-898-fix-cleanUpGlobalClassValue
Open

fix: avoid O(n^2) algorithm in cleanUpGlobalClassValue #898#910
tometzky wants to merge 1 commit into
jenkinsci:masterfrom
tometzky:private/tomost-898-fix-cleanUpGlobalClassValue

fix: avoid O(n^2) algorithm in cleanUpGlobalClassValue #898

eb7d63c
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Code Coverage succeeded Jan 30, 2026

Line Coverage: 88.89% (+8.51%), Branch Coverage: 75.00% (-3.38%)

Summary for modified lines

  • 11 lines have been modified
  • 1 line is not covered
  • 1 line is covered only partially

Overview by baseline

Quality Gates Summary

No active quality gates.

Details

Project coverage details

Module Coverage Package Coverage File Coverage Class Coverage Method Coverage Line Coverage Branch Coverage Instruction Coverage
🐾 Overall project 100.00% (1/1) 100.00% (5/5) 96.88% (31/32) 96.72% (59/61) 85.34% (425/498) 87.28% (1729/1981) 78.75% (923/1172) 87.57% (8308/9487)
📈 Overall project (difference to reference job) ±0% ±0% ±0% ±0% ±0% -0.04% ⬇️ -0.05% ⬇️ -0.06% ⬇️
🐾 Modified files 100.00% (1/1) 100.00% (1/1) 100.00% (1/1) 100.00% (5/5) 87.50% (28/32) 80.38% (168/209) 78.38% (58/74) 82.11% (739/900)
📈 Modified files (difference to reference job) N/A N/A N/A N/A N/A -0.29% ⬇️ -0.79% ⬇️ N/A
🐾 Modified code lines 100.00% (1/1) 100.00% (1/1) 100.00% (1/1) N/A N/A 88.89% (8/9) 75.00% (6/8) N/A
📈 Modified code lines (difference to modified files) N/A N/A N/A N/A N/A +8.51% ⬆️ -3.38% ⬇️ N/A

Annotations

Check warning on line 254 in src/main/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SecureGroovyScript.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Not covered line

Line 254 is not covered by tests

Check warning on line 253 in src/main/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SecureGroovyScript.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 253 is only partially covered, one branch is missing

Check warning on line 260 in src/main/java/org/jenkinsci/plugins/scriptsecurity/sandbox/groovy/SecureGroovyScript.java

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Code Coverage

Partially covered line

Line 260 is only partially covered, one branch is missing