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

Method nextGenerated

src/main/java/core/org/xbill/DNS/Master.java:252–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250}
251
252private Record
253nextGenerated() throws IOException {
254 try {
255 return generator.nextRecord();
256 }
257 catch (Tokenizer.TokenizerException e) {
258 throw st.exception("Parsing $GENERATE: " + e.getBaseMessage());
259 }
260 catch (TextParseException e) {
261 throw st.exception("Parsing $GENERATE: " + e.getMessage());
262 }
263}
264
265/**
266 * Returns the next record in the master file. This will process any

Callers 1

_nextRecordMethod · 0.95

Calls 3

exceptionMethod · 0.80
getBaseMessageMethod · 0.80
nextRecordMethod · 0.45

Tested by

no test coverage detected