MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / reset

Method reset

Mod Utils/src/eu/the5zig/mod/manager/SearchEntry.java:75–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

73 }
74
75 public void reset() {
76 synchronized (entries) {
77 entries.addAll(entriesRemoved);
78 }
79 textfield.setText("");
80 sort();
81 entriesRemoved.clear();
82 }
83
84 private void sort() {
85 synchronized (entries) {

Callers 13

callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45

Calls 3

sortMethod · 0.95
setTextMethod · 0.65
clearMethod · 0.65

Tested by

no test coverage detected