Kaynağa Gözat

262905: recursive non matching cflow pointcut: corrected testcase

tags/pre268419
aclement 15 yıl önce
ebeveyn
işleme
6133a38cd5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      tests/bugs150/PR93345.aj

+ 1
- 1
tests/bugs150/PR93345.aj Dosyayı Görüntüle

@@ -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…
İptal
Kaydet