Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 30.51
-
Fix Version/s: 32.53
-
Labels:None
-
Number of attachments :
Description
hallo
we encountered a parse error with annotations:
Encountered "interface" at line 69, column 6.
Was expecting one of:
"assert" ...
"enum" ...
<IDENTIFIER> ...
The source it stumbled uppon:
public class ClassDescriberTest {
@Retention(RetentionPolicy.RUNTIME)
@interface Constr {
}
[...]
the line with "@interface Constr" caused the error.
thanks ![]()
Activity
Sébastien Reynaud
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | Javancss-13.diff [ 42240 ] |
Herve Boutemy
made changes -
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | 31.53 [ 15310 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Herve Boutemy [ hboutemy ] |
can you give us a link to the source causing this error?