Procházet zdrojové kódy

can't use type patterns in target

tags/V_1_1_b2
jhugunin před 21 roky
rodič
revize
1c483f9189
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      tests/new/TypePat.java

+ 1
- 1
tests/new/TypePat.java Zobrazit soubor

@@ -76,7 +76,7 @@ aspect A {
Tester.event("A.before2: " + thisJoinPoint.getSignature().toShortString());
}

before(): checkCall() && target(Map.En*) {
before(): checkCall() && target(Map.Entry) {
Tester.event("A.before3: " + thisJoinPoint.getSignature().toShortString());
}
}

Načítá se…
Zrušit
Uložit