 
                            ...
Failing to call super.clone() may cause a cloned object to have the wrong type.
Automated Detection
| Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| CodeSonar | 
 | JAVA.CLASS.CLONE.CCSM JAVA.CLASS.MCS | Clone call to super is missing Missing call to super | ||||||
| Parasoft Jtest | 
 | CERT.MET53.SCLONE | Call 'super.clone()' in all 'clone()' methods | ||||||
| SonarQube | 
 | S1182 | 
Bibliography
...
...