Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
CloneCallsSuperClone.html
blob: 2f013e8c67e6f39afae4da932e5203269285f8da [
file
] [
log
] [
blame
]
<html>
<body>
Reports
<b>
clone()
</b>
methods which do not call
<b>
super.clone()
</b>
.
Cloning an object without calling
<b>
super.clone()
</b>
may result in objects being improperly initialized.
<!-- tooltip end -->
<p>
</body>
</html>