MCPcopy Index your code
hub / github.com/seaswalker/spring-analysis / testB

Method testB

src/main/java/aop/SimpleAopBean.java:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 public void testB() {
16 System.out.println("testB执行");
17 ((SimpleAopBean) AopContext.currentProxy()).testC();
18 }
19
20 public void testC() {
21 System.out.println("testC执行");

Callers 2

mainMethod · 0.95
booMethod · 0.95

Calls 1

testCMethod · 0.45

Tested by

no test coverage detected