SonarQube shows me this duplication:
1 package pl.com.bernas.ioz.user.domain; 2 3 import java.io.Serializable;
This is an undesirable behavior.
Is it possible to disable this type of duplication? But I donβt want to disable the duplication rule at all or add a class to ignore. Can I ignore this particular case?
source share