MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / scrub

Method scrub

reuse/Detergent.java:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 public void dilute() { append(" dilute()"); }
11 public void apply() { append(" apply()"); }
12 public void scrub() { append(" scrub()"); }
13 @Override public String toString() { return s; }
14 public static void main(String[] args) {
15 Cleanser x = new Cleanser();

Callers 2

mainMethod · 0.95
scrubMethod · 0.45

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected