MCPcopy Index your code
hub / github.com/jOOQ/jOOQ / log

Method log

jOOQ/src/main/java/org/jooq/impl/MigrationImpl.java:612–614  ·  view source on GitHub ↗
(StopWatch watch, HistoryRecord record, HistoryStatus status)

Source from the content-addressed store, hash-verified

610 }
611
612 private final void log(StopWatch watch, HistoryRecord record, HistoryStatus status) {
613 log(watch, record, status, null, null);
614 }
615
616 private final void log(StopWatch watch, HistoryRecord record, HistoryStatus status, HistoryResolution resolution, String message) {
617 record.setMigrationTime(watch.split() / 1000000L)

Callers 4

execute0Method · 0.95
logHistoryMethod · 0.95
logPendingMethod · 0.95
logUntrackedMethod · 0.95

Calls 12

stringMethod · 0.95
setStatusMethod · 0.80
setMigrationTimeMethod · 0.80
setStatusMessageMethod · 0.80
setResolutionMethod · 0.80
migratedAtMethod · 0.80
updateMethod · 0.65
infoMethod · 0.65
versionMethod · 0.65
sizeMethod · 0.65
parentsMethod · 0.65
splitMethod · 0.45

Tested by

no test coverage detected