Bläddra i källkod

per clause tests for stack map generation

tags/V1_7_0RC1
aclement 12 år sedan
förälder
incheckning
24221c560c

+ 10
- 0
tests/bugs170/language/PerCflow.java Visa fil

aspect PerCflow percflow(execution(* Bar.*(..))) {
}

class Bar {
void m() {
n();
}
void n() {
}
}

+ 1
- 0
tests/bugs170/language/PerTarget.java Visa fil

aspect PerTarget pertarget(this(PerTarget)) { }

+ 1
- 0
tests/bugs170/language/PerThis.java Visa fil

aspect PerThis perthis(this(PerThis)) { }

+ 1
- 0
tests/bugs170/language/PerTypeWithin.java Visa fil

aspect PerTypeWithin pertypewithin(PerTypeWithin) { }

Laddar…
Avbryt
Spara