Skip to content

Fix NPE in VersionNumberingResolution.getDescription() for package version markers#2335

Merged
laeubi merged 1 commit into
eclipse-pde:masterfrom
laeubi:fix_npe_in_description
May 17, 2026
Merged

Fix NPE in VersionNumberingResolution.getDescription() for package version markers#2335
laeubi merged 1 commit into
eclipse-pde:masterfrom
laeubi:fix_npe_in_description

Conversation

@laeubi
Copy link
Copy Markdown
Contributor

@laeubi laeubi commented May 17, 2026

Markers created for package-level version changes (MAJOR/MINOR_VERSION_CHANGE_PACKAGE) have a null description. Guard the String.replace() call with a null check to avoid NPE.

See #2332

version markers

 Markers created for package-level version changes
(MAJOR/MINOR_VERSION_CHANGE_PACKAGE)
 have a null description. Guard the String.replace() call with a null
check to avoid NPE.
@github-actions
Copy link
Copy Markdown

Test Results

  121 files  +  4    121 suites  +4   35m 2s ⏱️ + 2m 37s
3 502 tests ±  0  3 439 ✅  -   9   54 💤 ±0  9 ❌ +9 
9 276 runs  +121  9 137 ✅ +106  130 💤 +6  9 ❌ +9 

For more details on these failures, see this check.

Results for commit 5b0cba6. ± Comparison against base commit 4074bd4.

@laeubi laeubi merged commit 8e9a708 into eclipse-pde:master May 17, 2026
16 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant