-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 9
-
Component/s: tools
-
b161
-
Verified
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8176963 | 10 | Vicente Arturo Romero Zaldivar | P2 | Resolved | Fixed | b03 |
Receiver parameters are not allowed in annotation methods. Javac should produce an error
@interface MethodRun {
int value(MethodRun this);
}
@interface MethodRun {
int value(MethodRun this);
}
- backported by
-
JDK-8176963 Javac incorrectly allows receiver parameters in annotation methods
-
- Resolved
-
There are no Sub-Tasks for this issue.