David Müller

Results 124 comments of David Müller

@rodchenkov thanks a lot for the repro. We already fixed this with PR #1647. Your repro helped me now to confirm that it's already fixed in our nightly build. A...

> Hello ! > > Latest SonarQube expects all the lines to be covered https://community.sonarsource.com/t/sonarqube-not-showing-coverage-for-inherited-record/107476 I'm not sure whether they should be marked as covered or not > > ![image](https://private-user-images.githubusercontent.com/69853851/318713460-4c01230e-be3a-4396-875c-746446c1a2b5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjM1OTAxMzcsIm5iZiI6MTcyMzU4OTgzNywicGF0aCI6Ii82OTg1Mzg1MS8zMTg3MTM0NjAtNGMwMTIzMGUtYmUzYS00Mzk2LTg3NWMtNzQ2NDQ2YzFhMmI1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA4MTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwODEzVDIyNTcxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU5OThhYzU0MWU3MzliMTc4MzE5Y2E0ZGQzYzg5ZmIzZmIxNjI2ODU1MjEzNzJiMmU2MDlkNDA5MWU4ZWM5OGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.LmfD8-MESAipnb675LizNNu_1WMUByJWXuu1-2x8YhQ)...

@Steve-OH, @Rast1234 I think I now found one of the issues here. Starting from the sample code @Steve-OH provided. If I add the primary constructor parentheses, the generated report contains...

The issue says something about increased instrumentation time but e.g. we don't use Json serialization/deserialization for the instrumentation at all. In fact we only use it in 1-2 places for...