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

rules.NoClone.md Maven / Gradle / Ivy


> This check cannot be suppressed.

Checks that the `clone()` method from `Object` has not been overridden.  Use a copy constructor, or better yet, a static factory method.

> See [Effective Java], 2nd Edition by Josh Bloch: Item 11: Override clone judiciously.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy