David Müller
                                            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 > > ...
@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...