import org.aspectj.testing.Tester; import org.aspectj.testing.Tester; /** @testcase PR#573 pertarget stack overflow getting name of anonymous class */ public class PR573 { static public void main(String[] params) { Tester.expectEvent("A.init0"); final Object o = new Interface() { public void m(Object oa) { oa.toString(); }}; Tester.check(null != o, "null != o"); ((Interface) o).m("hi"); // no exceptions Tester.check(1 == A.num, "1 == A.num: " + A.num); Tester.checkAllEvents(); } } interface Interface { void m(Object o);} aspect A pertarget(target(Interface)) { // was a warning in 1.0 public static int num; A(){ Tester.event("A.init" + num++); } } '27-shared-null-storage-merged'>27-shared-null-storage-merged Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/apps/dashboard/l10n/fr.json
blob: 55dbd64e7c26856b0071dad321da86f81c3336d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27