cpp:S1242: 'override' methods wrongly reported as violating this rule

Hello,

we have a 26 hits on this rule in SimGrid. I did not check all of them, but the one I looked at are false positives because the methods on which sonar complains are marked as “override” in the source code. For example:
https://sonarcloud.io/project/issues?id=simgrid_simgrid&issues=AWsDvTpPezZPqKif7EEp&open=AWsDvTpPezZPqKif7EEp

According to the rule text, this should be OK, right? Did I misunderstand something, maybe?

Thanks for the fish,
Mt

Hello,

It looks like you double posted: cpp:S1242: 'override' methods wrongly reported as hidding their super-implementation

I’m closing this thread, look at the other one for any follow-up.