-
Bug
-
Resolution: Fixed
-
P3
-
8u20
-
b19
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8048483 | 8u25 | Paul Govereau | P3 | Resolved | Fixed | b05 |
JDK-8046585 | 8u20 | Paul Govereau | P3 | Resolved | Fixed | b20 |
JDK-8052630 | emb-8u26 | Paul Govereau | P3 | Resolved | Fixed | b17 |
javac should not allow 'final' as a modifier of a receiver parameter.
javac should allow only 'this' or 'Foo.this' as the name of a receiver parameter.
See the mails:
- http://mail.openjdk.java.net/pipermail/type-annotations-dev/2013-October/001386.html
- http://mail.openjdk.java.net/pipermail/type-annotations-dev/2013-October/001387.html
javac should allow only 'this' or 'Foo.this' as the name of a receiver parameter.
See the mails:
- http://mail.openjdk.java.net/pipermail/type-annotations-dev/2013-October/001386.html
- http://mail.openjdk.java.net/pipermail/type-annotations-dev/2013-October/001387.html
- backported by
-
JDK-8046585 javac allows illegal receiver parameters
-
- Resolved
-
-
JDK-8048483 javac allows illegal receiver parameters
-
- Resolved
-
-
JDK-8052630 javac allows illegal receiver parameters
-
- Resolved
-