Browse Source

can't use type patterns in target

tags/V_1_1_b2
jhugunin 21 years ago
parent
commit
1c483f9189
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/new/TypePat.java

+ 1
- 1
tests/new/TypePat.java View File

Tester.event("A.before2: " + thisJoinPoint.getSignature().toShortString()); Tester.event("A.before2: " + thisJoinPoint.getSignature().toShortString());
} }


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

Loading…
Cancel
Save