MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / cloneRecord

Method cloneRecord

src/main/java/core/org/xbill/DNS/Record.java:598–606  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

596}
597
598Record
599cloneRecord() {
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

Callers 3

addRRMethod · 0.95
withNameMethod · 0.95
withDClassMethod · 0.95

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected