Преглед изворни кода

262905: recursive non matching cflow pointcut: corrected testcase

tags/pre268419
aclement пре 15 година
родитељ
комит
6133a38cd5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      tests/bugs150/PR93345.aj

+ 1
- 1
tests/bugs150/PR93345.aj Прегледај датотеку

@@ -4,7 +4,7 @@ class AClass {
}

aspect AnAspect {
pointcut a() : cflow( execution(* *(..)) );
pointcut a() : execution(* *(..)) && cflow( execution(* *(..)) );

before() : a() {
System.out.println("before a");

Loading…
Откажи
Сачувај