author | sundar |
Wed, 06 May 2015 20:04:42 +0530 | |
changeset 30394 | 72a59e4dffea |
parent 19627 | 90d910ec15a3 |
permissions | -rw-r--r-- |
19627
90d910ec15a3
8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff
changeset
|
1 |
ABCDEFGHIJKLMNO |
90d910ec15a3
8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff
changeset
|
2 |
cw_super has hashCode(): true |
90d910ec15a3
8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff
changeset
|
3 |
cw_super has super equals(): true |
90d910ec15a3
8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff
changeset
|
4 |
cw_super has no getClass(): true |
90d910ec15a3
8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff
changeset
|
5 |
cw_super has no wait(): true |
90d910ec15a3
8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff
changeset
|
6 |
r_super has no run(): true |
90d910ec15a3
8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff
changeset
|
7 |
r_super has hashCode(): true |
90d910ec15a3
8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff
changeset
|
8 |
r_super has equals(): true |
90d910ec15a3
8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff
changeset
|
9 |
r_super has no getClass(): true |
90d910ec15a3
8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff
changeset
|
10 |
r_super has no wait(): true |
90d910ec15a3
8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff
changeset
|
11 |
cw_super can access write through [] getter: true |
90d910ec15a3
8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff
changeset
|
12 |
cw_super can access hashCode through [] getter: true |
90d910ec15a3
8023630: Implement Java.super() as the preferred way to call super methods
attila
parents:
diff
changeset
|
13 |
cw_super can not access getClass through [] getter: true |