Skip to content

handle NumberFormatException on Cobertura data#2897

Merged
guwirth merged 1 commit intoSonarOpenCommunity:masterfrom
guwirth:cobertura-NumberFormatException
Mar 31, 2025
Merged

handle NumberFormatException on Cobertura data#2897
guwirth merged 1 commit intoSonarOpenCommunity:masterfrom
guwirth:cobertura-NumberFormatException

Conversation

@guwirth
Copy link
Copy Markdown
Collaborator

@guwirth guwirth commented Mar 31, 2025


This change is Reviewable

- handle `NumberFormatException` on Cobertura data
- handle hits > `Integer.MAX_VALUE`
- Clang's code coverage is not thread-safe, `-fprofile-update=atomic` fixes that problem
- close SonarOpenCommunity#2895
@guwirth guwirth added this to the 2.2.1 milestone Mar 31, 2025
@guwirth guwirth self-assigned this Mar 31, 2025
@guwirth guwirth merged commit bf74790 into SonarOpenCommunity:master Mar 31, 2025
11 checks passed
@guwirth guwirth changed the title fix #2895 handle NumberFormatException on Cobertura data Mar 31, 2025
@guwirth guwirth mentioned this pull request Apr 3, 2025
@guwirth guwirth deleted the cobertura-NumberFormatException branch February 17, 2026 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

java.lang.NumberFormatException on cobertura data

1 participant