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

Method main

reuse/Detergent.java:14–18  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

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();
16 x.dilute(); x.apply(); x.scrub();
17 System.out.println(x);
18 }
19}
20
21public class Detergent extends Cleanser {

Callers 1

mainMethod · 0.95

Calls 3

diluteMethod · 0.95
applyMethod · 0.95
scrubMethod · 0.95

Tested by

no test coverage detected