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> ...