Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 29.50
-
Fix Version/s: 31.52
-
Labels:None
-
Environment:Any
-
Number of attachments :
Description
public class MyClass {
@Deprecated
interface MyInterface
}
leads to :
java.lang.Exception: javancss.ParseException: Encountered "interface" at line l, column c.
Was expecting one of:
"boolean" ...
"byte" ...
"char" ...
"double" ...
"final" ...
"float" ...
"int" ...
"long" ...
"private" ...
"protected" ...
"public" ...
"short" ...
"static" ...
"transient" ...
"volatile" ...
"@" ...
"abstract" ...
"strictfp" ...
"class" ...
"synchronized" ...
"native" ...
"enum" ...
"<" ...
"void" ...
<IDENTIFIER> ...
Activity
Clemens Lee
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] | |
| Fix Version/s | 31.52 [ 14978 ] |
Fixed in revision 139. Thanks for reporting!