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

Method main

annotations/UseCaseTracker.java:23–27  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

21 System.out.println("Missing use case " + i));
22 }
23 public static void main(String[] args) {
24 List<Integer> useCases = IntStream.range(47, 51)
25 .boxed().collect(Collectors.toList());
26 trackUseCases(useCases, PasswordUtils.class);
27 }
28}
29/* Output:
30Found Use Case 49

Callers

nothing calls this directly

Calls 3

trackUseCasesMethod · 0.95
boxedMethod · 0.80
rangeMethod · 0.80

Tested by

no test coverage detected