SonarQube shows me this kind of duplication:
1 package pl.com.bernas.ioz.user.domain;
2
3 import java.io.Serializable;
This is not desired behaviour.
Can I disable this kind of duplication? But I don't want to disable duplication rule at all, or add class to ignore. Can I ignore just this particular case?