Details
Description
If an annotation is present in a method signature a parse error occurs:
class X {
void Y(@SomeAnno("hi") int a) { }
}
test case is attached.
Activity
Paul Hammant
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.7 [ 11160 ] | |
Fix Version/s | 1.8 [ 14826 ] |
Robert Scholte
made changes -
Attachment | Qdox-135.patch [ 39200 ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | Closed [ 6 ] |
Resolution | Fixed [ 1 ] |
I've added the test as failing to AnnotationsModelTest. I think the @X() annotation before the method does not affect the test