()
| 596 | } |
| 597 | |
| 598 | Record |
| 599 | cloneRecord() { |
| 600 | try { |
| 601 | return (Record) clone(); |
| 602 | } |
| 603 | catch (CloneNotSupportedException e) { |
| 604 | throw new IllegalStateException(); |
| 605 | } |
| 606 | } |
| 607 | |
| 608 | /** |
| 609 | * Creates a new record identical to the current record, but with a different |
no test coverage detected