MCPcopy
hub / github.com/tirth8205/code-review-graph / placeOrder

Method placeOrder

tests/fixtures/SpringDI.java:47–50  ·  view source on GitHub ↗
(Order order)

Source from the content-addressed store, hash-verified

45 private static final String TAG = "OrderService"; // static final — NOT injected
46
47 public void placeOrder(Order order) {
48 orderRepository.save(order);
49 notificationService.notify(order.getId());
50 }
51}
52
53// @Component with explicit @Autowired constructor

Callers

nothing calls this directly

Calls 3

notifyMethod · 0.80
saveMethod · 0.65
getIdMethod · 0.45

Tested by

no test coverage detected