Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
CloneInNonCloneableClass.html
blob: 428513ec21e28c22ae6b751e29d22281a7058456 [
file
] [
log
] [
blame
]
<html>
<body>
Reports classes which override the
<b>
clone()
</b>
method, but which do not implement the
<b>
Cloneable
</b>
interface.
This usually represents a programming error.
<!-- tooltip end -->
<p>
</body>
</html>