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

Method checkDone

src/main/java/core/org/xbill/DNS/Lookup.java:587–596  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

585}
586
587private void
588checkDone() {
589 if (done && result != -1)
590 return;
591 StringBuffer sb = new StringBuffer("Lookup of " + name + " ");
592 if (dclass != DClass.IN)
593 sb.append(DClass.string(dclass) + " ");
594 sb.append(Type.string(type) + " isn't done");
595 throw new IllegalStateException(sb.toString());
596}
597
598/**
599 * Returns the answers from the lookup.

Callers 4

getAnswersMethod · 0.95
getAliasesMethod · 0.95
getResultMethod · 0.95
getErrorStringMethod · 0.95

Calls 4

stringMethod · 0.95
stringMethod · 0.95
appendMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected