MCPcopy Create free account
hub / github.com/Singular/Singular / run

Method run

Singular/LIB/surfex/SwingWorker.java:134–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 public SwingWorker() {
133 final Runnable doFinished = new Runnable() {
134 public void run() { finished(); }
135 };
136
137 Runnable doConstruct = new Runnable() {

Callers

nothing calls this directly

Calls 4

finishedMethod · 0.95
setValueMethod · 0.95
constructMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected