All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.pmd.ProperCloneImplementation.html Maven / Gradle / Ivy

Object clone() should be implemented with super.clone(). Example :
  
class Foo{
    public Object clone(){
        return new Foo(); // This is bad
    }
}
  




© 2015 - 2025 Weber Informatics LLC | Privacy Policy