Reports clone() methods that are protected and not public.
When overriding the clone() method from java.lang.Object it is convention to make the method public,
so that it is accessible from non-subclasses outside the package.
See also the documentation of java.lang.Cloneable