Welcome to the community Yes we wouldn’t expect that code to be raised as duplicate unless parameters have been changed. The relevant parameters are described here. Can you check if there any projects settings that are overriding these settings? Either sonar.cpd.cs.minimumtokens or sonar.cpd.cs.minimumLines
Hi, I don’t overload mentioned params, what is strange I only have problem with only one file. The interface is in separate file, for those which are in the same file as code implementation don’t see any duplications.
Does anyone works on that issues, seems similar were reported
Got same thing
new Service
{
Name = "Reporting",
Url = "https://ww",
IconName = "News",
Order = 3,
Status = EntityStatus.Active,
Active = true
} ,
new Service
{
Name = "zyx",
Url = "https://",
IconName = "EngineeringGroup",
Order = 3,
Active = true
} ,
I am seeing this issue currently with 100% duplication between an interface and the class that extends it. Is this issue being looked at? SQ Developer Edition v10.6